~ubuntu-branches/ubuntu/natty/libgc/natty-updates

« back to all changes in this revision

Viewing changes to os_dep.c

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2008-08-14 21:21:44 UTC
  • mfrom: (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080814212144-qp2rz0hgd4rxc7c2
Tags: 1:6.8-1.2
* Non-maintainer upload.
* Apply patch support for GNU/kFreeBSD amd64. (closes: #405669)

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
#   define NEED_FIND_LIMIT
85
85
# endif
86
86
 
87
 
#if defined(FREEBSD) && (defined(I386) || defined(powerpc) || defined(__powerpc__))
 
87
#if defined(FREEBSD) && (defined(I386) || defined(X86_64) || defined(powerpc) || defined(__powerpc__))
88
88
#  include <machine/trap.h>
89
89
#  if !defined(PCR)
90
90
#    define NEED_FIND_LIMIT
1392
1392
}
1393
1393
# endif
1394
1394
 
1395
 
# if defined(FREEBSD) && (defined(I386) || defined(powerpc) || defined(__powerpc__)) && !defined(PCR)
 
1395
# if defined(FREEBSD) && (defined(I386) || defined(X86_64) || defined(powerpc) || defined(__powerpc__)) && !defined(PCR)
1396
1396
/* Its unclear whether this should be identical to the above, or        */
1397
1397
/* whether it should apply to non-X86 architectures.                    */
1398
1398
/* For now we don't assume that there is always an empty page after     */