diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-04 22:07:01 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-04 22:07:01 +0000 |
| commit | 9edbb8400e4feef83a779c4715c19e11e1ab2347 (patch) | |
| tree | f3f6e61b2f6cbbe4b95531b0d0eb9cc777931c48 /lang/egcs/files/patch-af | |
| parent | Add reportmagic 2.03, a wrapper for analog that produces more professional (diff) | |
Add all of the FreeBSD hacks I had in the base EGCS-1.1.2 compiler way
back when... that is all but a.out support.
Notes
Notes:
svn path=/head/; revision=35660
Diffstat (limited to 'lang/egcs/files/patch-af')
| -rw-r--r-- | lang/egcs/files/patch-af | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/lang/egcs/files/patch-af b/lang/egcs/files/patch-af index c1f1ba0e855f..debdbc72846a 100644 --- a/lang/egcs/files/patch-af +++ b/lang/egcs/files/patch-af @@ -1,13 +1,6 @@ --- gcc/config/i386/freebsd.h.orig Mon Mar 1 14:47:32 1999 -+++ gcc/config/i386/freebsd.h Sun Mar 21 16:58:39 1999 -@@ -21,19 +21,13 @@ - the Free Software Foundation, 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ - -+ -+/* Get generic FreeBSD definitions. */ -+#include <freebsd.h> -+ ++++ gcc/config/i386/freebsd.h Mon Dec 4 14:03:42 2000 +@@ -24,16 +24,6 @@ #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (i386 FreeBSD/ELF)"); @@ -24,7 +17,7 @@ /* 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 i386.md for an explanation of the expression this outputs. */ -@@ -113,22 +107,19 @@ +@@ -113,22 +103,19 @@ : ((n) >= FIRST_STACK_REG && (n) <= LAST_STACK_REG) ? (n)+3 \ : (-1)) @@ -51,7 +44,7 @@ } \ } -@@ -145,26 +136,16 @@ +@@ -145,26 +132,16 @@ #define WCHAR_TYPE_SIZE BITS_PER_WORD #undef CPP_PREDEFINES |
