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