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