diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-10 23:32:34 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-10 23:32:34 +0000 |
commit | 1c8d799fc53ba855d2bb15855dc3f75eab8fbeac (patch) | |
tree | af668a3be111fd2cd7973951dddeeb9f162332c6 /lang/gcc-ooo/files/patch-ad | |
parent | Forgot to add pkg-message. My 1st cvs add. :) (diff) |
Upgrade to the 2000-10-02 GCC 2.97 development snapshot.
Notes
Notes:
svn path=/head/; revision=33689
Diffstat (limited to 'lang/gcc-ooo/files/patch-ad')
-rw-r--r-- | lang/gcc-ooo/files/patch-ad | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc-ooo/files/patch-ad b/lang/gcc-ooo/files/patch-ad index 934da77780a4..53927df88598 100644 --- a/lang/gcc-ooo/files/patch-ad +++ b/lang/gcc-ooo/files/patch-ad @@ -1,5 +1,5 @@ ---- gcc/config/i386/freebsd-aout.h.orig Sun Jan 30 23:28:05 2000 -+++ gcc/config/i386/freebsd-aout.h Fri Feb 4 05:19:16 2000 +--- gcc/config/i386/freebsd-aout.h.orig Mon Sep 25 06:03:18 2000 ++++ gcc/config/i386/freebsd-aout.h Tue Sep 26 12:23:26 2000 @@ -31,12 +31,7 @@ /* This goes away when the math-emulator is fixed */ @@ -54,9 +54,9 @@ } @@ -132,6 +118,7 @@ - #define TYPE_ASM_OP ".type" - #define SIZE_ASM_OP ".size" -+#define SET_ASM_OP ".set" + #define TYPE_ASM_OP "\t.type\t" + #define SIZE_ASM_OP "\t.size\t" ++#define SET_ASM_OP "\t.set\t" /* The following macro defines the format used to output the second operand of the .type assembler directive. Different svr4 assemblers |