diff options
Diffstat (limited to 'gcc/config/i386/netbsd.h')
-rw-r--r-- | gcc/config/i386/netbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/netbsd.h b/gcc/config/i386/netbsd.h index 3442aeadb87..1c3353e9045 100644 --- a/gcc/config/i386/netbsd.h +++ b/gcc/config/i386/netbsd.h @@ -44,7 +44,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 |