From ec6d85e3809c8183f11421d7ac39867886383352 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 23 Jan 1999 06:08:11 +0000 Subject: Allow '$' in labels as our offical compiler does. Reviewed by: jdp Submitted by: Keith Walker --- lang/gcc32/files/patch-ad | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'lang/gcc32/files/patch-ad') diff --git a/lang/gcc32/files/patch-ad b/lang/gcc32/files/patch-ad index fa80120519f2..7b42a720728b 100644 --- a/lang/gcc32/files/patch-ad +++ b/lang/gcc32/files/patch-ad @@ -1,6 +1,17 @@ --- gcc/config/i386/freebsd.h.orig Tue Jun 30 15:52:18 1998 -+++ gcc/config/i386/freebsd.h Wed Oct 7 17:06:41 1998 -@@ -99,19 +99,18 @@ ++++ gcc/config/i386/freebsd.h Fri Jan 22 04:08:44 1999 +@@ -89,6 +89,10 @@ + /* Don't default to pcc-struct-return, because gcc is the only compiler, and + we want to retain compatibility with older gcc versions. */ + #define DEFAULT_PCC_STRUCT_RETURN 0 ++ ++/* Ensure we the configuration knows our system correctly so we can link with ++ libraries compiled with the native cc. */ ++#undef NO_DOLLAR_IN_LABEL + + /* i386 freebsd still uses old binutils that don't insert nops by default + when the .align directive demands to insert extra space in the text +@@ -99,19 +103,18 @@ /* Profiling routines, partially copied from i386/osfrose.h. */ @@ -23,7 +34,7 @@ fprintf (FILE, "\tcall mcount\n"); \ } \ } -@@ -129,6 +128,7 @@ +@@ -129,6 +132,7 @@ #define TYPE_ASM_OP ".type" #define SIZE_ASM_OP ".size" @@ -31,7 +42,7 @@ /* The following macro defines the format used to output the second operand of the .type assembler directive. Different svr4 assemblers -@@ -138,6 +138,12 @@ +@@ -138,6 +142,12 @@ #define TYPE_OPERAND_FMT "@%s" @@ -44,7 +55,7 @@ /* Write the extra assembler code needed to declare a function's result. Most svr4 assemblers don't require any special declaration of the result value, but there are exceptions. */ -@@ -239,6 +245,8 @@ +@@ -239,6 +249,8 @@ #define STARTFILE_SPEC \ "%{shared:c++rt0.o%s} \ %{!shared:%{pg:gcrt0.o%s}%{!pg:%{static:scrt0.o%s}%{!static:crt0.o%s}}}" -- cgit v1.2.3