summaryrefslogtreecommitdiff
path: root/lang/egcs/files/patch-ai
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-12-04 22:07:01 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-12-04 22:07:01 +0000
commit9edbb8400e4feef83a779c4715c19e11e1ab2347 (patch)
treef3f6e61b2f6cbbe4b95531b0d0eb9cc777931c48 /lang/egcs/files/patch-ai
parentAdd 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-ai')
-rw-r--r--lang/egcs/files/patch-ai9
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/egcs/files/patch-ai b/lang/egcs/files/patch-ai
index 4395574d635a..f26858c55ca0 100644
--- a/lang/egcs/files/patch-ai
+++ b/lang/egcs/files/patch-ai
@@ -1,14 +1,5 @@
--- gcc/final.c.orig Sat Sep 5 22:52:01 1998
+++ gcc/final.c Wed Oct 7 17:06:58 1998
-@@ -383,6 +383,8 @@
- /* zero word */
- assemble_integer (const0_rtx, long_bytes, 1);
-
-+ fprintf(asm_out_file,".stabs \"bbset\", 25, 0, 0, LPBX0\n");
-+
- /* address of filename */
- ASM_GENERATE_INTERNAL_LABEL (name, "LPBX", 1);
- assemble_integer (gen_rtx_SYMBOL_REF (Pmode, name), pointer_bytes, 1);
@@ -1635,6 +1637,9 @@
leaf_renumber_regs (first);
#endif