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