aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-11-11 01:47:41 +0800
committerobrien <obrien@FreeBSD.org>2000-11-11 01:47:41 +0800
commitce356bcfe4ef03f7c5362eae7a3d7f7c43570fae (patch)
tree62741dc91cf877fca7b2f459475ace31ec7ed984 /lang
parent28ed37d2d460e825003c67953c52c1e3a846d9ef (diff)
downloadfreebsd-ports-graphics-ce356bcfe4ef03f7c5362eae7a3d7f7c43570fae.tar.gz
freebsd-ports-graphics-ce356bcfe4ef03f7c5362eae7a3d7f7c43570fae.tar.zst
freebsd-ports-graphics-ce356bcfe4ef03f7c5362eae7a3d7f7c43570fae.zip
Don't define "ASM_WEAKEN_LABEL" in the a.out case.
PR: 16882 Submitted by: Bly Hostetler <hostetlb@agcs.com>
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc28/files/patch-018
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/gcc28/files/patch-01 b/lang/gcc28/files/patch-01
index 3d4d6dbc018..1573fadd5c8 100644
--- a/lang/gcc28/files/patch-01
+++ b/lang/gcc28/files/patch-01
@@ -46,7 +46,7 @@
/* The following macro defines the format used to output the second
operand of the .type assembler directive. Different svr4 assemblers
-@@ -123,6 +140,16 @@
+@@ -123,6 +140,10 @@
#define TYPE_OPERAND_FMT "@%s"
@@ -54,12 +54,6 @@
+
+#define HANDLE_SYSV_PRAGMA 1
+
-+/* This is how we tell the assembler that a symbol is weak. */
-+
-+#define ASM_WEAKEN_LABEL(FILE,NAME) \
-+ do { fputs ("\t.weak\t", FILE); assemble_name (FILE, NAME); \
-+ fputc ('\n', FILE); } while (0)
-+
/* 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. */