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