* config.in: Regenerate.
[binutils.git] / binutils / ChangeLog
blob5dfb01d895876bffbc25747bdb2a8d911d4fefdc
1 2006-06-05  Alan Modra  <amodra@bigpond.net.au>
3         * config.in: Regenerate.
5 2006-06-02  Joseph S. Myers  <joseph@codesourcery.com>
7         * doc/Makefile.am (TEXI2DVI): Define.
8         * doc/Makefile.in: Regenerate.
10 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
12         * Makefile.am: Replace INTLLIBS with LIBINTL everywhere.  Add
13         DEPENDENCIES variables for every program.
14         (INTLLIBS): Remove.
15         (INCLUDES): Use @INCINTL@.
16         * acinclude.m4: Include new gettext macros.
17         * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
18         Remove local code for po/Makefile.
19         * Makefile.in, configure, doc/Makefile.in: Regenerated.
21 2006-05-30  Nick Clifton  <nickc@redhat.com>
23         * po/es.po: Updated Spanish translation.
25 2006-05-25  J"orn Rennecke <joern.rennecke@st.com>
27         * MAINTAINERS: Update my email address.
29 2006-05-24  Nick Clifton  <nickc@redhat.com>
31         * po/fr.po: Updated French translation.
33 2006-05-23  Nick Clifton  <nickc@redhat.com>
35         * po/vi.po: Updated Vietnamese translation.
37 2006-05-22  Daniel Jacobowitz  <dan@codesourcery.com>
39         * po/ru.po: Updated translation.
41 2006-05-19  Andreas Schwab  <schwab@suse.de>
43         * doc/Makefile.am (addr2line.1): Depend on $(binutils_TEXINFOS).
44         (ar.1): Likewise.
45         (dlltool.1): Likewise.
46         (nlmconv.1): Likewise.
47         (nm.1): Likewise.
48         (objcopy.1): Likewise.
49         (objdump.1): Likewise.
50         (ranlib.1): Likewise.
51         (readelf.1): Likewise.
52         (size.1): Likewise.
53         (strings.1): Likewise.
54         (strip.1): Likewise.
55         (windres.1): Likewise.
56         (cxxfilt.man): Likewise.
57         * doc/Makefile.in: Regenerated.
59 2006-05-17  Carlos O'Donell  <carlos@codesourcery.com>
61         * doc/binutils.texi: Use "Binutils Index" for index name.
63 2006-05-15  H.J. Lu  <hongjiu.lu@intel.com>
65         * dwarf.c (display_debug_frames): Don't return on ZERO
66         terminator.
68 2006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
70         * doc/Makefile.am (AM_MAKEINFOFLAGS): New.
71         (TEXI2POD): Use AM_MAKEINFOFLAGS.
72         (config.texi): Don't set top_srcdir.
73         * doc/binutils.texi: Don't use top_srcdir.
74         * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
76 2006-04-26  Julian Brown  <julian@codesourcery.com>
78         * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
80 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
82         * Makefile.am: Run "make dep-am".
83         * Makefile.in: Regenerate.
85 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
87         * configure: Regenerate.
89 2006-04-18  Nick Clifton  <nickc@redhat.com>
91         PR 2257
92         * readelf.c (SECTION_NAME): Cope with a missing string table.
93         (process_file_header): Cope with a corrupt e_shstrndx field.
94         (process_section_headers): Correctly handle an e_shstrndx value of
95         SHF_UNDEF.
97 2006-04-12  Nick Clifton  <nickc@redhat.com>
99         * objdump.c (objdump_symbol_at_address): Fix typo in comment.
101 2006-04-10  Ben Elliston  <bje@gnu.org>
103         * MAINTAINERS (CGEN Maintainers): Remove myself.
105 2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
107         * po/Make-in: Add install-html target.
108         * Makefile.am: Add install-html and install-html-recursive targets.
109         * Makefile.in: Regenerate.
110         * configure.in: AC_SUBST datarootdir, docdir and htmldir.
111         * configure: Regenerate.
112         * doc/Makefile.am: Add install-html and install-html-am targets.
113         * doc/Makefile.in: Regenerate.
115 2006-04-05  Eric Botcazou  <ebotcazou@adacore.com>
117         * addr2line.c (long_options): Add new option 'section'.
118         (usage): Document new -j/--section option.
119         (find_offset_in_section): New function.
120         (translate_addresses): Add 'section' parameter.
121         If it is non-null, call find_offset_in_section on it.
122         (process_file): Add 'section_name' parameter.
123         If it is non-null, look for the section in the BFD object.
124         Pass the section to translate_addresses.
125         (main): Handle new -j option.
126         Pass the section name to process_file.
127         * doc/binutils.texi (addr2line): Document new -j/--section option.
129 2006-03-29  Ben Elliston  <bje@au.ibm.com>
131         * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
133 2006-03-20  Nathan Sidwell  <nathan@codesourcery.com>
135         * BRANCHES: Remove binutils-csl-arm-2006q1-branch.  Document
136         binutils-csl-2_17-branch instead.
138 2006-03-20  Paul Brook  <paul@codesourcery.com>
140         * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
142 2006-03-16  Alan Modra  <amodra@bigpond.net.au>
144         PR 2434
145         * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
146         * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
148 2006-03-13  Ben Elliston  <bje@au.ibm.com>
150         * bucomm.c (display_target_list): Make local variable `a' to be of
151         type enum bfd_architecture.  Thus no need to cast enums to int.
152         (display_info_table): Likewise.
154 2006-03-10  Paul Brook  <paul@codesourcery.com>
156         * readelf.c (decode_ARM_machine_flags):  Handle EABIv5.
158 2006-03-10  Alan Modra  <amodra@bigpond.net.au>
160         * dwarf.c (process_extended_line_op): Remove pointer_size param.
161         Use length instead to determine address size.
162         (get_pointer_size_and_offset_of_comp_unit): Delete.
163         (display_debug_lines): Adjust for above.
164         (display_debug_aranges): Don't stop on finding two zeros.
165         (display_debug_frames): For warning, print offset not pointer.
167 2006-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
169         * dlltool.c: Update copyright year.
170         * doc/binutils.texi: Likewise.
172 2006-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
174         * dlltool.c (add_stdcall_underscore): New flag.
175         (xlate): Also add underscore to stdcall symbol if
176         add_stdcall_underscore set.
177         (usage): Document --add-stdcall-underscore option.
178         (OPTION_ADD_STDCALL_UNDERSCORE): New define.
179         (long_options): Use it for --add-stdcall-underscore option.
180         (main): Handle it.
181         * doc/binutils.texi: Document --add-stdcall-underscore option
182         and differentiate from --add-underscore.
184 2006-03-06  Nathan Sidwell  <nathan@codesourcery.com>
186         * readelf.c (get_machine_flags): Adjust.
188 2006-03-03  Jakub Jelinek  <jakub@redhat.com>
190         * dwarf.c (frame_display_row, display_debug_frames): Handle
191         DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
193 2006-02-28  Nick Clifton  <nickc@redhat.com>
195         * objcopy.c (use_alt_mach_code): Change type to unsigned long.
196         (copy_object):  If bfd_alt_mach_code fails emit a more helpful
197         message and if the target architecture is ELF use the alternative
198         as replacement value for the e_machine number.
199         (copy_main): Use strtoul to parse the number provided with the
200         --alt-mach-code switch.
201         * doc/binutils.texi (--alt-mach-code): Document that this switch
202         can now set the absolute e_machine value.
204 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
206         * po/Make-in: Add html target.
208 2006-02-17  Nick Hudson  <nick.hudson@dsl.pipex.com>
210         * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
212 2006-02-14  Jakub Jelinek  <jakub@redhat.com>
214         * config.in: Rebuilt.
216 2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>
218         PR binutils/2258
219         * readelf.c (process_program_headers): Use
220         ELF_IS_SECTION_IN_SEGMENT_MEMORY.
222 2006-02-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
224         * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
225         * configure: Regenerate.
226         * objdump.c (fprintf): Remove declaration.
227         * bucomm.h (fprintf): Declare if not already declared.
228         (snprintf): Likewise.
229         (vsnprintf): Likewise.
231 2006-02-08  H.J. Lu  <hongjiu.lu@intel.com>
233         * readelf.c (process_program_headers): Match PT_TLS segment
234         only with SHT_TLS sections.
236 2006-02-07  Nathan Sidwell  <nathan@codesourcery.com>
238         * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
240 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
242         * readelf.c (process_program_headers): Undo the last change.
244 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
246         * readelf.c (process_program_headers): Undo the change made on
247         2004-09-22.  Match PT_DYNAMIC segment only with SHT_DYNAMIC
248         sections.
250 2006-01-30  Nick Clifton  <nickc@redhat.com>
252         * objcopy.c (copy_object): Catch the case where an attempt is made
253         to add a section that already exists and produce a more helpful
254         warning message.
256 2006-01-26  Nick Clifton  <nickc@redhat.com>
258         * po/vi.po: New Vietnamese translation.
259         * configure.in (ALL_LINGUAS): Add vi.
260         * configure: Regenerate.
262 2006-01-18  Alexandre Oliva  <aoliva@redhat.com>
264         Introduce TLS descriptors for i386 and x86_64.
265         * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
266         DT_TLSDESC_PLT.
268 2006-01-18  Nick Clifton  <nickc@redhat.com>
270         PR binutils/1391
271         * objcopy.c (copy_object): For PE format targets set the VMA of a
272         newly created gnu_debuglink section to a non-zero, aligned,
273         contiguous value.
274         * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
275         * Makefile.in: Regenerate.
277 2006-01-17  Andreas Schwab  <schwab@suse.de>
279         PR binutils/1486
280         * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
281         * configure: Regenerate.
282         * objdump.c (struct objdump_disasm_info): Don't check for
283         DISASSEMBLER_NEEDS_RELOCS.
284         (objdump_print_addr): Likewise.
285         (disassemble_bytes): Check disassembler_needs_relocs from
286         disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
287         at compile-time.
288         (disassemble_section): Likewise.
289         (disassemble_data): Initialize it.
291 2006-01-11  Alan Modra  <amodra@bigpond.net.au>
293         * objcopy.c (copy_object): Fix thinko.
295         * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
297 2006-01-09  Mike Frysinger  <vapier@gentoo.org>:
299         * readelf.c (guess_is_rela): Add case for Nios/Nios II.
300         (get_machine_name): Likewise.
302 For older changes see ChangeLog-2005
304 Local Variables:
305 mode: change-log
306 left-margin: 8
307 fill-column: 74
308 version-control: never
309 End: