FreeBSD Bugzilla – Attachment 51783 Details for
Bug 78577
Fixes devel/boehm-gc on FreeBSD/powerpc arch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.54 KB, created by
Martin Minkus
on 2005-03-08 06:40:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Martin Minkus
Created:
2005-03-08 06:40:03 UTC
Size:
1.54 KB
patch
obsolete
>*** include/private/gcconfig.h.orig Sat Dec 18 10:50:16 2004 >--- include/private/gcconfig.h Sun Feb 27 16:54:54 2005 >*************** >*** 328,337 **** >--- 328,345 ---- > # define X86_64 > # define mach_type_known > # endif >+ # if defined(__FreeBSD__) && defined(__amd64__) >+ # define X86_64 >+ # define mach_type_known >+ # endif > # if defined(FREEBSD) && defined(__sparc__) > # define SPARC > # define mach_type_known > #endif >+ # if defined(FREEBSD) && defined(__powerpc__) >+ # define POWERPC >+ # define mach_type_known >+ #endif > # if defined(bsdi) && (defined(i386) || defined(__i386__)) > # define I386 > # define BSDI >*************** >*** 811,816 **** >--- 819,834 ---- > # define DATASTART GC_data_start > # define DYNAMIC_LOADING > # endif >+ # ifdef FREEBSD >+ # define ALIGNMENT 4 >+ # define OS_TYPE "FREEBSD" >+ # ifdef __ELF__ >+ # define DYNAMIC_LOADING >+ # endif >+ # define HEURISTIC2 >+ extern char etext[]; >+ # define SEARCH_FOR_DATA_START >+ # endif > # ifdef NOSYS > # define ALIGNMENT 4 > # define OS_TYPE "NOSYS" >*************** >*** 1939,1944 **** >--- 1957,1971 ---- > # ifdef __ELF__ > # define DYNAMIC_LOADING > # endif >+ # define HEURISTIC2 >+ extern char etext[]; >+ # define SEARCH_FOR_DATA_START >+ # endif >+ # ifdef FREEBSD >+ # define OS_TYPE "FREEBSD" >+ # ifdef __ELF__ >+ # define DYNAMIC_LOADING >+ # endif > # define HEURISTIC2 > extern char etext[]; > # define SEARCH_FOR_DATA_START >--- patch-include-private-gcconfig.h ends here ---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 78577
:
51782
| 51783