1 2006-08-15 Nick Clifton <nickc@redhat.com>
4 * wrstabs.c (stab_tag_type): Initialize 'size'.
6 2006-08-10 J"orn Rennecke <joern.rennecke@st.com>
9 * doc/Makefile.am: Use single quotes inside backquotes for
10 date command while generating config.texi.
11 * doc/Makefile.in: Regenerate.
13 2006-08-08 Nick Clifton <nickc@redhat.com>
16 * dwarf.c (display_debug_aranges): When the address size is
17 greater than 4 display addresses and lengths as 16 hex digits,
18 otherwise use 8 hex digits.
20 2006-08-06 Nick Clifton <nickc@redhat.com>
23 * addr2line.c (process_file): Change function from void to
24 returning an int. Return 0 upon success, 1 otherwise.
25 (main): Use return value from process_file as the exit value.
26 * ar.c (ranlib_only): Change function from void to returning an
27 int. Return 0 upon success, 1 otherwise.
28 (ranlib_touch): Likewise.
29 (main): Use return value from ranlib functions as exit value.
30 * objcopy.c (add_specific_symbol): Set status to 1 if get_file_size
32 (copy_file): Likewise.
33 (strip_main): Likewise.
34 (copy_main): Likewise.
35 * objdump.c (display_file): Set exit_status to 1 if get_file_size
37 * size.c (display_file): Set return_code to 1 if get_file_size
40 2006-08-02 Thiemo Seufer <ths@mips.com>
41 Nigel Stephens <nigel@mips.com>
43 * readelf.c (dump_relocations): Handle MIPS-specific
44 SHN_MIPS_SCOMMON and SHN_MIPS_SUNDEFINED.
45 (get_symbol_index_type): Similarly.
47 2006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de>
49 * doc/binutils.texinfo: Fix spelling mistakes.
51 2006-07-10 Jakub Jelinek <jakub@redhat.com>
53 * readelf.c (get_dynamic_type): Handle DT_GNU_HASH.
54 (get_section_type_name): Handle SHT_GNU_HASH.
55 (dynamic_info_DT_GNU_HASH): New variable.
56 (process_dynamic_section): Handle DT_GNU_HASH.
57 (process_symbol_table): Print also DT_GNU_HASH histogram.
59 2006-07-06 Mohammed Adnène Trojette <adn@diwi.org>
62 * doc/binutils.texi (Strings): Document -T shorthand for --target
64 * strings.c: Update comment to include -T option.
67 * doc/binutils.texi (readelf): Fix spelling typo.
69 2006-06-30 Nick Clifton <nickc@redhat.com>
71 * dwarf.c (display_debug_frames): Catch a corrupt length field
72 generating an end of block address that is beyond the end of the
74 When encountering a corrupt CIE pointer do not reset the start
75 pointer as more data still has to be read.
76 Do not warn about user defined call frame instructions.
78 2006-06-29 DJ Delorie <dj@redhat.com>
80 * readelf.c (process_section_headers): Add H8/300 support.
82 2006-06-23 Richard Sandiford <richard@codesourcery.com>
84 * objcopy.c (localize_hidden): New variable.
85 (OPTION_LOCALIZE_HIDDEN): New command_line_switch value.
86 (copy_options): Add --localize-hidden.
87 (copy_usage): Mention --localize-hidden.
88 (is_hidden_symbol): New function.
89 (filter_symbols): Handle localize_hidden.
90 (copy_object): Call filter_symbols if localize_hidden.
91 (copy_main): Handle OPTION_LOCALIZE_HIDDEN.
92 * doc/binutils.texi (--localize-hidden): Document new option.
94 2006-06-23 Daniel Jacobowitz <dan@codesourcery.com>
96 * Makefile.am (ar_DEPENDENCIES, ranlib_DEPENDENCIES)
97 (dlltool_DEPENDENCIES, windres_DEPENDENCIES): Remove @LEXLIB@.
98 * Makefile.in: Regenerate.
100 2006-06-23 Alan Modra <amodra@bigpond.net.au>
102 * Makefile.am (*_DEPENDENCIES): Add missing dependencies.
103 * Makefile.in: Regenerate.
105 2006-06-07 Joseph S. Myers <joseph@codesourcery.com>
107 * po/Make-in (pdf, ps): New dummy targets.
109 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
111 * po/Make-in (top_builddir): Define.
113 2006-06-05 Alan Modra <amodra@bigpond.net.au>
115 * config.in: Regenerate.
117 2006-06-02 Joseph S. Myers <joseph@codesourcery.com>
119 * doc/Makefile.am (TEXI2DVI): Define.
120 * doc/Makefile.in: Regenerate.
122 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
124 * Makefile.am: Replace INTLLIBS with LIBINTL everywhere. Add
125 DEPENDENCIES variables for every program.
127 (INCLUDES): Use @INCINTL@.
128 * acinclude.m4: Include new gettext macros.
129 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
130 Remove local code for po/Makefile.
131 * Makefile.in, configure, doc/Makefile.in: Regenerated.
133 2006-05-30 Nick Clifton <nickc@redhat.com>
135 * po/es.po: Updated Spanish translation.
137 2006-05-25 J"orn Rennecke <joern.rennecke@st.com>
139 * MAINTAINERS: Update my email address.
141 2006-05-24 Nick Clifton <nickc@redhat.com>
143 * po/fr.po: Updated French translation.
145 2006-05-23 Nick Clifton <nickc@redhat.com>
147 * po/vi.po: Updated Vietnamese translation.
149 2006-05-22 Daniel Jacobowitz <dan@codesourcery.com>
151 * po/ru.po: Updated translation.
153 2006-05-19 Andreas Schwab <schwab@suse.de>
155 * doc/Makefile.am (addr2line.1): Depend on $(binutils_TEXINFOS).
157 (dlltool.1): Likewise.
158 (nlmconv.1): Likewise.
160 (objcopy.1): Likewise.
161 (objdump.1): Likewise.
162 (ranlib.1): Likewise.
163 (readelf.1): Likewise.
165 (strings.1): Likewise.
167 (windres.1): Likewise.
168 (cxxfilt.man): Likewise.
169 * doc/Makefile.in: Regenerated.
171 2006-05-17 Carlos O'Donell <carlos@codesourcery.com>
173 * doc/binutils.texi: Use "Binutils Index" for index name.
175 2006-05-15 H.J. Lu <hongjiu.lu@intel.com>
177 * dwarf.c (display_debug_frames): Don't return on ZERO
180 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
182 * doc/Makefile.am (AM_MAKEINFOFLAGS): New.
183 (TEXI2POD): Use AM_MAKEINFOFLAGS.
184 (config.texi): Don't set top_srcdir.
185 * doc/binutils.texi: Don't use top_srcdir.
186 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
188 2006-04-26 Julian Brown <julian@codesourcery.com>
190 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
192 2006-04-19 Alan Modra <amodra@bigpond.net.au>
194 * Makefile.am: Run "make dep-am".
195 * Makefile.in: Regenerate.
197 2006-04-19 Alan Modra <amodra@bigpond.net.au>
199 * configure: Regenerate.
201 2006-04-18 Nick Clifton <nickc@redhat.com>
204 * readelf.c (SECTION_NAME): Cope with a missing string table.
205 (process_file_header): Cope with a corrupt e_shstrndx field.
206 (process_section_headers): Correctly handle an e_shstrndx value of
209 2006-04-12 Nick Clifton <nickc@redhat.com>
211 * objdump.c (objdump_symbol_at_address): Fix typo in comment.
213 2006-04-10 Ben Elliston <bje@gnu.org>
215 * MAINTAINERS (CGEN Maintainers): Remove myself.
217 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
219 * po/Make-in: Add install-html target.
220 * Makefile.am: Add install-html and install-html-recursive targets.
221 * Makefile.in: Regenerate.
222 * configure.in: AC_SUBST datarootdir, docdir and htmldir.
223 * configure: Regenerate.
224 * doc/Makefile.am: Add install-html and install-html-am targets.
225 * doc/Makefile.in: Regenerate.
227 2006-04-05 Eric Botcazou <ebotcazou@adacore.com>
229 * addr2line.c (long_options): Add new option 'section'.
230 (usage): Document new -j/--section option.
231 (find_offset_in_section): New function.
232 (translate_addresses): Add 'section' parameter.
233 If it is non-null, call find_offset_in_section on it.
234 (process_file): Add 'section_name' parameter.
235 If it is non-null, look for the section in the BFD object.
236 Pass the section to translate_addresses.
237 (main): Handle new -j option.
238 Pass the section name to process_file.
239 * doc/binutils.texi (addr2line): Document new -j/--section option.
241 2006-03-29 Ben Elliston <bje@au.ibm.com>
243 * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
245 2006-03-20 Nathan Sidwell <nathan@codesourcery.com>
247 * BRANCHES: Remove binutils-csl-arm-2006q1-branch. Document
248 binutils-csl-2_17-branch instead.
250 2006-03-20 Paul Brook <paul@codesourcery.com>
252 * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
254 2006-03-16 Alan Modra <amodra@bigpond.net.au>
257 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
258 * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
260 2006-03-13 Ben Elliston <bje@au.ibm.com>
262 * bucomm.c (display_target_list): Make local variable `a' to be of
263 type enum bfd_architecture. Thus no need to cast enums to int.
264 (display_info_table): Likewise.
266 2006-03-10 Paul Brook <paul@codesourcery.com>
268 * readelf.c (decode_ARM_machine_flags): Handle EABIv5.
270 2006-03-10 Alan Modra <amodra@bigpond.net.au>
272 * dwarf.c (process_extended_line_op): Remove pointer_size param.
273 Use length instead to determine address size.
274 (get_pointer_size_and_offset_of_comp_unit): Delete.
275 (display_debug_lines): Adjust for above.
276 (display_debug_aranges): Don't stop on finding two zeros.
277 (display_debug_frames): For warning, print offset not pointer.
279 2006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
281 * dlltool.c: Update copyright year.
282 * doc/binutils.texi: Likewise.
284 2006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
286 * dlltool.c (add_stdcall_underscore): New flag.
287 (xlate): Also add underscore to stdcall symbol if
288 add_stdcall_underscore set.
289 (usage): Document --add-stdcall-underscore option.
290 (OPTION_ADD_STDCALL_UNDERSCORE): New define.
291 (long_options): Use it for --add-stdcall-underscore option.
293 * doc/binutils.texi: Document --add-stdcall-underscore option
294 and differentiate from --add-underscore.
296 2006-03-06 Nathan Sidwell <nathan@codesourcery.com>
298 * readelf.c (get_machine_flags): Adjust.
300 2006-03-03 Jakub Jelinek <jakub@redhat.com>
302 * dwarf.c (frame_display_row, display_debug_frames): Handle
303 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
305 2006-02-28 Nick Clifton <nickc@redhat.com>
307 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
308 (copy_object): If bfd_alt_mach_code fails emit a more helpful
309 message and if the target architecture is ELF use the alternative
310 as replacement value for the e_machine number.
311 (copy_main): Use strtoul to parse the number provided with the
312 --alt-mach-code switch.
313 * doc/binutils.texi (--alt-mach-code): Document that this switch
314 can now set the absolute e_machine value.
316 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
318 * po/Make-in: Add html target.
320 2006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
322 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
324 2006-02-14 Jakub Jelinek <jakub@redhat.com>
326 * config.in: Rebuilt.
328 2006-02-10 H.J. Lu <hongjiu.lu@intel.com>
331 * readelf.c (process_program_headers): Use
332 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
334 2006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
336 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
337 * configure: Regenerate.
338 * objdump.c (fprintf): Remove declaration.
339 * bucomm.h (fprintf): Declare if not already declared.
340 (snprintf): Likewise.
341 (vsnprintf): Likewise.
343 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
345 * readelf.c (process_program_headers): Match PT_TLS segment
346 only with SHT_TLS sections.
348 2006-02-07 Nathan Sidwell <nathan@codesourcery.com>
350 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
352 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
354 * readelf.c (process_program_headers): Undo the last change.
356 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
358 * readelf.c (process_program_headers): Undo the change made on
359 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
362 2006-01-30 Nick Clifton <nickc@redhat.com>
364 * objcopy.c (copy_object): Catch the case where an attempt is made
365 to add a section that already exists and produce a more helpful
368 2006-01-26 Nick Clifton <nickc@redhat.com>
370 * po/vi.po: New Vietnamese translation.
371 * configure.in (ALL_LINGUAS): Add vi.
372 * configure: Regenerate.
374 2006-01-18 Alexandre Oliva <aoliva@redhat.com>
376 Introduce TLS descriptors for i386 and x86_64.
377 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
380 2006-01-18 Nick Clifton <nickc@redhat.com>
383 * objcopy.c (copy_object): For PE format targets set the VMA of a
384 newly created gnu_debuglink section to a non-zero, aligned,
386 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
387 * Makefile.in: Regenerate.
389 2006-01-17 Andreas Schwab <schwab@suse.de>
392 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
393 * configure: Regenerate.
394 * objdump.c (struct objdump_disasm_info): Don't check for
395 DISASSEMBLER_NEEDS_RELOCS.
396 (objdump_print_addr): Likewise.
397 (disassemble_bytes): Check disassembler_needs_relocs from
398 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
400 (disassemble_section): Likewise.
401 (disassemble_data): Initialize it.
403 2006-01-11 Alan Modra <amodra@bigpond.net.au>
405 * objcopy.c (copy_object): Fix thinko.
407 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
409 2006-01-09 Mike Frysinger <vapier@gentoo.org>:
411 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
412 (get_machine_name): Likewise.
414 For older changes see ChangeLog-2005
420 version-control: never