2006-02-14 Paolo Bonzini <bonzini@gnu.org>
[binutils.git] / binutils / ChangeLog
blobb01e71935a13ab1d3deb23ce4aee49f56ccb54ec
1 2006-02-14  Jakub Jelinek  <jakub@redhat.com>
3         * config.in: Rebuilt.
5 2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>
7         PR binutils/2258
8         * readelf.c (process_program_headers): Use
9         ELF_IS_SECTION_IN_SEGMENT_MEMORY.
11 2006-02-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13         * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
14         * configure: Regenerate.
15         * objdump.c (fprintf): Remove declaration.
16         * bucomm.h (fprintf): Declare if not already declared.
17         (snprintf): Likewise.
18         (vsnprintf): Likewise.
20 2006-02-08  H.J. Lu  <hongjiu.lu@intel.com>
22         * readelf.c (process_program_headers): Match PT_TLS segment
23         only with SHT_TLS sections.
25 2006-02-07  Nathan Sidwell  <nathan@codesourcery.com>
27         * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
29 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
31         * readelf.c (process_program_headers): Undo the last change.
33 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
35         * readelf.c (process_program_headers): Undo the change made on
36         2004-09-22.  Match PT_DYNAMIC segment only with SHT_DYNAMIC
37         sections.
39 2006-01-30  Nick Clifton  <nickc@redhat.com>
41         * objcopy.c (copy_object): Catch the case where an attempt is made
42         to add a section that already exists and produce a more helpful
43         warning message.
45 2006-01-26  Nick Clifton  <nickc@redhat.com>
47         * po/vi.po: New Vietnamese translation.
48         * configure.in (ALL_LINGUAS): Add vi.
49         * configure: Regenerate.
51 2006-01-18  Alexandre Oliva  <aoliva@redhat.com>
53         Introduce TLS descriptors for i386 and x86_64.
54         * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
55         DT_TLSDESC_PLT.
57 2006-01-18  Nick Clifton  <nickc@redhat.com>
59         PR binutils/1391
60         * objcopy.c (copy_object): For PE format targets set the VMA of a
61         newly created gnu_debuglink section to a non-zero, aligned,
62         contiguous value.
63         * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
64         * Makefile.in: Regenerate.
66 2006-01-17  Andreas Schwab  <schwab@suse.de>
68         PR binutils/1486
69         * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
70         * configure: Regenerate.
71         * objdump.c (struct objdump_disasm_info): Don't check for
72         DISASSEMBLER_NEEDS_RELOCS.
73         (objdump_print_addr): Likewise.
74         (disassemble_bytes): Check disassembler_needs_relocs from
75         disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
76         at compile-time.
77         (disassemble_section): Likewise.
78         (disassemble_data): Initialize it.
80 2006-01-11  Alan Modra  <amodra@bigpond.net.au>
82         * objcopy.c (copy_object): Fix thinko.
84         * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
86 2006-01-09  Mike Frysinger  <vapier@gentoo.org>:
88         * readelf.c (guess_is_rela): Add case for Nios/Nios II.
89         (get_machine_name): Likewise.
91 For older changes see ChangeLog-2005
93 Local Variables:
94 mode: change-log
95 left-margin: 8
96 fill-column: 74
97 version-control: never
98 End: