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