aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
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. */