1 2006-05-19 Andreas Schwab <schwab@suse.de>
3 * doc/Makefile.am (addr2line.1): Depend on $(binutils_TEXINFOS).
11 (readelf.1): Likewise.
13 (strings.1): Likewise.
15 (windres.1): Likewise.
16 (cxxfilt.man): Likewise.
17 * doc/Makefile.in: Regenerated.
19 2006-05-17 Carlos O'Donell <carlos@codesourcery.com>
21 * doc/binutils.texi: Use "Binutils Index" for index name.
23 2006-05-15 H.J. Lu <hongjiu.lu@intel.com>
25 * dwarf.c (display_debug_frames): Don't return on ZERO
28 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
30 * doc/Makefile.am (AM_MAKEINFOFLAGS): New.
31 (TEXI2POD): Use AM_MAKEINFOFLAGS.
32 (config.texi): Don't set top_srcdir.
33 * doc/binutils.texi: Don't use top_srcdir.
34 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
36 2006-04-26 Julian Brown <julian@codesourcery.com>
38 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
40 2006-04-19 Alan Modra <amodra@bigpond.net.au>
42 * Makefile.am: Run "make dep-am".
43 * Makefile.in: Regenerate.
45 2006-04-19 Alan Modra <amodra@bigpond.net.au>
47 * configure: Regenerate.
49 2006-04-18 Nick Clifton <nickc@redhat.com>
52 * readelf.c (SECTION_NAME): Cope with a missing string table.
53 (process_file_header): Cope with a corrupt e_shstrndx field.
54 (process_section_headers): Correctly handle an e_shstrndx value of
57 2006-04-12 Nick Clifton <nickc@redhat.com>
59 * objdump.c (objdump_symbol_at_address): Fix typo in comment.
61 2006-04-10 Ben Elliston <bje@gnu.org>
63 * MAINTAINERS (CGEN Maintainers): Remove myself.
65 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
67 * po/Make-in: Add install-html target.
68 * Makefile.am: Add install-html and install-html-recursive targets.
69 * Makefile.in: Regenerate.
70 * configure.in: AC_SUBST datarootdir, docdir and htmldir.
71 * configure: Regenerate.
72 * doc/Makefile.am: Add install-html and install-html-am targets.
73 * doc/Makefile.in: Regenerate.
75 2006-04-05 Eric Botcazou <ebotcazou@adacore.com>
77 * addr2line.c (long_options): Add new option 'section'.
78 (usage): Document new -j/--section option.
79 (find_offset_in_section): New function.
80 (translate_addresses): Add 'section' parameter.
81 If it is non-null, call find_offset_in_section on it.
82 (process_file): Add 'section_name' parameter.
83 If it is non-null, look for the section in the BFD object.
84 Pass the section to translate_addresses.
85 (main): Handle new -j option.
86 Pass the section name to process_file.
87 * doc/binutils.texi (addr2line): Document new -j/--section option.
89 2006-03-29 Ben Elliston <bje@au.ibm.com>
91 * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
93 2006-03-20 Nathan Sidwell <nathan@codesourcery.com>
95 * BRANCHES: Remove binutils-csl-arm-2006q1-branch. Document
96 binutils-csl-2_17-branch instead.
98 2006-03-20 Paul Brook <paul@codesourcery.com>
100 * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
102 2006-03-16 Alan Modra <amodra@bigpond.net.au>
105 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
106 * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
108 2006-03-13 Ben Elliston <bje@au.ibm.com>
110 * bucomm.c (display_target_list): Make local variable `a' to be of
111 type enum bfd_architecture. Thus no need to cast enums to int.
112 (display_info_table): Likewise.
114 2006-03-10 Paul Brook <paul@codesourcery.com>
116 * readelf.c (decode_ARM_machine_flags): Handle EABIv5.
118 2006-03-10 Alan Modra <amodra@bigpond.net.au>
120 * dwarf.c (process_extended_line_op): Remove pointer_size param.
121 Use length instead to determine address size.
122 (get_pointer_size_and_offset_of_comp_unit): Delete.
123 (display_debug_lines): Adjust for above.
124 (display_debug_aranges): Don't stop on finding two zeros.
125 (display_debug_frames): For warning, print offset not pointer.
127 2006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
129 * dlltool.c: Update copyright year.
130 * doc/binutils.texi: Likewise.
132 2006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
134 * dlltool.c (add_stdcall_underscore): New flag.
135 (xlate): Also add underscore to stdcall symbol if
136 add_stdcall_underscore set.
137 (usage): Document --add-stdcall-underscore option.
138 (OPTION_ADD_STDCALL_UNDERSCORE): New define.
139 (long_options): Use it for --add-stdcall-underscore option.
141 * doc/binutils.texi: Document --add-stdcall-underscore option
142 and differentiate from --add-underscore.
144 2006-03-06 Nathan Sidwell <nathan@codesourcery.com>
146 * readelf.c (get_machine_flags): Adjust.
148 2006-03-03 Jakub Jelinek <jakub@redhat.com>
150 * dwarf.c (frame_display_row, display_debug_frames): Handle
151 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
153 2006-02-28 Nick Clifton <nickc@redhat.com>
155 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
156 (copy_object): If bfd_alt_mach_code fails emit a more helpful
157 message and if the target architecture is ELF use the alternative
158 as replacement value for the e_machine number.
159 (copy_main): Use strtoul to parse the number provided with the
160 --alt-mach-code switch.
161 * doc/binutils.texi (--alt-mach-code): Document that this switch
162 can now set the absolute e_machine value.
164 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
166 * po/Make-in: Add html target.
168 2006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
170 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
172 2006-02-14 Jakub Jelinek <jakub@redhat.com>
174 * config.in: Rebuilt.
176 2006-02-10 H.J. Lu <hongjiu.lu@intel.com>
179 * readelf.c (process_program_headers): Use
180 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
182 2006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
184 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
185 * configure: Regenerate.
186 * objdump.c (fprintf): Remove declaration.
187 * bucomm.h (fprintf): Declare if not already declared.
188 (snprintf): Likewise.
189 (vsnprintf): Likewise.
191 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
193 * readelf.c (process_program_headers): Match PT_TLS segment
194 only with SHT_TLS sections.
196 2006-02-07 Nathan Sidwell <nathan@codesourcery.com>
198 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
200 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
202 * readelf.c (process_program_headers): Undo the last change.
204 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
206 * readelf.c (process_program_headers): Undo the change made on
207 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
210 2006-01-30 Nick Clifton <nickc@redhat.com>
212 * objcopy.c (copy_object): Catch the case where an attempt is made
213 to add a section that already exists and produce a more helpful
216 2006-01-26 Nick Clifton <nickc@redhat.com>
218 * po/vi.po: New Vietnamese translation.
219 * configure.in (ALL_LINGUAS): Add vi.
220 * configure: Regenerate.
222 2006-01-18 Alexandre Oliva <aoliva@redhat.com>
224 Introduce TLS descriptors for i386 and x86_64.
225 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
228 2006-01-18 Nick Clifton <nickc@redhat.com>
231 * objcopy.c (copy_object): For PE format targets set the VMA of a
232 newly created gnu_debuglink section to a non-zero, aligned,
234 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
235 * Makefile.in: Regenerate.
237 2006-01-17 Andreas Schwab <schwab@suse.de>
240 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
241 * configure: Regenerate.
242 * objdump.c (struct objdump_disasm_info): Don't check for
243 DISASSEMBLER_NEEDS_RELOCS.
244 (objdump_print_addr): Likewise.
245 (disassemble_bytes): Check disassembler_needs_relocs from
246 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
248 (disassemble_section): Likewise.
249 (disassemble_data): Initialize it.
251 2006-01-11 Alan Modra <amodra@bigpond.net.au>
253 * objcopy.c (copy_object): Fix thinko.
255 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
257 2006-01-09 Mike Frysinger <vapier@gentoo.org>:
259 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
260 (get_machine_name): Likewise.
262 For older changes see ChangeLog-2005
268 version-control: never