de205c03b9
2006-02-02 H.J. Lu <hongjiu.lu@intel.com> * readelf.c (process_program_headers): Undo the change made on 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC sections. ld/testsuite/ 2006-02-02 H.J. Lu <hongjiu.lu@intel.com> * ld-i386/tlsbin.rd: Update for changed segment map. * ld-i386/tlsnopic.rd: Likewise. * ld-i386/tlspic.rd: Likewise. * ld-powerpc/tlsexe.r: Likewise. * ld-powerpc/tlsexe32.r: Likewise. * ld-powerpc/tlsexetoc.r: Likewise. * ld-powerpc/tlsso.r: Likewise. * ld-powerpc/tlsso32.r: Likewise. * ld-powerpc/tlstocso.r: Likewise. * ld-s390/tlsbin.rd: Likewise. * ld-s390/tlsbin_64.rd: Likewise. * ld-s390/tlspic.rd: Likewise. * ld-s390/tlspic_64.rd: Likewise. * ld-sh/tlsbin-2.d: Likewise. * ld-sh/tlspic-2.d: Likewise. * ld-x86-64/tlsbin.rd: Likewise. * ld-x86-64/tlspic.rd: Likewise.
66 lines
1.9 KiB
Text
66 lines
1.9 KiB
Text
2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* readelf.c (process_program_headers): Undo the change made on
|
||
2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
|
||
sections.
|
||
|
||
2006-01-30 Nick Clifton <nickc@redhat.com>
|
||
|
||
* objcopy.c (copy_object): Catch the case where an attempt is made
|
||
to add a section that already exists and produce a more helpful
|
||
warning message.
|
||
|
||
2006-01-26 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/vi.po: New Vietnamese translation.
|
||
* configure.in (ALL_LINGUAS): Add vi.
|
||
* configure: Regenerate.
|
||
|
||
2006-01-18 Alexandre Oliva <aoliva@redhat.com>
|
||
|
||
Introduce TLS descriptors for i386 and x86_64.
|
||
* readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
|
||
DT_TLSDESC_PLT.
|
||
|
||
2006-01-18 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/1391
|
||
* objcopy.c (copy_object): For PE format targets set the VMA of a
|
||
newly created gnu_debuglink section to a non-zero, aligned,
|
||
contiguous value.
|
||
* Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
|
||
* Makefile.in: Regenerate.
|
||
|
||
2006-01-17 Andreas Schwab <schwab@suse.de>
|
||
|
||
PR binutils/1486
|
||
* configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
|
||
* configure: Regenerate.
|
||
* objdump.c (struct objdump_disasm_info): Don't check for
|
||
DISASSEMBLER_NEEDS_RELOCS.
|
||
(objdump_print_addr): Likewise.
|
||
(disassemble_bytes): Check disassembler_needs_relocs from
|
||
disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
|
||
at compile-time.
|
||
(disassemble_section): Likewise.
|
||
(disassemble_data): Initialize it.
|
||
|
||
2006-01-11 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* objcopy.c (copy_object): Fix thinko.
|
||
|
||
* objcopy.c (copy_object): Set isympp and osympp to NULL after free.
|
||
|
||
2006-01-09 Mike Frysinger <vapier@gentoo.org>:
|
||
|
||
* readelf.c (guess_is_rela): Add case for Nios/Nios II.
|
||
(get_machine_name): Likewise.
|
||
|
||
For older changes see ChangeLog-2005
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|