diff options
Diffstat (limited to 'gcc/config/i386/386bsd.h')
-rw-r--r-- | gcc/config/i386/386bsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/386bsd.h b/gcc/config/i386/386bsd.h index c93279ffb00..25994376aea 100644 --- a/gcc/config/i386/386bsd.h +++ b/gcc/config/i386/386bsd.h @@ -63,7 +63,7 @@ i386.md for an explanation of the expression this outputs. */ #undef ASM_OUTPUT_ADDR_DIFF_ELT -#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, VALUE, REL) \ +#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \ fprintf (FILE, "\t.long _GLOBAL_OFFSET_TABLE_+[.-%s%d]\n", LPREFIX, VALUE) /* Indicate that jump tables go in the text section. This is |