Emit DWARF relocation in its expected form

This commit is contained in:
matt 2010-12-22 02:58:35 +00:00
parent 86c8e7039d
commit fbd8cee2df
1 changed files with 1 additions and 1 deletions

View File

@ -107,5 +107,5 @@ Boston, MA 02110-1301, USA. */
fputs (integer_asm_op (SIZE, FALSE), FILE); \
fprintf (FILE, "%%pcrel%d(", SIZE * 8); \
assemble_name (FILE, LABEL); \
fputc (')', FILE); \
fprintf (FILE, "%+d)", SIZE); \
} while (0)