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