]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
869ed94d1c6f726395bfab646e61305a8a1a229a
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2006-04-26 Julian Brown <julian@codesourcery.com>
2
3 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
4
5 2006-04-19 Alan Modra <amodra@bigpond.net.au>
6
7 * Makefile.am: Run "make dep-am".
8 * Makefile.in: Regenerate.
9
10 2006-04-19 Alan Modra <amodra@bigpond.net.au>
11
12 * configure: Regenerate.
13
14 2006-04-18 Nick Clifton <nickc@redhat.com>
15
16 PR 2257
17 * readelf.c (SECTION_NAME): Cope with a missing string table.
18 (process_file_header): Cope with a corrupt e_shstrndx field.
19 (process_section_headers): Correctly handle an e_shstrndx value of
20 SHF_UNDEF.
21
22 2006-04-12 Nick Clifton <nickc@redhat.com>
23
24 * objdump.c (objdump_symbol_at_address): Fix typo in comment.
25
26 2006-04-10 Ben Elliston <bje@gnu.org>
27
28 * MAINTAINERS (CGEN Maintainers): Remove myself.
29
30 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
31
32 * po/Make-in: Add install-html target.
33 * Makefile.am: Add install-html and install-html-recursive targets.
34 * Makefile.in: Regenerate.
35 * configure.in: AC_SUBST datarootdir, docdir and htmldir.
36 * configure: Regenerate.
37 * doc/Makefile.am: Add install-html and install-html-am targets.
38 * doc/Makefile.in: Regenerate.
39
40 2006-04-05 Eric Botcazou <ebotcazou@adacore.com>
41
42 * addr2line.c (long_options): Add new option 'section'.
43 (usage): Document new -j/--section option.
44 (find_offset_in_section): New function.
45 (translate_addresses): Add 'section' parameter.
46 If it is non-null, call find_offset_in_section on it.
47 (process_file): Add 'section_name' parameter.
48 If it is non-null, look for the section in the BFD object.
49 Pass the section to translate_addresses.
50 (main): Handle new -j option.
51 Pass the section name to process_file.
52 * doc/binutils.texi (addr2line): Document new -j/--section option.
53
54 2006-03-29 Ben Elliston <bje@au.ibm.com>
55
56 * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
57
58 2006-03-20 Nathan Sidwell <nathan@codesourcery.com>
59
60 * BRANCHES: Remove binutils-csl-arm-2006q1-branch. Document
61 binutils-csl-2_17-branch instead.
62
63 2006-03-20 Paul Brook <paul@codesourcery.com>
64
65 * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
66
67 2006-03-16 Alan Modra <amodra@bigpond.net.au>
68
69 PR 2434
70 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
71 * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
72
73 2006-03-13 Ben Elliston <bje@au.ibm.com>
74
75 * bucomm.c (display_target_list): Make local variable `a' to be of
76 type enum bfd_architecture. Thus no need to cast enums to int.
77 (display_info_table): Likewise.
78
79 2006-03-10 Paul Brook <paul@codesourcery.com>
80
81 * readelf.c (decode_ARM_machine_flags): Handle EABIv5.
82
83 2006-03-10 Alan Modra <amodra@bigpond.net.au>
84
85 * dwarf.c (process_extended_line_op): Remove pointer_size param.
86 Use length instead to determine address size.
87 (get_pointer_size_and_offset_of_comp_unit): Delete.
88 (display_debug_lines): Adjust for above.
89 (display_debug_aranges): Don't stop on finding two zeros.
90 (display_debug_frames): For warning, print offset not pointer.
91
92 2006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
93
94 * dlltool.c: Update copyright year.
95 * doc/binutils.texi: Likewise.
96
97 2006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
98
99 * dlltool.c (add_stdcall_underscore): New flag.
100 (xlate): Also add underscore to stdcall symbol if
101 add_stdcall_underscore set.
102 (usage): Document --add-stdcall-underscore option.
103 (OPTION_ADD_STDCALL_UNDERSCORE): New define.
104 (long_options): Use it for --add-stdcall-underscore option.
105 (main): Handle it.
106 * doc/binutils.texi: Document --add-stdcall-underscore option
107 and differentiate from --add-underscore.
108
109 2006-03-06 Nathan Sidwell <nathan@codesourcery.com>
110
111 * readelf.c (get_machine_flags): Adjust.
112
113 2006-03-03 Jakub Jelinek <jakub@redhat.com>
114
115 * dwarf.c (frame_display_row, display_debug_frames): Handle
116 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
117
118 2006-02-28 Nick Clifton <nickc@redhat.com>
119
120 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
121 (copy_object): If bfd_alt_mach_code fails emit a more helpful
122 message and if the target architecture is ELF use the alternative
123 as replacement value for the e_machine number.
124 (copy_main): Use strtoul to parse the number provided with the
125 --alt-mach-code switch.
126 * doc/binutils.texi (--alt-mach-code): Document that this switch
127 can now set the absolute e_machine value.
128
129 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
130
131 * po/Make-in: Add html target.
132
133 2006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
134
135 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
136
137 2006-02-14 Jakub Jelinek <jakub@redhat.com>
138
139 * config.in: Rebuilt.
140
141 2006-02-10 H.J. Lu <hongjiu.lu@intel.com>
142
143 PR binutils/2258
144 * readelf.c (process_program_headers): Use
145 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
146
147 2006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
148
149 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
150 * configure: Regenerate.
151 * objdump.c (fprintf): Remove declaration.
152 * bucomm.h (fprintf): Declare if not already declared.
153 (snprintf): Likewise.
154 (vsnprintf): Likewise.
155
156 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
157
158 * readelf.c (process_program_headers): Match PT_TLS segment
159 only with SHT_TLS sections.
160
161 2006-02-07 Nathan Sidwell <nathan@codesourcery.com>
162
163 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
164
165 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
166
167 * readelf.c (process_program_headers): Undo the last change.
168
169 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
170
171 * readelf.c (process_program_headers): Undo the change made on
172 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
173 sections.
174
175 2006-01-30 Nick Clifton <nickc@redhat.com>
176
177 * objcopy.c (copy_object): Catch the case where an attempt is made
178 to add a section that already exists and produce a more helpful
179 warning message.
180
181 2006-01-26 Nick Clifton <nickc@redhat.com>
182
183 * po/vi.po: New Vietnamese translation.
184 * configure.in (ALL_LINGUAS): Add vi.
185 * configure: Regenerate.
186
187 2006-01-18 Alexandre Oliva <aoliva@redhat.com>
188
189 Introduce TLS descriptors for i386 and x86_64.
190 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
191 DT_TLSDESC_PLT.
192
193 2006-01-18 Nick Clifton <nickc@redhat.com>
194
195 PR binutils/1391
196 * objcopy.c (copy_object): For PE format targets set the VMA of a
197 newly created gnu_debuglink section to a non-zero, aligned,
198 contiguous value.
199 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
200 * Makefile.in: Regenerate.
201
202 2006-01-17 Andreas Schwab <schwab@suse.de>
203
204 PR binutils/1486
205 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
206 * configure: Regenerate.
207 * objdump.c (struct objdump_disasm_info): Don't check for
208 DISASSEMBLER_NEEDS_RELOCS.
209 (objdump_print_addr): Likewise.
210 (disassemble_bytes): Check disassembler_needs_relocs from
211 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
212 at compile-time.
213 (disassemble_section): Likewise.
214 (disassemble_data): Initialize it.
215
216 2006-01-11 Alan Modra <amodra@bigpond.net.au>
217
218 * objcopy.c (copy_object): Fix thinko.
219
220 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
221
222 2006-01-09 Mike Frysinger <vapier@gentoo.org>:
223
224 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
225 (get_machine_name): Likewise.
226
227 For older changes see ChangeLog-2005
228 \f
229 Local Variables:
230 mode: change-log
231 left-margin: 8
232 fill-column: 74
233 version-control: never
234 End: