diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-09 18:25:43 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-09 18:25:43 +0000 |
commit | c6a48c0a295151ef1d1d0be76a86ee8e3fbdd203 (patch) | |
tree | f2ba9ce196e56123bfc3e951b1a4b88b95416067 /lang/gcc28/files/patch-02 | |
parent | GNUHOST is now "i386-unknown-freebsd" for an ELF machine, and (diff) |
GNUHOST is now "i386-unknown-freebsd3" for ELF machines and
"i386-unknown-freebsdaout3" for a.out machines.
Notes
Notes:
svn path=/head/; revision=16574
Diffstat (limited to 'lang/gcc28/files/patch-02')
-rw-r--r-- | lang/gcc28/files/patch-02 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lang/gcc28/files/patch-02 b/lang/gcc28/files/patch-02 index 5d424703d8f0..592d4aef734a 100644 --- a/lang/gcc28/files/patch-02 +++ b/lang/gcc28/files/patch-02 @@ -1,6 +1,6 @@ ---- config/i386/freebsd-elf.h.orig Fri Dec 5 04:15:34 1997 -+++ config/i386/freebsd-elf.h Tue Jan 12 02:13:15 1999 -@@ -26,8 +26,9 @@ +--- config/i386/freebsd.h.orig Fri Dec 5 04:15:34 1997 ++++ config/i386/freebsd.h Mon Feb 8 12:03:09 1999 +@@ -26,8 +26,13 @@ /* The svr4 ABI for the i386 says that records and unions are returned in memory. */ @@ -8,10 +8,14 @@ #undef DEFAULT_PCC_STRUCT_RETURN -#define DEFAULT_PCC_STRUCT_RETURN 1 +#define DEFAULT_PCC_STRUCT_RETURN 0 ++ ++/* This gets defined in tm.h->linux.h->svr4.h, and keeps us from using ++ libraries compiled with the native cc, so undef it. */ ++#undef NO_DOLLAR_IN_LABEL /* This is how to output an element of a case-vector that is relative. This is only used for PIC code. See comments by the `casesi' insn in -@@ -140,7 +141,7 @@ +@@ -140,7 +145,7 @@ #define WCHAR_TYPE_SIZE BITS_PER_WORD #undef CPP_PREDEFINES |