Module Name: src
Committed By: uwe
Date: Sat Jan 28 11:24:05 UTC 2012
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/vax: elf.h
Log Message:
Pull in revision 1.4 from src/gnu/dist/gcc4/gcc/config/vax/elf.h:
Emit DWARF relocation in its expected form
PR toolchain/43314
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc/dist/gcc/config/vax/elf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/gcc/config/vax/elf.h
diff -u src/external/gpl3/gcc/dist/gcc/config/vax/elf.h:1.1.1.1 src/external/gpl3/gcc/dist/gcc/config/vax/elf.h:1.2
--- src/external/gpl3/gcc/dist/gcc/config/vax/elf.h:1.1.1.1 Tue Jun 21 01:22:25 2011
+++ src/external/gpl3/gcc/dist/gcc/config/vax/elf.h Sat Jan 28 11:24:05 2012
@@ -109,5 +109,5 @@ along with GCC; see the file COPYING3.
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)