c398915025
binutils/ PR binutils/13947 * objcopy.c (copy_object): Call copy_relocations_in_section before copy_section. (skip_section): New. (copy_relocations_in_section): Likewise. (copy_section): Use skip_section. Don't copy relocations here. binutils/testsuite/ PR binutils/13947 * binutils-all/i386/compressed-1b.d: Remove empty REL section. * binutils-all/i386/compressed-1c.d: Likewise. * binutils-all/x86-64/compressed-1b.d: Remove empty RELA section. * binutils-all/x86-64/compressed-1c.d: Likewise.
65 lines
1.7 KiB
Text
65 lines
1.7 KiB
Text
2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR binutils/13947
|
||
* binutils-all/i386/compressed-1b.d: Remove empty REL section.
|
||
* binutils-all/i386/compressed-1c.d: Likewise.
|
||
|
||
* binutils-all/x86-64/compressed-1b.d: Remove empty RELA
|
||
section.
|
||
* binutils-all/x86-64/compressed-1c.d: Likewise.
|
||
|
||
2012-04-03 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* lib/binutils-common.exp (is_elf_format): Consider *-*-nacl* to
|
||
be ELF too.
|
||
|
||
* binutils-all/elfedit-4.d: Add "#as: --64" option.
|
||
|
||
* binutils-all/i386/i386.exp: Accept nacl targets too.
|
||
* binutils-all/x86-64/x86-64.exp: Likewise.
|
||
|
||
2012-03-13 Hans-Peter Nilsson <hp@axis.com>
|
||
|
||
PR binutils/3807
|
||
* binutils-all/objcopy.exp (localize-hidden-1): Correct xfailed
|
||
mips-targets.
|
||
|
||
2012-02-25 Walter Lee <walt@tilera.com>
|
||
|
||
* binutils-all/objdump.exp (cpus_expected): Add tilegx.
|
||
|
||
2012-02-14 Alan Modra <amodra@gmail.com>
|
||
|
||
* binutils-all/dlltool.exp: Add setup_xfail.
|
||
|
||
* binutils-all/dw2-decodedline.S: Always have whitespace before
|
||
directives.
|
||
* binutils-all/version.s: Likewise.
|
||
* binutils-all/objdump.exp (dw2-decodedline): Don't run for
|
||
hppa64*-*-hpux*, i370-*-*, i960-*-*.
|
||
|
||
2012-02-11 Kai Tietz <ktietz@redhat.com>
|
||
|
||
* binutils-all/version.def: New file.
|
||
* binutils-all/dlltool.exp: Add version-dll test.
|
||
|
||
2012-02-02 Nick Clifton <nickc@redhat.com>
|
||
|
||
* binutils-all/readelf.n: Add #pass to cope with targets that add
|
||
their own notes.
|
||
|
||
2012-02-01 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/13482
|
||
* binutils-all/version.s: New test source file.
|
||
* binutils-all/readelf.n: New file: expected readelf output.
|
||
* binutils-all/readelf.exp: Add test of .note section contents.
|
||
|
||
For older changes see ChangeLog-0411
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|