aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-11-10 17:47:41 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-11-10 17:47:41 +0000
commit1d6f1f15a76e95649ac989a5cd4b0abf2805d85b (patch)
treeabf5fbec4c92c1c67dce205c074560caf1fa4bbb /lang
parentd428f0d4c4331628fb84fd99539eaf2564809758 (diff)
downloadports-1d6f1f15a76e95649ac989a5cd4b0abf2805d85b.tar.gz
ports-1d6f1f15a76e95649ac989a5cd4b0abf2805d85b.zip
Don't define "ASM_WEAKEN_LABEL" in the a.out case.
PR: 16882 Submitted by: Bly Hostetler <hostetlb@agcs.com>
Notes
Notes: svn path=/head/; revision=34964
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 3d4d6dbc018d..1573fadd5c80 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. */