* readelf.c (process_section_headers): Add H8/300 support.
[binutils.git] / binutils / ChangeLog
blob1c7a2a60f6e9634cf4adfcd78b5e0764191058ee
1 2006-06-29  DJ Delorie  <dj@redhat.com>
3         * readelf.c (process_section_headers): Add H8/300 support.
5 2006-06-23  Richard Sandiford  <richard@codesourcery.com>
7         * objcopy.c (localize_hidden): New variable.
8         (OPTION_LOCALIZE_HIDDEN): New command_line_switch value.
9         (copy_options): Add --localize-hidden.
10         (copy_usage): Mention --localize-hidden.
11         (is_hidden_symbol): New function.
12         (filter_symbols): Handle localize_hidden.
13         (copy_object): Call filter_symbols if localize_hidden.
14         (copy_main): Handle OPTION_LOCALIZE_HIDDEN.
15         * doc/binutils.texi (--localize-hidden): Document new option.
17 2006-06-23  Daniel Jacobowitz  <dan@codesourcery.com>
19         * Makefile.am (ar_DEPENDENCIES, ranlib_DEPENDENCIES)
20         (dlltool_DEPENDENCIES, windres_DEPENDENCIES): Remove @LEXLIB@.
21         * Makefile.in: Regenerate.
23 2006-06-23  Alan Modra  <amodra@bigpond.net.au>
25         * Makefile.am (*_DEPENDENCIES): Add missing dependencies.
26         * Makefile.in: Regenerate.
28 2006-06-07  Joseph S. Myers  <joseph@codesourcery.com>
30         * po/Make-in (pdf, ps): New dummy targets.
32 2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
34         * po/Make-in (top_builddir): Define.
36 2006-06-05  Alan Modra  <amodra@bigpond.net.au>
38         * config.in: Regenerate.
40 2006-06-02  Joseph S. Myers  <joseph@codesourcery.com>
42         * doc/Makefile.am (TEXI2DVI): Define.
43         * doc/Makefile.in: Regenerate.
45 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
47         * Makefile.am: Replace INTLLIBS with LIBINTL everywhere.  Add
48         DEPENDENCIES variables for every program.
49         (INTLLIBS): Remove.
50         (INCLUDES): Use @INCINTL@.
51         * acinclude.m4: Include new gettext macros.
52         * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
53         Remove local code for po/Makefile.
54         * Makefile.in, configure, doc/Makefile.in: Regenerated.
56 2006-05-30  Nick Clifton  <nickc@redhat.com>
58         * po/es.po: Updated Spanish translation.
60 2006-05-25  J"orn Rennecke <joern.rennecke@st.com>
62         * MAINTAINERS: Update my email address.
64 2006-05-24  Nick Clifton  <nickc@redhat.com>
66         * po/fr.po: Updated French translation.
68 2006-05-23  Nick Clifton  <nickc@redhat.com>
70         * po/vi.po: Updated Vietnamese translation.
72 2006-05-22  Daniel Jacobowitz  <dan@codesourcery.com>
74         * po/ru.po: Updated translation.
76 2006-05-19  Andreas Schwab  <schwab@suse.de>
78         * doc/Makefile.am (addr2line.1): Depend on $(binutils_TEXINFOS).
79         (ar.1): Likewise.
80         (dlltool.1): Likewise.
81         (nlmconv.1): Likewise.
82         (nm.1): Likewise.
83         (objcopy.1): Likewise.
84         (objdump.1): Likewise.
85         (ranlib.1): Likewise.
86         (readelf.1): Likewise.
87         (size.1): Likewise.
88         (strings.1): Likewise.
89         (strip.1): Likewise.
90         (windres.1): Likewise.
91         (cxxfilt.man): Likewise.
92         * doc/Makefile.in: Regenerated.
94 2006-05-17  Carlos O'Donell  <carlos@codesourcery.com>
96         * doc/binutils.texi: Use "Binutils Index" for index name.
98 2006-05-15  H.J. Lu  <hongjiu.lu@intel.com>
100         * dwarf.c (display_debug_frames): Don't return on ZERO
101         terminator.
103 2006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
105         * doc/Makefile.am (AM_MAKEINFOFLAGS): New.
106         (TEXI2POD): Use AM_MAKEINFOFLAGS.
107         (config.texi): Don't set top_srcdir.
108         * doc/binutils.texi: Don't use top_srcdir.
109         * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
111 2006-04-26  Julian Brown  <julian@codesourcery.com>
113         * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
115 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
117         * Makefile.am: Run "make dep-am".
118         * Makefile.in: Regenerate.
120 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
122         * configure: Regenerate.
124 2006-04-18  Nick Clifton  <nickc@redhat.com>
126         PR 2257
127         * readelf.c (SECTION_NAME): Cope with a missing string table.
128         (process_file_header): Cope with a corrupt e_shstrndx field.
129         (process_section_headers): Correctly handle an e_shstrndx value of
130         SHF_UNDEF.
132 2006-04-12  Nick Clifton  <nickc@redhat.com>
134         * objdump.c (objdump_symbol_at_address): Fix typo in comment.
136 2006-04-10  Ben Elliston  <bje@gnu.org>
138         * MAINTAINERS (CGEN Maintainers): Remove myself.
140 2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
142         * po/Make-in: Add install-html target.
143         * Makefile.am: Add install-html and install-html-recursive targets.
144         * Makefile.in: Regenerate.
145         * configure.in: AC_SUBST datarootdir, docdir and htmldir.
146         * configure: Regenerate.
147         * doc/Makefile.am: Add install-html and install-html-am targets.
148         * doc/Makefile.in: Regenerate.
150 2006-04-05  Eric Botcazou  <ebotcazou@adacore.com>
152         * addr2line.c (long_options): Add new option 'section'.
153         (usage): Document new -j/--section option.
154         (find_offset_in_section): New function.
155         (translate_addresses): Add 'section' parameter.
156         If it is non-null, call find_offset_in_section on it.
157         (process_file): Add 'section_name' parameter.
158         If it is non-null, look for the section in the BFD object.
159         Pass the section to translate_addresses.
160         (main): Handle new -j option.
161         Pass the section name to process_file.
162         * doc/binutils.texi (addr2line): Document new -j/--section option.
164 2006-03-29  Ben Elliston  <bje@au.ibm.com>
166         * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
168 2006-03-20  Nathan Sidwell  <nathan@codesourcery.com>
170         * BRANCHES: Remove binutils-csl-arm-2006q1-branch.  Document
171         binutils-csl-2_17-branch instead.
173 2006-03-20  Paul Brook  <paul@codesourcery.com>
175         * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
177 2006-03-16  Alan Modra  <amodra@bigpond.net.au>
179         PR 2434
180         * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
181         * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
183 2006-03-13  Ben Elliston  <bje@au.ibm.com>
185         * bucomm.c (display_target_list): Make local variable `a' to be of
186         type enum bfd_architecture.  Thus no need to cast enums to int.
187         (display_info_table): Likewise.
189 2006-03-10  Paul Brook  <paul@codesourcery.com>
191         * readelf.c (decode_ARM_machine_flags):  Handle EABIv5.
193 2006-03-10  Alan Modra  <amodra@bigpond.net.au>
195         * dwarf.c (process_extended_line_op): Remove pointer_size param.
196         Use length instead to determine address size.
197         (get_pointer_size_and_offset_of_comp_unit): Delete.
198         (display_debug_lines): Adjust for above.
199         (display_debug_aranges): Don't stop on finding two zeros.
200         (display_debug_frames): For warning, print offset not pointer.
202 2006-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
204         * dlltool.c: Update copyright year.
205         * doc/binutils.texi: Likewise.
207 2006-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
209         * dlltool.c (add_stdcall_underscore): New flag.
210         (xlate): Also add underscore to stdcall symbol if
211         add_stdcall_underscore set.
212         (usage): Document --add-stdcall-underscore option.
213         (OPTION_ADD_STDCALL_UNDERSCORE): New define.
214         (long_options): Use it for --add-stdcall-underscore option.
215         (main): Handle it.
216         * doc/binutils.texi: Document --add-stdcall-underscore option
217         and differentiate from --add-underscore.
219 2006-03-06  Nathan Sidwell  <nathan@codesourcery.com>
221         * readelf.c (get_machine_flags): Adjust.
223 2006-03-03  Jakub Jelinek  <jakub@redhat.com>
225         * dwarf.c (frame_display_row, display_debug_frames): Handle
226         DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
228 2006-02-28  Nick Clifton  <nickc@redhat.com>
230         * objcopy.c (use_alt_mach_code): Change type to unsigned long.
231         (copy_object):  If bfd_alt_mach_code fails emit a more helpful
232         message and if the target architecture is ELF use the alternative
233         as replacement value for the e_machine number.
234         (copy_main): Use strtoul to parse the number provided with the
235         --alt-mach-code switch.
236         * doc/binutils.texi (--alt-mach-code): Document that this switch
237         can now set the absolute e_machine value.
239 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
241         * po/Make-in: Add html target.
243 2006-02-17  Nick Hudson  <nick.hudson@dsl.pipex.com>
245         * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
247 2006-02-14  Jakub Jelinek  <jakub@redhat.com>
249         * config.in: Rebuilt.
251 2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>
253         PR binutils/2258
254         * readelf.c (process_program_headers): Use
255         ELF_IS_SECTION_IN_SEGMENT_MEMORY.
257 2006-02-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
259         * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
260         * configure: Regenerate.
261         * objdump.c (fprintf): Remove declaration.
262         * bucomm.h (fprintf): Declare if not already declared.
263         (snprintf): Likewise.
264         (vsnprintf): Likewise.
266 2006-02-08  H.J. Lu  <hongjiu.lu@intel.com>
268         * readelf.c (process_program_headers): Match PT_TLS segment
269         only with SHT_TLS sections.
271 2006-02-07  Nathan Sidwell  <nathan@codesourcery.com>
273         * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
275 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
277         * readelf.c (process_program_headers): Undo the last change.
279 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
281         * readelf.c (process_program_headers): Undo the change made on
282         2004-09-22.  Match PT_DYNAMIC segment only with SHT_DYNAMIC
283         sections.
285 2006-01-30  Nick Clifton  <nickc@redhat.com>
287         * objcopy.c (copy_object): Catch the case where an attempt is made
288         to add a section that already exists and produce a more helpful
289         warning message.
291 2006-01-26  Nick Clifton  <nickc@redhat.com>
293         * po/vi.po: New Vietnamese translation.
294         * configure.in (ALL_LINGUAS): Add vi.
295         * configure: Regenerate.
297 2006-01-18  Alexandre Oliva  <aoliva@redhat.com>
299         Introduce TLS descriptors for i386 and x86_64.
300         * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
301         DT_TLSDESC_PLT.
303 2006-01-18  Nick Clifton  <nickc@redhat.com>
305         PR binutils/1391
306         * objcopy.c (copy_object): For PE format targets set the VMA of a
307         newly created gnu_debuglink section to a non-zero, aligned,
308         contiguous value.
309         * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
310         * Makefile.in: Regenerate.
312 2006-01-17  Andreas Schwab  <schwab@suse.de>
314         PR binutils/1486
315         * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
316         * configure: Regenerate.
317         * objdump.c (struct objdump_disasm_info): Don't check for
318         DISASSEMBLER_NEEDS_RELOCS.
319         (objdump_print_addr): Likewise.
320         (disassemble_bytes): Check disassembler_needs_relocs from
321         disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
322         at compile-time.
323         (disassemble_section): Likewise.
324         (disassemble_data): Initialize it.
326 2006-01-11  Alan Modra  <amodra@bigpond.net.au>
328         * objcopy.c (copy_object): Fix thinko.
330         * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
332 2006-01-09  Mike Frysinger  <vapier@gentoo.org>:
334         * readelf.c (guess_is_rela): Add case for Nios/Nios II.
335         (get_machine_name): Likewise.
337 For older changes see ChangeLog-2005
339 Local Variables:
340 mode: change-log
341 left-margin: 8
342 fill-column: 74
343 version-control: never
344 End: