* listing.c (listing_listing): Remove useless loop.
[binutils.git] / binutils / ChangeLog
blob869ed94d1c6f726395bfab646e61305a8a1a229a
1 2006-04-26  Julian Brown  <julian@codesourcery.com>
3         * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
5 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
7         * Makefile.am: Run "make dep-am".
8         * Makefile.in: Regenerate.
10 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
12         * configure: Regenerate.
14 2006-04-18  Nick Clifton  <nickc@redhat.com>
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.
22 2006-04-12  Nick Clifton  <nickc@redhat.com>
24         * objdump.c (objdump_symbol_at_address): Fix typo in comment.
26 2006-04-10  Ben Elliston  <bje@gnu.org>
28         * MAINTAINERS (CGEN Maintainers): Remove myself.
30 2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
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.
40 2006-04-05  Eric Botcazou  <ebotcazou@adacore.com>
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.
54 2006-03-29  Ben Elliston  <bje@au.ibm.com>
56         * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
58 2006-03-20  Nathan Sidwell  <nathan@codesourcery.com>
60         * BRANCHES: Remove binutils-csl-arm-2006q1-branch.  Document
61         binutils-csl-2_17-branch instead.
63 2006-03-20  Paul Brook  <paul@codesourcery.com>
65         * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
67 2006-03-16  Alan Modra  <amodra@bigpond.net.au>
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.
73 2006-03-13  Ben Elliston  <bje@au.ibm.com>
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.
79 2006-03-10  Paul Brook  <paul@codesourcery.com>
81         * readelf.c (decode_ARM_machine_flags):  Handle EABIv5.
83 2006-03-10  Alan Modra  <amodra@bigpond.net.au>
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.
92 2006-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
94         * dlltool.c: Update copyright year.
95         * doc/binutils.texi: Likewise.
97 2006-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
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.
109 2006-03-06  Nathan Sidwell  <nathan@codesourcery.com>
111         * readelf.c (get_machine_flags): Adjust.
113 2006-03-03  Jakub Jelinek  <jakub@redhat.com>
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.
118 2006-02-28  Nick Clifton  <nickc@redhat.com>
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.
129 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
131         * po/Make-in: Add html target.
133 2006-02-17  Nick Hudson  <nick.hudson@dsl.pipex.com>
135         * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
137 2006-02-14  Jakub Jelinek  <jakub@redhat.com>
139         * config.in: Rebuilt.
141 2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>
143         PR binutils/2258
144         * readelf.c (process_program_headers): Use
145         ELF_IS_SECTION_IN_SEGMENT_MEMORY.
147 2006-02-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
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.
156 2006-02-08  H.J. Lu  <hongjiu.lu@intel.com>
158         * readelf.c (process_program_headers): Match PT_TLS segment
159         only with SHT_TLS sections.
161 2006-02-07  Nathan Sidwell  <nathan@codesourcery.com>
163         * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
165 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
167         * readelf.c (process_program_headers): Undo the last change.
169 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
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.
175 2006-01-30  Nick Clifton  <nickc@redhat.com>
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.
181 2006-01-26  Nick Clifton  <nickc@redhat.com>
183         * po/vi.po: New Vietnamese translation.
184         * configure.in (ALL_LINGUAS): Add vi.
185         * configure: Regenerate.
187 2006-01-18  Alexandre Oliva  <aoliva@redhat.com>
189         Introduce TLS descriptors for i386 and x86_64.
190         * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
191         DT_TLSDESC_PLT.
193 2006-01-18  Nick Clifton  <nickc@redhat.com>
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.
202 2006-01-17  Andreas Schwab  <schwab@suse.de>
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.
216 2006-01-11  Alan Modra  <amodra@bigpond.net.au>
218         * objcopy.c (copy_object): Fix thinko.
220         * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
222 2006-01-09  Mike Frysinger  <vapier@gentoo.org>:
224         * readelf.c (guess_is_rela): Add case for Nios/Nios II.
225         (get_machine_name): Likewise.
227 For older changes see ChangeLog-2005
229 Local Variables:
230 mode: change-log
231 left-margin: 8
232 fill-column: 74
233 version-control: never
234 End: