diff options
Diffstat (limited to 'gcc/config/i386/unix.h')
| -rw-r--r-- | gcc/config/i386/unix.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h index eea359c..ebe70ea 100644 --- a/gcc/config/i386/unix.h +++ b/gcc/config/i386/unix.h @@ -117,7 +117,7 @@ do {									    \        output_asm_insn ("call\t%P1", xops);				    \        ASM_OUTPUT_INTERNAL_LABEL (FILE, "L", CODE_LABEL_NUMBER (xops[1]));   \        output_asm_insn ("pop{l}\t%0", xops);				    \ -      output_asm_insn ("add{l}\t$_GLOBAL_OFFSET_TABLE_+[.-%P1], %0", xops); \ +      output_asm_insn ("add{l}\t{$}_GLOBAL_OFFSET_TABLE_+[.-%P1], %0", xops); \        xops[0] = gen_rtx_MEM (SImode, XEXP (DECL_RTL (FUNCTION), 0));	    \        output_asm_insn ("mov{l}\t{%0@GOT(%%ebx), %%ecx|%%ecx, %0@GOT[%%ebx]}",\  	               xops);						    \ | 
