2003-03-31 H.J. Lu <hjl@gnu.org>
[binutils.git] / binutils / ChangeLog
blobfe24e9fac2c780bae453452c32a77050d56949ae
1 2003-03-31  H.J. Lu <hjl@gnu.org>
3         * readelf.c: Include "libiberty.h".
4         (dynamic_relocations): New.
5         (process_relocs): Properly handle dynamic relocation.
6         (process_dynamic_segment): Fill relocation elements in
7         dynamic_info.
9 2003-03-31  Kevin Buettner <kevinb@redhat.com>
11         * readelf.c (read_and_display_attr, read_and_display_attr_value):
12         Add new arguments ``offset_size'' and ``dwarf_version''.  Adjust
13         all callers.
14         (display_debug_lines, display_debug_pubnames, display_debug_info)
15         (display_debug_aranges, display_debug_frames, read_and_display_attr)
16         (read_and_display_attr_value): Add 64-bit DWARF support.
18 2003-03-31  Ian Lance Taylor <ian@airs.com>
20         * rcparse.y: Replace uses of 'optstringrc' with 'optresid'.
21         (optresid): Handle a resource id that can be a string or a number.
22         * resrc.c (define_control): Replace 'text' parameter with 'iid' a
23         struct res_id.
24         (define_icon_control): Pass a struct res_id to define_control.
25         * windres.h (define_control): Change prototype.
27 2003-03-24  Elias Athanasopoulos  <elathan@phys.uoa.gr>
29         * objcopy (OPTION_FORMATS_INFO): Define.
30         (strip_options): Add "info"/OPTION_FORMATS_INFO option.
31         (copy_options): Likewise.
32         (strip_usage): Add "--info" to usage.
33         (copy_usage): Likewise.
34         (strip_main): Declare formats_info. Iniatilize it to FALSE.
35         Handle "info".
36         (copy_main). Likewise.
37         * doc/binutils.texi. Document the "--info" option for
38         objcopy/strip.
39         * NEWS: Mention the new command line switch.
41         * objdump.c (endian_string): Move to bucomm.c.
42         (display_info): Likewise.
43         (display_target_list): Likewise.
44         (display_info_table): Likewise.
45         (display_target_tables): Likewise.
46         (main): Assign the return value of display_info to exit_status.
47         * bucomm.c: Include bfdver.h and libbfd.h
48         (display_target_list): Call bfd_nonfatal instead of nonfatal and
49         return 0 on a non-fatal error, 1 on success.
50         (display_info_table): Likewise. 
51         * bucomm.h (display_info): Provide a prototype.
52         * Makefile.am (bucomm.o): Add dependencies on bfdver.h and
53         libbfd.h.
54         * Makefile.in: Regenerate.
56 2003-03-22  Danny Smith  <dannysmith@users.sourceforge.net>
58         * dlltool.c (gen_def_file): Put demangled name comments on
59         own line preceding export name.
61 2003-03-17  Nick Clifton  <nickc@redhat.com>
63         * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
64         printf for emitting new lines.
66 2003-03-16  Elias Athanasopoulos  <elathan@phys.uoa.gr>
68         * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
69         the symbol's value when --size-sort is used, unless -S is used.
70         doc/binutils.texi (--size-sort): For non-bsd formats both the
71         value and size of the symbols are displayed.
72         
73 2003-03-13  Nick Clifton  <nickc@redhat.com>
75         * po/da.po: Update.
77 2003-03-12  Nick Clifton  <nickc@redhat.com>
79         * MAINTAINERS: Remove Peter Targett as ARC maintainer.
81 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
83         * MAINTAINERS: Update my mail address.
85 2003-03-06  Elias Athanasopoulos  <elathan@phys.uoa.gr>
87         * stabs.c (BYTES_IN_WORD): Remove definition.
88         * wrstabs.c (BYTES_IN_WORD): Likewise.
90 2003-03-04  Nick Clifton  <nickc@redhat.com>
92         * nm.c (main): Print a warning message if --size-sort and
93         --undefined-only are used together.
95 2003-03-04  Elias Athanasopoulos  <elathan@phys.uoa.gr>
97         * nm.c (print_symbol): Remove check for undefined_only.
98         
99 2003-03-03  Nick Clifton  <nickc@redhat.com>
101         * po/da.po: Installed latest translation.
103 2003-02-24  Nick Clifton  <nickc@redhat.com>
105         * README: Update binutils references to 2.13.
106         Add paragraph about using --disable-nls.
108 2003-02-24  Elias Athanasopoulos  <elathan@phys.uoa.gr>
110         * doc/binutils.texi (nm --size-sort): Update.
112 2003-02-21  James E Wilson  <wilson@tuliptree.org>
114         * MAINTAINERS: Update email address.
116 2003-02-21  Ian Wienand  <ianw@gelato.unsw.edu.au>
118         * readelf.c (get_ia64_dynamic_type): New function.
119         (dynamic_segment_ia64_val): New function.
120         (get_dynamic_type): If machine type is EM_IA_64 call
121         get_ia64_dynamic_val.
122         (get_ia64_section_type_name): Handle sections with types in the
123         SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
124         (get_dynamic_flags): If machine type is EM_IA_64 call
125         dynamic_segment_ia64_val.
127 2003-02-21  Bob Wilson  <bob.wilson@acm.org>
129         * doc/binutils.texi: Fix typos and obvious texinfo mistakes.  Make
130         section title capitalization more consistent.  Update descriptions
131         of various options to be consistent with the code.  Fix errors and
132         incomplete list in the description of c++filt format options.  Remove
133         information about the linker.  Change to be more polite about poor
134         bug reports.  Replace FDL appendix with include of fdl.texi.
135         * doc/fdl.texi: New file.
137 2003-02-21  Roger Sayle  <roger@eyesopen.com>
139         * objcopy.c (filter_symbols): Fix compilation problems with
140         HP-UX's C compiler.
142 2003-02-19  Christopher Faylor  <cgf@redhat.com>
144         * rclex.l (handle_quotes): Fix minor formatting problems introduced in
145         previous change.
147 2003-02-19  Mark Blackburn  <marklist@fangorn.ca>
149         * rclex.l (handle_quotes): Handle strings spanning more than one line.
151 2003-02-12  Bob Wilson  <bob.wilson@acm.org>
153         * nm.c (usage): Add `java' and `gnat' demangle styles and make
154         quotes consistent.
155         * objdump.c (usage): Ditto.  Also fix some typos.
157         * readelf.c (parse_args): Include 'H' option in call to getopt_long.
159         * debug.c (debug_record_variable): Handle global register variables.
161         * stabs.c (parse_stab): For N_SLINE only include
162         function_start_offset if the symbol is within a function;
163         otherwise, the value is absolute.
165 2003-02-10  Nick Clifton  <nickc@redhat.com>
167         * readelf.c (decode_ARM_machine_flags): Handle the
168         EF_ARM_MAVERICK_FLOAT flag.
170 2003-02-04  Andreas Schwab  <schwab@suse.de>
172         * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
173         long and use %ld in printf format.
175 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
177         * readelf.c (dump_relocations): Reorder the r_info field for
178         little-endian mips elf64.  Move #ifdef BFD64 to cover the new code.
180 2003-01-21  Daniel Berlin  <dan@dberlin.org>
182         * readelf.c (display_debug_loc): Skip address base changes.
184 2003-01-17  Fabio Alemagna  <falemagn@aros.org>
186         * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
187         and ELFOSABI_NSK.
189 2003-01-16  Alan Modra  <amodra@bigpond.net.au>
191         * readelf.c: Include elf/ppc64.h.
192         (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
193         * Makefile.am: Run "make dep-am".
194         * Makefile.in: Regenerate.
196 2003-01-02  Ben Elliston  <bje@redhat.com>
198         * readelf.c (guess_is_rela): Handle EM_IQ2000.
199         (get_machine_name): Likewise.
200         (dump_relocations): Likewise.
201         * NEWS: Mention IQ2000 support.
203 2003-01-02  Richard Sandiford  <rsandifo@redhat.com>
205         * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
207 2002-12-30  Chris Demetriou  <cgd@broadcom.com>
209         * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
210         changes in MIPS -M options.
212 2002-12-30    Dmitry Diky <diwil@mail.ru>
214         * Makefile.am: Add msp430 target.
215         * Makefile.in: Regenerate.
216         * readelf.c: Add support for msp430 target.
218 2002-12-27  Chris Demetriou  <cgd@broadcom.com>
220         * doc/binutils.texi (objdump): Document MIPS -M options.
222 2002-12-23  Andreas Schwab  <schwab@suse.de>
224         * readelf.c (main): Reset dump request after each file.
226 2002-12-23  Nick Clifton  <nickc@redhat.com>
228         * nlmconv.c (main): Pass TRUE as third argument to
229         bfd_arch_get_compatible.
231 2002-12-23  Nick Clifton  <nickc@redhat.com>
233         * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
234         macro.  Handle 'S' encoding, accepting 8-bit characters.
235         (main): Parse 'S' encoding.
236         (get_char): Accept 'S' encoding.
237         (print_strings): Use STRING_ISGRAPHIC.
238         (usage): Document support of 'S' encoding.
239         * doc/binutils.texi: Document support of 'S' encoding/
240         * NEWS: Mention new feature.
242 2002-12-20  Alan Modra  <amodra@bigpond.net.au>
244         * README <building ar>: Don't use libibery's needed_list or
245         required_list, instead link libiberty/*.o.
247 2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>
249         * doc/binutils.texi: Fix typos.
251 2002-12-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
253         * doc/binutils.texi: Add missing parenthesis.
255 2002-12-15  Nick Kelsey  <nickk@ubicom.com>
257         * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
258         symbols by adding the given prefix to the begining of the symbol
259         name. This is useful to provide name space seperation regardless
260         of how the object file was created. Added --prefix-sections=
261         <prefix> and --prefix-alloc-sections=<prefix> options to rename all
262         sections (or all sections with the alloc flag set) by adding the given
263         prefix to the begining of the symbol name.
264         * NEWS: Mention this new feature.
265         * doc/binutils.texi: Document this new feature.
267 2002-12-13  Alan Modra  <amodra@bigpond.net.au>
269         * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
270         dyn_string_append with dyn_string_append_cstr.
272         * emul_aix.c (ar_emul_aix_create): Remove unused function.
274 2002-12-10  James Cownie <jcownie@etnus.com>
276         * readelf.h (get_TAG_name, get_AT_name,
277         read_and_display_attr_value): Add support for UPC extensions to
278         DWARF2 spec.
279         * NEWS: Mention this new support.
281 2002-12-08  Alan Modra  <amodra@bigpond.net.au>
283         * NEWS: Mention that bfd no longer declares a "boolean" type.
285 2002-12-07  Alan Modra  <amodra@bigpond.net.au>
287         * readelf.c (process_program_headers): When setting loadaddr, don't
288         assume segment size is 4k.  Use p_align instead.
289         (loadaddr): Change from int to long.
290         (dynamic_addr, dynamic_info, version_info): Likewise.
291         (process_dynamic_segment <syminsz>): Likewise.
292         (process_dynamic_segment): Adjust print format string.
293         (rela_addr, rela_size): Delete.
294         (process_relocs): Formatting.
296 2002-12-05  Jim Wilson  <wilson@redhat.com>
298         * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
299         * configure: Regenerate.
301 2002-12-04  Ian Lance Taylor  <ian@airs.com>
303         * MAINTAINERS: Change e-mail address back to airs.com.
305 2002-12-04  Aldy Hernandez  <aldyh@redhat.com>
307         * MAINTAINERS: Add self.
309 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
311         * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
312         budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
313         nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
314         rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
315         unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
316         TRUE, false with FALSE.  Simplify comparisons of bfd_boolean vars
317         with TRUE/FALSE.  Formatting.
319 2002-11-29  Jakub Jelinek  <jakub@redhat.com>
321         * readelf.c Replace occurrences of Elf32_Internal_* and
322         Elf64_Internal_* with Elf_Internal_*.
323         (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
324         Zero r_addend fields.
325         (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
326         Elf_Internal_Rela.
328 2002-11-23  Nick Clifton  <nickc@redhat.com>
330         * size.c (usage): Fix typo describing switch for hex format.
332 2002-11-18  Svein E. Seldal  <Svein.Seldal@solidas.com>
334         * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
335         * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
336         testcase
338 2002-11-14  Nick Clifton  <nickc@redhat.com>
340         * readelf.c (process_program_headers): Add comment about return
341         value.  Ensure that 0 is returned if the headers are not loaded.
342         (process_file): If process_section_headers failed to load the
343         headers disable any tests that rely upon them.  Similarly for
344         process_program_headers.
346 2002-11-12  Nick Clifton  <nickc@redhat.com>
348         * po/da.po: Updated Danish translation.
350 2002-11-12  Klee Dienes  <kdienes@apple.com>
352         * rddbg.c (read_section_stabs_debugging_info): Also recognize
353         LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
355 2002-11-11  Christopher Faylor  <cgf@redhat.com>
357         * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer.  Drop COFF from
358         cgf maintainership.
360 2002-11-11  Christopher Faylor  <cgf@redhat.com>
362         * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
364 2002-11-07  Nick Clifton  <nickc@redhat.com>
366         * configure.in (ALL_LINGUAS): Add 'da'.
367         * configure: Regenerate.
368         * po/da.po: New Danish translation.
370         * readelf.c (get_symbol_index_type): Revert part of previous
371         patch: Display unknown symbol types in decimal, not hex.
373 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
375         * dlltool.c (add_excludes): Don't prefix excluded fastcall
376         symbols with underscore.
377         (xlate): Ignore add_underscore for decorated fastcall symbols.
379 2002-11-07  Eric Kohl  <ekohl@rz-online.de>
381         * deflex.l: Accept '@' as first character of an ID.
382         * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
383         ASM_PREFIX for fastcall symbols.
384         (scan_drectve_symbols): Handle fastcall symbols when generating
385         undecorated aliases for symbols in drectve section.
386         (scan_filtered_symbols): Likewise, with export-all.
387         (xlate): Likewise, with --kill-at.
388         (make_imp_label): New function to handle fastcall symbols
389         correctly.
390         (make_one_lib_file): Use make_imp_label instead of make_label
391         for imp symbols.
393 2002-11-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
395         * MAINTAINERS: Add self as TIC4X maintainer.
397 2002-11-06  Hiroyuki Machida  <machida@sm.sony.co.jp>
399         * readelf.c (get_symbol_index_type): Add hex number to
400         PROCESSOR-specific, OS-specific, reserved and unknown symbol
401         types.
403 2002-11-04  Alan Modra  <amodra@bigpond.net.au>
405         * readelf.c (byte_get_little_endian): Comment typo fix.
406         (print_symbol): Constify "symbol" arg.  Don't pass "symbol" to printf
407         as the format string.
408         (dump_relocations): Correct section sym names.
409         (process_section_headers): Clear symtab_shndx_hdr.
410         (read_and_display_attr_value): Don't pass indirect string to printf
411         as the format string.
412         (display_debug_frames): Indicate when zero terminator found.  Decode
413         DW_EH_PE_pcrel addresses.
415 2002-10-23  Svein E. Seldal  <Svein.Seldal@solidas.com>
417         * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
418         order to ensure proper disassembly of the valid 0-value opcode.
419         * configure: Regenerate.
420         * aclocal.m4: Regenerate.
421         * config.in: Regenerate.
422         * configure.in: Regenerate.
423         * doc/Makefile.in: Regenerate.
424         * po/binutils.pot: Regenerate.
426 2002-10-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
428         * MAINTAINERS: Add self as SH maintainer.
430 2002-10-23  Ben Elliston  <bje@redhat.com>
432         * doc/binutils.texi (objdump): Document -z and move the entry for
433         --disassemble-zeroes to the end of the options section (for `z').
435 2002-10-21  Nick Clifton  <nickc@redhat.com>
437         * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
439 2002-10-21  Svein E. Seldal  <Svein.Seldal@solidas.com>
441         * objdump.c (dump_data): Correct addr_offset for opb != 1.
443 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
445         * bucomm.c (list_supported_targets): Use bfd_target_list.
447         * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
448         other object errors in preference to bfd_core errors.
450 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
452         * Makefile.am: Run "make dep-am".
453         * objdump.c: #include "bfdver.h".
454         * version.c: Likewise.
455         * Makefile.in: Regenerate.
456         * config.in: Regenerate.
457         * configure: Regenerate.
458         * po/POTFILES.in: Regenerate.
460 2002-10-09  Daniel Jacobowitz  <drow@mvista.com>
462         * readelf.c (display_debug_info): Ignore empty .rela.debug_info
463         sections.  Allow relocations against the absolute symbol.  Don't
464         use the value in compunit.cu_abbrev_offset if we found a RELA
465         relocation.
467 2002-10-07  Gordon Chaffee <chaffee@netvmg.com>
469         * addr2line.c (slurp_symtab): Read in dynamic symbols if no
470         ordinary ones are available.
472 2002-09-30  H.J. Lu <hjl@gnu.org>
474         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
475         E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
477 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
479         * Makefile.am (CFILES): Add cxxfilt.c.
480         (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
481         (cxxfilt_LDADD): Delete.
482         Remove all references to underscore.c.
483         Regen dependencies.
484         * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
485         config.h from $UNDERSCORE, rather than AC_SUBSTing it.
486         * binutils/cxxfilt.c: Moved here from gcc/cp, minor
487         adjustments to fit into binutils framework.
488         * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
490 2002-09-12  Roland McGrath  <roland@redhat.com>
492         * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
493         Handle DW_OP_GNU_push_tls_address.
495 2002-09-11  Nick Clifton  <nickc@redhat.com>
497         * po/tr.po: Updated Turkish translation.
499 2002-09-10  Nick Clifton  <nickc@redhat.com>
501         * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
502         testsuite changes.  Add paragraphs about testsuite and config
503         patches.
505 2002-08-29  Nick Clifton  <nickc@redhat.com>
507         * readelf.c (get_machine_flags): Remove redundant reference to
508         E_V850EA_ARCH.
510 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
512         * objdump.c (dump_bfd): Restore lines accidentally deleted in
513         last commit.
515 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
517         * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
518         (dump_bfd_header): Likewise.
520 2002-08-27  Alan Modra  <amodra@bigpond.net.au>
522         * nm.c: Revert last change.
524 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
526         * nm.c (display_rel_file): Don't report "no symbols" as an error.
527         * objdump.c (slurp_symtab): Likewise.
528         (slurp_dynamic_symtab): Likewise.
529         (dump_symbols): Likewise.  Do print "no symbols" to stdout.
531 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
533         * MAINTAINERS: Change my mailing address.
535 2002-08-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
537         * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
539 2002-08-22  Nick Clifton  <nickc@redhat.com>
541         * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
542         HPPA.
544 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
546         * readelf.c (parse_args): Change debug_dump_opt to static.
548 2002-08-16  Sivaguru Sankaridurg  <siva@eternal-systems.com>
550         * stabs.c (parse_stab_argtype): Pass length of physname to
551         stab_demangle_argtypes.
552         (stab_demangle_argtypes): Add new parameter - length of physname.
553         Pass length of physname on to stab_demangle_prefix.
554         (stab_demangle_prefix): Add new parameter - length of physname.
555         Use length of physname (if supplied) to compute end of function
556         name.
558 2002-08-15  Alan Modra  <amodra@bigpond.net.au>
560         * readelf.c: Include elf/i370.h.
561         (dump_relocations): Handle EM_S370.
562         (dynamic_segment_parisc_val): Print \n.
563         (process_dynamic_segment <DT_BIND_NOW>): Here too.
565 2002-08-14  Nick Clifton  <nickc@redhat.com>
567         * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
568         * objdump.c (usage): Likewise.
569         * doc/binutils.texi: Likewise.
571 2002-08-14  Luke Dunstan  <infidel@users.sourceforge.net>
573         * rcparse.y (acc_entry): Don't warn about ALT use with
574         non-VIRTKEY.
576 2002-08-13  H.J. Lu <hjl@gnu.org>
578         * objcopy.c (copy_object): Don't warn about the unsupported
579         architecture unless the input target is defaulted or the
580         output architecture is different from the input.
582 2002-08-09  Nick Clifton  <nickc@redhat.com>
584         * po/sv.po: Updated Swedish translation.
586 2002-08-05  Alan Modra  <amodra@bigpond.net.au>
588         * prdbg.c (pr_fix_visibility): Remove assert.
590 2002-07-31  Nick Clifton  <nickc@redhat.com>
592         * addr2line.c (process_file): Rename parameter 'filename' to
593         'file_name' in order to avoid shadowing global symbol of the
594         same name.
595         (main): Likewise.
597 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
599         * readelf.c (OPTION_DEBUG_DUMP): Define.
600         (options): Use it.
601         (usage): Update help.
602         (parse_args): Handle --debug-dump separately from -w.
603         * doc/binutils.texi (readelf): Update documentation.
605 2002-07-25  Nick Clifton  <nickc@redhat.com>
607         * po/es.po: Updated Spanish translation.
608         * po/fr.po: Updated French translation.
610 2002-07-24  Nick Clifton  <nickc@redhat.com>
612         * po/es.po: Updated Spanish translation.
614 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
616         * Makefile.am: Run "make dep-am".
617         * Makefile.in: Regenerate.
619 2002-07-23  Nick Clifton  <nickc@redhat.com>
621         * po/fr.po: Updated French translation.
623 2002-07-23  Eric S. Raymond  <esr@golux.thyrsus.com>
625         * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
627 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
629         * budemang.c: Include config.h and string.h/strings.h.
631 2002-07-18 Denis Chertykov  <denisc@overta.ru>
632            Frank Ch. Eigler  <fche@redhat.com>
634         * readelf.c: Include "elf/ip2k.h".
635         (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
636         (dump_relocations): Likewise.
637         (get_machine_name): Likewise.
638         * NEWS: Mention IP2K support.
640 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
642         * NEWS: Add 'Changes in 2.13'.
644 2002-07-10  Jakub Jelinek  <jakub@redhat.com>
646         * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
647         DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
648         (get_section_type_name): Handle SHT_GNU_LIBLIST.
649         (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
650         DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
651         (process_gnu_liblist): New.
652         (process_file): Call it.
654 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
656         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
657         * Makefile.in: Regenerate.
659 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
661         * budemang.c: New file, "demangle" function.
662         * budemang.h: New file.
663         * addr2line.c (translate_addresses): Use "demangle".
664         * nm.c (print_symname): Likewise.
665         * objdump.c (objdump_print_symname): Likewise.
666         (dump_symbols): Likewise.  Also, don't use bfd_asymbol_name macro
667         here since that obfuscates.
668         * rdcoff.c: Don't #include demangle.h.
669         * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
670         emul_vanilla.c.  Remove emul_$(EMULATION).c.  Sort.
671         (HFILES): Add budemang.h.  Sort.
672         (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
673         Run "make dep-am".
674         * Makefile.in: Regenerate.
676 2002-07-01  Matt Thomas  <matt@3am-software.com>
678         * readelf.c: Include "elf/vax.h".
679         (guess_is_rela): Move EM_VAX from unknown to RELA case.
680         (dump_relocations): Handle VAX relocations.
681         (get_machine_flags): Handle VAX machine flags.
683 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
685         * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
687 2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
689         * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
691 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
693         * nm.c (print_symname): When demangling, strip leading dots from
694         symbol names to avoid confusing the demangler.
696 2002-06-25  H.J. Lu <hjl@gnu.org>
698         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
699         * Makefile.in: Regenerated.
701 2002-06-21  Igor Schein  <igor@txc.com>
703         * configure.in: Quote bu_cv_have_fopen64.
704         * configure: Regenerate.
706 2002-06-21  Mitsru Chinen  <chinen@jp.ibm.com>
708         * configure.in: Check for strcoll.
709         * configure: Regenerate.
710         * config.in: Regenerate.
711         * nm.c (main): Set locale for LC_COLLATE category.
712         (non_numeric_forward): Use strcoll if available.
714 2002-06-20  Dave Brolley  <brolley@redhat.com>
716         * MAINTAINERS: Add self as fr30 and frv maintainer.
718 2002-06-18  H.J. Lu  (hjl@gnu.org)
720         * nm.c: Include "elf/common.h".
721         (extended_symbol_info): Add elfinfo, a pointer to
722         elf_symbol_type.
723         (SYM_SIZE): Use elfinfo if it is not NULL.
724         (get_symbol_type): New function.
725         (display_archive): Set print_width for each archive member.
726         (display_file): Likewise.
727         (display_rel_file): Don't set print_width here.
728         (print_object_filename_sysv): Handle print_width.
729         (print_archive_member_sysv): Likewise.
730         (print_symbols): Pass (bfd_vma) 0 to print_symbol.
731         (print_symbol): Set the elfinfo field in extended_symbol_info
732         for ELF.
733         (print_object_filename_sysv): Fix the output format.
734         (print_symbol_info_sysv): Print type and section for ELF.
736 2002-06-18  Elias Athanasopoulos  <eathan@otenet.gr>
738         * nm.c (print_size_symbols): Remove assignment, which makes
739         the symbol's size equal to its value when --size-sort is
740         used.
742 2002-06-18  Dave Brolley  <brolley@redhat.com>
744         From Catherine Moore:
745         * readelf.c (elf/frv.h): #include it.
746         (guess_is_rela): Support EM_CYGNUS_FRV.
747         (dump_relocations): Ditto.
748         (get_machine_name): Ditto.
749         * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
751 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
753         * readelf.c (get_file_header): Only read the first section header if
754         e_shoff is non-zero.
756 2002-06-15  H.J. Lu  (hjl@gnu.org)
758         * nm.c (print_size): New variable. Initialize to 0.
759         (long_options): Add 'S'/"print-size".
760         (main): Handle 'S'.
761         (print_symbol_info_bsd): Print size only if print_size is not
762         0.
764         * doc/binutils.texi: Document -S/--print-size.
766 2002-6-13  Elias Athanasopoulos  <eathan@otenet.gr>
768         * nm.c (struct extended_symbol_info): New strcuture: Add the size
769         of the symbols to the information provided by the symbol_info
770         structure.
771         (print_symbols): Pass the symbol size to print_symbol.
772         (print_size_symbols): Pass the symbol size to print_symbol.
773         (print_symbol): Extra argument: The size of the symbol.  Store
774         this in the extended_symbol_info structure.
775         (print_symbol_info): Change type of info parameter to
776         extended_symbol_info.  Display the size, if known.
777         (print_symbol_info_posix): Likewise.
778         (print_symbol_info_sysv): Likewise.
780 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
782         * Makefile.am: Run "make dep-am".
783         * Makefile.in: Regenerate.
784         * doc/Makefile.in: Regnerate.
786         * bucomm.c: Replace CONST with const.
787         * nm.c: Likewise.
788         * objdump.c: Likewise.
790 2002-06-07  H.J. Lu <hjl@gnu.org>
792         * readelf.c (DW_CFA_GNU_args_size): Don't define.
793         (DW_CFA_GNU_negative_offset_extended): Likewise.
794         (DW_CFA_GNU_window_save): Likewise.
795         (display_debug_frames): Handle DW_CFA_offset_extended_sf,
796         DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
798 2002-06-07  Elias Athanasopoulos  <eathan@otenet.gr>
800         * nm.c: When computing size of symbols for an ELF target use the
801         internal size field.
803 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
805         * testsuite/binutils-all/objcopy.exp: clear xfail for
806         "hppa*64*-*-hpux*".
807         * testsuite/binutils-all/hppa/objdump.exp: Return if
808         "*64*-*-*".
810 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
812         * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
814 2002-06-03  Elias Athanasopoulos  <eathan@otenet.gr>
816         * objdump.c: Fix formatting.
818 2002-05-29  Ben Elliston  <bje@redhat.com>
820         * MAINTAINERS: Add self as M68k maintainer.
822 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
824         * readelf.c: Modified/Added DLX elf support.
826 2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
828         * arsup.c: Fix formatting.
829         * debug.c (debug_record_label): Add missing colon to error
830         message.
831         * ieee.c (parse_ieee_ty): Fix spelling typo.
832         * readelf.c (process_program_headers): Remove English assumption
833         about making a plural word.
834         (process_section_headers): Likewise.
835         (process_relocs): Allow quotes to be translated.
836         (process_unwind): Likewise,
837         (process_mips_specific): Improve error message.
838         (get_note_type): Fix spelling typo.
840         * configure.in (ALL_LINGUAS): Add sv
841         * po/sv.po: New file.
843 2002-05-27  Alan Modra  <amodra@bigpond.net.au>
845         * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
846         (unw_print_grmask): Likewise.
847         (unw_print_frmask): Likewise.
849 2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
851         * arsup.c: Remove ARGSUSED.
852         * debug.c: Likewise.
853         * ieee.c: Likewise.
854         * nlmconv.c: Likewise.
855         * prdbg.c: Likewise.
856         * stabs.c: Likewise.
857         * wrstabs.c: Likewise.
859 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
861         * arlex.l: Use #include "" instead of <> for local header files.
862         * coffdump.c: Likewise.
863         * coffgrok.c: Likewise.
864         * nlmconv.c: Likewise.
865         * nlmheader.y: Likewise.
866         * srconv.c: Likewise.
867         * strings.c: Likewise.
868         * sysdump.c: Likewise.
869         * unwind-ia64.h: Likewise.
870         * windres.h: Likewise.
871         * winduni.h: Likewise.
873 2002-05-24  Tom Rix  <trix@redhat.com>
875         * MAINTAINERS: Add self as the d10v maintainer.
877 2002-05-24   TAMURA Kent <kent@netbsd.org>
879         * configure.in: Builds dlltool for i386-netbsdpe.
880         * configure: Regenerate.
882 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
884         * size.c: Fix formatting.
885         * srconv.c: Likewise.
886         * stabs.c: Likewise.
887         * sysdump.c: Likewise.
888         * unwind-ia64.c: Likewise.
889         * wrstabs.c: Likewise.
891 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
893         * readelf.c (get_segment_type): Add PT_TLS.
894         (get_elf_section_flags): Add SHF_TLS.
895         (get_dynamic_flags): Optimize.  Add DF_STATIC_TLS.
896         (process_dynamic_segment): Use puts instead of printf.
897         (get_symbol_type): Support STT_TLS.
898         * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
899         SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
900         Add SEC_THREAD_LOCAL.
902 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
904         * rdcoff.c: Fix formatting.
905         * rddbg.c: Likewise.
906         * readelf.c: Likewise.
907         * rename.c: Likewise.
908         * resbin.c: Likewise.
909         * resrc.c: Likewise.
910         * resres.c: Likewise.
912 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
914         * filemode.c: Fix formatting.
915         * ieee.c: Likewise.
916         * is-ranlib.c: Likewise.
917         * is-strip.c: Likewise.
918         * maybe-ranlib.c: Likewise.
919         * maybe-strip.c: Likewise.
920         * nlmconv.c: Likewise.
921         * nm.c: Likewise.
922         * not-ranlib.c: Likewise.
923         * not-strip.c: Likewise.
924         * objcopy.c: Likewise.
925         * objdump.c: Likewise.
927 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
929         * objdump.c (dump_headers): Fix output formatting for ELF32
930         architectures in a BFD64 enabled toolchain.
932 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
934         * debug.c: Fix formatting.
935         * debug.h: Likewise.
936         * dlltool.c: Likewise.
937         * dllwrap.c: Likewise.
938         * emul_aix.c: Likewise.
939         * emul_vanilla.c: Likewise.
941 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
943         * addr2line.c: Fix formatting.
944         * ar.c: Likewise.
945         * arsup.c: Likewise.
946         * arsup.h: Likewise.
947         * binemul.c: Likewise.
948         * binemul.h: Likewise.
949         * bucomm.c: Likewise.
950         * coffdump.c: Likewise.
951         * coffgrok.c: Likewise.
952         * coffgrok.h: Likewise.
954 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
956         * MAINTAINERS: Add myself as the second AVR port maintainer.
958 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
960         * MAINTAINERS: Update my email address.
962 2002-05-09  Nick Clifton  <nickc@cambridge.redhat.com>
964         * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
966 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
968         * configure.in: Replace `*pe' with `pe' throughout.
969         * configure: Regenerate.
971 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
973         * Makefile.am: Honour DESTDIR.
974         * Makefile.in: Regenerate.
976 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
978         * dlltool.c (process_def_file): Add missing prototype.
979         (new_directive, assemble_file, main): Likewise.
980         (process_def_file, new_directive): Make static.
981         (inform): Rewrite using VA_FIXEDARG.
982         * dllwrap.c (mybasename): Add missing prototype.
983         (strhash, main): Likewise.
984         (inform): Rewrite using VA_FIXEDARG.
985         (warn): Likewise.
986         (cleanup_and_exit): Use old style function definition.
987         (strhash): Likewise.
988         * windres.c (define_resource): Use one memset to clear all of
989         struct res_resource.
991         * rcparse.y: Remove newcmd rule.  Move rcparse_discard_strings
992         call to rules that need no lookahead.  Check for no lookahead.
994 2002-05-06  Borut Razem  <borut.razem@siol.net>
996         * rclex.l (get_string): Correct "strings" list handling.
997         * resrc.c (read_rc_file): Discard strings.
999 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
1001         * ar.c (replace_members): Remove unused var.  Formatting fix.
1002         * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
1004         * MAINTAINERS: Sort port maintainers by CPU.
1006 2002-05-04  Bob Byrnes  <byrnes@curl.com>
1008         * size.c (display_archive): Add last_arfile and code to close archives.
1010 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
1012         * nm.c (print_symbol): Check returned filename from
1013         bfd_find_nearest_line is non-NULL.
1015 2002-04-25  Elena Zannoni <ezannoni@redhat.com>
1017         * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
1019 2002-04-24  Christian Groessler <chris@groessler.org>
1021         * MAINTAINERS: Changed my email address.
1023 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1025         * arparse.y: Fix syntax warning.
1027 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
1029         * readelf.c (fetch_location_list): Remove unused function.
1031         * readelf.c (process_corefile_note_segment): Catch corrupt notes
1032         and display a warning message, then exit the loop.
1034         * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
1036 2002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
1038         * resrc.c (write_rc_dialog): If charset is non-default value
1039         display all of the DIALOGEX parameters.
1041 2002-04-15  Eric Kohl <ekohl@rz-online.de>
1043         * rcparse.y: Allow two to five parameter in FONT statement of
1044         DIALOGEX resources.
1045         * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
1046         resource data.
1047         (res_to_bin_dialog): Likewise.
1048         * windres.h: Added misssing charset variable to dialog_ex
1049         structure.
1051 2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
1053         * rcparse.y: Set MEMFLAG_PURE by default.
1055 2002-04-09  Bernd Herd <info@herdsoft.com>
1057         * rcparse.y: CLASS definitions in DIALOG resources
1058         are quoted.
1059         Fix typo in BEDIT warning.
1060         Don't add default dialog style when explicit style specified.
1061         Add WS_CAPTION dialog style if CAPTION is specified.
1063         * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1064         (handle_quotes) "\a" escape (used for right justified key
1065         definitions in menus) is encodes as binary 8.
1067         * resrc.c (write_rc_dialog): Print style even if it is 0.
1068         (write_rc_directory): Fix overlooked sublang shift bug.
1069         (bin_to_res_dialog): Don't print empty dialog caption.
1071         * resbin.c (bin_to_res_dialog): Use signature to identify
1072         DIALOGEX.
1074         * windres.c (main): Set default LANGUAGE to english/us.
1076 2002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
1078         * resrc.c: print CLASS names in quotes
1080 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
1082         * MAINTAINERS: Update my email address.
1084 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
1086         * dep-in.sed: Cope with absolute paths.
1087         * Makefile.am (dep.sed): Subst TOPDIR.
1088         Run "make dep-am".
1089         * Makefile.in: Regenerate.
1091 2002-03-27  Peter Targett  <peter.targett@arc.com>
1093         * MAINTAINERS: Update my email address.
1095 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
1097         * Makefile.am: Run "make dep-am".
1098         * Makefile.in: Regenerate.
1099         * doc/Makefile.in: Regenerate.
1100         * po/POTFILES.in: Regenerate.
1101         * aclocal.m4: Regenerate.
1102         * config.in: Regenerate.
1103         * configure: Regenerate.
1105 2002-03-20  Daniel Berlin  <dan@dberlin.org>
1107         * readelf.c: Add support for displaying dwarf2 location lists.
1108         (do_debug_loc, debug_loc_section, debug_loc_size): New.
1109         (parse_args): Use 'O' as shorthand for displaying location list
1110         section.
1111         (process_section_headers): Handle debug_loc as well.
1112         (load_debug_loc): New.
1113         (free_debug_loc): New.
1114         (fetch_location_list): New.
1115         (display_debug_loc): New.
1116         (display_debug_info): Call load_debug_loc and free_debug_loc.
1117         (debug_displays): We can display .debug_loc now, too.
1118         (usage): Update usage string.
1119         (read_and_display_attr_value): Note location lists, but don't
1120         display them inline.
1122 2002-03-18  Tom Rix  <trix@redhat.com>
1124         * Makefile.am: Add binutils emulation support.
1125         * configure.in: Same.
1126         * configure.tgt: New file.  Same.
1127         * ar.c (main): Use ar_emul_parse_arg.
1128         (usage): Use ar_emul_usage.
1129         (replace_members): Use ar_emul_replace, ar_emul_append.
1130         * binemul.c: New file.  Define the binutils emulation
1131         layer. Define default methods.
1132         * binemul.h: New file.  Binutils emulation layer header file.
1133         * emul_aix.c: New file.  AIX binutils emulation.
1134         * emul_vanilla.c: New file. Default binutils emulation.
1135         * Makefile.in: Regenerate.
1136         * configure: Same.
1138 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
1140         * po/fr.po: Updated version.
1142 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
1144         * po/fr.po: Updated version.
1146 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
1148         * README: Update some version numbers.
1150 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
1152         * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1153         (Architecture Selection): Likewise.
1155 2002-03-01  Dmitry Timoshkov <dmitry@baikal.ru>
1157         * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1158         generating .exp file.
1160 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
1162         * readelf.c (dump_relocations): Fix typo.
1164 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
1166         * NEWS: Mark 2.12 branch.
1168 2002-02-18  Timothy Daly  <remote_bob@yahoo.com>
1170         * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1171         types for 64-bit MIPS.  Narrow some fields for 80-char
1172         output.
1173         (dump_relocations): Change spelling from 'unrecognised'
1174         to 'unrecognized'.
1175         (decode_ARM_machine_flags): Likewise.
1176         (parse_args): Likewise.
1177         (read_and_display_attr_value): Likewise.
1178         (display_debug_section): Likewise.
1180 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
1182         * NEWS: Mention support for MMIX.
1184 2002-02-13  Matt Fredette  <fredette@netbsd.org>
1186         * readelf.c (get_machine_flags): Recognize EF_M68000.
1188 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
1190         * MAINTAINERS: Added self as MN10300 co-maintainer.
1192 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
1194         * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1195         DT_PPC64_OPDSZ.
1197 2002-02-11  Daniel Jacobowitz  <drow@mvista.com>
1199         * MAINTAINERS: List myself as branch maintainer.
1201 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
1203         * configure: Regenerate.
1204         * objcopy.c: Update copyright date.
1205         * doc/Makefile.in: Regenerate.
1207 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1209         * nlmconv.c: Back out localtime PARAMS change.
1211 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
1213         * objcopy.c (MKDIR): Define.
1214         (copy_archive): Make name_list.name const.  Use MKDIR.
1215         Handle duplicate files in archives by making more temp dirs.
1217 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1219         * coffdump.c: Include "getopt.h" after "bucomm.h"
1220         so that macros are defined correctly.
1221         * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1222         prototype.  Prototype main.
1223         * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1225 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
1227         * MAINTAINERS: Added self as SH co-maintainer.
1229 2002-02-05  Nick Clifton <nickc@redhat.com>
1231         * po/tr.po: Updated translation.
1233 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
1235         * Makefile.am: Run "make dep-am"
1236         * Makefile.in: Regenerate.
1238 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
1240         * nm.c (print_value): Mark abfd unused.
1242 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
1244         * unwind-ia64.c (unw_decoder): Change second argument
1245         to unsigned int, to match function prototypes.
1247 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
1249         * objdump.c: Include "getopt.h" after "bucomm.h" so that
1250         __GNU_LIBRARY__ will be defined.
1251         * size.c: Likewise.
1253 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
1255         * configure: Regenerated.
1257 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
1259         * doc/Makefile.am (install): Depend on install-info.
1260         * doc/Makefile.in: Regenerate.
1262 2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
1264         * objcopy.c (strip_usage): Document -d as an alias
1265         --strip-debug.
1267         * size.c (usage): Document [-t | --totals] options.
1268         (long_options): Add --totals option.
1269         (main): If the [-t | --totals] option is specified and
1270         the output format is Berkeley-style, print the total
1271         text, data, and bss sizes of all objects listed.
1272         (print_berkeley_format): If the [-t | --totals] option
1273         is specified, track the total text, data, and bss
1274         sizes.
1275         * doc/binutils.texi (size): Document [-t | --totals] options.
1276         (strip): Document -d as an alias for --strip-debug.
1277         * NEWS: Mention new feature of size.
1279 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
1281         * po/fr.po: Updated version.
1282         * po/es.po: Updated version.
1284 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
1286         * addr2line.c (usage): Update text to provide verbose
1287         description of the command line options.
1288         * ar.c (usage): Update text to provide verbose
1289         description of the command line options.
1290         (main): Accept -h and -H when running as ranlib.
1291         * coffdump.c (show_usage): Update text to provide verbose
1292         description of the command line options.
1293         * dlltool.c (main): Accept -H as an alias for --help.
1294         * nlmconv.c (show_usage): Update text to provide verbose
1295         description of the command line options.
1296         * nm.c (usage): Replace OPTIONS with option(s).
1297         (main): Accept -H as an alias for --help.
1298         * objcopy.c (strip_main): Accept -H as an alias for --help.
1299         * objdump.c (main): Accept -v as an alias for --verbose.
1300         * readelf.c (usage): Adjust format to match style used in
1301         other binutils.
1302         * size.c (usage): Update text to provide verbose description
1303         of the command line options.
1304         (main): Accept -v, -h and -H as command line options.
1305         * srconv.c (show_usage): Update text to provide verbose
1306         description of the command line options.
1307         * strings.c (main): Accept -H and -v as command line options.
1308         (usage): Update text to provide verbose description of the
1309         command line options.
1310         * sysdump.c (show_usage): Update text to provide verbose
1311         description of the command line options.
1312         * windres.c (usage): Adjust format to match style used in
1313         other binutils.
1315         * coffdump.c: Fix formatting.
1316         * nlmconv.c: Fix formatting.
1317         * srconv.c: Fix formatting.
1318         * sysdump.c: Fix formatting.
1320 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
1322         * Makefile.am: Run "make dep-am".
1323         * Makefile.in: Regenerate.
1325 2002-01-18  Andreas Jaeger  <aj@suse.de>
1327         * version.c (print_version): Update year.
1329 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
1331         * readelf.c (get_machine_name): Handle EM_PPC64.
1332         (guess_is_rela): Here too.
1334 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
1336         * po/binutils.pot: Regenerate.
1337         * po/fr.po: Regenerate.
1338         * po/tr.po: Regenerate.
1340 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
1342         * po/tr.po: Import new version.
1344 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
1346         * readelf.c (get_ppc64_dynamic_type): New.
1347         (get_dynamic_type): Call it.
1349 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
1351         * objcopy.c (copy_usage): Use "options" instead of "switches".
1352         (strip_usage): Use "options" instead of "switches".
1353         * doc/binutils.texi (dlltool):  Refer to "options" instead of
1354         "switches".
1356 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
1358         * MAINTAINERS: Add self as co-maintainer for the ARM code.
1360 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1362         * po/es.po: Import from translation project.
1363         * configure.in (ALL_LINGUAS): Add es.
1364         * configure: Regenerate.
1366 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
1368         * readelf.c (get_netbsd_elfcore_note_type): Use
1369         NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1371 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
1373         * readelf.c: Update copyright years.
1374         (get_note_type): Return a const char *.
1375         (get_netbsd_elfcore_note_type): New function.
1376         (process_note): Use get_netbsd_elfcore_note_type to get
1377         the note type string for NetBSD ELF core files.
1379 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
1381         * readelf.c (get_ia64_segment_type): Add support for macros.
1382         (get_segment_type): Add support for IA64 specific macros.
1384 2001-12-20  Julian v. Bock  <julian@wongr.net>
1386         * readelf.c (print_symbol): New function: Print a formatted symbol
1387         name.  If --wide is specified do not truncate it.
1388         (dump_relocations): Use print_symbol() to print symbol names.
1389         (process_symbol_table): Likewise.
1390         (process_syminfo): Likewise.
1391         (process_mips_specific): Likewise.
1392         (usage): Document new feature of --wide switch.
1393         * doc/binutils.texi (objdump): Document additional behaviour of
1394         --wide.
1396 2001-12-18  Michael Snyder  <msnyder@redhat.com>
1398         * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1399         (copy_object): Don't set the start address or flags of a core file.
1400         (copy_section): Don't relocate a core file.  Don't copy contents
1401         if the input section has the contents flag set, but the output
1402         section does not (which happens with the fake 'note' pseudo-
1403         sections that BFD creates for corefiles).
1405 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1407         * readelf.c (get_machine_flags): Recognize header flags for ABI and
1408         ASE extensions. More robust code for ISA checking. Ignore empty fields
1409         in header flags for GNU extensions.
1411 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
1413         * objcopy.c (copy_archive): Set output bfd format outside the loop.
1415 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1417         * po/ja.po: Import from translation project.
1418         * configure.in (ALL_LINGUAS): Add ja.
1419         * configure: Regenerate.
1421 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1423         * addr2line.c (main): Protoype.
1424         * ar.c (main): Protoype.
1425         * nm.c (main): Protoype.
1426         * objcopy.c (main): Protoype.
1427         * objdump.c (main): Protoype.
1428         * size.c (main): Protoype.
1429         * strings.c (main): Protoype.
1431 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
1433         * readelf.c (symtab_shndx_hdr): New global.
1434         (SECTION_HEADER_INDEX): Define.
1435         (SECTION_HEADER_NUM): Define.
1436         (SECTION_HEADER): Define.
1437         (GET_ELF_SYMBOLS): Pass two params rather than three.
1438         (get_32bit_elf_symbols): Take file and section args.  Read and
1439         use SHT_SYMTAB_SHNDX.
1440         (get_64bit_elf_symbols): Likewise.
1441         (dump_relocations): Use SECTION_HEADER to index "section_headers".
1442         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
1443         Remember symtab_shdx_hdr.
1444         (process_program_headers): Scan from index 1 for segment map.
1445         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1446         "section_headers".
1447         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
1448         (process_unwind): Likewise.
1449         (process_version_sections): Likewise.
1450         (process_symbol_table): Likewise.
1451         (display_debug_info): Likewise.
1452         (process_dynamic_segment): Fake up a symtab section for changed
1453         GET_ELF_SYMBOLS.
1454         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1455         (process_program_headers): Kill signed/unsigned warning.
1456         (load_debug_str): Likewise.
1457         (display_debug_info): Likewise.
1459 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
1461         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1463 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
1465         * readelf.c (process_file_header): Print extended e_shnum and
1466         e_shdtrndx values.  Set elf_header values for same.
1467         (get_32bit_section_headers): Add "num" arg to read "num" headers.
1468         (get_64bit_section_headers): Likewise.
1469         (process_section_headers): Update calls.
1470         (get_file_header): Call get_32bit_section_headers or 64bit variant.
1472 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
1474         * objcopy.c (setup_section): Copy entsize.
1476 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
1478         * readelf.c (guess_is_rela): Add support for stormy16.
1479         (dump_relocations): Likewise.
1480         (get_machine_name): Likewise.
1482 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
1484         * dllwrap.c (main) Replace multiple strings describing a
1485         single error with a single, newline escaped sentence to permit
1486         better translation into foreign languages.
1488         * readelf.c (get_elf_class): Remove internalionalisation of ELF
1489         class names.
1491 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1493         * strings.c (get_char): Initialize value.
1495 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1497         * arlex.l: Silence compile warnings.
1498         * arsup.h: Likewise. Fix formatting.
1500 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
1502         * strings.c: Include config.h before bfd.h.
1503         (file_off): New type.
1504         (file_open): Define.
1505         (print_strings): Use file_off instead of file_ptr.  Print addresses
1506         which don't fit into long correctly.
1507         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
1508         available.
1509         (strings_file): Use file_off instead of file_ptr.  Use file_open.
1510         * configure.in: Check for getc_unlocked.
1511         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1512         be defined for it.
1513         * configure: Rebuilt.
1514         * config.h.in: Rebuilt.
1516 2001-11-29  H.J. Lu <hjl@gnu.org>
1518         * bucomm.c (make_tempname): Revert the changes made on
1519         2001-11-14 and 2001-11-12. They won't work with directories.
1521 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1523         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1524         CFLAGS_FOR_TARGET to runtest in environment.
1525         * Makefile.in: Rebuild.
1526         * doc/Makefile.in: Rebuild.
1528 2001-11-28  Mike Stump  <mrs@wrs.com>
1530         * objcopy.c (setup_section): Preserve SEC_RELOC when
1531         --set-section-flags is used.
1533 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
1535         * readelf.c (do_debug_str): New variable.
1536         (display_debug_str): New function: Display the contents of a
1537         .debug_str section.
1538         (load_debug_str): New function: Load in the contents of a
1539         .debug_str section.
1540         (free_debug_str): New function: Free the memory used by
1541         load_debug_str().
1542         (fetch_indirect_string): Retrieve a string from the .debug_str
1543         section.
1544         (usage): Add -ws.
1545         (parse_args): Accept -ws.
1546         (process_section_headers): Allow the display of the .debug_str
1547         section.
1548         (read_and_display_attr_value): Use fetch_indirect_string.  Show
1549         offset into .debug_str section.
1550         (display_debug_info): Use load_debug_str and free_debug_str.
1551         (debug_displays): Add .debug_str.
1552         * doc/binutils.texi: Document -ws.
1554 2001-11-19  Andreas Jaeger  <aj@suse.de>
1556         * testsuite/binutils-all/objdump.exp: Add x86-64.
1558 2001-11-15  Andreas Schwab  <schwab@suse.de>
1560         * readelf.c: Fix warnings without terminating newline.
1562 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
1564         * doc/binutils.texi (objdump): Document ppc -M options.
1566 2001-11-14  Andreas Jaeger  <aj@suse.de>
1568         * doc/binutils.texi (objdump): Fix description to use x86-64.
1570 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
1572         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1573         not all systems provide mkstemp.
1575 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
1577         * doc/binutils.texi (objdump): Document x86 -M options.
1579 2001-11-13  Keith Walker <keith.walker@arm.com>
1581         * readelf.c (read_and_display_attr_value): New function to
1582         handle DW_FORM_indirect.
1583         (read_and_display_attr): Use it.
1585 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
1587         * readelf.c (display_debug_lines): Deal with unknown standard
1588         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1589         DW_LNS_set_isa.
1591 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
1593         * MAINTAINERS: Add self as tic54x maintainer.  This target
1594         includes the IBM C54XDSP clone.
1596 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
1598         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1600 2001-11-09  Jeffrey A Law  (law@cygnus.com)
1602         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1603         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1604         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1605         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1606         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1607         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1608         (unw_decode_b2, unw_decode_b3_b4): Likewise.
1610         * readelf.c (get_elf_class): Fix ISO portability glitch.
1611         (get_data_encoding, get_osabi_name, request_dump): Likewise.
1613 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
1615         * readelf.c (debug_str, debug_str_size): New.
1616         (display_debug_abbrev): If no abbrevs were read, skip the CU.
1617         Call free_abbrevs.
1618         (read_and_display_addr): Handle DW_FORM_strp.
1619         (display_debug_info): Read .debug_str section if present,
1620         so that DW_FORM_strp can be handled.
1621         Fix test for non-existant .debug_abbrev section.
1623 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
1625         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
1627         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1629 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1631         * MAINTAINERS: Add self as s390/s390x maintainer.
1633 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
1635         * MAINTAINERS: Add self as PPC XCOFF maintainer.
1637 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
1639         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1640         * configure: Regernate.
1641         * po/fr.po: New file.
1642         * po/tr.po: New file.
1644 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
1646         * MAINTAINERS: Add self as MMIX port maintainer.
1647         * readelf.c: Include elf/mmix.h.
1648         (guess_is_rela): MMIX is RELA.
1649         (dump_relocations): Handle MMIX relocations.
1650         * Makefile.am: Regenerate dependencies.
1651         * Makefile.in: Regenerate.
1653 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
1655         * readelf.c (parse_args): Handle multiple options to the -w
1656         switch.
1658 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
1660         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1661         LOPROC, LOOS and LOUSER.
1663 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
1665         * MAINTAINERS: Update my email address.
1667 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
1669         * doc/Makefile.in: Regenerate.
1670         * configure: Regenerate.
1672 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
1674         * readelf.c (display_debug_line, display_debug_pubnames,
1675         display_debug_info, display_debug_frames): Detect and warn
1676         about 64-bit format entries.
1677         (display_debug_aranges): Reword 64-bit warning.
1678         (debug_displays): Add .debug_pubtypes as a known, but not yet
1679         supported, debug section.
1681 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
1683         * coffdump.c (PROGRAM_VERSION): Delete.
1684         (main <'V'>): Call print_version.
1685         * srconv.c: Likewise.
1686         * sysdump.c: Likewise.
1687         * version.c (program_version): Remove.
1688         (print_version): Use BFD_VERSION_STRING.  Just print the current
1689         year in copyright message.
1690         * addr2line.c (program_version): Remove unused declaration.
1691         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1692         place of BFD_VERSION.
1693         * Makefile.am (Makefile): Depend on bfd/configure.in.
1694         (cplus-dem.o): Depend on Makefile.
1695         Run "make dep-am".
1696         * Makefile.in: Regenerate.
1698 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
1700         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1701         format .debug_arange sections.
1702         (main): Add missing prototype.
1704 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1706         * Makefile.am: Update dependencies with "make dep-am".
1707         * Makefile.in: Regenerate.
1709 2001-09-28  Richard Henderson  <rth@redhat.com>
1711         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1713 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
1715         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1716         VA_CLOSE.
1717         (non_fatal): Likewise.
1718         * objdump.c (objdump_sprintf): Likewise.
1719         * readelf.c (error): Likewise.
1720         (warn): Likewise.
1722 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
1724         * readelf.c (do_wide): New.
1725         (options): Add --wide.
1726         (usage, parse_args): Likewise.
1727         (process_program_headers): Put each segment on a single line if
1728         --wide is given.
1729         (process_section_headers): Put each section on a single line if
1730         --wide is given.
1731         * doc/binutils.texi: Document it.
1732         * NEWS: Likewise.
1734 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
1736         * readelf.c (print_vma): Print 8 digits of low hex value.
1738 2001-09-24  Andreas Jaeger  <aj@suse.de>
1740         * nlmconv.c: Fix warnings about unused attributes and function
1741         prototypes.
1743         * strings.c: Add prototype for get_char.
1745 2000-09-19  H.J. Lu  <hjl@gnu.org>
1747         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1748         $(srcdir)/cxxfilt.man.
1749         * doc/Makefile.in: Rebuild.
1751 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
1753         * objcopy.c (copy_main): Correct rename-section string parsing.
1754         Consolidate new_name parsing, and error messages.
1756 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
1758         * addr2line.c: Don't include <ctype.h>.
1759         (main): For gettext, also set the LC_CTYPE locate facet.
1760         * ar.c (main): Likewise.
1761         * coffdump.c (main): Likewise.
1762         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1763         (main): For gettext, also set the LC_CTYPE locate facet.
1764         Use ISALNUM instead of isalpha/isdigit.
1765         * dllwrap.c: Don't include <ctype.h>.
1766         (main): For gettext, also set the LC_CTYPE locate facet.
1767         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1768         (main): For gettext, also set the LC_CTYPE locate facet.
1769         Use TOUPPER instead of islower/toupper.
1770         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1771         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1772         Use TOUPPER instead of islower/toupper.
1773         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1774         * objcopy.c (main): Likewise.
1775         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1776         (disassemble_bytes): Use ISPRINT instead of isprint.
1777         (dump_section_stabs): Use ISDIGIT instead of isdigit.
1778         (dump_data): Use ISPRINT instead of isprint.
1779         (main): For gettext, also set the LC_CTYPE locate facet.
1780         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1781         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1782         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1783         Use TOUPPER instead of islower/toupper.
1784         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1785         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1786         (write_rc_accelerators): Use ISPRINT instead of isprint.
1787         (write_rc_rcdata): Likewise.
1788         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1789         * srconv.c (main): Likewise.
1790         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1791         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1792         isdigit/isupper/islower.
1793         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1794         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1795         stab_demangle_prefix, stab_demangle_qualified,
1796         stab_demangle_template, stab_demangle_type,
1797         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1798         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1799         (isgraphic): Use ISPRINT instead of isascii/isprint.
1800         (main): Remove HAVE_LC_MESSAGES dependency.
1801         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1802         (pbarray): Use ISPRINT instead of isprint.
1803         (main): For gettext, also set the LC_CTYPE locate facet.
1804         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1805         (format_from_filename): Use ISPRINT instead of isprint.
1806         (main): For gettext, also set the LC_CTYPE locate facet.
1807         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1808         (unicode_print): Use ISPRINT instead of isprint.
1809         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1810         (stab_variable): Use ISDIGIT instead of isdigit.
1812 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
1814         * ar.c (print_contents): Cast args of bfd_seek to the right types.
1815         Replace bfd_read call with call to bfd_bread.
1816         (extract_file): Likewise.
1818         * objdump.c (dump_section_header): Cast section->filepos to
1819         unsigned long to suit printf format string.
1820         * readelf.c (process_section_headers): Similarly for sh_offset.
1821         (process_unwind): Likewise.
1823 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
1825         * strings.c (encoding, encoding_bytes): New variables.
1826         (long_options): Add --encoding.
1827         (main): Accept -e and --encoding.
1828         (get_char): New function.  Read a, possibly wide, character from
1829         the input stream.
1830         (print_strings): Use get_char().
1831         (usage): Document new command line option.
1832         * doc/binutils.texi: Document new command line option.
1833         * NEWS: Announce new command line option.
1835 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
1837         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1838         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1839         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1840         Removed EM_CYGNUS_ARC.
1842 2001-09-04  Jeffrey A Law  (law@cygnus.com)
1844         * readelf.c: Include elf/h8 for H8 series definitions.
1845         (guess_is_rela): H8 series if RELA.
1846         (dump_relocations): Handle H8 series relocations.
1848 2001-08-31  Eric Christopher  <echristo@redhat.com>
1850         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1852 2001-08-29  Peter Targett  <peter.targett@arccores.com>
1854         * MAINTAINERS: Include ARC Maintainer.
1856 2001-08-29  Ben Elliston  <bje@redhat.com>
1858         * stabs.c (stab_demangle_template): Initialise s4.
1860 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
1862         * readelf.c (dump_relocations): Recognise EM_PPC64.
1864 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1866         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1868 2001-08-25  H.J. Lu  <hjl@gnu.org>
1870         * nm.c (print_width): New.
1871         (display_rel_file): Set `print_width' according to
1872         bfd_sprintf_vma.
1873         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1875 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
1877         * objcopy.c (use_alt_mach_code): New variable.
1878         (OPTION_ALT_MACH_CODE): Define.
1879         (copy_options): Added --alt-machine-code.
1880         (copy_main): Handle it.
1881         (copy_object): Switch to alternate machine code if requested.
1882         * doc/binutils.texi: Document new option.
1883         * NEWS: Likewise.
1885 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1887         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1889 2001-08-21  H.J. Lu  <hjl@gnu.org>
1891         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1892         (display_debug_info): Cast for 64bit hosts.
1893         (display_debug_frames): Likewise.
1894         (process_mips_specific): Likewise.
1896 2001-08-21  Andreas Jaeger  <aj@suse.de>
1898         * coffgrok.h: Add missing parameter for prototype of coff_grok.
1900         * sysdump.c: Add missing prototypes.
1901         * srconv.c: Likewise.
1902         * unwind-ia64.c: Likewise.
1903         * coffdump.c: Likewise.
1905         * sysinfo.y: Print prototypes, include <ansidecl.h>.
1907         * coffgrok.c: Add missing prototypes, include libiberty.h instead
1908         of declaring xcalloc.
1910 2001-08-10  H.J. Lu  <hjl@gnu.org>
1912         * nm.c (print_value): Add one arg, bfd *.
1913         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1914         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1915         (print_symbol_info_sysv): Likewise.
1916         (print_symbol_info_posix): Likewise.
1918         * objdump.c (dump_section_header): Replace printf_vma with
1919         bfd_printf_vma.
1920         (print_section_stabs): Likewise.
1921         (dump_bfd_header): Likewise.
1922         (objdump_print_value): Replace sprintf_vma with
1923         bfd_sprintf_vma.
1924         (disassemble_bytes): Likewise.
1925         (dump_reloc_set): Likewise.
1927 2001-08-10  Andreas Jaeger  <aj@suse.de>
1929         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1930         to build warnings.
1931         * configure: Regenerate.
1933 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
1935         * readelf.c: Add missing prototypes.
1936         * objdump.c: Likewise.  Format existing prototypes.
1938 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
1940         * readelf.c (display_debug_info): Add to abbrev_offset the addend
1941         of any RELA relocation for the abbrev_offset memory location that
1942         refers to the .debug_abbrev section symbol.
1944 2001-08-07  H.J. Lu  <hjl@gnu.org>
1946         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1947         (main): Return process_file ().
1949 2001-08-05  Philip Blundell  <philb@gnu.org>
1951         * doc/binutils.texi: Use "Thumb" not "THUMB".
1953 2001-08-03  John Healy  <jhealy@redhat.com>
1955         Patch suggested by Frank Eigler <fche@redhat.com>.
1956         * objdump.c (disassemble_data): Fill in section member of the
1957         disasm_info structure.
1959 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
1961         * configure.in: Added --with-windres option.
1962         * configure: Regenerated.
1964 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1966         * doc/binutils.texi: Use @command{name} for commands;
1967         use @option{-opt} for options; use @table @env for list of options;
1968         remove spaces arround [ | ] in synopsis.
1970         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1971         center title.
1973 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
1975         * objcopy.c: Fix formatting.
1976         (section_rename): New structure.
1977         (OPTION_RENAME_SECTION): New switch.
1978         (copy_usage): Document new switch.
1979         (add_section_rename): New function: Add a node to the section
1980         rename list.
1981         (find_section_rename): New function: Find the new name and
1982         flags for a section.
1983         (setup_section): Call find_section_name to determine the name
1984         of the output section.
1985         (copy_main): Handle OPTION_RENAME_SECTION.
1986         * binutils.texi: Document new switch.
1987         * NEWS: Mention new switch.
1989 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
1991         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1992         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1993         bug-binutils@gcc.org.
1995 2001-07-28  Matthias Kramm  <kramm@quiss.org>
1997         * bucomm.c (list_supported_architectures): New function.
1998         * bucomm.h (list_supported_architectures): Declare.
1999         * objdump.c (usage): Call the above.
2001 2001-07-25  Dave Brolley  <brolley@redhat.com>
2003         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
2004         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2006 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
2008         * README: Update for 2.11.  Change bug reporting email address.
2009         * MAINTAINERS: Tidy up.  Change bug reporting email address.
2011 2001-07-16  DJ Delorie  <dj@redhat.com>
2013         * resres.c (write_res_header): Align header size.
2014         (res_align_file): Calculate alignment correctly.
2016         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
2017         correct 10).
2018         * resrc.c (write_rc_resource): Likewise.
2019         * windres.h (SUBLANG_SHIFT): Define - as 10.
2021 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
2023         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
2025 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
2027         * MAINTAINERS: Add notes about branch checkins.
2029 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
2031         * readelf.c (display_debug_macinfo): New function, display
2032         .debug_macinfo section.
2033         (do_debug_macinfo): New variable.
2034         (parse_args): Handle "-w[mM]" to mean display macro info.
2035         (process_section_headers): Handle debug_macinfo.
2036         (debug_displays): Replace unsupported function with macinfo
2037         function for .debug_macinfo display.
2038         * doc/binutils.texi: Document new command line switch.
2039         * NEWS: Document new feature of readelf.
2041 2001-07-05  H.J. Lu  <hjl@gnu.org>
2043         * objcopy.c (filter_symbols): Don't turn undefined symbols
2044         into local.
2046 2001-07-03  H.J. Lu <hjl@gnu.org>
2048         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
2049         $@.pod.
2050         (ar.1): Likewise.
2051         (dlltool.1): Likewise.
2052         (nlmconv.1): Likewise.
2053         (nm.1): Likewise.
2054         (objcopy.1): Likewise.
2055         (objdump.1): Likewise.
2056         (ranlib.1): Likewise.
2057         (readelf.1): Likewise.
2058         (size.1): Likewise.
2059         (strings.1): Likewise.
2060         (strip.1): Likewise.
2061         (windres.1): Likewise.
2062         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2063         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2064         $(DEMANGLER_NAME).
2065         (as.1): Removed.
2066         * doc/Makefile.in: Regenerated.
2068 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
2070         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2072 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
2074         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2076 2001-06-29  James Cownie <jcownie@etnus.com>
2078         * readelf.c: Support DWARF 2.1 attributes.
2080 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
2082         * readelf.c (GET_DATA_ALLOC): Remove.
2083         (GET_DATA): Remove.
2084         (get_data): New function combining above macros, with an extra
2085         test for zero size.
2086         (slurp_rela_relocs): Use get_data, and catch error return.
2087         (slurp_rel_relocs): Likewise.
2088         (get_32bit_program_headers): Likewise.
2089         (get_64bit_program_headers): Likewise.
2090         (get_32bit_section_headers): Likewise.
2091         (get_64bit_section_headers): Likewise.
2092         (get_32bit_elf_symbols): Likewise.
2093         (get_64bit_elf_symbols): Likewise.
2094         (process_section_headers): Likewise.
2095         (process_relocs): Likewise.
2096         (slurp_ia64_unwind_table): Likewise.
2097         (process_unwind): Likewise.
2098         (get_32bit_dynamic_segment): Likewise.
2099         (get_64bit_dynamic_segment): Likewise.
2100         (process_dynamic_segment): Likewise.
2101         (process_version_sections): Likewise.
2102         (process_symbol_table): Likewise.
2103         (dump_section): Likewise.
2104         (display_debug_info): Likewise.
2105         (display_debug_section): Likewise.
2106         (process_section_contents): Likewise.
2107         (process_corefile_note_segment): Likewise.
2108         (process_mips_specific): Likewise.  Also free econf32, econf64.
2110 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
2112         * readelf.c (dump_relocations): Print "bad symbol index" if
2113         symtab == NULL with non-zero symtab_index.
2114         (process_relocs): Don't bomb if reloc section has no symsec.
2116 2001-06-24  H.J. Lu  <hjl@gnu.org>
2118         * objcopy.c (strip_main): Revert the change made on 2001-05-30
2119         by accident.
2120         (copy_main): Apply the the change made to strip_main on
2121         2001-05-30 by accident.
2123 2001-06-23  Andreas Jaeger  <aj@suse.de>
2125         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2126         parameter 'code'.
2127         (unw_decode_x2): Likewise.
2128         (unw_decode_x3): Likewise.
2129         (unw_decode_x4): Likewise.
2131 2001-06-23  Ben Elliston  <bje@redhat.com>
2133         * MAINTAINERS: Add myself as M88k maintainer.
2135 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
2137         * objcopy.c (strip_main): Support -o or --output-file command lien
2138         switch.
2140 2001-06-19  H.J. Lu <hjl@gnu.org>
2142         * doc/Makefile.in: Regenerated.
2144 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
2146         * readelf.c: Restore formatting.
2148 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2150         * Makefile.am: Move documentation into doc subdirectory.
2151         * Makefile.in: Regenerated.
2152         * binutils.texi: Move into doc subdirectory.
2153         * addr2line.1: Removed.
2154         * ar.1: Likewise.
2155         * dlltool.1: Likewise.
2156         * nlmconv.1: Likewise.
2157         * nm.1: Likewise.
2158         * objcopy.1: Likewise.
2159         * objdump.1: Likewise.
2160         * ranlib.1: Likewise.
2161         * readelf.1: Likewise.
2162         * size.1: Likewise.
2163         * strings.1: Likewise.
2164         * strip.1: Likewise.
2165         * windres.1: Likewise.
2166         * cxxfilt.man: Likewise.
2167         * doc: New Directory.
2168         * doc/Makefile.am: New file.
2169         * doc/Makefile.in: Generate.
2171 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
2173         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
2175 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
2177         * MAINTAINERS: Update my email address.
2179 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
2181         * objcopy.c: Add new switches: --keep-global-symbol,
2182         --keep-symbols, --localize-symbols, --keep-global-symbols and
2183         --weaken-symbols.
2184         * binutils.texi: Document new switches.
2185         * objcopy.1: Regenerate.
2186         * NEWS: Announce new feature.
2188 2001-05-28  Andreas Jaeger  <aj@suse.de>
2190         * readelf.c (display_debug_frames): Fix warnings: Remove unused
2191         variables, fix format strings.
2193 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
2195         * objdump.c (disassemble_bytes): Remove section VMA adjustment
2196         when computing the address of the line to show.
2198 2001-05-16  Richard Henderson  <rth@redhat.com>
2200         * readelf.c (do_debug_frames_interp): New.
2201         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2202         (byte_get_big_endian): Likewise.
2203         (parse_args) ['F']: Set do_debug_frames_interp.
2204         (Frame_Chunk): Make data_factor signed, add fde_encoding.
2205         (frame_display_row): Don't trunc pc_begin to int.
2206         (size_of_encoded_value): New.
2207         (display_debug_frames): Handle 64-bit targets.  Print raw data
2208         unless do_debug_frames_interp.
2209         (debug_displays): Remove duplicate .debug_frame.
2211 2001-05-15  Ralf Baechle  <ralf@gnu.org>
2213         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2214         The former constant was never in active use and is used otherwise
2215         by the ABI.
2217 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
2219         * readelf.c (process_unwind): Print all unwind sections, not just
2220         one.
2222 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2224         * readelf.c (process_unwind): Remove const specifier.
2226 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2228         * strings.c (isgraphic): Do not use isascii() unless it is needed
2229         for isprint() to work.
2230         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2232 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
2234         * NEWS: Announce support for OpenRISC.
2236 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
2238         * dlltool.c (do_default_excludes): Initialise to true.
2240 2001-04-10  Alan Modra  <amodra@one.net.au>
2242         * MAINTAINERS: Update my email address
2243         * nm.c (print_symbol_info_bsd): Use a simple printf string.
2245 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
2247         * readelf.c (display_debug_lines): Fix typo for "Prologue".
2249 2001-03-30  H.J. Lu  <hjl@gnu.org>
2251         * readelf.c (process_unwind): Just return if do_unwind is 0.
2253 2001-03-28  Roger Sayle  <roger@metaphorics.com>
2255         * dlltool.c (make_one_lib_file): Fix section flags for
2256         .text, .data and .bss in stub ds*.o files to match those
2257         generated by gas.
2259 2001-03-29  H.J. Lu  <hjl@gnu.org>
2261         * readelf.c (process_unwind): Only do unwind sections for
2262         IA64.
2264 2001-03-28  H.J. Lu  <hjl@gnu.org>
2266         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2267         * Makefile.in: Regenerate.
2269 2001-03-26  Andreas Jaeger  <aj@suse.de>
2271         * binutils.texi (nm): Fix texi syntax.
2273 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2275         * binutils.texi: Put @c man begin and @c man end indications
2276         to generate man pages using texi2pod and pod2man. Put @c man title
2277         to identify each man. Add SEEALSO entries.
2278         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2279         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2280         sort the list.
2281         (*.1): Build the man pages from binutils.texi.
2282         * Makefile.in: Regenerate.
2284 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
2286         * defparse.y (opt_equal_name): allow "." in name.
2287         * dlltool.c (def_exports): Added ability to generate forwarded exports.
2288         (gen_exp_file): Likewise.
2290 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
2292         * NEWS: Document addition of -B switch to objcopy.
2293         * binutils.texi:  Document addition of -B switch to objcopy.
2294         * objcopy.c: (copy_options): Add --binary-architecture.
2295         (copy_usage): Document -B/--binary-architecture.
2296         (copy_main): Support -B/--binary-architecture.  Set
2297         bfd_external_binary_architecture.
2299 2001-03-11  Andreas Jaeger  <aj@suse.de>
2301         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2302         (dump_relocations): Likewise.
2303         (get_machine_name): Likewise.
2305 2001-02-28  Nick Clifton  <nickc@redhat.com>
2307         * readelf.c: (struct unw_aux_info): Remove const modifier for
2308         'strtab' field.
2309         (process_unwind): Remove non-K&R compliant LHS type cast in call
2310         to GET_DATA_ALLOC macro.
2312 2001-02-28  Philip Blundell  <pb@futuretv.com>
2314         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2315         ABI is in use; remove ambiguity between the "unknown" EABI and
2316         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
2317         renamed EF_xx constants.
2319 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
2321         * configure.in (BFD_VERSION): New.
2322         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2323         * configure: Regenerate.
2324         * Makefile.am: Run "make dep-am"
2325         * Makefile.in: Regenerate.
2327 2001-02-14  Nick Clifton  <nickc@redhat.com>
2329         * MAINTAINERS: Add "Obvious Fix" rule.
2331 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2333         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2334         literal concatenation.
2336 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2338         * readelf.c (struct unw_aux_info): Remove const from the info member.
2339         (process_unwind): Don't type-cast the third argument to the
2340         GET_DATA_ALLOC macro.
2342 2001-02-11  Nick Clifton  <nickc@redhat.com>
2344         * readelf.c (dump_relocations): Free corrected allocated
2345         array.
2346         (process_unwind): Fix compile time warning.
2348 2001-02-10  Nick Clifton  <nickc@redhat.com>
2350         * binutils.texi: Document new --unwind option to readelf.
2352 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2354         * readelf.c: Add linux target for S/390.
2356 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
2358         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2359         printf is a macro.
2361 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
2363         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2364         * aclocal.m4: Regenerate.
2365         * configure: Regenerate.
2367 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
2369         * bucomm.c (bfd_target_vector): Change extern array to pointer.
2370         * objdump.c (bfd_target_vector): Likewise.
2372 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
2374         * readelf.c (process_unwind): New function.
2375         (slurp_ia64_unwind_table): Ditto.
2376         (dump_ia64_unwind): Ditto.
2377         (find_symbol_for_address): Ditto.
2378         (slurp_rela_relocs): New function (split off from dump_relocations()).
2379         (slurp_rel_relocs): Ditto.
2380         (parse_args): Handle '-u' option.
2382         * unwind-ia64.c: New file.
2383         * unwind-ia64.h: New file.
2384         * Makefile.am: Include unwind-ia64.c in readelf build.
2385         * Makefile.in: Regenerate.
2386         * po/binutils.pot: Regenerate.
2388 2001-02-04  Philip Blundell  <philb@gnu.org>
2390         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2391         * configure: Regenerate.
2393 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
2395         * ieee.c (ieee_add_bb11): Don't check for backslashes
2396         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2398 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
2400         * ieee.c: Update copyright.
2401         (ieee_start_compilation_unit): Don't check for backslashes
2402         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2404         * stabs.c: Update copyright. Include "filenames.h".
2405         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2407 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
2409         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2410         sections are present before using them.  Remove code duplication.
2411         (process_symbol_table): Check if VERDEF or VERNEED sections are
2412         present before using them.
2414 2001-01-17  Nick Clifton  <nickc@redhat.com>
2416         * objcopy.c (copy_object): Fail if attempting to convert the
2417         endianness of the input object file.
2419         * binutils.texi: Explain that objcopy cannot convert endianness.
2421 2001-01-16  Nick Clifton  <nickc@redhat.com>
2423         * readelf.c (string_table_length): New variable.
2424         (SECTION_NAME): Catch out of range indices and missing section
2425         pointers.
2426         (process_section_headers): Delete useless local variable
2427         string_table_offset.  Set the value of string_table_length
2428         after loading the string table.
2429         (process_mips_specific): Use SECTION_NAME macro.
2430         (process_file): Set string_table_length to 0 when it is freed.
2432 2001-01-12  Nick Clifton  <nickc@redhat.com>
2434         * version.c (print_version): Update copyright date.
2436 2001-01-11  Peter Targett  <peter.targett@arccores.com>
2438         * readelf.c (dump_relocations): Include selection with EM_ARC.
2439         (get_machine_name) Update name to "ARC".
2441 2001-01-09  Nick Clifton  <nickc@redhat.com>
2443         * Makefile.am: Add rule to build objdump.o from objdump.c and
2444         using OBJDUMP_DEFS.
2445         * Makefile.in: Regenerate.
2447         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
2448         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2449         -DDISASSEMBLER_NEEDS_RELOCS.
2450         * configure: Regenerate.
2452         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2453         is defined read in the relocs even if dump_reloc_info is
2454         false.
2456 2001-01-07  Philip Blundell  <philb@gnu.org>
2458         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2459         `bug-binutils'.
2460         * README: Likewise.
2462 2000-12-19  Nick Clifton  <nickc@redhat.com>
2464         * dlltool.c: Add missing support for arm-epoc-pe.
2465         * configure.in: Add missing support for arm-epoc-pe.
2466         * configure: Regenerate.
2468 2000-12-15  Nick Clifton  <nickc@redhat.com>
2470         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2471         Mode parts of the x86 port.
2473 2000-12-04  Andreas Jaeger  <aj@suse.de>
2475         * readelf.c (guess_is_rela): Add EM_X86_64.
2476         (dump_relocations): Add EM_X86_64.
2477         (get_machine_name): Add EM_X86_64.
2478         Include "elf/x86-64.h".
2480 2000-12-12  Nick Clifton  <nickc@redhat.com>
2482         * readelf.c: Fix formatting.
2484 2000-12-11  Jan Hubicka  <jh@suse.cz>
2486         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2488 2000-12-07  Andrew Haley  <aph@redhat.com>
2490         * readelf.c (display_debug_frames): Only display columns that are
2491         referenced by the frame debug info.
2493 2000-12-05  Nick Clifton  <nickc@redhat.com>
2495         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2497 2000-12-04  Jason Merrill  <jason@redhat.com>
2499         * readelf.c (process_section_headers): Handle linkonce.wi sections.
2500         (display_debug_section): Likewise.
2501         (display_debug_info): Display CU header before bailing.
2503 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
2505         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2506         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
2507         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2509         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2510         and E_MIPS_ARCH_64.
2512         * readelf.c (get_machine_flags): Add case for
2513         E_MIPS_MACH_SB1.
2515 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
2517         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2519 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
2521         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
2522         Change sourceware.cygnus.com to sources.redhat.com.
2523         Fix typo for "amongst".
2525 2000-11-28  Nick Clifton  <nickc@redhat.com>
2527         * strip.1 (COPYING): Mention that the GNU Free Documentation
2528         License is present in the sources, but not the output, and
2529         also available from the GNU website.
2530         (GNU Free Documentation License): Comment out this section.
2531         * strings.1: Ditto.
2532         * size.1: Ditto.
2533         * ranlib.1: Ditto.
2534         * objdump.1: Ditto.
2535         * objcopy.1: Ditto.
2536         * nm.1: Ditto.
2537         * nlmconv.1: Ditto.
2538         * ar.1: Ditto.
2539         * addr2line.1: Ditto.
2541 2000-11-27  DJ Delorie  <dj@redhat.com>
2543         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2544         (parse_args): Support -wf option.
2545         (process_section_headers): Ditto.
2546         (debug_displays): Ditto.
2547         (display_debug_frames): New, dump *_frame sections.
2548         (frame_need_space): Support for above.
2549         (frame_display_row): Ditto.
2550         * binutils.texi: Document it.
2552 2000-11-24  Nick Clifton  <nickc@redhat.com>
2554         * NEWS: Announce support for v5t, v5te and XScale.
2556 2000-11-22  Nick Clifton  <nickc@redhat.com>
2558         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2559         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2560         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2561         (get_elf_section_flags: Add SHF_GROUP.
2562         (process_section_headers): Adjust output for 32-bit binaries
2563         to look nice on an 80 column terminal.
2565 2000-11-20  H.J. Lu  <hjl@gnu.org>
2567         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2568         ELFOSABI_AIX.
2570 2000-11-17  Richard Henderson  <rth@redhat.com>
2572         * readelf.c (display_debug_lines): Adjust last change to
2573         use sizeof (external->li_length).
2575 2000-11-17  Richard Henderson  <rth@redhat.com>
2577         * readelf.c (display_debug_lines): Fix section length check
2578         and end_of_sequence computation.
2580 2000-11-06  Nick Clifton  <nickc@redhat.com>
2582         * binutils.texi: Add GNU Free Documentation License.
2583         * objcopy.1: Add GNU Free Documentation License.
2584         * objdump.1: Add GNU Free Documentation License.
2585         * addr2line.1: Add GNU Free Documentation License.
2586         * ar.1: Add GNU Free Documentation License.
2587         * nlmconv.1: Add GNU Free Documentation License.
2588         * nm.1: Add GNU Free Documentation License.
2589         * ranlib.1: Add GNU Free Documentation License.
2590         * size.1: Add GNU Free Documentation License.
2591         * strings.1: Add GNU Free Documentation License.
2592         * strip.1: Add GNU Free Documentation License.
2594 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
2596         * objcopy.c (--srec-len=nn): New parameter to set the
2597         maximum length of generated Srecords.
2598         (--srec-forceS3): New parameter that restricts the generation of
2599         Srecords to type S3 only.
2600         * binutils.texi: Document new command line switches.
2601         * objcopy.1: Docuemnt the new command line switches.
2602         * NEWS: Announce the existence of the new command line switches.
2604 2000-10-31  Nick Clifton  <nickc@redhat.com>
2606         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2607         code.  Add Eric Chrisopher as maintainer of MN10300 port.
2609 2000-10-12  Roger Sayle  <roger@metaphorics.com>
2611         * Make comma after string after icon/control optional.
2613 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
2615         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2617         * NEWS: Mention support for MIPS32.
2619 2000-09-08  Nick Clifton  <nickc@redhat.com>
2621         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2623 2000-09-07  H.J. Lu  <hjl@gnu.org>
2625         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2626         * configure: Rebuild.
2628 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
2630         * configure: Rebuilt with new libtool.m4.
2632 2000-09-05  Nick Clifton  <nickc@redhat.com>
2634         * aclocal.m4: Regenerate.
2635         * config.in: Regenerate.
2636         * configure: Regenerate.
2638 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
2640         * strip.1: Fix stray '\' in -o formatting.
2642 2000-09-02  Nick Clifton  <nickc@redhat.com>
2644         * configure.in: Increase version number to 2.10.91.
2645         * configure: Regenerate.
2646         * aclocal.m4: Regenerate.
2647         * config.in: Regenerate.
2648         * po/binutils.pot: Regenerate.
2650 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
2652         * acinclude.m4: Include libtool and gettext macros from the
2653         top level.
2654         * aclocal.m4, configure: Rebuilt.
2656 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
2658         * resrc.c (close_input_stream): Delete extraneous logic
2660 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
2662         * NEWS: Mention support for CRIS.
2664 2000-08-21  Nick Clifton  <nickc@redhat.com>
2666         * addr2line.c: Changed email address for Ulrich Lauther.
2668 2000-08-17  Christopher C. Chimelis <chris@debian.org>
2670         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2672 2000-08-17  Nick Clifton  <nickc@redhat.com>
2674         * readelf.c (display_debug_pubnames): Only issue warning
2675         message once.  Terminate message with a new line.
2676         (display_debug_aranges): Only display version 2 debug info.
2678 2000-08-14  Todd Vierling <tv@wasabisystems.com>
2680         * objcopy.c (strip_main): Silently accept -d as an alias for -g
2681         for compatability with old BSD systems.
2683 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
2685         * NEWS: Mention i860 support.
2687 2000-08-11  Carlo Wood <carlo@alinoe.com>
2689         * addr2line.c (main): Add const to char *.
2691 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
2693         * ar.c (main): Don't crash if called with no arguments
2694         or only '-X32_64' as an argument.
2696 2000-08-08  DJ Delorie  <dj@redhat.com>
2698         * resrc.c: use "gcc -xc" instead of -xc-header
2700 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
2702         * readelf.c (elf/i860.h): Include.
2703         (dump_relocations): Add recognition of i860 architecture.
2704         (guess_is_rela): Add recognition of i860 architecture.
2706 2000-08-03  Nick Clifton  <nickc@cygnus.com>
2708         * MAINTAINERS: Add information about CGEN maintainers.
2710 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
2712         * nm.c (main): Ignore '-X32_64' as an option.
2713         * ar.c (main): Likewise.
2714         * binutils.texi (nm): Document new option.
2715         (ar): Likewise.
2717 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2719         * rdcoff.c (external_coff_symbol_p): K&R-ise.
2721 2000-07-20  H.J. Lu  <hjl@gnu.org>
2723         * binutils.texi: Put back "@end table" deleted by
2724         accident.
2726 2000-07-05  Kenneth Block  <krblock@computer.org>
2728         * nm.c: Add optional style to demangle switch.
2729         * objdump.c: Add optional style to demangle switch.
2730         * addr2line.c: Add optional style to demangle switch.
2731         * binutils.texi: Document optional style to demangle
2732         switch.
2734 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
2736         * MAINTAINERS: Add self as CRIS port maintainer.
2737         * readelf.c: Include elf/cris.h.
2738         (guess_is_rela): Handle EM_CRIS.
2739         (dump_relocations): Ditto.
2740         (get_machine_name): Ditto.
2741         * Makefile.am: Rebuild dependencies.
2742         * Makefile.in: Regenerate.
2743         * po/binutils.pot: Regenerate.
2745 2000-07-19  H.J. Lu  <hjl@gnu.org>
2747         * readelf.c (get_dynamic_type): Change "AUXILARY" to
2748         "AUXILIARY".
2749         (process_dynamic_segment): Print out strings for DT_CONFIG,
2750         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2752 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
2754         * nm.c (usage): Change output of `nm --help' to include a
2755         description of the purpose of the program and a detailed
2756         description of the accepted options.
2758 2000-07-19  H.J. Lu  <hjl@gnu.org>
2760         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2761         to DF_1_NODEFLIB.
2763 2000-07-19  H.J. Lu  <hjl@gnu.org>
2765         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2767 2000-07-19  H.J. Lu  <hjl@gnu.org>
2769         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2770         DT_FEATURE.
2771         (process_dynamic_segment): Likewise.
2773         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2774         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2775         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2776         DF_1_NODUMP and DF_1_CONLFAT.
2778 2000-07-18  Nick Clifton  <nickc@cygnus.com>
2780         * binutils.texi (readelf): Fix spelling typo.
2782 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
2784         * objdump.c (usage): Make output of `objdump --help' more
2785         consistent with the rest of the GNU world.  Add a line describing
2786         the purpose of the program.
2788 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
2790         * stabs.c (parse_stab_range_type): Cast to proper type to fix
2791         warning.
2793 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
2795         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2796         to fix warnings.
2797         (process_symbol_table): Ditto.
2798         (procesS_extended_line_op): Ditto.
2799         (display_debug_lines): Ditto.
2800         (display_debug_pubnames): Ditto.
2801         (read_and_display_attr): Ditto.
2803 2000-07-09  Nick Clifton  <nickc@cygnus.com>
2805         * MAINTAINERS: Add several more port specific maintainers.
2807 2000-07-05  Nick Clifton  <nickc@cygnus.com>
2809         * MAINTAINERS: Add blanket write privs for Michael Meissner.
2811 2000-06-05  DJ Delorie  <dj@redhat.com>
2813         * MAINTAINERS: New.
2815 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
2817         * dllwrap.c: Changed mistaken dyn_string_append() calls
2818         to dyn_string_append_cstr().
2820 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
2822         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2823         struct debug_type stores size in bytes.
2825 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
2827         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
2828         (CLEANFILES): Add DEPA.
2829         * Makefile.in: Regenerate.
2831 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
2833         * ar.c: Revert incorrect 2000-06-25 patch.
2834         * bucomm.c: Likewise.
2836 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2838         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2839         (external_coff_symbol_p): New function.
2840         (parse_coff): Use it.
2842 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
2844         * ar.c (normalize): Advance past both characters in a DOS based
2845         <letter>: filepath prefix.
2846         (main): Likewise.
2847         * bucomm.c (make_tempname): Likewise.
2849 2000-06-24  Nick Clifton  <nickc@cygnus.com>
2851         * objdump.c (usage): Fix description of --stabs switch.
2853 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
2855         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2856         find one.
2857         * Makefile.in: Regenerate.
2859 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
2861         * ar.c (normalize): Correct pointer comparison when checking for
2862         backslashes.
2863         (main): Likewise.
2864         * bucomm.c (make_tempname): Likewise.
2866         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2867         and search for backslashes in the original pathname.
2868         (ieee_add_bb11): Likewise.
2870 2000-06-18  Nick Clifton  <nickc@redhat.com>
2872         * ar.c (print_contents): Improve verbose message.
2874 2000-06-15  H.J. Lu  <hjl@gnu.org>
2876         * dyn-string.c: Removed. Not needed with dyn-string.c in
2877         libiberty.
2878         * dyn-string.h: Likewise.
2880         * Makefile.am: Remove references to dyn-string.c and
2881         dyn-string.h. Rebuild dependency.
2882         * Makefile.in: Rebuild.
2884 2000-06-15  H.J. Lu  <hjl@gnu.org>
2886         * binutils.texi: Put a warning on copying relocatable object
2887         files between two different formats.
2889 2000-06-13  DJ Delorie  <dj@cygnus.com>
2891         * rcparse.y (control): ICON controls take an id as the first
2892         parameter, not an optional string.  Also, call new convenience
2893         function that takes res_id's.
2894         * resrc.c (define_control): missing text means zero-length string,
2895         not zero ID.
2896         (define_icon_control): New.
2897         * windres.h: declare define_icon_control.
2899 2000-06-13  H.J. Lu  <hjl@gnu.org>
2901         * configure: Regenerate.
2903 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
2905         * configure.in (VERSION): Update to show this is the CVS mainline.
2907 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
2909         * strings.c (isgraphic): Interpret <TAB> as a printable character,
2910         analogous to <SPACE>.
2912 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
2914         * objdump.c (display_target_list): Use bfd_close_all_done, not
2915         bfd_close to fix crash caused by 2000-05-24 change.
2917 2000-05-25  DJ Delorie  <dj@cygnus.com>
2919         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2921 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
2923         * Makefile.am: Update dependencies with "make dep-am"
2924         * Makefile.in: Regenerate.
2926 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
2928         * ar.c: Include filenames.h.
2929         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2930         and drive letters in file names.
2931         (main): Support backslashes and drive letters in argv[0].  Drop
2932         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
2933         FILENAME_CMP instead of strcmp to compare file names.
2934         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2935         DJGPP v2.
2936         (do_quick_append) [__GO32__]: Ditto.
2937         (get_pos_bfd, delete_members, move_members, replace_members):
2938         Compare file names with FILENAME_CMP.
2940         * bucomm.c: Include filenames.h.
2941         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2942         forward/backward slashes and drive letters in file names.
2944         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2945         mixed forward/backward slashes and drive letters in file names.
2947         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2948         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2949         mode.
2951         * objcopy.c: Include filenames.h.
2952         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2953         before comparing to "strip".
2954         Use FILENAME_CMP to compare file names.
2956         * arsup.c: Include filenames.h.
2957         (map_over_list, ar_delete, ar_replace, ar_extract): Use
2958         FILENAME_CMP to compare file names.
2959         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2960         the temporary file name.
2962         * configure.in: Check for setmode.
2963         * configure: Regenerate.
2965 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
2967         * objdump.c (display_target_list): Close the bfd.
2968         (display_info_table): Likewise.
2970 2000-05-14  H.J. Lu  (hjl@gnu.org)
2972         * objcopy.c (filter_symbols): Don't strip global symbols in
2973         relocatable object files.
2975 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
2977         * size.c (usage): Associate short options with corresponding long
2978         option to give a clue as to their function.
2980 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
2982         * size.c (main): Accept and ignore `-f' option.
2984 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
2986         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2987         bindtextdomain): Replace defines with those from intl/libgettext.h
2988         to quieten gcc warnings.
2990 2000-05-12  H.J. Lu  <hjl@gnu.org>
2992         * nlmconv.c (temp_filename): Removed.
2994         * nlmconv.c (link_inputs): Use make_temp_file () instead of
2995         choose_temp_base ().
2996         * objdump.c (display_target_list): Likewise.
2997         (display_info_table): Likewise.
2999 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
3001         * objcopy.c (setup_section): Add const and gettext calls for err.
3003 2000-05-02  H.J. Lu  <hjl@gnu.org>
3005         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
3006         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
3007         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
3008         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
3009         and ELFOSABI_OPENBSD.
3011 2000-05-02  Kazu Hirata  <kazu@hxi.com>
3013         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
3014         * srconv.c: Likewise.
3015         * sysdump.c: Likewise.
3017 2000-04-23  Denis Chertykov  <denisc@overta.ru>
3019         * readelf.c (guess_is_rela): AVR uses RELA relocations.
3020         (get_machine_name): machine name for EM_AVR added.
3022 2000-04-21  Richard Henderson  <rth@cygnus.com>
3023             David Mosberger  <davidm@hpl.hp.com>
3025         * Makefile.am (readelf.o): Add elf/ia64.h.
3026         * Makefile.in: Rebuild.
3027         * readelf.c: Include elf/ia64.h.
3028         (guess_is_rela, dump_relocations): Handle EM_IA_64.
3030 2000-04-17  Timothy Wall  <twall@cygnus.com>
3032         * objdump.c (disassemble_data): Set octets per byte *after*
3033         resolving arch/mach for binary files.
3035 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3037         * arlex.l: Add directives to increase lex buffer size.
3039         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
3040         already included by bucomm.h.
3042 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
3044         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
3045         `strftime' since strftime is not available on all systems.
3046         (process_mips_specific): Ditto.
3048 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
3050         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
3051         --enable-build-warnings option.
3052         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3053         * Makefile.in, configure: Re-generate.
3055 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
3057         * addr2line.c: Update copyright.
3058         * objcopy.1: Likewise, and title.
3059         * strings.1: Likewise.
3061         * version.c (print_version): Add 2000.
3063         * rddbg.c (read_section_stabs_debugging_info): Don't use
3064         bfd_size_type for strx to avoid printf problems if BFD64.
3066         * bucomm.c: (report): Remove `static'.
3067         Move inclusion of stdarg.h/vararg.h from here.
3068         * bucomm.h: To here.
3069         (CONST): Change all occurences to const.
3070         (report): Declare it.
3071         (bfd_fatal): Add ATTRIBUTE_NORETURN.
3072         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
3073         (non_fatal): Add ATTRIBUTE_PRINTF_1.
3075         * ar.c (main): Use fatal or non_fatal instead of fprintf.
3076         Correct a typo in an error message.
3077         (do_quick_append): Use non_fatal instead of fprintf.
3078         (move_members): Use fatal instead of fprintf, exit.
3079         * coffdump.c (main): Same here.
3081         * dlltool.c (display): Delete.
3082         (warn): Delete.
3083         (inform): Use `report' instead of `display'.
3084         (rvaafter): Remove trailing \n from fatal error msg.
3085         (rvabefore): Ditto.
3086         (asm_prefix): Ditto.
3087         (yyerror): Replace `warn' with `non_fatal', and remove \n.
3088         (def_name): Likewise.
3089         (run): Likewise.
3090         (scan_all_symbols): Likewise.
3091         (gen_lib_file): Likewise.
3092         (def_library): Likewise.  Remove extra program_name too.
3093         (run): Remove \n from inform strings.
3094         (scan_drectve_symbols): Likewise.
3095         (add_excludes): Likewise.
3096         (scan_open_obj_file): Likewise.
3097         (gen_exp_file): Likewise.
3098         (gen_lib_file): Likewise.
3099         (process_duplicates): Likewise.
3101         * Makefile.am (dllwrap_SOURCES): Add version.c.
3102         * dllwrap.c (program_version): Delete.
3103         (print_version): Delete.
3104         (display): Always print trailing \n.
3105         (warn): New.
3106         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
3107         (run): Here too.
3108         (main): And here.
3109         (usage): gettext'ify.
3110         (long_options): Add missing initialisers.
3112         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
3113         (select_output_format): Likewise.
3114         (powerpc_mangle_relocs): Likewise.
3115         (link_inputs): Likewise.
3117         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
3118         (set_output_format): Likewise.
3119         (main): Use non_fatal instead of fprintf.
3120         (display_rel_file): Likewise.
3122         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
3123         (slurp_dynamic_symtab): Same here.
3124         (disassemble_data): And here.
3125         (read_section_stabs): And here.
3126         (read_section_stabs): And here.
3127         (dump_bfd): And here.
3128         (main): And here.
3129         (objdump_sprintf): Use fatal instead of fprintf, exit.
3130         (disassemble_data): Same here.
3132         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
3133         (parse_coff_struct_type): Same here.
3134         (parse_coff_enum_type): And here.
3135         (parse_coff): And here.
3136         * rddbg.c (read_debugging_info): And here.
3137         * size.c (main): And here.
3138         * windres.c (format_from_name): And here.
3139         * wrstabs.c (stab_write_symbol): Here too.
3140         (write_stabs_in_sections_debugging_info): And here.
3141         (stab_int_type): And here.
3142         (stab_struct_field): And here.
3143         (stab_typdef): And here.
3145         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
3146         * srconv.c (main): Same here.
3147         * strings.c (main): And here.
3148         (integer_arg): And here.
3149         * sysdump.c (main): And here.
3151 2000-04-06  Timothy Wall  <twall@cygnus.com>
3153         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
3155 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
3157         * readelf.c (decode_location_expression): Loop through multiple
3158         operations.
3159         (read_and_display_attr): Pass in length.
3161         * readelf.c (read_and_display_attr): Add CU offset to references.
3162         (display_debug_info): Pass it in.
3164 2000-04-06  Nick Clifton  <nickc@cygnus.com>
3166         * readelf.c (decode_ARM_machine_flags): New function.
3167         (get_machine_flags): Call decode_ARM_machine_flags for ARM
3168         targets.
3170         (get_machine_name): Catch EM_AVR
3172 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
3174         * binutils.texi: Remove optional `=' from long options that have
3175         an `=' in the argument.
3176         * objcopy.1: Here too.  Remove extra space on discard-all.
3178         * binutils.texi (objcopy): Mention --redefine-sym.
3179         * objcopy.1: Here too.
3180         * NEWS: And here.
3182         * objcopy.c (parse_flags): Split off flag names from error message
3183         gettext as they are not translated.
3184         (copy_main): Similarly split off option name for --add-section,
3185         --set-section-flags, --change-section-vma, --change-section-lma
3186         error messages.
3187         Some white space changes.
3189         from Matthew Benjamin <matt@linuxbox.nu>
3190         * objcopy.c (struct redefine_node): New.
3191         (redefine_sym_list): New.
3192         (redefine_list_append): New.
3193         (lookup_sym_redefinition): New.
3194         (OPTION_REDEFINE_SYM): New.
3195         (copy_options): Add --redefine-sym option.
3196         (copy_usage): Mention it.
3197         (filter_symbols): Rename symbols on redefine_sym_list.
3198         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
3199         (copy_main): Handle OPTION_REDEFINE_SYM.
3201 2000-04-04  H.J. Lu  <hjl@gnu.org>
3203         * readelf.c (process_symbol_table): Correctly read in symbol
3204         versioning information.
3206 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
3208         * po/binutils.pot: Regenerate.
3210         * addr2line.c (usage): Restore translated part of bug string.
3211         * ar.c (usage): Likewise.
3212         * nlmconv.c (show_usage): Likewise.
3213         * nm.c (usage): Likewise.
3214         * objcopy.c (copy_usage): Likewise.
3215         (strip_usage): Likewise.
3216         * objdump.c (usage): Likewise.
3217         * readelf.c (usage): Likewise.
3218         * size.c (usage): Likewise.
3219         * strings.c (usage): Likewise.
3220         * windres.c (usage): Likewise.
3222         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3223         (DEP): Quote when passing vars to sub-make.  Add warning
3224         message to end.
3225         (DEP1): Rewrite for "gcc -MM".
3226         (CLEANFILES): Add DEP2.
3227         Update dependencies.
3228         * Makefile.in: Regenerate.
3230 2000-04-04  H.J. Lu  <hjl@gnu.org>
3232         * Makefile.am (GENERATED_HFILES): Add rcparse.h
3233         (arparse.h): Depend on arparse.c
3234         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
3236 2000-04-03  H.J. Lu  (hjl@gnu.org)
3238         * size.c (usage): Use REPORT_BUGS_TO.
3240 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
3242         * bucomm.h: #include "bin-bugs.h"
3243         * addr2line.c (usage): Use REPORT_BUGS_TO.
3244         * ar.c (usage): Likewise.
3245         * nlmconv.c (show_usage): Likewise.
3246         * nm.c (usage): Likewise.
3247         (OPTION_TARGET): Define.
3248         (long_options): Use OPTION_TARGET rather than 200.
3249         (main): Likewise.
3251         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
3252         (strip_usage): Likewise.
3253         * objdump.c (usage): Likewise.
3254         * readelf.c (usage): Likewise.
3255         * strings.c (usage): Likewise.
3256         * windres.c (usage): Likewise.
3258 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3260         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
3262 2000-03-27  Nick Clifton  <nickc@cygnus.com>
3264         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
3265         string offsets in corrupt stabs entries.
3267 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
3269         * readelf.c: Include elf/avr.h
3270         (dump_relocations): Add EM_AVR case.
3272 2000-03-09  Tim Waugh  <twaugh@redhat.com>
3274         * strings.1: Correct '-bytes' to '--bytes'.
3276 2000-03-08  H.J. Lu  <hjl@gnu.org>
3278         * Makefile.am (install-exec-local): Depend on
3279         install-binPROGRAMS for parallel make.
3280         * Makefile.in: Regenerated.
3282 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
3284         From Brad Lucier <lucier@math.purdue.edu>:
3285         * readelf.c (process_dynamic_segment): Add cast to make sure
3286         argument to %* is int.
3288 2000-02-25  H.J. Lu  <hjl@gnu.org>
3290         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
3292 2000-02-24  Nick Clifton  <nickc@cygnus.com>
3294         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
3295         * configure: Regenerate.
3297         * dlltool.c: Add support for sh-pe and mips-pe targets.
3298         * rescoff.c: Add support for sh-pe and mips-pe targets.
3300 2000-02-23  H.J. Lu  <hjl@gnu.org>
3302         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
3304 2000-02-22  Nick Clifton  <nickc@cygnus.com>
3306         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
3308 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
3310         From Brad Lucier <lucier@math.purdue.edu>:
3311         * readelf.c (process_version_sections): Add casts to make sure
3312         argument to %* is an int.
3313         (process_mips_specific): Add casts to make printf arguments match
3314         format.
3316 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
3318         * objdump.c (dump_section_header): Change `opb' to unsigned.
3319         (find_symbol_for_address): Same here.
3320         (disassemble_data): And here.  Change `addr_offset',
3321         `stop_offset', `nextstop_offset' to unsigned long.
3322         (dump_data): Change opb to unsigned.
3324 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
3326         * resrc.c: Remove unmatched #if for cygwin.
3328 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3330         * binutils.texi: Document the change of flavor name from atpcs-special
3331         to special-atpcs to prevent name conflict in gdb.
3333 2000-02-08  Timothy Wall  <twall@redhat.com>
3335         * objdump.c (show_line): Fix bug preventing printing of the very
3336         first line (line zero) of a file when interlisting source and
3337         assembly.  Added option to print entire context from start of file
3338         when the first line from that file is encountered.
3340 2000-02-03  Timothy Wall <twall@redhat.com>
3342         * objdump.c (dump_section_header, find_symbol_for_address,
3343         show_line, disassemble_bytes, disassemble_data, dump_data):
3344         distinguish between octets and bytes.
3346 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
3348         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
3349         check to unresolved symbols.
3350         (print_symbol_info_sysv):  Ditto.
3351         (print_symbol_info_posix):  Ditto.
3353         * binutils.texi: Document new 'V' symclass flag for nm.
3355 2000-01-27  Nick Clifton  <nickc@redhat.com>
3357         * binutils.texi (objdump): Document new ARM specific
3358         disassembler options.
3360         * objdump.c (usage): Call disassembler_usage().
3362 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
3364         * readelf.c (get_dynamic_flags): Return buff.
3365         (process_dynamic_segment): Don't pass error strings to printf
3366         as format arg.
3367         (read_and_display_attr): Use lx and ld to print longs.
3368         (process_corefile_note_segment): Cast bfd_vma to unsigned long
3369         before printing.
3370         Update copyright.
3372 2000-01-17  Nick Clifton  <nickc@cygnus.com>
3374         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
3376 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
3378         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
3379         false.
3380         (debug_tag_type): Here too.
3381         * ieee.c (ieee_builtin_type): And here.
3382         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
3384 2000-01-13  Nick Clifton  <nickc@cygnus.com>
3386         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
3387         System/370".
3389 2000-01-11  Nick Clifton  <nickc@cygnus.com>
3391         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
3393 2000-01-10  Nick Clifton  <nickc@cygnus.com>
3395         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
3397 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
3399         * windres.c (long_options): Add --use-temp-file and
3400         --no-use-temp-file options.
3401         (usage): Document.
3402         (main): Handle.
3404         * windres.h: Update read_rc_file prototype.
3406         * resrc.c (cpp_temp_file): New static variable.
3407         (istream_type): New static variable.
3408         (close_pipe): Delete function.
3409         (run_cmd): New static function.
3410         (open_input_stream): New static function.
3411         (close_input_stream): New static function.
3412         (look_for_default): Handle DOS directory separator. Use
3413         open_input_stream instead of popen.
3414         (read_rc_file): Likewise.
3416         * binutils.texi: Document --use-temp-file, --no-use-temp-file
3417         options.
3419 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
3421         * dlltool.c (create_compat_implib): New variable.
3422         (gen_exp_file): Use.
3423         (make_one_lib_file): Use.
3424         (long_options): Add --compat-implib option.
3425         (usage): Handle.
3426         (main): Handle.
3428         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
3429         (main): Use. Don't look for "32" in cygwin and mingw target names.
3431 2000-01-03  Nick Clifton  <nickc@cygnus.com>
3433         * binutils.texi: Document new, ARM specific disassembler
3434         command line switch "-M force-thumb".
3436 For older changes see ChangeLog-9899
3438 Local Variables:
3439 mode: change-log
3440 left-margin: 8
3441 fill-column: 74
3442 version-control: never
3443 End: