* bfin-dis.c (print_insn_bfin): Do proper endian transform when
[binutils.git] / binutils / ChangeLog
blob22fb3bee4e6be46f5c19336876184c98dbf54bd8
1 2005-10-18  Jie Zhang  <jie.zhang@analog.com>
3         * MAINTAINERS: Add self as BFIN maintainer.
5 2005-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
7         * rclex.l (handle quotes): Stop parsing hex notation escaped
8         chars after the first two digits,
10 2005-10-11  Nick Clifton  <nickc@redhat.com>
12         PR binutils/1437
13         * cxxfilt.c (flags): Remove DMGL_TYPES;
14         (long_options): Rename --no-types to --types.
15         (usage): Likewise.
16         (demangle_it): Add a comment describing why _ and $ prefixes are
17         skipped.  Use printf rather than puts to emit the demangled output
18         in order to avoid emitting a new line character.
19         (main): Have the -t flag enable type demangling.
20         Emit a newline after every demangled command line argument.
21         Copy whitespace from stdin to stdout.
22         * doc/binutils.texi (c++filt): Document the change to the -t
23         switch.
24         Document why demangling names on the command line is slightly
25         different to demangling names read from the standard input.
27 2005-10-10  Mark Mitchell  <mark@codesourcery.com>
29         * doc/Makefile.am (config.texi): Set top_srcdir.
30         * doc/Makefile.in: Regenerated.
31         * doc/binutils.texi: Use at-file.texi from libiberty.
33 2005-10-10  H.J. Lu  <hongjiu.lu@intel.com>
35         PR binutils/1436
36         * readelf.c (ABSADDR): New.
37         (dump_ia64_unwind): Use ABSADDR to get the unwind info address.
39 2005-10-10  Thomas Weidenmueller  <w3seek@reactos.com>
41         * resbin.c (res_to_bin_accelerator): Place the terminating NUL at
42         the correct location in the bindata structure.
44 2005-10-10  Bryce Schober  <bryce.schober@dynonavionics.com>
46         * doc/binutils.texi (objdump): Fix typo: -reg-name-std should be
47         -reg-names-std.
49 2005-10-04  Nick Clifton  <nickc@redhat.com>
51         * cxxfilt.c: Treat mangled names specified on the command line in
52         the same way as mangled names read from stdin.
53         Add -i switch to disable the display of implementation details.
54         Add -t switch to disable the demangling of types.
55         * NEWS: Mention the new switches.
56         * doc/binutils.texi (cxxfilt): Document the -i and -t switches.
58 2005-10-03  Mark Mitchell  <mark@codesourcery.com>
60         * addr2line.c (usage): Document @file.
61         * ar.c (usage): Likewise.
62         * coffdump (usage): Likewise.
63         * cxxfilt.c (usage): Likewise.
64         * dlltool.c (usage): Likewise.
65         * dllwrap.c (usage): Likewise.
66         * nlmconv.c (usage): Likewise.
67         * nm.c (usage): Likewise.
68         * objcopy.c (usage): Likewise.
69         * objdump.c (usage): Likewise.
70         * readelf.c (usage): Likewise.
71         * size.c (usage): Likeise.
72         * srconv.c (usage): Likewise.
73         * strings.c (usage): Likewise.
74         * windres.c (usage): Likewise.
75         * doc/binutils.texi: Add section on common options. 
77 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
79         * NEWS: Mention -W/--dwarf.
81         * doc/binutils.texi: Document -W/--dwarf for objdump.
83 2005-10-01  Paul Brook  <paul@codesourcery.com>
85         * readelf.c (arm_attr_tag_CPU_arch, arm_attr_tag_ARM_ISA_use,
86         arm_attr_tag_THUMB_ISA_use, arm_attr_tag_VFP_arch,
87         arm_attr_tag_WMMX_arch, arm_attr_tag_NEON_arch,
88         arm_attr_tag_ABI_PCS_config, arm_attr_tag_ABI_PCS_R9_use,
89         arm_attr_tag_ABI_PCS_RW_data, arm_attr_tag_ABI_PCS_RO_DATA,
90         arm_attr_tag_ABI_PCS_GOT_use, arm_attr_tag_ABI_PCS_wchar_t,
91         arm_attr_tag_ABI_FP_rounding, arm_attr_tag_ABI_FP_denormal,
92         arm_attr_tag_ABI_FP_exceptions, arm_attr_tag_ABI_FP_user_exceptions,
93         arm_attr_tag_ABI_FP_number_model, arm_attr_tag_ABI_align8_needed,
94         arm_attr_tag_ABI_align8_preserved, arm_attr_tag_ABI_enum_size,
95         arm_attr_tag_ABI_HardFP_use, arm_attr_tag_ABI_VFP_args,
96         arm_attr_tag_ABI_WMMX_args, arm_attr_tag_ABI_optimization_goals,
97         arm_attr_tag_ABI_FP_optimization_goals, arm_attr_public_tags): New.
98         (display_arm_attribute, process_arm_specific): New functions.
99         (process_arch_specific): Add EM_ARM.
101 2005-09-30  Mark Mitchell  <mark@codesourcery.com>
103         * dlltool.c (main): Fix typo.
104         * windres.c (main): Likewise.
106 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
108         * Makefile.in: Regenerated.
110 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
112         * sysinfo.y (main): Undo last change.
114 2005-08-30  Mark Mitchell  <mark@codesourcery.com>
116         * addr2line.c (main): Use expandargv.
117         * ar.c (main): Likewise.
118         * coffdump.c (main): Likewise.
119         * cxxfilt.c (main): Likewise.
120         * dlltool.c (main): Likewise.
121         * dllwrap.c (main): Likewise.
122         * nlmconv.c (main): Likewise.
123         * nm.c (main): Likewise.
124         * objcopy.c (main): Likewise.
125         * objdump.c (main): Likewise.
126         * readelf.c (main): Likewise.
127         * size.c (main): Likeiwse.
128         * srcconv.c (main): Likewise.
129         * strings.c (main): Likewise.
130         * sysdump.c (main): Likewise.
131         * sysinfo.y (main): Likewise.
132         * windres.c (main): Likewise.
133         
134 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
136         * Makefile.am: Run "make dep-am".
137         * Makefile.in: Regenerated.
138         * aclocal.m4: Likewise.
140 2005-09-30  Catherine Moore  <clm@cm00re.com>
142         * Makefile.am: Bfin support.
143         * Makefile.in: Regenerated.
144         * aclocal.m4: Regenerated.
145         * readelf.c (elf/bfin.h): Include.
146         (guess_is_rela): EM_BLACKFIN support.
147         (dump_relocations): Likewise.
149 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
151         * dwarf.c (fetch_indirect_string): Adjust for section address.
152         (process_debug_info): Likewise.
153         (display_debug_loc): Likewise.
154         (display_debug_ranges): Likewise.
156         * objdump.c (mach_o_dwarf_sections): New.
157         (generic_dwarf_sections): Likewise.
158         (check_mach_o_dwarf): Likewise.
159         (dump_dwarf): Call check_mach_o_dwarf.
161 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
163         * Makefile.am (objdump_SOURCES): Add dwarf.c.
164         * Makefile.in: Regenerated.
166         * objdump.c: Include "dwarf.h".
167         (usage): Add -W/--dwarf.
168         (long_options): Likewise.
169         (dump_dwarf_section_info): New.
170         (load_debug_section): Likewise.
171         (free_debug_section): Likewise.
172         (dump_dwarf_section): Likewise.
173         (dump_dwarf): Likewise.
174         (dump_bfd): Load symbol table and call dump_dwarf if
175         dump_dwarf_section_info isn't zero.
176         (main): Handle -W/--dwarf.
178 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
180         * readelf.c: Reordered.
181         (is_relocatable): New.
182         (dwarf_section): New structure for DWARF section.
183         (load_debug_section): New.
184         (free_debug_section): Likewise.
185         (debug_str_section): Likewise.
186         (debug_abbrev_section): Likewise.
187         (debug_str_contents): Removed.
188         (debug_str_size): Likewise.
189         (debug_loc_contents): Likewise.
190         (debug_loc_size): Likewise.
191         (debug_range_contents): Likewise.
192         (debug_range_size): Likewise.
193         (load_debug_str): Likewise.
194         (free_debug_str): Likewise.
195         (load_debug_loc): Likewise.
196         (free_debug_loc): Likewise.
197         (load_debug_arange): Likewise.
198         (free_debug_arange): Likewise.
199         (load_debug_abbrev): Likewise.
200         (free_debug_abbrev): Likewise.
201         (fetch_indirect_string): Updated.
202         (debug_apply_rela_addends): Likewise.
203         (process_debug_info): Likewise.
204         (get_debug_info): Likewise.
205         (display_debug_lines): Likewise.
206         (display_debug_pubnames): Likewise.
207         (display_debug_macinfo): Likewise.
208         (display_debug_abbrev): Likewise.
209         (display_debug_loc): Likewise.
210         (display_debug_str): Likewise.
211         (display_debug_info): Likewise.
212         (display_debug_aranges): Likewise.
213         (display_debug_ranges): Likewise.
214         (display_debug_frames): Likewise.
215         (display_debug_not_supported): Likewise.
216         (debug_displays): Likewise.
217         (display_debug_section): Likewise.
218         (get_file_header): Set is_relocatable.
220 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
222         * readelf.c (debug_apply_rela_addends): Relocate the whole
223         section.
224         (process_debug_info): Don't call debug_apply_rela_addends.
225         (display_debug_frames): Likewise.
226         (get_debug_info): Call debug_apply_rela_addends.
227         (debug_displays): Add the "relocate" field.
228         (display_debug_section): Call debug_apply_rela_addends if
229         needed.
231 2005-09-30  Matthias Kurz  <mk@baerlap.north.de>
233         * bucomm.h: Prevent the inclusion of <libintl.h> from the Solaris
234         version of <locale.h> when ENABLE_NLS is not defined.
236 2005-09-26  Mark Mitchell  <mark@codesourcery.com>
238         * BRANCHES: Mention binutils-csl-gxxpro-3_4-branch.
240 2005-09-20  Richard Henderson  <rth@redhat.com>
242         * readelf.c (display_debug_lines): Use unsigned long for address
243         increments.  Use 0x prefix for all hex numbers.
245 2005-09-09  Richard Earnshaw  <richard.earnshaw@arm.com>
247         * readelf.c (get_arm_section_type_name): Add SHT_ARM_PREEMPTMAP and
248         SHT_ARM_ATTRIBUTES.
250 2005-09-07  H.J. Lu  <hongjiu.lu@intel.com>
252         * readelf.c (get_elf_section_flags): Handle 64bit sh_flags.
254 2005-09-02  H.J. Lu  <hongjiu.lu@intel.com>
256         * readelf.c (debug_abbrev_contents): New.
257         (debug_abbrev_size): Likewise.
258         (load_debug_abbrev): Likewise.
259         (free_debug_abbrev): Likewise.
260         (process_debug_info): Use them.
262 2005-08-17  H.J. Lu  <hongjiu.lu@intel.com>
264         PR binutils/1179
265         * objdump.c (disassemble_bytes): Don't adjust
266         adjust_section_vma.
267         (adjust_addresses): Don't adjust vma for debugging section.
268         Adjust lma only for relocatable files.
269         (dump_bfd): Tell adjust_addresses if it is a relocatable file.
271 2005-08-16  H.J. Lu  <hongjiu.lu@intel.com>
273         * bucomm.h (stpcpy): Declare if HAVE_DECL_STPCPY isn't defined.
275         * configure.in (AC_GNU_SOURCE): Added.
276         (AC_CHECK_DECLS): Add stpcpy.
277         * configure: Regenerated.
278         * config.in: Likewise.
280 2005-08-16  Jakub Jelinek  <jakub@redhat.com>
282         * unwind-ia64.c (UNW_DEC_SPILL_SPREL, UNW_DEC_SPILL_PSPREL,
283         UNW_DEC_RESTORE, UNW_DEC_SPILL_REG): Increase {,ab,t}regname
284         buffer sizes.
286 2005-08-15  Daniel Jacobowitz  <dan@codesourcery.com>
288         * doc/binutils.texi (objdump): Document -M e300.
290 2005-08-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
292         * readelf.c (slurp_hppa_unwind_table): Fix entry size on hppa64-hpux.
293         Don't access table entries past the end of the table.
295 2005-08-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
297         * readelf.c (get_parisc_segment_type): Handle PT_PARISC_WEAKORDER.
298         (get_parisc_section_type_name): Handle SHT_PARISC_DLKM.
300 2005-08-11  H.J. Lu  <hongjiu.lu@intel.com>
302         * NEWS: Mention "-t/--section-details" and
303         "-N/--full-section-name".
305         * doc/binutils.texi: Document "-t/--section-details". Remove
306         "-N/--full-section-name".
308         * readelf.c (do_full_section_name): Renamed to ...
309         (do_section_details): This.
310         (option): Rename "-N/--full-section-name" to
311         "-t/--section-details".
312         (usage): Likewise.
313         (parse_args): Likewise.
314         (get_elf_section_flags): Support do_section_details.
315         (process_section_headers): Updated for do_section_details.
317 2005-08-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
319         * readelf.c (get_parisc_dynamic_type): Add new dynamic types.
320         (get_dynamic_type): Use old values for DT_LOOS and DT_HIOS when
321         e_machine is EM_PARISC.
322         (get_parisc_segment_type): Add new segment types.
323         (get_parisc_section_type_name): Add new section names.
324         (dynamic_section_parisc_val): Add new table entries.
326 2005-08-01  Filip Navara  <navaraf@reactos.com>
328         * dlltool.c (alphafunc): Remove and replace usage with nfunc.
329         (nfunc): Fix sorting of fastcall symbols when --kill-at is used.
331 2005-07-25  H.J. Lu  <hongjiu.lu@intel.com>
333         * readelf.c (dump_relocations): Handle SHN_X86_64_LCOMMON.
334         (get_symbol_index_type): Likewise.
335         (get_elf_section_flags): Handle SHF_X86_64_LARGE.
337 2005-07-21  Eric Christopher  <echristo@apple.com>
339         * MAINTAINERS: Change affiliation.
341 2005-07-19  Ben Elliston  <bje@au.ibm.com>
343         * readelf.c (read_and_display_attr_value): Remove comment adjacent
344         to DW_ATE_decimal_float about it being a GNU extension.
346 2005-07-18  Nick Clifton  <nickc@redhat.com>
348         * binemul.c: Fix name of Red Hat.
349         * binemul.h: Likewise.
350         * emul_aix.c: Likewise.
351         * emul_vanilla: Likewise.
353 2005-07-18  Ben Elliston  <bje@au.ibm.com>
355         * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
356         value of DW_ATE_decimal_float instead of DW_ATE_GNU_decimal_float.
358 2005-07-16  Alan Modra  <amodra@bigpond.net.au>
360         * Makefile.am: Run "make dep-am".
361         * Makefile.in: Regenerate.
363 2005-07-15  Eric Christopher  <echristo@redhat.com>
365         * MAINTAINERS: Change affiliation.
367 2005-07-14  Jim Blandy  <jimb@redhat.com>
369         * readelf.c: #include "elf/m32c.h"
370         (guess_is_rela, dump_relocations, get_machine_name): Add cases for
371         EM_M32C.
372         * Makefile.am (readelf.o): Update dependencies.
373         * Makefile.in: Regenerated.
375 2005-07-08  Ben Elliston  <bje@au.ibm.com>
377         * bucomm.h: Include <stdarg.h> unconditionally, not only when
378         ANSI_PROTOTYPES is defined.  Remove #ifdef logic.
379         * dlltool.c: Likewise.
380         * dllwrap.c: Likewise.
382 2005-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
384         * bucomm.h (report): Add format attribute.
385         * dlltool.c (inform): Likewise.
386         * dllwrap.c (display, inform, warn): Likewise.
387         * objdump.c (objdump_sprintf): Likewise.
388         * readelf.c (error, warn): Likewise.  Fix format bugs.
390 2005-07-05  Dmitry V. Levin  <ldv@altlinux.org>
391             Nick Clifton  <nickc@redhat.com>
393         * strings.c (filename_and_size_t): New typedef.
394         (strings_a_section): Skip sections with size greater or equal to
395         the file size.  Cache the file size to avoid repeated stat()s.
396         (strings_object_file): Pass filename_and_size_t argument to
397         strings_a_section() via bfd_map_over_sections().
399 2005-07-04  Alan Modra  <amodra@bigpond.net.au>
401         PR 1004
402         * objcopy.c (copy_object): Use bfd_make_section_with_flags.
403         (write_debugging_info): Likewise.
404         (setup_section): Use bfd_make_section_anyway_with_flags.
406 2005-07-01  Steve Ellcey  <sje@cup.hp.com>
408         * configure.in (AM_BINUTILS_WARNINGS): Add.
409         (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
410         * configure: Regenerate.
411         * config.in: Regenerate.
412         * objdump.c (NEED_DECLARATION_*): Replace with !HAVE_DECL_*.
413         * bucomm.h: (NEED_DECLARATION_*): Ditto.
415 2005-06-30  Ben Elliston  <bje@gnu.org>
417         * Makefile.am (check-DEJAGNU): Don't search for expect.
418         * Makefile.in: Regenerate.
420 2005-06-30  Ben Elliston  <bje@gnu.org>
422         * Makefile.am (EXPECT): Set to expect.
423         (RUNTEST): Likewise, set to runtest.
424         * Makefile.in: Regenerate.
426 2005-06-17  Jakub Jelinek  <jakub@redhat.com>
428         * readelf.c (CHECK_ENTSIZE_VALUES, CHECK_ENTSIZE): Define.
429         (process_section_headers): Use it.
430         (process_relocs): Don't crash if symsec is not SHT_SYMTAB
431         or SHT_DYNSYM.
432         (process_version_sections): Use sizeof (Elf_External_Versym)
433         instead of sh_entsize.
435 2005-06-16  Nick Clifton  <nickc@redhat.com>
437         * rename.c (simple_copy): Only define if it is going to be used.
438         (smart_rename): Mark the preserve_dates parameter as possibly
439         being unused.
441         * resres.c (write_res_data): Prevent a potential compile time
442         warning by casting the return value from fwrite.
444 2005-06-14  H.J. Lu  <hongjiu.lu@intel.com>
446         PR 995
447         * ar.c (BUFSIZE): Moved to ...
448         * bucomm.h (BUFSIZE): Here.
450         * bucomm.c: Include <assert.h>.
451         (bfd_get_archive_filename): New.
452         * bucomm.h (bfd_get_archive_filename): New.
454         * objcopy.c (copy_unknown_object): New.
455         (copy_object): Use bfd_get_archive_filename when reporting input
456         error. Don't call fatal on unknown arch.
457         (copy_archive): Call copy_unknown_object on unknown format or
458         arch.
460 2005-06-14  Jakub Jelinek  <jakub@redhat.com>
462         * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions.
463         (get_data): Add nmemb argument.  Return NULL if nmemb * size
464         overflows.  If var == NULL, allocate one extra byte and
465         clear it.
466         (slurp_rela_relocs, slurp_rel_relocs, get_32bit_program_headers,
467         get_64bit_program_headers, get_program_headers,
468         get_32bit_section_headers, get_64bit_section_headers,
469         get_32bit_elf_symbols, get_64bit_elf_symbols, process_section_headers,
470         process_section_groups, process_relocs, slurp_ia64_unwind_table,
471         ia64_process_unwind, slurp_hppa_unwind_table, hppa_process_unwind,
472         get_32bit_dynamic_section, get_64bit_dynamic_section,
473         process_dynamic_section, process_version_sections, get_dynamic_data,
474         process_symbol_table, dump_section, load_debug_str, load_debug_loc,
475         load_debug_range, read_and_display_attr_value, process_debug_info,
476         get_debug_info, frame_need_space, display_debug_frames,
477         display_debug_section, process_mips_specific, process_gnu_liblist,
478         process_corefile_note_segment): Adjust get_data callers.  Use
479         cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where
480         passed size is a product of 2 numbers.
482         * readelf.c (print_mode): Fix comment typo.
483         (slurp_rela_relocs, slurp_rel_relocs): Fix memory leaks.
484         (dump_relocations): Fix a thinko in check for invalid st_name.
485         (process_program_headers): Don't crash if string_table is NULL.
486         (process_section_headers): Don't crash if e_shstrndx is invalid.
487         Ensure string_table_length is 0 if string_table == NULL.
488         Don't return just because string_table is NULL.
489         (process_section_groups): Don't crash if symtab's sh_link or
490         symbol's st_name is invalid.  Fix a memory leak.  Fix check for
491         invalid section number entry.
492         (process_relocs): Don't crash if relocation or symbol section's
493         sh_link is invalid.
494         (slurp_ia64_unwind_table, slurp_hppa_unwind_table): Don't crash if
495         relocation section's sh_info is invalid.
496         (ia64_process_unwind, hppa_process_unwind): Don't crash if symbol
497         table's sh_link is invalid.
498         (process_version_sections): Don't crash on version or symbol
499         section's sh_link is invalid.  Don't crash if symbol's st_shndx
500         is invalid.
501         (process_symbol_table): Don't crash if string table is corrupt
502         or symbol's st_name, st_shndx, vna_name or vda_name is invalid.
503         (debug_apply_rela_addends): Don't crash if relocation section's
504         sh_info or sh_link is invalid.
505         (display_debug_loc): Warn for unterminated .debug_loc section
506         or start offsets not within .debug_loc section boundaries.
507         (process_gnu_liblist): Don't crash if liblist section's sh_link
508         or entry's l_name is invalid.
510 2005-06-09  Jakub Jelinek  <jakub@redhat.com>
512         * objdump.c (disassemble_bytes): Don't crash if q->howto == NULL.
513         If q->howto->name == NULL, print q->howto->type as number instead.
514         (dump_reloc_set): Likewise.
516 2005-06-07  Eric Christopher  <echristo@redhat.com>
518         * readelf.c (guess_is_rela): Support ms1.
519         (dump_relocations): Ditto.
520         (get_machine_name): Ditto.
522 2005-06-07  Aldy Hernandez  <aldyh@redhat.com>
523             Michael Snyder  <msnyder@redhat.com>
524             Stan Cox  <scox@redhat.com>
526         * Makefile.am (readelf.o): Depend on ms1.h.
528         * Makefile.in: Regenerate.
530         * readelf.c: Include ms1.h.
532 2005-06-06  H.J. Lu  <hongjiu.lu@intel.com>
534         PR 990
535         * nm.c (print_symbol): Call bfd_find_line before
536         bfd_find_nearest_line.
538 2005-06-06  Alan Modra  <amodra@bigpond.net.au>
540         * NEWS: Mention new powerpc ld support.
542 2005-06-03  Steve Ellcey  <sje@cup.hp.com>
544         * configure.in: Check for getc_unlocked prototype.
545         * configure: Regenerate.
546         * config.in: Regenerate.
547         * strings.c (get_char): Only call getc_unlocked if we have seen a
548         prototype.
550 2005-06-03  Nick Clifton  <nickc@redhat.com>
552         * configure.in (ALL_LINGUAS): Add zh_TW
553         * configure: Regenerate.
554         * po/zh_TW.po: New Chinese (traditional) translation.
556 2005-05-31  Richard Henderson  <rth@redhat.com>
558         * readelf.c (dump_relocations): Special case R_ALPHA_LITUSE.
560 2005-05-29  Richard Henderson  <rth@redhat.com>
562         * readelf.c (get_alpha_dynamic_type): New.
563         (get_dynamic_type): Call it.
565 2005-05-24  H.J. Lu  <hongjiu.lu@intel.com>
567         * readelf.c (process_section_groups): Report group section
568         index. Check if the section member index is valid.
570 2005-05-23  Fred Fish  <fnf@specifixinc.com>
572         * addr2line.c (unwind_inlines): New flag for 'i' option.
573         (usage): Document '-i' option.
574         (long_options): Recognize '--inlines'.
575         (translate_addresses): Loop, calling bfd_find_inliner_info as
576         necessary and printing multiple output lines.
577         (main): Handle 'i' option.
578         * doc/binutils.texi (addr2line): Document '-i' option.
579         * NEWS: Mention new addr2line '-i' option.
581 2005-05-23  Nick Clifton  <nickc@redhat.com>
583         * readelf.c (fetch_indirect_string): Display a warning message
584         when a corrupt DW_FORM_strp value is encountered.
586         (process_debug_info): Mention that the compilation unit offset is
587         being displayed in hexadecimal.
589         (display_debug_lines): Fix typo in name of .debug_line section.
591 2005-05-19  Zack Weinberg  <zack@codesourcery.com>
593         * Makefile.am: Have 'all' depend on 'info'.
594         * Makefile.in: Regenerate.
596 2005-05-19  Ben Elliston  <bje@au.ibm.com>
598         * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
599         value of DW_ATE_GNU_decimal_float.
601 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
603         * doc/Makefile.am (config.texi): Don't use $<.
604         * doc/Makefile.in: Regenerated.
606 2005-05-15  Yitzchak Scott-Thoennes  <sthoenna@efn.org>
608         * deflex.l: Ignore CRs
610 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
612         * acinclude.m4: Remove obsolete code.
613         * configure.in: Update AC_PREREQ.
614         * doc/Makefile.am (binutils_TEXINFOS): Define.
615         (config.texi): Depend on distributed files instead of built
616         files.
617         (binutils.dvi, binutils.info): Remove unnecessary rules.
618         (DISTCLEANFILES): Remove.
619         (install-data-local): Renamed from install.
620         (info-local): Renamed from info.
621         * Makefile.in, aclocal.m4, config.in, configure,
622         doc/Makefile.in: Regenerated.
624 2005-05-14  Alan Modra  <amodra@bigpond.net.au>
626         * readelf.c (get_ppc_dynamic_type): Display DT_PPC_GOT, not
627         DT_PPC_GLINK.
629 2005-05-13  Fred Fish  <fnf@specifixinc.com>
631         * readelf.c: Fix a couple of obvious comment typos,
632         'debug_str' -> 'debug_ranges' and proecess' -> 'process'.
634 2005-05-13  H.J. Lu  <hongjiu.lu@intel.com>
636         * readelf.c (dump_ia64_unwind): Get stamp with proper size.
638 2005-05-12  Nick Clifton  <nickc@redhat.com>
640         * readelf.c (display_debug_lines): If pointer_size has not been
641         found then assume that it is 4 in order to prevent a seg fault
642         when process_extend_line_op attempts to read the line data.
644 2005-05-11  Alan Modra  <amodra@bigpond.net.au>
646         * readelf.c (get_ppc_dynamic_type): New function for DT_PPC_GLINK.
647         (get_dynamic_type): Call the above.
649 2005-05-07  Nick Clifton  <nickc@redhat.com>
651         * Update the address and phone number of the FSF organization in
652         the GPL notices in the following files:
653         aclocal.m4, addr2line.c, ar.c, arlex.l, arparse.y, arsup.c,
654         arsup.h, binemul.c, binemul.h, bucomm.c, bucomm.h, budbg.h,
655         budemang.c, budemang.h, coffdump.c, coffgrok.c, coffgrok.h,
656         cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y, dlltool.c,
657         dlltool.h, dllwrap.c, emul_aix.c, emul_vanilla.c, filemode.c,
658         ieee.c, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
659         objdump.c, prdbg.c, rclex.l, rcparse.y, rdcoff.c, rddbg.c,
660         readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
661         size.c, srconv.c, stabs.c, strings.c, sysdump.c, sysinfo.y,
662         syslex.l, unwind-ia64.c, unwind-ia64.h, version.c, windres.c,
663         windres.h, winduni.c, winduni.h wrstabs.c, doc/fdl.texi
665 2005-05-06  Jan Beulich  <jbeulich@novell.com>
667         * objcopy.c (copy_file): Don't delete output upon error here.
668         (copy_main): Delete output upon error.
670 2005-05-02  Ben Elliston  <bje@au.ibm.com>
672         * dlltool.c (dtab): Remove empty function.
673         (process_duplicates): Remove calls to dtab().
675 2005-05-01  Maciej W. Rozycki  <macro@linux-mips.org>
677         * doc/binutils.texi (strip, objcopy): Clarify the description of
678         the "--strip-debug" option.  Fix a typo.
680 2005-04-29  H.J. Lu  <hongjiu.lu@intel.com>
682         * bucomm.c: Undo the last change.
683         * bucomm.h: Likewise.
685 2005-04-29  Ben Elliston  <bje@au.ibm.com>
687         * syslex.l (word, number, unit): Remove unused variables.
688         * nlmheader.y (keyword_tokens): Make static.
689         * coffdump.c (dump_coff_symbol, coff_dump): Make static.
690         * coffgrok.c (lofile, last_function_symbol, last_function_type,
691         last_struct, last_enum, cur_sfile): Make variables static.
692         * sysdump.c (getCHARS, fillup, getBARRAY, getINT, getBITS,
693         sysroff_swap_tr_in, sysroff_print_tr_out): Make static.
694         * sysinfo.y (writecode, it, code, repeat, oldrepeat, name, rdepth,
695         names, pnames): Likewise.
697 2005-04-29  Ben Elliston  <bje@au.ibm.com>
699         * ar.c (mri_mode): Make static.
700         * arsup.c (obfd, real_name, outfile): Likewise.
701         * binemul.c (ar_emul_create): Remove unused function.
702         (ar_emul_default_create): Likewise.
703         * binemul.h (ar_emul_create): Remove declaration.
704         (ar_emul_default_create): Likewise.
705         (struct bin_emulation_xfer_struct): Remove ar_create member.
706         * bucomm.c (report): Make static.
707         * bucomm.h (report): Remove declaration.
708         * cxxfilt.c (mbuffer): Make static.
709         (main): Use unsigned ints for some loop control variables.
710         * readelf.c: Make many global variables static.
711         * size.c (berkeley_format): Make static.
712         (long_options): Likewise.
713         * emul_aix.c (bin_aix_emulation): Remove ar_emul_default_create
714         structure initialiser.
715         (bin_aix5_emulation): Likewise.
716         * emul_vanilla.c (bin_vanilla_emulation): Likewise.
718 2005-04-27  Ben Elliston  <bje@au.ibm.com>
720         * syslex.l: Adjust top-of-file comment: this file is part of GNU
721         binutils, not GNU ld.
723 2005-04-25  Nick Clifton  <nickc@redhat.com>
725         PR872
726         * objcopy.c (copy_archive): Initialise 'obfd' field of new
727         name_list structure.
729         * objcopy.c (copy_usage): Fix description of -K switch.
731         * doc/binutils.texi (strip, objcopy): Fix description of -K
732         switch.
734 2005-04-20  Daniel Jacobowitz  <dan@codesourcery.com>
736         * readelf.c (display_debug_frames): Use data factor for
737         DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
739 2005-04-19  H.J. Lu  <hongjiu.lu@intel.com>
741         * objdump.c (dump_section_header): Skip linker created section.
743 2005-04-17  H.J. Lu  <hongjiu.lu@intel.com>
745         * objdump.c (dump_section_header): Support SEC_GROUP.
747 2005-04-16  Nick Clifton  <nickc@redhat.com>
749         * readelf.c (debug_apply_rela_addends): Remove redundant %s from
750         printf string.
752 2005-04-15  Nick Clifton  <nickc@redhat.com>
754         * objcopy.c (copy_file): Issue an error message when attmepting to
755         copy an empty input file.
757 2005-04-14  Alan Modra  <amodra@bigpond.net.au>
759         * Makefile.am (NO_WERROR): Define.  Use instead of -Wno-error.
760         * configure.in: Include ../bfd/warning.m4 contents.
761         * Makefile.in: Regenerate.
762         * configure: Regenerate.
763         * doc/Makefile.in: Regenerate.
765 2005-04-12  Alan Modra  <amodra@bigpond.net.au>
767         * Makefile.am: Run "make dep-am".
768         (syslex.o, sysinfo.o, arparse.o, arlex.o): Add -Wno-error to command.
769         (sysroff.o, defparse.o, deflex.o): Likewise.
770         (nlmheader.o, rcparse.o, rclex.o): Likewise.
771         * Makefile.in: Regenerate.
772         * aclocal.m4: Regenerate.
773         * config.in: Regenerate.
774         * configure: Regenerate.
776 2005-04-11  Jan Beulich  <jbeulich@novell.com>
778         * MAINTAINERS: Add myself as ix86 Intel mode maintainer.
780 2005-04-06  Nick Clifton  <nickc@redhat.com>
781             H.J. Lu  <hongjiu.lu@intel.com>
783         * po/rw.po: New translation: Kinyarwanda.
784         * configure.in (ALL_LINGUAS): Add rw.
785         * configure: Regenerate.
787 2005-04-04  Maciej W. Rozycki  <macro@linux-mips.org>
789         * readelf.c (debug_apply_rela_addends): Reorder r_info as
790         necessary for 64-bit MIPS.
792 2005-04-04  Maciej W. Rozycki  <macro@linux-mips.org>
794         * doc/binutils.texi (readelf): Remove a duplicate paragraph.
796 2005-04-04  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
798         PR binutils/813
799         * objdump.c (dump_symbols): Add a check to see if the section for
800         the symbol is chosen using process_section_p.
802 2005-04-01  H.J. Lu  <hongjiu.lu@intel.com>
804         * NEWS: Mention new readelf options, "-N/--full-section-name"
805         and "-g/--section-groups".
807         * doc/binutils.texi: Document new readelf options,
808         "-N/--full-section-name" and "-g/--section-groups".
810 2005-03-31  H.J. Lu  <hongjiu.lu@intel.com>
812         * readelf.c (do_full_section_name): New.
813         (options): Add "--full-section-name"/'N'.
814         (usage): Add -N/--full-section-name.
815         (parse_args): Handle 'N'.
816         (process_section_headers): Print out the full section name if
817         do_full_section_name isn't 0.
819 2005-03-31  Nick Clifton  <nickc@redhat.com>
821         * configure.in: Add a check for <unistd.h> providing a prototype
822         for getopt() which is compatible with the one in
823         include/getopt.h.  If so then define HAVE_DECL_GETOPT.
824         * configure: Regenerate.
825         * config.in (HAVE_DECL_GETOPT): Add.
826         * aclocal.m4: Regenerate.
827         * addr2line.c: Include "config.h" before "bfd.h" so that
828         HAVE_DECL_GETOPT is defined before getopt.h is included.
830 2005-03-21  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
832         * doc/binutils.texi: Document new VAX disassembler-specific option
833         -M entry:0xfooba8.
834         * NEWS: Mention the new option.
836 2005-03-29  Anil Paranjpe  <anilp1@kpitcummins.com>
838         * MAINTAINERS: Add myself as H8300 maintainer.
840 2005-03-28  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
842         * objdump.c (disassemble_bytes): Remove cast.
844 2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
846         * BRANCHES: Add binutils-csl-arm-2005q1-branch and
847         binutils-2_16-branch.
849 2005-03-25  Mark Kettenis  <kettenis@gnu.org>
851         * MAINTAINERS: Add myself as M88k maintainer.
853 2005-03-24  Danny Smith  <dannysmith@users.sourceforge.net>
855         * winduni.c (unicode_from_ascii): Don't declare variables
856         's' and 'w' if _WIN32.  Use MultiByteToWideChar to set the unicode
857         string len.
859 2005-03-24  Dmitry Diky   <diwil@spec.ru>
861         * MAINTAINERS: Add myself as MSP430 maintainer.
863 2005-03-23  Nick Clifton  <nickc@redhat.com>
865         * po/fr.po: Updated translation.
867 2005-03-22  Nick Clifton  <nickc@redhat.com>
869         * MAINTAINERS: Add Daniel Jacobwitz to the blanket write
870         privileges list.
872 2005-03-17  Paul Brook <paul@codesourcery.com>
873             Dan Jacobowitz <dan@codesourcery.com>
874             Mark Mitchell  <mark@codesourcery.com>
876         * binutils/readelf.c (get_arm_segment_type): New function.
877         (get_segment_type): Use it.
879 2005-03-18  Paul Brook  <paul@codesourcery.com>
881         * objdump.c (objdump_print_addr): Avoid uninitialized warning.
883 2005-03-17  Diego Novillo  <dnovillo@redhat.com>
885         * MAINTAINERS: Remove self as maintainer of x86 intel
886         mode.
888 2005-03-16  Nick Clifton  <nickc@redhat.com>
889             Ben Elliston  <bje@au.ibm.com>
891         * configure.in (werror): New switch: Add -Werror to the
892         compiler command line.  Enabled by default.  Disable via
893         --disable-werror.
894         * configure: Regenerate.
896 2005-03-15  Daniel Marques  <marques@cs.cornell.edu>
897             Nick Clifton  <nickc@redhat.com>
899         * objcopy.c (globalize_specific_list): New linked list of symbols
900         to convert from local binding into global binding.
901         (command_line_switch): Add OPTION_GLOBALIZE_SYMBOL and
902         OPTION_GLOBALIZE_SYMBOLS.
903         (copy_options): Add "globalize-symbol" and "globalize-symbols".
904         (copy_usage): Document the new switches.
905         (filter_symbols): Convert defined local symbols mentioned on the
906         globalize_specific_list into global symbols.
907         (copy_object): Perform actions if the globalize_specific_list is
908         not empty.
909         (copy_main): Handle new switches.
910         * NEWS: Mention new feature.
911         * doc/binutils.texi: Document new switches.
913 2005-03-15  Alan Modra  <amodra@bigpond.net.au>
915         * po/es.po: Commit new Spanish translation.
917         * po/fr.po: Commit new French translation.
919 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
921         * po/tr.po: Commit new Turkish translation.
923 2005-03-11  Nick Clifton  <nickc@redhat.com>
925         * po/fr.po: Updated French translation.
927 2005-03-10  Nick Clifton  <nickc@redhat.com>
929         * configure.in (ALL_LINGUAS): Add Romanian lingua "ro".
930         * configure: Regenerate.
931         * po/ro.po: New file.
933         * po/ru.po: Updated file.
935 2005-03-05  Alan Modra  <amodra@bigpond.net.au>
937         * po/binutils.pot: Regenerate.
939 2005-03-02  Jan Beulich  <jbeulich@novell.com>
941         * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
942         * objcopy.c (copy_file): Likewise.
943         (strip_main): Likewise.
945 2005-03-01  Stig Petter Olsroed  <stigpo@users.sourceforge.net>
946             Nick Clifton  <nickc@redhat.com>
948         * objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC:
949         (struct objdump_disasm_info): Add 'reloc' field.
950         (disassemble_bytes): Fix check for when an insn has a reloc
951         associated with it.  Improve comment explaining why the use of
952         octets is wrong.  Set the 'reloc' field in objdump_disasm_info
953         structure.
954         (objdump_print_addr): Use new 'reloc' field to lookup the correct
955         address for the symbol associated with the current instruction's
956         relocation.
957         (disassemble_info): Initialise 'reloc' field.
959 2005-02-28  Jakub Jelinek  <jakub@redhat.com>
961         * readelf.c (get_file_type, get_machine_name, get_osabi_name,
962         get_segment_type, get_section_type_name, get_elf_class,
963         get_data_encoding, get_group_flags, dynamic_section_mips_val,
964         get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name,
965         get_AT_name, process_mips_specific, process_gnu_liblist,
966         get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of
967         sprintf where needed.
968         (get_dynamic_type): Likewise.  Increase buff to 64 bytes.
969         (get_elf_section_flags): Increase buff to 33 bytes.  Avoid
970         using strcat.
971         (get_dynamic_flags): Renamed to...
972         (print_dynamic_flags): ... this.  Print the flags to stdout instead
973         of returning them as string.
974         (process_dynamic_section): Adjust caller.
976 2005-02-25  H.J. Lu  <hongjiu.lu@intel.com>
978         * readelf.c (display_debug_ranges): Print out offset for end of
979         list.
981 2005-02-23  Alan Modra  <amodra@bigpond.net.au>
983         * dlltool.c: Warning fixes.
984         * objdump.c: Likewise.
986 2005-02-22  Alan Modra  <amodra@bigpond.net.au>
988         * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler.
989         (syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate
990         dependencies.  Run "make dep-am".
991         * nlmconv.c: Warning fixes.
992         * readelf.c: Likewise.
993         * srconv.c: Likewise.
994         * sysdump.c: Likewise.
995         * sysinfo.y: Likewise.
996         * syslex.l: Likewise.  Use yyleng instead of strlen, memcpy instead
997         of strcpy.
998         * Makefile.in: Regenerate.
1000 2005-02-21  H.J. Lu  <hongjiu.lu@intel.com>
1002         * objcopy.c (parse_flags): Replace SEC_SHARED with
1003         SEC_COFF_SHARED.
1005         * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and
1006         SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump
1007         SEC_COFF_SHARED for COFF only.
1009 2005-02-21  Alan Modra  <amodra@bigpond.net.au>
1011         * Makefile.am: Run "make dep-am"
1012         * Makefile.in: Regenerate.
1013         * doc/Makefile.in: Regenerate.
1015 2005-02-21  Alan Modra  <amodra@bigpond.net.au>
1017         * readelf.c (BYTE_GET8): Delete.  Replace uses with BYTE_GET.
1018         (byte_get_little_endian): Don't handle size of -8.
1019         (byte_get_signed, byte_get_big_endian): Likewise.
1020         (print_dec_vma, print_hex_vma): New functions.
1021         (print_vma): Use them.  Return chars output.
1022         (get_dynamic_data): Return a bfd_vma array.  Add ent_size parm.
1023         (process_symbol_table): Handle alpha and s390 .hash.
1025 2005-02-18  H.J. Lu  <hongjiu.lu@intel.com>
1027         * readelf.c (display_debug_loc): Print out offset for end of
1028         list.
1030 2005-02-18  Joseph S. Myers  <joseph@codesourcery.com>
1032         * Makefile.am (TOOL_PROGS): Add objdump.
1033         * Makefile.in: Regenerate.
1035 2005-02-17  Alan Modra  <amodra@bigpond.net.au>
1037         * deflex.l (YY_NO_UNPUT): Define.
1038         * rclex.l (YY_NO_UNPUT): Define.
1039         * rcparse.y (null_unichar): New static var.
1040         (res_null_text): Use it rather than attempting to init from wchar_t.
1041         * windres.c: Include assert.h and time.h before getopt.h.
1042         Include config.h and unistd.h too.
1044 2005-02-15  Nick Clifton  <nickc@redhat.com>
1046         * nlmconv.c: Provide a full prototype for the localtime() function
1047         in order to avoid a compile time warning.
1049 2005-02-11  H.J. Lu  <hongjiu.lu@intel.com>
1051         * readelf.c (group_count): Don't initialize it.
1052         (process_section_groups): Reurn 1 if we won't do unwind nor
1053         section groups. Set group_count to 0 before counting group
1054         sections and return 1 if there are no group sections. Reread
1055         SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip
1056         section 0.
1057         (process_object): Only set do_unwind to 0 if
1058         process_section_groups return 0.
1060 2005-02-10  Ian Lance Taylor  <ian@airs.com>
1062         * MAINTAINERS: Update my e-mail address.
1064 2005-02-10  Mark Mitchell  <mark@codesourcery.com>
1066         * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian)
1067         maintainers.
1069 2005-02-07  Inderpreet Singh <inderpreetb@noida.hcltech.com>
1071          * MAINTAINERS: Add self as maintainer of MAXQ.
1073 2005-01-31  Richard Sandiford  <rsandifo@redhat.com>
1075         * readelf.c (eh_addr_size): New variable.
1076         (find_section): Move earlier in file.  Return empty sections too.
1077         (process_program_headers): Use find_section to find .dynamic.
1078         (process_section_headers): Initialize eh_addr_size.
1079         (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind)
1080         (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind)
1081         (display_debug_frames): Use it instead of local addr_size variable.
1082         (size_of_encoded_value): Get pointer size from eh_addr_size rather
1083         than is_32bit_elf.
1085 2005-01-31  Andrew Cagney  <cagney@gnu.org>
1087         * configure: Regenerate to track ../gettext.m4.
1089 2005-01-31  Nick Clifton  <nickc@redhat.com>
1091         * version.c (print_version): Bump the copyright date to 2005.
1093 2005-01-25  Alan Modra  <amodra@bigpond.net.au>
1095         * nm.c (display_rel_file): Read dynamic syms before calling
1096         bfd_get_synthetic_symtab.
1098 2005-01-21  Ben Elliston  <bje@au.ibm.com>
1100         * dlltool.c (dump_iat): Remove unused function.
1101         (gen_exp_file): Remove #if 0'd code.
1102         (make_one_lib_file): Likewise.
1103         * srconv.c: Remove #if 0'd code throughout.
1104         * size.c (lprint_number): Remove.
1105         (print_berkeley_format): Remove #if 0'd code.
1106         * ar.c (do_quick_append): Remove declaration and definiton.
1107         (main): Remove #if 0'd code.
1108         * filemode.c (filemodestring): Remove #if 0'd function.
1109         * sysdump.c (unit_info_list): Remove function.
1110         (object_body_list): Likewise.
1111         (program_structure): Likewise.
1112         (debug_list): Likewise.
1113         (module): Remove #if 0'd code.
1115 2005-01-20  Mark Mitchell  <mark@codesourcery.com>
1117         * BRANCHES: Add binutils-2_15-branch.
1119         * MAINTAINERS: Document branch policy.
1120         * BRANCHES: New file.
1122 2005-01-19  Fred Fish  <fnf@specifixinc.com>
1124         * NEWS: Make note of the new MIPS disassembly option "no-aliases".
1125         * doc/binutils.texi (objdump): Document the "no-aliases"
1126         disassembly option.
1128 2005-01-17   Eugene Kotlyarov  <ekot@narod.ru>
1130         PR binutils/647
1131         * rcparse.y (RCDATA): Allow a filename to be supplied as the
1132         parameter.  Parse it with define_rcdata_file().
1133         * resrc.c (define_rcdata_file): New function.
1134         * windres.h: Provide a prototype for the new function.
1136         * resrc.c (define_user_file): Fix typo by replacing "font file"
1137         with "file".
1139 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
1141         * MAINTAINERS: Update my email address.
1143 2005-01-16  Danny Smith  <dannysmith@users.sourceforge.net>
1145         * dlltool.c (set_dll_name_from_def): New function.  Strip name
1146         to basename, with warning.
1147         (def_name): Use it.
1148         (def_library): Likwise.
1149         (main): Strip arg of --dllname to basename, with warning.
1150         Only use basename of exp_name when inferring dll_name.
1152 2005-01-11  Nick Clifton  <nickc@redhat.com>
1154         PR binutils/637
1155         * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the
1156         footnote in order to prevent the sed script in the Makefile from
1157         converting it into c++filt.
1159 2005-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1161         BZ 635
1162         readelf.c (saved_base_address): Removed.
1163         (decode_64bit_range): Likewise.
1164         (decode_range): Likewise.
1165         (display_64bit_debug_ranges): Likewise.
1166         (debug_info): Add range_lists, num_range_lists and
1167         max_range_lists.
1168         (read_and_display_attr_value): Handle do_debug_ranges.
1169         (process_debug_info): Likewise.
1170         (display_debug_ranges): Rewrite.
1171         (process_object): Free range_lists.
1173 2005-01-10  Andreas Schwab  <schwab@suse.de>
1175         * configure.in: Don't define SKIP_ZEROES.
1176         * configure: Regenerate.
1177         * objdump.c (disassemble_data): Set skip_zeroes and
1178         skip_zeroes_at_end in disasm_info to defaults.
1179         (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
1180         (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
1181         always define.
1182         (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
1183         objdump_disasm_info.
1185 2005-01-05  H.J. Lu  <hongjiu.lu@intel.com>
1187         * readelf.c (display_debug_loc): Display base address
1188         specifiers.  Always output <End of list>.
1190 2005-01-05  H.J. Lu  <hongjiu.lu@intel.com>
1192         * readelf.c (have_frame_base): New.
1193         (need_base_address): Likewise.
1194         (saved_base_address): Likewise.
1195         (decode_location_expression): Return 1 if DW_AT_frame_base is
1196         needed.
1197         (debug_info): Add base_address and a have_frame_base pointer.
1198         (read_and_display_attr_value): Replace saved_DW_AT_low_pc with
1199         saved_base_address. Record base address. Set have_frame_base.
1200         Record if a location list has DW_AT_frame_base. Display if a
1201         location expression has no DW_AT_frame_base but needs one. Set
1202         saved_base_address only if needed.
1203         (process_debug_info): Clear have_frame_base, saved_base_address
1204         and set need_base_address.
1205         (display_debug_loc): Display if a location expression has no
1206         DW_AT_frame_base but needs one. Display if start >= end. Don't
1207         adjust for section address. Properly handle base address.
1208         (process_object): Free the have_frame_base pointer in
1209         debug_info.
1211 2005-01-04  H.J. Lu  <hongjiu.lu@intel.com>
1213         * readelf.c (display_debug_loc): Display offsets for hole and
1214         overlap.
1215         (display_debug_str): Add a newline at the end.
1217 2005-01-04  Armin Diehl  <diehl@nordrhein.de>
1219         PR binutils/630
1220         * nlmconv.c (main): Only store the basename of the output filename
1221         in the module table.
1223 2005-01-04  H.J. Lu  <hongjiu.lu@intel.com>
1225         BZ 615
1226         * readelf.c (process_debug_info): New.
1227         (debug_info): Add num_loc_offsets, loc_offsets and
1228         last_loc_offset_p.
1229         (get_debug_info): Use process_debug_info.
1230         (display_debug_loc): Properly handle location list. Warn if bad
1231         location lists are encoutnered.
1232         (read_and_process_attr_value): New.
1233         (read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
1234         (display_debug_info): Use process_debug_info.
1235         (process_object): Also free loc_offsets in debug_information.
1237 2004-12-31  Alan Modra  <amodra@bigpond.net.au>
1239         * objdump.c (remove_useless_symbols): Discard section symbols.
1241 2004-12-27  H.J. Lu  <hongjiu.lu@intel.com>
1243         * readelf.c (read_leb128): Support 64bit host.
1245 2004-12-23  Nick Clifton  <nickc@redhat.com>
1247         PR binutils/616
1248         * readelf.c (debug_info): Add 'cu_offset' field.
1249         (get+pointer_size_of_comp_unit): Rename to
1250         'get_pointer_size_and_offset_of_comp_unit'.  Add code to return
1251         the offset of the comp_unit if requested.
1252         (get_debug_info): Record comp_unit offsets as well.
1253         (display_debug_lines): Call get_pointer_size_of_comp_unit.
1254         (decode_location_expression): Add an extra parameter - the offset
1255         of the current comp-unit.  Use this when decoding the DW_OP_call2
1256         and DW_OP_call4 operators.
1257         (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the
1258         comp_unit offset on the decode_location_expression.
1259         (read_and_display_attr_value): Pass the comp_unit offset on the
1260         decode_location_expression.
1261         (display_debug_frames): Pass 0 as the comp_unit offset to
1262         decode_location_expression.
1264 2004-12-22  Nick Clifton  <nickc@redhat.com>
1266         * readelf.c (last_pointer_size, warned_about_missing_comp_units):
1267         New variables associated with obtaining the pointer size for a
1268         comp_unit.
1269         (get_pointer_size_of_comp_unit): Add an extra parameter - the name
1270         of the section requesting the pointer size.  Use this name in
1271         error messages.  If there are not enough comp_units available
1272         produce a warning message, but return the last known pointer size
1273         so that section dumping can continue.
1274         (get_debug_info): Reset the new variables.
1275         (display_debug_lines): Add extra parameter to invocation of
1276         get_pointer_size_of_comp_unit and remove error message when it
1277         returns 0.
1278         (display_debug_loc): Likewise.
1280 2004-12-15 Jan Beulich  <jbeulich@novell.com>
1282         * doc/binutils.texi: Document --strip-unneeded-symbol and
1283         --strip-unneeded-symbols.
1284         * objcopy.c (strip_unneeded_list): New.
1285         (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
1286         and OPTION_STRIP_UNNEEDED_SYMBOLS.
1287         (copy_options): Add  --strip-unneeded-symbol and
1288         --strip-unneeded-symbols.
1289         (copy_usage): Likewise.
1290         (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
1291         and the symbol is not needed.
1292         (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
1293         OPTION_STRIP_UNNEEDED_SYMBOLS.
1295 2004-12-09  Ian Lance Taylor  <ian@wasabisystems.com>
1297         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
1299 2004-12-08  Ben Elliston  <bje@au.ibm.com>
1301         * arlex.l: Fix formatting.
1303 2004-12-08  Ben Elliston  <bje@au.ibm.com>
1305         * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
1306         config.texi whose value is the current month and year.
1307         * doc/Makefile.in: Rebuild.
1308         * doc/binutils.texi: Set the document subtitle to be the value of
1309         the Texinfo UPDATED variable (obtained from config.texi).
1311 2004-12-07  Ben Elliston  <bje@au.ibm.com>
1313         PR binutils/249
1314         * doc/binutils.texi (def file format): New node.
1315         (dlltool): Use the tool name as the @chapter name, like all the
1316         other binutils.  Use @file{.def} throughout for consistency.
1318 2004-12-06  Ben Elliston  <bje@au.ibm.com>
1320         * dlltool.c: Comment fix.
1322 2004-12-06  Ben Elliston  <bje@au.ibm.com>
1324         * doc/binutils.texi: Update copyright years.
1326 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
1328         * MAINTAINERS: Remove mention of config.if.
1330 2004-11-30  Tero Niemela  <tero_niemela@yahoo.com>
1332         * Makefile.am: Change LOCALEDIR to $(datadir)/share.
1333         * Makefile.in: Regenerate.
1335 2004-11-10  Ian Lance Taylor  <ian@wasabisystems.com>
1337         PR binutils/536
1338         * stabs.c (stab_demangle_template): Call stab_demangle_count
1339         rather than stab_demangle_get_count to get the length of a pointer
1340         target.
1342 2004-11-10  Danny Smith  <dannysmith@users.sourceforge.net>
1344         * defparse.y: Remove unnecessary commas from token list.
1346 2004-11-08  Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1348         * doc/binutils.texi (nm): Update description of weak symbols.
1350 2004-11-03  Nick Clifton  <nickc@redhat.com>
1352         * readelf.c (do_debug_ranges): New variable.
1353         (usage): Document new switch: -wR or --debug-dump=Ranges.
1354         (parse_args): Handle new switch.  Replace switch statement for the
1355         long options with a more compact table structure.
1356         (process_section_headers): Allow the dumping of .debug_ranges
1357         sections if so requested.
1358         (debug_displays): Likewise.
1359         (load_debug_range): New function: Grabs the contents of a
1360         .debug_ranges section.
1361         (free_debug_range): New function: Releases the grabbed
1362         .debug_ranges section.
1363         (decode_64bit_range): New function: Displays a 64-bit range in a
1364         .debug_ranges section.
1365         (decode_range): New function: Displays a 32-bit range in a
1366         .debug_ranges section.
1367         (read_and_display_attr_value): Record the value of DW_AT_low_pc
1368         attributes.  Use decode_ranges() to display a DW_AT_ranges
1369         attribute.
1370         (display_debug_info): Use load_debug_range() and
1371         free_debug_range().
1372         (display_64bit_debug_ranges): New function.  Displays the contents
1373         of a 64-bit format .debug_ranges section.
1374         (display_debug_ranges): New function: Displays the contents of a
1375         32-bit .debug_ranges section.
1377         (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
1378         global scope.
1379         (process_object): Initialise the dump_sects array from the
1380         cmdline_dump_sects array before processing each object file.
1382         (streq, strneq): New macros.  Use them to replace occurrences of
1383         strcmp() and strncmp().
1385         (debug_information): New structure array to replace
1386         debug_line_pointer_sizes array.
1387         (num_debug_info_entries): New variable to replace
1388         num_debug_line_pointers.
1389         (get_pointer_size_of_comp_unit): New function: Returns the pointer
1390         size of a given compilation unit.
1391         (get_debug_info): New function to replace
1392         get_debug_line_pointer_sizes.
1393         (display_debug_lines): Use the new functions.
1394         (display_debug_loc): Likewise.
1396         (disassemble_section): Change return type to int.
1397         (display_debug_lines): Move local variables to their
1398         innermost scope.
1399         (display_debug_section): Likewise.  Also record the return value
1400         of functions called and pass this back to the parent.  Also only
1401         warn about undumped sections when the user explicitly requested
1402         their dumping.
1404         (debug_apply_rela_addends): Allow relocations against STT_OBJECT
1405         types as well.
1407         * NEWS: Mention the support for decoding .debug_ranges sections.
1408         * doc/binutils.texi: Document the new command line switch to
1409         readelf.
1411 2004-11-03  Randolph Chung  <tausq@debian.org>
1413         * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
1414         unw_aux_info and unw_table_entry.
1415         (find_symbol_for_address): Pass symtab and strtab info explicitly.
1416         (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
1417         prefix.
1418         (slurp_ia64_unwind_table): Likewise.
1419         (ia64_process_unwind): Rename from old process_unwind.
1420         (hppa_unw_aux_info): New.
1421         (dump_hppa_unwind): New.
1422         (slurp_hppa_unwind_table): New.
1423         (hppa_process_unwind): New.
1424         (process_unwind): Factor out common unwinding checks; dispatch to
1425         unwind handler based on machine type.
1427 2004-11-02  Nick Clifton  <nickc@redhat.com>
1429         * readelf.c (display_debug_lines): Fix typo in error message.
1431 2004-10-26  Mark Mitchell  <mark@codesourcery.com>
1433         * readelf.c (get_note_type): Handle notes not in core files.
1434         (process_note_sections): New function.
1435         (process_corefile_contents): Rename to ...
1436         (process_notes): ... this.
1437         (process_object): Call process_notes, not
1438         process_corefile_contents.
1439         * doc/binutils.texi: Update readelf -n documentation.
1441 2004-10-26  Jakub Jelinek  <jakub@redhat.com>
1443         * ar.c (extract_file): Set atime to mtime for ar xo.
1445 2004-10-25  Ian Lance Taylor  <ian@wasabisystems.com>
1447         * stabs.c (stab_demangle_v3_arglist): New static function, broken
1448         out of stab_demangle_v3_argtypes.
1449         (stab_demangle_v3_argtypes): Call it.
1450         (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
1451         If we find an unrecognized component, print out its number.
1453 2004-10-25  David Mosberger  <davidm@hpl.hp.com>
1455         * readelf.c (slurp_ia64_unwind_table): Support relocations against
1456         non-section symbols by adding in the symbol value.
1458 2004-10-25  Nick Clifton  <nickc@redhat.com>
1460         PR 465
1461         * readelf.c (dynamic_strings_length): New global variable.
1462         (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
1463         strings in the dynamic string table.
1464         (process_section_headers): Initialise dynamic_strings_length.
1465         (process_dynamic_section): Likewise.
1466         (process_object): Reset dynamic_string_length when the buffer is freed.
1467         (dynamic_sections_mips_val): Use the new macros.
1468         (process_dynamic_section): Likewise.
1469         (process_version_sections): Likewise.
1470         (process_symbol_table): Likewise.
1471         (process_syminfo): Likewise.
1472         (process_mips_specific): Likewise.
1473         (dump_relocations): Add a new parameter 'strtablen' and use this
1474         to verify that string offset in a given reloc is valid.  Print a
1475         suitable error message otherwise.
1476         (process_relocs): Pass the new argument to dump_relocations.
1478 2004-10-23  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
1480         * dlltool.c: Include <assert.h>.
1481         (PREFIX_ALIAS_BASE): Define.
1482         (struct export): Add member import_name;
1483         (def_exports): Set import_name.
1484         (make_one_lib_file): Remove prefix alias code, use import_name
1485         in .idata$6.
1486         (gen_lib_file): Create and delete aliases.
1488 2004-10-19  H.J. Lu  <hongjiu.lu@intel.com>
1490         * readelf.c (process_section_groups): Free symtab after use.
1492 2004-10-18  Tommy Pettersson <ptp@lysator.liu.se>
1493             Nick Clifton  <nickc@redhat.com>
1495         * strings.c (usage): Place radix values for -t option into the
1496         correct order.
1498         * objcopy.c (add_redefine_syms_file): Change error messages to use
1499         <filename>:<linenumber>: format for easier parsing by automatic
1500         tools.
1502         * srconv.c (show_usage): Fix spelling typo.
1504         * windres.c (format_from_filename): Suggest the use of -J instead
1505         of -I if the file type cannot be determined.
1507 2004-10-18  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
1509         * strings.c: Include <sys/stat.h>.
1511 2004-10-18  Alan Modra  <amodra@bigpond.net.au>
1513         * budemang.c (demangle): Fix thinko.
1515         * budemang.c (demangle): Handle "@plt" suffix.
1517 2004-10-14  Nick Clifton  <nickc@redhat.com>
1519         * nm.c (usage): Fix description of --special-syms switch.
1521 2004-10-13  Jakub Jelinek  <jakub@redhat.com>
1523         * strings.c (statbuf): New typedef.
1524         (file_stat): Define.
1525         (strings_object_file): Avoid using get_file_size, instead do the
1526         checks here, using file_stat.
1527         * configure.in (HAVE_STAT64): New test.
1528         * configure: Rebuilt.
1529         * config.in: Rebuilt.
1531 2004-10-12  Paul Brook  <paul@codesourcery.com>
1533         * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
1535 2004-10-11  Alan Modra  <amodra@bigpond.net.au>
1537         * objdump.c (dump_symbols): Fix thinko last change.  Improve error
1538         messages.
1540 2004-10-08  Nick Clifton  <nickc@redhat.com>
1542         * nm.c: Add a new switch --special-syms which, if enabled, will
1543         include the ARM Mapping symbols in nm's output.
1544         (usage): Mention the switch.
1545         (filter_symbols): Handle the switch.
1546         * objdump.c: Add a similar switch.
1547         (usage): Mention the switch.
1548         (dump_symbols): Handle the switch.
1549         * doc/binutils.texi: Document the new switches.
1550         * NEWS: Mention the new switches.
1552 2004-10-08  Daniel Jacobowitz  <dan@debian.org>
1554         * readelf.c (get_x86_64_section_type_name): New function.
1555         (get_section_type_name): Use it.
1557 2004-10-08  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
1559         * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
1560         patches.
1561         * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
1563 2004-10-07  Alexandre Oliva  <aoliva@redhat.com>
1565         * readelf.c (get_machine_flags): Don't fall through into m68k cpu
1566         types.
1568 2004-10-01  Paul Brook  <paul@codesourcery.com>
1570         * readelf.c (get_arm_section_type_name): New function.
1571         (get_section_type_name): Use it.
1573 2004-09-28  Nick Clifton  <nickc@redhat.com>
1575         * nm.c: Reorder functions to eliminate most of the static function
1576         prototypes.
1578 2004-09-22  Alan Modra  <amodra@bigpond.net.au>
1580         * readelf.c (process_program_headers): Don't include .tbss in non-TLS
1581         segments.
1583 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
1585         * Makefile.am: Run "make dep-am".
1586         * Makefile.in: Regenerate.
1587         * config.in: Regenerate.
1588         * configure: Regenerate.
1589         * doc/Makefile.in: Regenerate.
1590         * po/binutils.pot: Regenerate.
1592 2004-09-12  Alan Modra  <amodra@bigpond.net.au>
1594         * readelf.c (decode_location_expression): Sign extend value for
1595         DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
1597 2004-09-09  Nick Clifton  <nickc@redhat.com>
1599         PR 363
1600         * ar.c (replace_members): Do not use get_file_size as
1601         ar_emul_append correctly handles missing files.
1603 2004-09-07  H.J. Lu  <hongjiu.lu@intel.com>
1605         * configure: Regenerated with autconfig 2.13.
1607 2004-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
1609         * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
1610         documentation.
1612 2004-09-06  Michael Wardle  <mbw@endbracket.net>
1614         * doc/binutils.texi (objdump): Document that the -x switch includes
1615         the effect of the -p switch.
1617 2004-09-04  Danny Smith  <dannysmith@users.sourceforge.net>
1619         * dlltool.c (make_one_lib_file): Test if internal_name was
1620         specified by user before using it.
1622 2004-09-02  Carlo Wood  <carlo@alinoe.com>
1624         PR binutils/351
1625         * dlltool.c (make_one_lib_file): For IDATA6 take the name from
1626         exp->internal_name if it is present.
1628 2004-09-02  Alexandre Oliva  <aoliva@redhat.com>
1630         * MAINTAINERS: Add self as co-maintainer of FR-V.
1631         * readelf.c (get_machine_flags): Print FR-V cpu types.
1633 2004-08-28  Alan Modra  <amodra@bigpond.net.au>
1635         * nm.c (show_synthetic): New var.
1636         (long_options): Add "synthetic".
1637         (usage): Here too.
1638         (display_rel_file): Handle show_synthetic.
1640 2004-08-28  Alan Modra  <amodra@bigpond.net.au>
1642         * objdump.c (dump_bfd): Pass both symbol tables to
1643         bfd_get_synthetic_symtab.
1645 2004-08-17  Jakub Jelinek  <jakub@redhat.com>
1647         * objdump.c (dump_bfd): For relocatable objects, pass syms instead
1648         of dynsyms to bfd_get_synthetic_symtab.
1650 2004-08-16  Alan Modra  <amodra@bigpond.net.au>
1652         * readelf.c (debug_apply_rela_addends): New function, extracted from..
1653         (display_debug_info): ..here.
1654         (display_debug_frames): Call debug_apply_rela_addends.  Don't do
1655         DW_EH_PE_pcrel adjustment for ET_REL.
1657 2004-08-06  Andreas Schwab  <schwab@suse.de>
1659         * readelf.c (dump_relocations): Fix typo when calculating
1660         sec_index.
1662 2004-08-02  Jakub Bogusz  <qboosh@pld-linux.org>
1664         * dllwrap.c (deduce_name): Fix typos introduced when program_name
1665         was renamed to prog_name.
1667 2004-07-29  Alexandre Oliva  <aoliva@redhat.com>
1669         * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
1670         EF_SH2A_NOFPU.
1672 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
1674         2003-07-08  Alexandre Oliva  <aoliva@redhat.com>
1675         * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
1676         EF_SH4A_NOFPU.
1677         2003-06-12  Alexandre Oliva  <aoliva@redhat.com>
1678         * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
1680 2004-07-21  H.J. Lu  <hongjiu.lu@intel.com>
1682         * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
1683         to access comdat.
1684         * objdump.c (dump_section_header): Likewise.
1686 2004-07-15  Aravinda PR  <aravindapr@rediffmail.com>
1688         * nlmconv.c (main): Pass map_file argument to link_inputs.
1689         (link_inputs): Use map_file argument if it is defined.
1691 2004-07-13  Nick Clifton  <nickc@redhat.com>
1693         * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
1694         conflicts with exported global defined in bucomm.h.
1695         (deduce_name): Rename parameter 'program_name' to 'name' to avoid
1696         shadowing the global defined in bucomm.h.
1698 2004-07-12  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
1700         * dlltool.c (ext_prefix_alias): New global variable.
1701         (make_one_lib_file): Add aliases with prefixes for external
1702         and import definitions.
1703         (usage): Document -p option.
1704         (long_options): Add --ext-prefix-alias option.
1705         (main): Handle -p.
1706         * doc/binutils.texi: Document new switch.
1707         * NEWS: Mention new switch.
1709 2004-07-09  Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1711         * binutils/dlltool.c (asm_prefix): Add parameter: name.
1712         No underscore for symbols beginning with ?.
1713         (ASM_PREFIX): Add parameter: NAME.
1714         (gen_exp_file): Use new parameter.
1715         (make_label): Likewise.
1716         (make_imp_label): Likewise.
1717         (make_one_lib_file): Likewise.
1719 2004-07-07  Tomer Levi  <Tomer.Levi@nsc.com>
1721         * MAINTAINERS: Added myself to the list.
1722         * readelf.c: Include "elf/crx.h".
1723         (guess_is_rela): Handle EM_CRX.
1724         (get_machine_name): Likewise.
1725         (dump_relocations): Likewise.
1727 2004-07-03  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
1729         * doc/binutils.texi (nm): Clarify weak symbol description.
1731 2004-06-24  Ben Elliston  <bje@au.ibm.com>
1733         * readelf.c (get_segment_type): Display "GNU_STACK", not just
1734         "STACK", when a PT_GNU_STACK segment is encountered.
1736 2004-06-24  Alan Modra  <amodra@bigpond.net.au>
1738         * objcopy.c (copy_section): Don't set _cooked_size.
1740 2004-06-22  Alan Modra  <amodra@bigpond.net.au>
1742         * readelf.c (Elf32_Word): Delete.
1743         (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
1744         (get_64bit_dynamic_section): Likewise.
1746         * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
1747         (get_64bit_dynamic_section): Likewise.
1749         * readelf.c (dynamic_nent): New variable.
1750         (get_32bit_dynamic_section): Set it.
1751         (get_64bit_dynamic_section): Here too.
1752         (process_dynamic_section): Use it instead of dynamic_size.
1753         (process_syminfo): Likewise.
1755         * readelf.c (get_32bit_dynamic_section): Correct number of entries
1756         translated from external to internal form.
1757         (get_64bit_dynamic_section): Likewise.
1759 2004-06-18  Jie Zhang  <zhangjie@magima.com.cn>
1761         * readelf.c (process_program_headers): When locating the dynamic
1762         section use the section table if it is present.
1763         (dynamic_segment): Renamed to dynamic_section.
1764         Replace references to dynamic segment with references to dynamic
1765         section, except where appropriate.
1766         (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
1767         (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
1768         (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
1769         (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
1770         Remove tag counting code as it is no longer needed.
1771         (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
1772         Remove tag counting code as it is no longer needed.
1773         (process_dynamic_segment): Rename to process_dynamic_section.
1775 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
1777         * objcopy.c (copy_section): Use bfd_get_section_size instead of
1778         _raw_size or bfd_get_section_size_before_reloc.  Don't set reloc_done.
1779         (compare_section_lma): Likewise.
1780         * addr2line.c (find_address_in_section): Likewise.
1781         * coffgrok.c (do_sections_p1): Likewise.
1782         * dlltool.c (scan_drectve_symbols): Likewise.
1783         * nlmconv.c (main): Likewise.
1784         (copy_sections): Likewise.
1785         (powerpc_mangle_relocs): Likewise.
1786         * objdump.c (disassemble_section): Likewise.
1787         * prdbg.c (find_address_in_section): Likewise.
1788         * size.c (berkeley_sum): Likewise.
1789         * srconv.c (wr_ob): Likewise.
1790         * strings.c (strings_a_section): Likewise.
1792 2004-05-28  Ian Lance Taylor  <ian@wasabisystems.com>
1794         * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
1796 2004-05-17  David Heine  <dlheine@tensilica.com>
1798         * objcopy.c (setup_bfd_headers): New function.
1799         (copy_object): Call setup_bfd_headers.
1801 2004-05-13  Paul Brook  <paul@codesourcery.com>
1803         * readelf.c (display_debug_frames): Handle dwarf3 format CIE
1804         entries.
1806 2004-05-13  Nick Clifton  <nickc@redhat.com>
1808         * po/fr.po: Updated French translation.
1810 2004-05-11  Jakub Jelinek  <jakub@redhat.com>
1812         * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
1814 2004-05-07  H.J. Lu  <hongjiu.lu@intel.com>
1816         * readelf.c (section_groups): New.
1817         (group_count): New.
1818         (section_headers_groups): New.
1819         (process_section_groups): Populate group_count, section_groups
1820         and section_headers_groups.
1821         (process_unwind): Support section group.
1822         (process_object): Always call process_section_groups. Free
1823         section_groups and section_headers_groups.
1825 2004-04-30  H.J. Lu  <hongjiu.lu@intel.com>
1827         * readelf.c (process_section_headers): Use %3lu on sh_info.
1829 2004-04-30  Michael Deutschmann  <michael@talamasca.ocis.net>
1831         * ranlib.sh: Quote $1 argument in case it contains spaces.
1833 2004-04-27  John Paul Wallington  <jpw@gnu.org>
1835         * objcopy.c (copy_usage, strip_usage): Fix spelling.
1837 2004-04-26  H.J. Lu  <hongjiu.lu@intel.com>
1839         * readelf.c (do_section_groups): New.
1840         (options): Add --section-groups/-g.
1841         (usage): Mention --section-groups/-g.
1842         (parse_args): Support --section-groups/-g.
1843         (get_group_flags): New.
1844         (process_section_groups): New.
1845         (process_object): Call process_section_groups.
1847 2004-04-24  Alan Modra  <amodra@bigpond.net.au>
1849         * objdump.c (disassemble_section): Don't disassemble sections
1850         without SEC_HAS_CONTENTS.
1852 2004-04-22  Jakub Jelinek  <jakub@redhat.com>
1854         * objdump.c (synthsyms, synthcount): New variables.
1855         (disassemble_data): Use dynsyms for stripped binaries or libraries.
1856         Add synthetized symbols.
1857         (dump_bfd): For disassemble, initialize dynsyms always and
1858         also synthsyms.  Free synthsyms and clear {sym,dynsym,synth}count
1859         before returning.
1861 2004-04-14  Alan Modra  <amodra@bigpond.net.au>
1863         * strings.c (print_strings): Cast file_off to unsigned long in
1864         printf arg list.
1866 2004-04-07  Benjamin Monate  <benjamin.monate@cea.fr>
1868         PR 86
1869         * arsup.c (ar_save): Use smart_rename.
1871 2004-04-01  Dean Luick <luick@cray.com>
1873         * readelf.c (display_debug_pubnames): Align offset and data
1874         columns.
1875         (read_and_display_attr_value): Add missing break;
1876         (debug_displays): Enable the display of the .debug_pubtypes
1877         section.
1879 2004-03-30  Stan Shebs  <shebs@apple.com>
1881         * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
1882         support files, no longer used.
1884 2004-03-23  Paul Brook  <paul@codesourcery.com>
1886         * readelf.c (decode_ARM_machine_flags): Add EABI v3.
1888 2004-03-21  Richard Henderson  <rth@redhat.com>
1890         * readelf.c (display_debug_frames): Don't crash for mismatched
1891         DW_CFA_restore_state.
1893 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
1895         * Makefile.am: Run "make dep-am".
1896         * Makefile.in: Regenerate.
1897         * aclocal.m4: Regenerate.
1898         * config.in: Regenerate.
1899         * configure: Regenerate.
1900         * po/binutils.pot: Regenerate.
1902 2004-03-15  Nathan Sidwell  <nathan@codesourcery.com>
1904         * objdump.c (struct SFILE): Replace current pointer with pos
1905         offset, rename size to alloc.
1906         (objdump_sprintf): Avoid unnecessary copies in the common case
1907         (disassemble_bytes): Keep sfile live throughout the
1908         function. Adjust usage appropriately.
1910 2004-03-10  Ben Elliston  <bje@gnu.org>
1912         * MAINTAINERS: Update my mail address.
1914 2004-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
1916         * deflex.l: Handle "PRIVATE" string.
1917         * defparse.y (%token): Add PRIVATE.
1918         (%type): Add opt_PRIVATE.
1919         (expline): Pass opt_PRIVATE to def_exports.
1920         (opt_PRIVATE): Handle PRIVATE token.
1921         * dlltool.h (def_exports): Add 7th param for private flag to
1922         declaration.
1923         * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
1924         (struct export): Add 'private' field.
1925         (def_exports): Set 'private' field of struct exports.
1926         (scan_drectve_symbols): Adjust calls to def_exports.
1927         (scan_filtered_symbols): Likewise.
1928         (dump_def_info): Print 'private' field.
1929         (gen_def_file): Likewise.
1930         (gen_lib_file): Skip generation of lib object if private.
1931         Delete tmp object files in same order as they were generated.
1932         Don't delete non-existent private object files.
1934 2004-02-27  Andreas Schwab  <schwab@suse.de>
1936         * ar.c (main): Support POSIX-compatible argument parsing.
1938 2004-02-23  Daniel Lucq  <daniel@lucq.org>
1940         * readelf.c (process_mips_specific): Print conflictsno as an
1941         unsigned long.
1943 2004-02-21  Dmitry Timoshkov  <dmitry@baikal.ru>
1945         * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
1947 2004-02-19  Jakub Jelinek  <jakub@redhat.com>
1949         * objcopy.c (copy_section): Avoid warnings.
1951 2004-02-14  Andrew Cagney  <cagney@redhat.com>
1953         * ar.c (remove_output): Use bfd_cache_close.
1954         * arsup.c (ar_end): Ditto.
1956 2004-01-21  Roland McGrath  <roland@redhat.com>
1958         * readelf.c (get_note_type): Match NT_AUXV.
1960 2004-01-20  Nick Clifton  <nickc@redhat.com>
1962         * version.c (print_version): Update copyright year to 2004.
1964 2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1966         * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
1967         throughout.
1968         * aclocal.m4: Regenerate.
1969         * configure: Regenerate.
1971 2004-01-12  Jakub Jelinek  <jakub@redhat.com>
1973         * objcopy.c: Include elf-bfd.h.
1974         (is_strip_section): Don't strip debugging sections if
1975         STRIP_NONDEBUG.
1976         (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
1977         ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
1979         * objcopy.c (copy_section): Free relpp if relcount == 0.
1981 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
1983         * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
1984         (stab_demangle_argtypes): Likewise.
1985         (stab_demangle_v3_argtypes): New static function.
1986         (stab_demangle_v3_arg): New static function.
1988 2004-01-12  Nick Clifton  <nickc@redhat.com>
1990         * objcopy.c (copy_object): Make the function boolean, returning
1991         FALSE upon failure.
1992         (copy_archive): Handle the return value from copy_object.
1993         (copy_file): Likewise.
1995 2004-01-07  Nick Clifton  <nickc@redhat.com>
1997         * readelf.c (find_section): New function.  Locates a named
1998         section.
1999         (get_debug_line_pointer_sizes): New function:  Initialises the
2000         debug_line_pointer_sizes array.
2001         (display_debug_lines): Call get_debug_line_pointer_sizes.
2002         (display_debug_loc): Likewise.
2003         (load_debug_loc): Use find_section.
2004         (load_debug_str): Likewise.
2005         (display_debug_info): Likewise.
2006         (prescan_debug_info): Delete.
2007         (debug_displays): Remove prescan field.
2008         (process_section_contents): Do not perform prescans.
2010 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
2012         * objcopy.c (filter_bytes): Delete.  Move code to..
2013         (copy_section): ..here.  Simplify size adjustment.  Divide
2014         section lma by interleave.
2016 2004-01-02  Nick Clifton  <nickc@redhat.com>
2018         * po/ru.po: New file: Russian translation.
2019         * configure.in (ALL_LINGUAS): Add ru
2020         * configure: Regenerate.
2022 For older changes see ChangeLog-0203
2024 Local Variables:
2025 mode: change-log
2026 left-margin: 8
2027 fill-column: 74
2028 version-control: never
2029 End: