(md_show_usage): Add missing lines to known cpus list.
[binutils.git] / binutils / ChangeLog
bloba12edf0a3e8a622650c0af21dd9b5524ea8deafa
1 2003-05-03  Richard Henderson  <rth@redhat.com>
3         * readelf.c (struct Frame_Chunk): Add cfa_exp.
4         (frame_display_row): Just print "exp" for cfa or register
5         defined by a location expression.
6         (display_debug_frames): Handle DW_CFA_def_cfa_expression,
7         DW_CFA_expression, DW_CFA_MIPS_advance_loc8.
9 2003-04-30  H.J. Lu <hjl@gnu.org>
11         * objdump.c (only): Change it to char **.
12         (only_size): New.
13         (only_used): New.
14         (disassemble_data): Check only as an array.
15         (dump_data): Likewise.
16         (dump_relocs): Likewise.
17         (main): Treat only as an array.
19 2003-04-24  Dimitrie O. Paun <dpaun@rogers.com>
21         * doc/binutils.texi: Fix the documentation for the -fo option.
23 2003-04-23  J"orn Rennecke <joern.rennecke@superh.com>
25         * readelf.c (get_machine_name) <EM_SH>: Amend return value
26         to refer to SuperH.
28         * readelf.c (decode_location_expression): Don't add a trailing ';'.
30 2003-04-23  Dimitrie O. Paun <dpaun@rogers.com>
31             Nick Clifton  <nickc@redhat.com>
33         * windres.c (long_options): Move close to main, where it is used.
34         Add 'input' and 'output' long options.
35         (main): Accept "-fo" as an alias for "-o".  This is for rc
36         comptibility.
37         * doc/binutils.texi: Mention that -fo is accepted as an alias for
38         -o, but discourage its use.
40 2003-04-22  Dimitrie O. Paun  <dpaun@rogers.com>
42         * windres.c (format_from_name): Make the exit on error
43         behaviour optional.
44         (main): Rename the -I option to -J. Introduce -I as a synonym
45         for --include-dir.  For backwards compatibility also support the
46         old -I behaviour, but issue a deprecation warning.
47         * doc/binutils.texi: Rename -I to -J.  Document the new behaviour
48         of the -I option.
50 2003-04-22  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
52         * readelf.c: Replace references to Mitsubishi M32R with
53         references to Renesas M32R.
55 2003-04-15  Rohit Kumar Srivastava <rohits@kpitcummins.com>
57         * readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'.
59 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
61         * doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w
62         for debugging information types not supported by objdump.
64 2003-04-09  Bernd Jendrissek <berndj@prism.co.za>
66         * configure.in: Recognize canonical form of i[3-6]86-pe*.
67         * configure: Regenerate.
69 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
71         * readelf.c (display_debug_info): Apply RELA relocations on the
72         entire section.
73         (byte_put_little_endian, byte_put_big_endian): New functions.
74         (byte_put): New variable.
75         (get_file_header): Initialize it.
77 2003-04-05  Dimitrie O. Paun <dpaun@rogers.com>
79         * windres.c: Add -l for compatibility with wrc, and rc.
80         Use the short option as a key for long options that have
81         a synonymous short option.
82         * doc/binutils.texi: Added -l to the list of options.
84 2003-04-03  Dimitrie O. Paun <dpaun@rogers.com>
86         * windres.c: Add -U for compatibility with wrc, rc, and cpp.
87         (main): Just pass the -U option down to the preprocessor.
88         * doc/binutils.texi: Added -U to the list of options.
90 2003-04-01  Dimitrie O. Paun <dpaun@rogers.com>
92         * windres.c (usage): Report -r option.
93         (main): Ignore the -r option.
94         * doc/binutils.texi: Add -r to the list of options.
96 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
98         * MAINTAINERS: Add myself as Xtensa maintainer.
100 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
102         * readelf.c: Include "elf/xtensa.h".
103         (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of
104         targets that use RELA relocations.
105         (dump_relocations): Call elf_xtensa_reloc_type for
106         EM_XTENSA and EM_XTENSA_OLD.
107         (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD.
109 2003-04-01  Nick Clifton  <nickc@redhat.com>
111         * configure.in: Change "arm-pe*" to "arm-*-pe*".  Similarly for
112         thumb-pe*, mcore-pe and mcore-*elf.
113         * configure: Regenerate.
115 2003-03-31  Alexandre Oliva  <aoliva@redhat.com>
117         * objdump.c (dump_data): Don't truncate the address to long; make
118         the width large enough, and uniform for all entries in a section.
120 2003-03-31  H.J. Lu <hjl@gnu.org>
122         * readelf.c: Include "libiberty.h".
123         (dynamic_relocations): New.
124         (process_relocs): Properly handle dynamic relocation.
125         (process_dynamic_segment): Fill relocation elements in
126         dynamic_info.
128 2003-03-31  Kevin Buettner <kevinb@redhat.com>
130         * readelf.c (read_and_display_attr, read_and_display_attr_value):
131         Add new arguments ``offset_size'' and ``dwarf_version''.  Adjust
132         all callers.
133         (display_debug_lines, display_debug_pubnames, display_debug_info)
134         (display_debug_aranges, display_debug_frames, read_and_display_attr)
135         (read_and_display_attr_value): Add 64-bit DWARF support.
137 2003-03-31  Ian Lance Taylor <ian@airs.com>
139         * rcparse.y: Replace uses of 'optstringrc' with 'optresid'.
140         (optresid): Handle a resource id that can be a string or a number.
141         * resrc.c (define_control): Replace 'text' parameter with 'iid' a
142         struct res_id.
143         (define_icon_control): Pass a struct res_id to define_control.
144         * windres.h (define_control): Change prototype.
146 2003-03-24  Elias Athanasopoulos  <elathan@phys.uoa.gr>
148         * objcopy (OPTION_FORMATS_INFO): Define.
149         (strip_options): Add "info"/OPTION_FORMATS_INFO option.
150         (copy_options): Likewise.
151         (strip_usage): Add "--info" to usage.
152         (copy_usage): Likewise.
153         (strip_main): Declare formats_info. Iniatilize it to FALSE.
154         Handle "info".
155         (copy_main). Likewise.
156         * doc/binutils.texi. Document the "--info" option for
157         objcopy/strip.
158         * NEWS: Mention the new command line switch.
160         * objdump.c (endian_string): Move to bucomm.c.
161         (display_info): Likewise.
162         (display_target_list): Likewise.
163         (display_info_table): Likewise.
164         (display_target_tables): Likewise.
165         (main): Assign the return value of display_info to exit_status.
166         * bucomm.c: Include bfdver.h and libbfd.h
167         (display_target_list): Call bfd_nonfatal instead of nonfatal and
168         return 0 on a non-fatal error, 1 on success.
169         (display_info_table): Likewise. 
170         * bucomm.h (display_info): Provide a prototype.
171         * Makefile.am (bucomm.o): Add dependencies on bfdver.h and
172         libbfd.h.
173         * Makefile.in: Regenerate.
175 2003-03-22  Danny Smith  <dannysmith@users.sourceforge.net>
177         * dlltool.c (gen_def_file): Put demangled name comments on
178         own line preceding export name.
180 2003-03-17  Nick Clifton  <nickc@redhat.com>
182         * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
183         printf for emitting new lines.
185 2003-03-16  Elias Athanasopoulos  <elathan@phys.uoa.gr>
187         * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
188         the symbol's value when --size-sort is used, unless -S is used.
189         doc/binutils.texi (--size-sort): For non-bsd formats both the
190         value and size of the symbols are displayed.
191         
192 2003-03-13  Nick Clifton  <nickc@redhat.com>
194         * po/da.po: Update.
196 2003-03-12  Nick Clifton  <nickc@redhat.com>
198         * MAINTAINERS: Remove Peter Targett as ARC maintainer.
200 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
202         * MAINTAINERS: Update my mail address.
204 2003-03-06  Elias Athanasopoulos  <elathan@phys.uoa.gr>
206         * stabs.c (BYTES_IN_WORD): Remove definition.
207         * wrstabs.c (BYTES_IN_WORD): Likewise.
209 2003-03-04  Nick Clifton  <nickc@redhat.com>
211         * nm.c (main): Print a warning message if --size-sort and
212         --undefined-only are used together.
214 2003-03-04  Elias Athanasopoulos  <elathan@phys.uoa.gr>
216         * nm.c (print_symbol): Remove check for undefined_only.
217         
218 2003-03-03  Nick Clifton  <nickc@redhat.com>
220         * po/da.po: Installed latest translation.
222 2003-02-24  Nick Clifton  <nickc@redhat.com>
224         * README: Update binutils references to 2.13.
225         Add paragraph about using --disable-nls.
227 2003-02-24  Elias Athanasopoulos  <elathan@phys.uoa.gr>
229         * doc/binutils.texi (nm --size-sort): Update.
231 2003-02-21  James E Wilson  <wilson@tuliptree.org>
233         * MAINTAINERS: Update email address.
235 2003-02-21  Ian Wienand  <ianw@gelato.unsw.edu.au>
237         * readelf.c (get_ia64_dynamic_type): New function.
238         (dynamic_segment_ia64_val): New function.
239         (get_dynamic_type): If machine type is EM_IA_64 call
240         get_ia64_dynamic_val.
241         (get_ia64_section_type_name): Handle sections with types in the
242         SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
243         (get_dynamic_flags): If machine type is EM_IA_64 call
244         dynamic_segment_ia64_val.
246 2003-02-21  Bob Wilson  <bob.wilson@acm.org>
248         * doc/binutils.texi: Fix typos and obvious texinfo mistakes.  Make
249         section title capitalization more consistent.  Update descriptions
250         of various options to be consistent with the code.  Fix errors and
251         incomplete list in the description of c++filt format options.  Remove
252         information about the linker.  Change to be more polite about poor
253         bug reports.  Replace FDL appendix with include of fdl.texi.
254         * doc/fdl.texi: New file.
256 2003-02-21  Roger Sayle  <roger@eyesopen.com>
258         * objcopy.c (filter_symbols): Fix compilation problems with
259         HP-UX's C compiler.
261 2003-02-19  Christopher Faylor  <cgf@redhat.com>
263         * rclex.l (handle_quotes): Fix minor formatting problems introduced in
264         previous change.
266 2003-02-19  Mark Blackburn  <marklist@fangorn.ca>
268         * rclex.l (handle_quotes): Handle strings spanning more than one line.
270 2003-02-12  Bob Wilson  <bob.wilson@acm.org>
272         * nm.c (usage): Add `java' and `gnat' demangle styles and make
273         quotes consistent.
274         * objdump.c (usage): Ditto.  Also fix some typos.
276         * readelf.c (parse_args): Include 'H' option in call to getopt_long.
278         * debug.c (debug_record_variable): Handle global register variables.
280         * stabs.c (parse_stab): For N_SLINE only include
281         function_start_offset if the symbol is within a function;
282         otherwise, the value is absolute.
284 2003-02-10  Nick Clifton  <nickc@redhat.com>
286         * readelf.c (decode_ARM_machine_flags): Handle the
287         EF_ARM_MAVERICK_FLOAT flag.
289 2003-02-04  Andreas Schwab  <schwab@suse.de>
291         * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
292         long and use %ld in printf format.
294 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
296         * readelf.c (dump_relocations): Reorder the r_info field for
297         little-endian mips elf64.  Move #ifdef BFD64 to cover the new code.
299 2003-01-21  Daniel Berlin  <dan@dberlin.org>
301         * readelf.c (display_debug_loc): Skip address base changes.
303 2003-01-17  Fabio Alemagna  <falemagn@aros.org>
305         * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
306         and ELFOSABI_NSK.
308 2003-01-16  Alan Modra  <amodra@bigpond.net.au>
310         * readelf.c: Include elf/ppc64.h.
311         (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
312         * Makefile.am: Run "make dep-am".
313         * Makefile.in: Regenerate.
315 2003-01-02  Ben Elliston  <bje@redhat.com>
317         * readelf.c (guess_is_rela): Handle EM_IQ2000.
318         (get_machine_name): Likewise.
319         (dump_relocations): Likewise.
320         * NEWS: Mention IQ2000 support.
322 2003-01-02  Richard Sandiford  <rsandifo@redhat.com>
324         * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
326 2002-12-30  Chris Demetriou  <cgd@broadcom.com>
328         * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
329         changes in MIPS -M options.
331 2002-12-30    Dmitry Diky <diwil@mail.ru>
333         * Makefile.am: Add msp430 target.
334         * Makefile.in: Regenerate.
335         * readelf.c: Add support for msp430 target.
337 2002-12-27  Chris Demetriou  <cgd@broadcom.com>
339         * doc/binutils.texi (objdump): Document MIPS -M options.
341 2002-12-23  Andreas Schwab  <schwab@suse.de>
343         * readelf.c (main): Reset dump request after each file.
345 2002-12-23  Nick Clifton  <nickc@redhat.com>
347         * nlmconv.c (main): Pass TRUE as third argument to
348         bfd_arch_get_compatible.
350 2002-12-23  Nick Clifton  <nickc@redhat.com>
352         * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
353         macro.  Handle 'S' encoding, accepting 8-bit characters.
354         (main): Parse 'S' encoding.
355         (get_char): Accept 'S' encoding.
356         (print_strings): Use STRING_ISGRAPHIC.
357         (usage): Document support of 'S' encoding.
358         * doc/binutils.texi: Document support of 'S' encoding/
359         * NEWS: Mention new feature.
361 2002-12-20  Alan Modra  <amodra@bigpond.net.au>
363         * README <building ar>: Don't use libibery's needed_list or
364         required_list, instead link libiberty/*.o.
366 2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>
368         * doc/binutils.texi: Fix typos.
370 2002-12-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
372         * doc/binutils.texi: Add missing parenthesis.
374 2002-12-15  Nick Kelsey  <nickk@ubicom.com>
376         * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
377         symbols by adding the given prefix to the begining of the symbol
378         name. This is useful to provide name space seperation regardless
379         of how the object file was created. Added --prefix-sections=
380         <prefix> and --prefix-alloc-sections=<prefix> options to rename all
381         sections (or all sections with the alloc flag set) by adding the given
382         prefix to the begining of the symbol name.
383         * NEWS: Mention this new feature.
384         * doc/binutils.texi: Document this new feature.
386 2002-12-13  Alan Modra  <amodra@bigpond.net.au>
388         * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
389         dyn_string_append with dyn_string_append_cstr.
391         * emul_aix.c (ar_emul_aix_create): Remove unused function.
393 2002-12-10  James Cownie <jcownie@etnus.com>
395         * readelf.h (get_TAG_name, get_AT_name,
396         read_and_display_attr_value): Add support for UPC extensions to
397         DWARF2 spec.
398         * NEWS: Mention this new support.
400 2002-12-08  Alan Modra  <amodra@bigpond.net.au>
402         * NEWS: Mention that bfd no longer declares a "boolean" type.
404 2002-12-07  Alan Modra  <amodra@bigpond.net.au>
406         * readelf.c (process_program_headers): When setting loadaddr, don't
407         assume segment size is 4k.  Use p_align instead.
408         (loadaddr): Change from int to long.
409         (dynamic_addr, dynamic_info, version_info): Likewise.
410         (process_dynamic_segment <syminsz>): Likewise.
411         (process_dynamic_segment): Adjust print format string.
412         (rela_addr, rela_size): Delete.
413         (process_relocs): Formatting.
415 2002-12-05  Jim Wilson  <wilson@redhat.com>
417         * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
418         * configure: Regenerate.
420 2002-12-04  Ian Lance Taylor  <ian@airs.com>
422         * MAINTAINERS: Change e-mail address back to airs.com.
424 2002-12-04  Aldy Hernandez  <aldyh@redhat.com>
426         * MAINTAINERS: Add self.
428 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
430         * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
431         budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
432         nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
433         rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
434         unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
435         TRUE, false with FALSE.  Simplify comparisons of bfd_boolean vars
436         with TRUE/FALSE.  Formatting.
438 2002-11-29  Jakub Jelinek  <jakub@redhat.com>
440         * readelf.c Replace occurrences of Elf32_Internal_* and
441         Elf64_Internal_* with Elf_Internal_*.
442         (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
443         Zero r_addend fields.
444         (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
445         Elf_Internal_Rela.
447 2002-11-23  Nick Clifton  <nickc@redhat.com>
449         * size.c (usage): Fix typo describing switch for hex format.
451 2002-11-18  Svein E. Seldal  <Svein.Seldal@solidas.com>
453         * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
454         * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
455         testcase
457 2002-11-14  Nick Clifton  <nickc@redhat.com>
459         * readelf.c (process_program_headers): Add comment about return
460         value.  Ensure that 0 is returned if the headers are not loaded.
461         (process_file): If process_section_headers failed to load the
462         headers disable any tests that rely upon them.  Similarly for
463         process_program_headers.
465 2002-11-12  Nick Clifton  <nickc@redhat.com>
467         * po/da.po: Updated Danish translation.
469 2002-11-12  Klee Dienes  <kdienes@apple.com>
471         * rddbg.c (read_section_stabs_debugging_info): Also recognize
472         LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
474 2002-11-11  Christopher Faylor  <cgf@redhat.com>
476         * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer.  Drop COFF from
477         cgf maintainership.
479 2002-11-11  Christopher Faylor  <cgf@redhat.com>
481         * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
483 2002-11-07  Nick Clifton  <nickc@redhat.com>
485         * configure.in (ALL_LINGUAS): Add 'da'.
486         * configure: Regenerate.
487         * po/da.po: New Danish translation.
489         * readelf.c (get_symbol_index_type): Revert part of previous
490         patch: Display unknown symbol types in decimal, not hex.
492 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
494         * dlltool.c (add_excludes): Don't prefix excluded fastcall
495         symbols with underscore.
496         (xlate): Ignore add_underscore for decorated fastcall symbols.
498 2002-11-07  Eric Kohl  <ekohl@rz-online.de>
500         * deflex.l: Accept '@' as first character of an ID.
501         * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
502         ASM_PREFIX for fastcall symbols.
503         (scan_drectve_symbols): Handle fastcall symbols when generating
504         undecorated aliases for symbols in drectve section.
505         (scan_filtered_symbols): Likewise, with export-all.
506         (xlate): Likewise, with --kill-at.
507         (make_imp_label): New function to handle fastcall symbols
508         correctly.
509         (make_one_lib_file): Use make_imp_label instead of make_label
510         for imp symbols.
512 2002-11-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
514         * MAINTAINERS: Add self as TIC4X maintainer.
516 2002-11-06  Hiroyuki Machida  <machida@sm.sony.co.jp>
518         * readelf.c (get_symbol_index_type): Add hex number to
519         PROCESSOR-specific, OS-specific, reserved and unknown symbol
520         types.
522 2002-11-04  Alan Modra  <amodra@bigpond.net.au>
524         * readelf.c (byte_get_little_endian): Comment typo fix.
525         (print_symbol): Constify "symbol" arg.  Don't pass "symbol" to printf
526         as the format string.
527         (dump_relocations): Correct section sym names.
528         (process_section_headers): Clear symtab_shndx_hdr.
529         (read_and_display_attr_value): Don't pass indirect string to printf
530         as the format string.
531         (display_debug_frames): Indicate when zero terminator found.  Decode
532         DW_EH_PE_pcrel addresses.
534 2002-10-23  Svein E. Seldal  <Svein.Seldal@solidas.com>
536         * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
537         order to ensure proper disassembly of the valid 0-value opcode.
538         * configure: Regenerate.
539         * aclocal.m4: Regenerate.
540         * config.in: Regenerate.
541         * configure.in: Regenerate.
542         * doc/Makefile.in: Regenerate.
543         * po/binutils.pot: Regenerate.
545 2002-10-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
547         * MAINTAINERS: Add self as SH maintainer.
549 2002-10-23  Ben Elliston  <bje@redhat.com>
551         * doc/binutils.texi (objdump): Document -z and move the entry for
552         --disassemble-zeroes to the end of the options section (for `z').
554 2002-10-21  Nick Clifton  <nickc@redhat.com>
556         * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
558 2002-10-21  Svein E. Seldal  <Svein.Seldal@solidas.com>
560         * objdump.c (dump_data): Correct addr_offset for opb != 1.
562 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
564         * bucomm.c (list_supported_targets): Use bfd_target_list.
566         * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
567         other object errors in preference to bfd_core errors.
569 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
571         * Makefile.am: Run "make dep-am".
572         * objdump.c: #include "bfdver.h".
573         * version.c: Likewise.
574         * Makefile.in: Regenerate.
575         * config.in: Regenerate.
576         * configure: Regenerate.
577         * po/POTFILES.in: Regenerate.
579 2002-10-09  Daniel Jacobowitz  <drow@mvista.com>
581         * readelf.c (display_debug_info): Ignore empty .rela.debug_info
582         sections.  Allow relocations against the absolute symbol.  Don't
583         use the value in compunit.cu_abbrev_offset if we found a RELA
584         relocation.
586 2002-10-07  Gordon Chaffee <chaffee@netvmg.com>
588         * addr2line.c (slurp_symtab): Read in dynamic symbols if no
589         ordinary ones are available.
591 2002-09-30  H.J. Lu <hjl@gnu.org>
593         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
594         E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
596 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
598         * Makefile.am (CFILES): Add cxxfilt.c.
599         (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
600         (cxxfilt_LDADD): Delete.
601         Remove all references to underscore.c.
602         Regen dependencies.
603         * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
604         config.h from $UNDERSCORE, rather than AC_SUBSTing it.
605         * binutils/cxxfilt.c: Moved here from gcc/cp, minor
606         adjustments to fit into binutils framework.
607         * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
609 2002-09-12  Roland McGrath  <roland@redhat.com>
611         * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
612         Handle DW_OP_GNU_push_tls_address.
614 2002-09-11  Nick Clifton  <nickc@redhat.com>
616         * po/tr.po: Updated Turkish translation.
618 2002-09-10  Nick Clifton  <nickc@redhat.com>
620         * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
621         testsuite changes.  Add paragraphs about testsuite and config
622         patches.
624 2002-08-29  Nick Clifton  <nickc@redhat.com>
626         * readelf.c (get_machine_flags): Remove redundant reference to
627         E_V850EA_ARCH.
629 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
631         * objdump.c (dump_bfd): Restore lines accidentally deleted in
632         last commit.
634 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
636         * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
637         (dump_bfd_header): Likewise.
639 2002-08-27  Alan Modra  <amodra@bigpond.net.au>
641         * nm.c: Revert last change.
643 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
645         * nm.c (display_rel_file): Don't report "no symbols" as an error.
646         * objdump.c (slurp_symtab): Likewise.
647         (slurp_dynamic_symtab): Likewise.
648         (dump_symbols): Likewise.  Do print "no symbols" to stdout.
650 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
652         * MAINTAINERS: Change my mailing address.
654 2002-08-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
656         * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
658 2002-08-22  Nick Clifton  <nickc@redhat.com>
660         * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
661         HPPA.
663 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
665         * readelf.c (parse_args): Change debug_dump_opt to static.
667 2002-08-16  Sivaguru Sankaridurg  <siva@eternal-systems.com>
669         * stabs.c (parse_stab_argtype): Pass length of physname to
670         stab_demangle_argtypes.
671         (stab_demangle_argtypes): Add new parameter - length of physname.
672         Pass length of physname on to stab_demangle_prefix.
673         (stab_demangle_prefix): Add new parameter - length of physname.
674         Use length of physname (if supplied) to compute end of function
675         name.
677 2002-08-15  Alan Modra  <amodra@bigpond.net.au>
679         * readelf.c: Include elf/i370.h.
680         (dump_relocations): Handle EM_S370.
681         (dynamic_segment_parisc_val): Print \n.
682         (process_dynamic_segment <DT_BIND_NOW>): Here too.
684 2002-08-14  Nick Clifton  <nickc@redhat.com>
686         * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
687         * objdump.c (usage): Likewise.
688         * doc/binutils.texi: Likewise.
690 2002-08-14  Luke Dunstan  <infidel@users.sourceforge.net>
692         * rcparse.y (acc_entry): Don't warn about ALT use with
693         non-VIRTKEY.
695 2002-08-13  H.J. Lu <hjl@gnu.org>
697         * objcopy.c (copy_object): Don't warn about the unsupported
698         architecture unless the input target is defaulted or the
699         output architecture is different from the input.
701 2002-08-09  Nick Clifton  <nickc@redhat.com>
703         * po/sv.po: Updated Swedish translation.
705 2002-08-05  Alan Modra  <amodra@bigpond.net.au>
707         * prdbg.c (pr_fix_visibility): Remove assert.
709 2002-07-31  Nick Clifton  <nickc@redhat.com>
711         * addr2line.c (process_file): Rename parameter 'filename' to
712         'file_name' in order to avoid shadowing global symbol of the
713         same name.
714         (main): Likewise.
716 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
718         * readelf.c (OPTION_DEBUG_DUMP): Define.
719         (options): Use it.
720         (usage): Update help.
721         (parse_args): Handle --debug-dump separately from -w.
722         * doc/binutils.texi (readelf): Update documentation.
724 2002-07-25  Nick Clifton  <nickc@redhat.com>
726         * po/es.po: Updated Spanish translation.
727         * po/fr.po: Updated French translation.
729 2002-07-24  Nick Clifton  <nickc@redhat.com>
731         * po/es.po: Updated Spanish translation.
733 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
735         * Makefile.am: Run "make dep-am".
736         * Makefile.in: Regenerate.
738 2002-07-23  Nick Clifton  <nickc@redhat.com>
740         * po/fr.po: Updated French translation.
742 2002-07-23  Eric S. Raymond  <esr@golux.thyrsus.com>
744         * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
746 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
748         * budemang.c: Include config.h and string.h/strings.h.
750 2002-07-18 Denis Chertykov  <denisc@overta.ru>
751            Frank Ch. Eigler  <fche@redhat.com>
753         * readelf.c: Include "elf/ip2k.h".
754         (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
755         (dump_relocations): Likewise.
756         (get_machine_name): Likewise.
757         * NEWS: Mention IP2K support.
759 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
761         * NEWS: Add 'Changes in 2.13'.
763 2002-07-10  Jakub Jelinek  <jakub@redhat.com>
765         * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
766         DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
767         (get_section_type_name): Handle SHT_GNU_LIBLIST.
768         (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
769         DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
770         (process_gnu_liblist): New.
771         (process_file): Call it.
773 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
775         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
776         * Makefile.in: Regenerate.
778 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
780         * budemang.c: New file, "demangle" function.
781         * budemang.h: New file.
782         * addr2line.c (translate_addresses): Use "demangle".
783         * nm.c (print_symname): Likewise.
784         * objdump.c (objdump_print_symname): Likewise.
785         (dump_symbols): Likewise.  Also, don't use bfd_asymbol_name macro
786         here since that obfuscates.
787         * rdcoff.c: Don't #include demangle.h.
788         * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
789         emul_vanilla.c.  Remove emul_$(EMULATION).c.  Sort.
790         (HFILES): Add budemang.h.  Sort.
791         (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
792         Run "make dep-am".
793         * Makefile.in: Regenerate.
795 2002-07-01  Matt Thomas  <matt@3am-software.com>
797         * readelf.c: Include "elf/vax.h".
798         (guess_is_rela): Move EM_VAX from unknown to RELA case.
799         (dump_relocations): Handle VAX relocations.
800         (get_machine_flags): Handle VAX machine flags.
802 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
804         * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
806 2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
808         * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
810 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
812         * nm.c (print_symname): When demangling, strip leading dots from
813         symbol names to avoid confusing the demangler.
815 2002-06-25  H.J. Lu <hjl@gnu.org>
817         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
818         * Makefile.in: Regenerated.
820 2002-06-21  Igor Schein  <igor@txc.com>
822         * configure.in: Quote bu_cv_have_fopen64.
823         * configure: Regenerate.
825 2002-06-21  Mitsru Chinen  <chinen@jp.ibm.com>
827         * configure.in: Check for strcoll.
828         * configure: Regenerate.
829         * config.in: Regenerate.
830         * nm.c (main): Set locale for LC_COLLATE category.
831         (non_numeric_forward): Use strcoll if available.
833 2002-06-20  Dave Brolley  <brolley@redhat.com>
835         * MAINTAINERS: Add self as fr30 and frv maintainer.
837 2002-06-18  H.J. Lu  (hjl@gnu.org)
839         * nm.c: Include "elf/common.h".
840         (extended_symbol_info): Add elfinfo, a pointer to
841         elf_symbol_type.
842         (SYM_SIZE): Use elfinfo if it is not NULL.
843         (get_symbol_type): New function.
844         (display_archive): Set print_width for each archive member.
845         (display_file): Likewise.
846         (display_rel_file): Don't set print_width here.
847         (print_object_filename_sysv): Handle print_width.
848         (print_archive_member_sysv): Likewise.
849         (print_symbols): Pass (bfd_vma) 0 to print_symbol.
850         (print_symbol): Set the elfinfo field in extended_symbol_info
851         for ELF.
852         (print_object_filename_sysv): Fix the output format.
853         (print_symbol_info_sysv): Print type and section for ELF.
855 2002-06-18  Elias Athanasopoulos  <eathan@otenet.gr>
857         * nm.c (print_size_symbols): Remove assignment, which makes
858         the symbol's size equal to its value when --size-sort is
859         used.
861 2002-06-18  Dave Brolley  <brolley@redhat.com>
863         From Catherine Moore:
864         * readelf.c (elf/frv.h): #include it.
865         (guess_is_rela): Support EM_CYGNUS_FRV.
866         (dump_relocations): Ditto.
867         (get_machine_name): Ditto.
868         * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
870 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
872         * readelf.c (get_file_header): Only read the first section header if
873         e_shoff is non-zero.
875 2002-06-15  H.J. Lu  (hjl@gnu.org)
877         * nm.c (print_size): New variable. Initialize to 0.
878         (long_options): Add 'S'/"print-size".
879         (main): Handle 'S'.
880         (print_symbol_info_bsd): Print size only if print_size is not
881         0.
883         * doc/binutils.texi: Document -S/--print-size.
885 2002-6-13  Elias Athanasopoulos  <eathan@otenet.gr>
887         * nm.c (struct extended_symbol_info): New strcuture: Add the size
888         of the symbols to the information provided by the symbol_info
889         structure.
890         (print_symbols): Pass the symbol size to print_symbol.
891         (print_size_symbols): Pass the symbol size to print_symbol.
892         (print_symbol): Extra argument: The size of the symbol.  Store
893         this in the extended_symbol_info structure.
894         (print_symbol_info): Change type of info parameter to
895         extended_symbol_info.  Display the size, if known.
896         (print_symbol_info_posix): Likewise.
897         (print_symbol_info_sysv): Likewise.
899 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
901         * Makefile.am: Run "make dep-am".
902         * Makefile.in: Regenerate.
903         * doc/Makefile.in: Regnerate.
905         * bucomm.c: Replace CONST with const.
906         * nm.c: Likewise.
907         * objdump.c: Likewise.
909 2002-06-07  H.J. Lu <hjl@gnu.org>
911         * readelf.c (DW_CFA_GNU_args_size): Don't define.
912         (DW_CFA_GNU_negative_offset_extended): Likewise.
913         (DW_CFA_GNU_window_save): Likewise.
914         (display_debug_frames): Handle DW_CFA_offset_extended_sf,
915         DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
917 2002-06-07  Elias Athanasopoulos  <eathan@otenet.gr>
919         * nm.c: When computing size of symbols for an ELF target use the
920         internal size field.
922 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
924         * testsuite/binutils-all/objcopy.exp: clear xfail for
925         "hppa*64*-*-hpux*".
926         * testsuite/binutils-all/hppa/objdump.exp: Return if
927         "*64*-*-*".
929 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
931         * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
933 2002-06-03  Elias Athanasopoulos  <eathan@otenet.gr>
935         * objdump.c: Fix formatting.
937 2002-05-29  Ben Elliston  <bje@redhat.com>
939         * MAINTAINERS: Add self as M68k maintainer.
941 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
943         * readelf.c: Modified/Added DLX elf support.
945 2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
947         * arsup.c: Fix formatting.
948         * debug.c (debug_record_label): Add missing colon to error
949         message.
950         * ieee.c (parse_ieee_ty): Fix spelling typo.
951         * readelf.c (process_program_headers): Remove English assumption
952         about making a plural word.
953         (process_section_headers): Likewise.
954         (process_relocs): Allow quotes to be translated.
955         (process_unwind): Likewise,
956         (process_mips_specific): Improve error message.
957         (get_note_type): Fix spelling typo.
959         * configure.in (ALL_LINGUAS): Add sv
960         * po/sv.po: New file.
962 2002-05-27  Alan Modra  <amodra@bigpond.net.au>
964         * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
965         (unw_print_grmask): Likewise.
966         (unw_print_frmask): Likewise.
968 2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
970         * arsup.c: Remove ARGSUSED.
971         * debug.c: Likewise.
972         * ieee.c: Likewise.
973         * nlmconv.c: Likewise.
974         * prdbg.c: Likewise.
975         * stabs.c: Likewise.
976         * wrstabs.c: Likewise.
978 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
980         * arlex.l: Use #include "" instead of <> for local header files.
981         * coffdump.c: Likewise.
982         * coffgrok.c: Likewise.
983         * nlmconv.c: Likewise.
984         * nlmheader.y: Likewise.
985         * srconv.c: Likewise.
986         * strings.c: Likewise.
987         * sysdump.c: Likewise.
988         * unwind-ia64.h: Likewise.
989         * windres.h: Likewise.
990         * winduni.h: Likewise.
992 2002-05-24  Tom Rix  <trix@redhat.com>
994         * MAINTAINERS: Add self as the d10v maintainer.
996 2002-05-24   TAMURA Kent <kent@netbsd.org>
998         * configure.in: Builds dlltool for i386-netbsdpe.
999         * configure: Regenerate.
1001 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
1003         * size.c: Fix formatting.
1004         * srconv.c: Likewise.
1005         * stabs.c: Likewise.
1006         * sysdump.c: Likewise.
1007         * unwind-ia64.c: Likewise.
1008         * wrstabs.c: Likewise.
1010 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
1012         * readelf.c (get_segment_type): Add PT_TLS.
1013         (get_elf_section_flags): Add SHF_TLS.
1014         (get_dynamic_flags): Optimize.  Add DF_STATIC_TLS.
1015         (process_dynamic_segment): Use puts instead of printf.
1016         (get_symbol_type): Support STT_TLS.
1017         * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
1018         SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
1019         Add SEC_THREAD_LOCAL.
1021 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
1023         * rdcoff.c: Fix formatting.
1024         * rddbg.c: Likewise.
1025         * readelf.c: Likewise.
1026         * rename.c: Likewise.
1027         * resbin.c: Likewise.
1028         * resrc.c: Likewise.
1029         * resres.c: Likewise.
1031 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
1033         * filemode.c: Fix formatting.
1034         * ieee.c: Likewise.
1035         * is-ranlib.c: Likewise.
1036         * is-strip.c: Likewise.
1037         * maybe-ranlib.c: Likewise.
1038         * maybe-strip.c: Likewise.
1039         * nlmconv.c: Likewise.
1040         * nm.c: Likewise.
1041         * not-ranlib.c: Likewise.
1042         * not-strip.c: Likewise.
1043         * objcopy.c: Likewise.
1044         * objdump.c: Likewise.
1046 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1048         * objdump.c (dump_headers): Fix output formatting for ELF32
1049         architectures in a BFD64 enabled toolchain.
1051 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
1053         * debug.c: Fix formatting.
1054         * debug.h: Likewise.
1055         * dlltool.c: Likewise.
1056         * dllwrap.c: Likewise.
1057         * emul_aix.c: Likewise.
1058         * emul_vanilla.c: Likewise.
1060 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
1062         * addr2line.c: Fix formatting.
1063         * ar.c: Likewise.
1064         * arsup.c: Likewise.
1065         * arsup.h: Likewise.
1066         * binemul.c: Likewise.
1067         * binemul.h: Likewise.
1068         * bucomm.c: Likewise.
1069         * coffdump.c: Likewise.
1070         * coffgrok.c: Likewise.
1071         * coffgrok.h: Likewise.
1073 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1075         * MAINTAINERS: Add myself as the second AVR port maintainer.
1077 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
1079         * MAINTAINERS: Update my email address.
1081 2002-05-09  Nick Clifton  <nickc@cambridge.redhat.com>
1083         * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
1085 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
1087         * configure.in: Replace `*pe' with `pe' throughout.
1088         * configure: Regenerate.
1090 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
1092         * Makefile.am: Honour DESTDIR.
1093         * Makefile.in: Regenerate.
1095 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
1097         * dlltool.c (process_def_file): Add missing prototype.
1098         (new_directive, assemble_file, main): Likewise.
1099         (process_def_file, new_directive): Make static.
1100         (inform): Rewrite using VA_FIXEDARG.
1101         * dllwrap.c (mybasename): Add missing prototype.
1102         (strhash, main): Likewise.
1103         (inform): Rewrite using VA_FIXEDARG.
1104         (warn): Likewise.
1105         (cleanup_and_exit): Use old style function definition.
1106         (strhash): Likewise.
1107         * windres.c (define_resource): Use one memset to clear all of
1108         struct res_resource.
1110         * rcparse.y: Remove newcmd rule.  Move rcparse_discard_strings
1111         call to rules that need no lookahead.  Check for no lookahead.
1113 2002-05-06  Borut Razem  <borut.razem@siol.net>
1115         * rclex.l (get_string): Correct "strings" list handling.
1116         * resrc.c (read_rc_file): Discard strings.
1118 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
1120         * ar.c (replace_members): Remove unused var.  Formatting fix.
1121         * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
1123         * MAINTAINERS: Sort port maintainers by CPU.
1125 2002-05-04  Bob Byrnes  <byrnes@curl.com>
1127         * size.c (display_archive): Add last_arfile and code to close archives.
1129 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
1131         * nm.c (print_symbol): Check returned filename from
1132         bfd_find_nearest_line is non-NULL.
1134 2002-04-25  Elena Zannoni <ezannoni@redhat.com>
1136         * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
1138 2002-04-24  Christian Groessler <chris@groessler.org>
1140         * MAINTAINERS: Changed my email address.
1142 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1144         * arparse.y: Fix syntax warning.
1146 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
1148         * readelf.c (fetch_location_list): Remove unused function.
1150         * readelf.c (process_corefile_note_segment): Catch corrupt notes
1151         and display a warning message, then exit the loop.
1153         * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
1155 2002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
1157         * resrc.c (write_rc_dialog): If charset is non-default value
1158         display all of the DIALOGEX parameters.
1160 2002-04-15  Eric Kohl <ekohl@rz-online.de>
1162         * rcparse.y: Allow two to five parameter in FONT statement of
1163         DIALOGEX resources.
1164         * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
1165         resource data.
1166         (res_to_bin_dialog): Likewise.
1167         * windres.h: Added misssing charset variable to dialog_ex
1168         structure.
1170 2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
1172         * rcparse.y: Set MEMFLAG_PURE by default.
1174 2002-04-09  Bernd Herd <info@herdsoft.com>
1176         * rcparse.y: CLASS definitions in DIALOG resources
1177         are quoted.
1178         Fix typo in BEDIT warning.
1179         Don't add default dialog style when explicit style specified.
1180         Add WS_CAPTION dialog style if CAPTION is specified.
1182         * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1183         (handle_quotes) "\a" escape (used for right justified key
1184         definitions in menus) is encodes as binary 8.
1186         * resrc.c (write_rc_dialog): Print style even if it is 0.
1187         (write_rc_directory): Fix overlooked sublang shift bug.
1188         (bin_to_res_dialog): Don't print empty dialog caption.
1190         * resbin.c (bin_to_res_dialog): Use signature to identify
1191         DIALOGEX.
1193         * windres.c (main): Set default LANGUAGE to english/us.
1195 2002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
1197         * resrc.c: print CLASS names in quotes
1199 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
1201         * MAINTAINERS: Update my email address.
1203 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
1205         * dep-in.sed: Cope with absolute paths.
1206         * Makefile.am (dep.sed): Subst TOPDIR.
1207         Run "make dep-am".
1208         * Makefile.in: Regenerate.
1210 2002-03-27  Peter Targett  <peter.targett@arc.com>
1212         * MAINTAINERS: Update my email address.
1214 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
1216         * Makefile.am: Run "make dep-am".
1217         * Makefile.in: Regenerate.
1218         * doc/Makefile.in: Regenerate.
1219         * po/POTFILES.in: Regenerate.
1220         * aclocal.m4: Regenerate.
1221         * config.in: Regenerate.
1222         * configure: Regenerate.
1224 2002-03-20  Daniel Berlin  <dan@dberlin.org>
1226         * readelf.c: Add support for displaying dwarf2 location lists.
1227         (do_debug_loc, debug_loc_section, debug_loc_size): New.
1228         (parse_args): Use 'O' as shorthand for displaying location list
1229         section.
1230         (process_section_headers): Handle debug_loc as well.
1231         (load_debug_loc): New.
1232         (free_debug_loc): New.
1233         (fetch_location_list): New.
1234         (display_debug_loc): New.
1235         (display_debug_info): Call load_debug_loc and free_debug_loc.
1236         (debug_displays): We can display .debug_loc now, too.
1237         (usage): Update usage string.
1238         (read_and_display_attr_value): Note location lists, but don't
1239         display them inline.
1241 2002-03-18  Tom Rix  <trix@redhat.com>
1243         * Makefile.am: Add binutils emulation support.
1244         * configure.in: Same.
1245         * configure.tgt: New file.  Same.
1246         * ar.c (main): Use ar_emul_parse_arg.
1247         (usage): Use ar_emul_usage.
1248         (replace_members): Use ar_emul_replace, ar_emul_append.
1249         * binemul.c: New file.  Define the binutils emulation
1250         layer. Define default methods.
1251         * binemul.h: New file.  Binutils emulation layer header file.
1252         * emul_aix.c: New file.  AIX binutils emulation.
1253         * emul_vanilla.c: New file. Default binutils emulation.
1254         * Makefile.in: Regenerate.
1255         * configure: Same.
1257 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
1259         * po/fr.po: Updated version.
1261 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
1263         * po/fr.po: Updated version.
1265 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
1267         * README: Update some version numbers.
1269 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
1271         * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1272         (Architecture Selection): Likewise.
1274 2002-03-01  Dmitry Timoshkov <dmitry@baikal.ru>
1276         * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1277         generating .exp file.
1279 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
1281         * readelf.c (dump_relocations): Fix typo.
1283 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
1285         * NEWS: Mark 2.12 branch.
1287 2002-02-18  Timothy Daly  <remote_bob@yahoo.com>
1289         * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1290         types for 64-bit MIPS.  Narrow some fields for 80-char
1291         output.
1292         (dump_relocations): Change spelling from 'unrecognised'
1293         to 'unrecognized'.
1294         (decode_ARM_machine_flags): Likewise.
1295         (parse_args): Likewise.
1296         (read_and_display_attr_value): Likewise.
1297         (display_debug_section): Likewise.
1299 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
1301         * NEWS: Mention support for MMIX.
1303 2002-02-13  Matt Fredette  <fredette@netbsd.org>
1305         * readelf.c (get_machine_flags): Recognize EF_M68000.
1307 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
1309         * MAINTAINERS: Added self as MN10300 co-maintainer.
1311 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
1313         * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1314         DT_PPC64_OPDSZ.
1316 2002-02-11  Daniel Jacobowitz  <drow@mvista.com>
1318         * MAINTAINERS: List myself as branch maintainer.
1320 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
1322         * configure: Regenerate.
1323         * objcopy.c: Update copyright date.
1324         * doc/Makefile.in: Regenerate.
1326 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1328         * nlmconv.c: Back out localtime PARAMS change.
1330 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
1332         * objcopy.c (MKDIR): Define.
1333         (copy_archive): Make name_list.name const.  Use MKDIR.
1334         Handle duplicate files in archives by making more temp dirs.
1336 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1338         * coffdump.c: Include "getopt.h" after "bucomm.h"
1339         so that macros are defined correctly.
1340         * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1341         prototype.  Prototype main.
1342         * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1344 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
1346         * MAINTAINERS: Added self as SH co-maintainer.
1348 2002-02-05  Nick Clifton <nickc@redhat.com>
1350         * po/tr.po: Updated translation.
1352 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
1354         * Makefile.am: Run "make dep-am"
1355         * Makefile.in: Regenerate.
1357 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
1359         * nm.c (print_value): Mark abfd unused.
1361 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
1363         * unwind-ia64.c (unw_decoder): Change second argument
1364         to unsigned int, to match function prototypes.
1366 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
1368         * objdump.c: Include "getopt.h" after "bucomm.h" so that
1369         __GNU_LIBRARY__ will be defined.
1370         * size.c: Likewise.
1372 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
1374         * configure: Regenerated.
1376 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
1378         * doc/Makefile.am (install): Depend on install-info.
1379         * doc/Makefile.in: Regenerate.
1381 2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
1383         * objcopy.c (strip_usage): Document -d as an alias
1384         --strip-debug.
1386         * size.c (usage): Document [-t | --totals] options.
1387         (long_options): Add --totals option.
1388         (main): If the [-t | --totals] option is specified and
1389         the output format is Berkeley-style, print the total
1390         text, data, and bss sizes of all objects listed.
1391         (print_berkeley_format): If the [-t | --totals] option
1392         is specified, track the total text, data, and bss
1393         sizes.
1394         * doc/binutils.texi (size): Document [-t | --totals] options.
1395         (strip): Document -d as an alias for --strip-debug.
1396         * NEWS: Mention new feature of size.
1398 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
1400         * po/fr.po: Updated version.
1401         * po/es.po: Updated version.
1403 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
1405         * addr2line.c (usage): Update text to provide verbose
1406         description of the command line options.
1407         * ar.c (usage): Update text to provide verbose
1408         description of the command line options.
1409         (main): Accept -h and -H when running as ranlib.
1410         * coffdump.c (show_usage): Update text to provide verbose
1411         description of the command line options.
1412         * dlltool.c (main): Accept -H as an alias for --help.
1413         * nlmconv.c (show_usage): Update text to provide verbose
1414         description of the command line options.
1415         * nm.c (usage): Replace OPTIONS with option(s).
1416         (main): Accept -H as an alias for --help.
1417         * objcopy.c (strip_main): Accept -H as an alias for --help.
1418         * objdump.c (main): Accept -v as an alias for --verbose.
1419         * readelf.c (usage): Adjust format to match style used in
1420         other binutils.
1421         * size.c (usage): Update text to provide verbose description
1422         of the command line options.
1423         (main): Accept -v, -h and -H as command line options.
1424         * srconv.c (show_usage): Update text to provide verbose
1425         description of the command line options.
1426         * strings.c (main): Accept -H and -v as command line options.
1427         (usage): Update text to provide verbose description of the
1428         command line options.
1429         * sysdump.c (show_usage): Update text to provide verbose
1430         description of the command line options.
1431         * windres.c (usage): Adjust format to match style used in
1432         other binutils.
1434         * coffdump.c: Fix formatting.
1435         * nlmconv.c: Fix formatting.
1436         * srconv.c: Fix formatting.
1437         * sysdump.c: Fix formatting.
1439 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
1441         * Makefile.am: Run "make dep-am".
1442         * Makefile.in: Regenerate.
1444 2002-01-18  Andreas Jaeger  <aj@suse.de>
1446         * version.c (print_version): Update year.
1448 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
1450         * readelf.c (get_machine_name): Handle EM_PPC64.
1451         (guess_is_rela): Here too.
1453 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
1455         * po/binutils.pot: Regenerate.
1456         * po/fr.po: Regenerate.
1457         * po/tr.po: Regenerate.
1459 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
1461         * po/tr.po: Import new version.
1463 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
1465         * readelf.c (get_ppc64_dynamic_type): New.
1466         (get_dynamic_type): Call it.
1468 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
1470         * objcopy.c (copy_usage): Use "options" instead of "switches".
1471         (strip_usage): Use "options" instead of "switches".
1472         * doc/binutils.texi (dlltool):  Refer to "options" instead of
1473         "switches".
1475 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
1477         * MAINTAINERS: Add self as co-maintainer for the ARM code.
1479 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1481         * po/es.po: Import from translation project.
1482         * configure.in (ALL_LINGUAS): Add es.
1483         * configure: Regenerate.
1485 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
1487         * readelf.c (get_netbsd_elfcore_note_type): Use
1488         NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1490 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
1492         * readelf.c: Update copyright years.
1493         (get_note_type): Return a const char *.
1494         (get_netbsd_elfcore_note_type): New function.
1495         (process_note): Use get_netbsd_elfcore_note_type to get
1496         the note type string for NetBSD ELF core files.
1498 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
1500         * readelf.c (get_ia64_segment_type): Add support for macros.
1501         (get_segment_type): Add support for IA64 specific macros.
1503 2001-12-20  Julian v. Bock  <julian@wongr.net>
1505         * readelf.c (print_symbol): New function: Print a formatted symbol
1506         name.  If --wide is specified do not truncate it.
1507         (dump_relocations): Use print_symbol() to print symbol names.
1508         (process_symbol_table): Likewise.
1509         (process_syminfo): Likewise.
1510         (process_mips_specific): Likewise.
1511         (usage): Document new feature of --wide switch.
1512         * doc/binutils.texi (objdump): Document additional behaviour of
1513         --wide.
1515 2001-12-18  Michael Snyder  <msnyder@redhat.com>
1517         * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1518         (copy_object): Don't set the start address or flags of a core file.
1519         (copy_section): Don't relocate a core file.  Don't copy contents
1520         if the input section has the contents flag set, but the output
1521         section does not (which happens with the fake 'note' pseudo-
1522         sections that BFD creates for corefiles).
1524 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1526         * readelf.c (get_machine_flags): Recognize header flags for ABI and
1527         ASE extensions. More robust code for ISA checking. Ignore empty fields
1528         in header flags for GNU extensions.
1530 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
1532         * objcopy.c (copy_archive): Set output bfd format outside the loop.
1534 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1536         * po/ja.po: Import from translation project.
1537         * configure.in (ALL_LINGUAS): Add ja.
1538         * configure: Regenerate.
1540 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1542         * addr2line.c (main): Protoype.
1543         * ar.c (main): Protoype.
1544         * nm.c (main): Protoype.
1545         * objcopy.c (main): Protoype.
1546         * objdump.c (main): Protoype.
1547         * size.c (main): Protoype.
1548         * strings.c (main): Protoype.
1550 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
1552         * readelf.c (symtab_shndx_hdr): New global.
1553         (SECTION_HEADER_INDEX): Define.
1554         (SECTION_HEADER_NUM): Define.
1555         (SECTION_HEADER): Define.
1556         (GET_ELF_SYMBOLS): Pass two params rather than three.
1557         (get_32bit_elf_symbols): Take file and section args.  Read and
1558         use SHT_SYMTAB_SHNDX.
1559         (get_64bit_elf_symbols): Likewise.
1560         (dump_relocations): Use SECTION_HEADER to index "section_headers".
1561         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
1562         Remember symtab_shdx_hdr.
1563         (process_program_headers): Scan from index 1 for segment map.
1564         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1565         "section_headers".
1566         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
1567         (process_unwind): Likewise.
1568         (process_version_sections): Likewise.
1569         (process_symbol_table): Likewise.
1570         (display_debug_info): Likewise.
1571         (process_dynamic_segment): Fake up a symtab section for changed
1572         GET_ELF_SYMBOLS.
1573         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1574         (process_program_headers): Kill signed/unsigned warning.
1575         (load_debug_str): Likewise.
1576         (display_debug_info): Likewise.
1578 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
1580         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1582 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
1584         * readelf.c (process_file_header): Print extended e_shnum and
1585         e_shdtrndx values.  Set elf_header values for same.
1586         (get_32bit_section_headers): Add "num" arg to read "num" headers.
1587         (get_64bit_section_headers): Likewise.
1588         (process_section_headers): Update calls.
1589         (get_file_header): Call get_32bit_section_headers or 64bit variant.
1591 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
1593         * objcopy.c (setup_section): Copy entsize.
1595 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
1597         * readelf.c (guess_is_rela): Add support for stormy16.
1598         (dump_relocations): Likewise.
1599         (get_machine_name): Likewise.
1601 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
1603         * dllwrap.c (main) Replace multiple strings describing a
1604         single error with a single, newline escaped sentence to permit
1605         better translation into foreign languages.
1607         * readelf.c (get_elf_class): Remove internalionalisation of ELF
1608         class names.
1610 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1612         * strings.c (get_char): Initialize value.
1614 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1616         * arlex.l: Silence compile warnings.
1617         * arsup.h: Likewise. Fix formatting.
1619 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
1621         * strings.c: Include config.h before bfd.h.
1622         (file_off): New type.
1623         (file_open): Define.
1624         (print_strings): Use file_off instead of file_ptr.  Print addresses
1625         which don't fit into long correctly.
1626         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
1627         available.
1628         (strings_file): Use file_off instead of file_ptr.  Use file_open.
1629         * configure.in: Check for getc_unlocked.
1630         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1631         be defined for it.
1632         * configure: Rebuilt.
1633         * config.h.in: Rebuilt.
1635 2001-11-29  H.J. Lu <hjl@gnu.org>
1637         * bucomm.c (make_tempname): Revert the changes made on
1638         2001-11-14 and 2001-11-12. They won't work with directories.
1640 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1642         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1643         CFLAGS_FOR_TARGET to runtest in environment.
1644         * Makefile.in: Rebuild.
1645         * doc/Makefile.in: Rebuild.
1647 2001-11-28  Mike Stump  <mrs@wrs.com>
1649         * objcopy.c (setup_section): Preserve SEC_RELOC when
1650         --set-section-flags is used.
1652 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
1654         * readelf.c (do_debug_str): New variable.
1655         (display_debug_str): New function: Display the contents of a
1656         .debug_str section.
1657         (load_debug_str): New function: Load in the contents of a
1658         .debug_str section.
1659         (free_debug_str): New function: Free the memory used by
1660         load_debug_str().
1661         (fetch_indirect_string): Retrieve a string from the .debug_str
1662         section.
1663         (usage): Add -ws.
1664         (parse_args): Accept -ws.
1665         (process_section_headers): Allow the display of the .debug_str
1666         section.
1667         (read_and_display_attr_value): Use fetch_indirect_string.  Show
1668         offset into .debug_str section.
1669         (display_debug_info): Use load_debug_str and free_debug_str.
1670         (debug_displays): Add .debug_str.
1671         * doc/binutils.texi: Document -ws.
1673 2001-11-19  Andreas Jaeger  <aj@suse.de>
1675         * testsuite/binutils-all/objdump.exp: Add x86-64.
1677 2001-11-15  Andreas Schwab  <schwab@suse.de>
1679         * readelf.c: Fix warnings without terminating newline.
1681 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
1683         * doc/binutils.texi (objdump): Document ppc -M options.
1685 2001-11-14  Andreas Jaeger  <aj@suse.de>
1687         * doc/binutils.texi (objdump): Fix description to use x86-64.
1689 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
1691         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1692         not all systems provide mkstemp.
1694 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
1696         * doc/binutils.texi (objdump): Document x86 -M options.
1698 2001-11-13  Keith Walker <keith.walker@arm.com>
1700         * readelf.c (read_and_display_attr_value): New function to
1701         handle DW_FORM_indirect.
1702         (read_and_display_attr): Use it.
1704 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
1706         * readelf.c (display_debug_lines): Deal with unknown standard
1707         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1708         DW_LNS_set_isa.
1710 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
1712         * MAINTAINERS: Add self as tic54x maintainer.  This target
1713         includes the IBM C54XDSP clone.
1715 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
1717         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1719 2001-11-09  Jeffrey A Law  (law@cygnus.com)
1721         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1722         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1723         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1724         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1725         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1726         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1727         (unw_decode_b2, unw_decode_b3_b4): Likewise.
1729         * readelf.c (get_elf_class): Fix ISO portability glitch.
1730         (get_data_encoding, get_osabi_name, request_dump): Likewise.
1732 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
1734         * readelf.c (debug_str, debug_str_size): New.
1735         (display_debug_abbrev): If no abbrevs were read, skip the CU.
1736         Call free_abbrevs.
1737         (read_and_display_addr): Handle DW_FORM_strp.
1738         (display_debug_info): Read .debug_str section if present,
1739         so that DW_FORM_strp can be handled.
1740         Fix test for non-existant .debug_abbrev section.
1742 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
1744         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
1746         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1748 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1750         * MAINTAINERS: Add self as s390/s390x maintainer.
1752 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
1754         * MAINTAINERS: Add self as PPC XCOFF maintainer.
1756 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
1758         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1759         * configure: Regernate.
1760         * po/fr.po: New file.
1761         * po/tr.po: New file.
1763 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
1765         * MAINTAINERS: Add self as MMIX port maintainer.
1766         * readelf.c: Include elf/mmix.h.
1767         (guess_is_rela): MMIX is RELA.
1768         (dump_relocations): Handle MMIX relocations.
1769         * Makefile.am: Regenerate dependencies.
1770         * Makefile.in: Regenerate.
1772 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
1774         * readelf.c (parse_args): Handle multiple options to the -w
1775         switch.
1777 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
1779         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1780         LOPROC, LOOS and LOUSER.
1782 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
1784         * MAINTAINERS: Update my email address.
1786 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
1788         * doc/Makefile.in: Regenerate.
1789         * configure: Regenerate.
1791 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
1793         * readelf.c (display_debug_line, display_debug_pubnames,
1794         display_debug_info, display_debug_frames): Detect and warn
1795         about 64-bit format entries.
1796         (display_debug_aranges): Reword 64-bit warning.
1797         (debug_displays): Add .debug_pubtypes as a known, but not yet
1798         supported, debug section.
1800 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
1802         * coffdump.c (PROGRAM_VERSION): Delete.
1803         (main <'V'>): Call print_version.
1804         * srconv.c: Likewise.
1805         * sysdump.c: Likewise.
1806         * version.c (program_version): Remove.
1807         (print_version): Use BFD_VERSION_STRING.  Just print the current
1808         year in copyright message.
1809         * addr2line.c (program_version): Remove unused declaration.
1810         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1811         place of BFD_VERSION.
1812         * Makefile.am (Makefile): Depend on bfd/configure.in.
1813         (cplus-dem.o): Depend on Makefile.
1814         Run "make dep-am".
1815         * Makefile.in: Regenerate.
1817 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
1819         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1820         format .debug_arange sections.
1821         (main): Add missing prototype.
1823 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1825         * Makefile.am: Update dependencies with "make dep-am".
1826         * Makefile.in: Regenerate.
1828 2001-09-28  Richard Henderson  <rth@redhat.com>
1830         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1832 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
1834         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1835         VA_CLOSE.
1836         (non_fatal): Likewise.
1837         * objdump.c (objdump_sprintf): Likewise.
1838         * readelf.c (error): Likewise.
1839         (warn): Likewise.
1841 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
1843         * readelf.c (do_wide): New.
1844         (options): Add --wide.
1845         (usage, parse_args): Likewise.
1846         (process_program_headers): Put each segment on a single line if
1847         --wide is given.
1848         (process_section_headers): Put each section on a single line if
1849         --wide is given.
1850         * doc/binutils.texi: Document it.
1851         * NEWS: Likewise.
1853 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
1855         * readelf.c (print_vma): Print 8 digits of low hex value.
1857 2001-09-24  Andreas Jaeger  <aj@suse.de>
1859         * nlmconv.c: Fix warnings about unused attributes and function
1860         prototypes.
1862         * strings.c: Add prototype for get_char.
1864 2000-09-19  H.J. Lu  <hjl@gnu.org>
1866         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1867         $(srcdir)/cxxfilt.man.
1868         * doc/Makefile.in: Rebuild.
1870 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
1872         * objcopy.c (copy_main): Correct rename-section string parsing.
1873         Consolidate new_name parsing, and error messages.
1875 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
1877         * addr2line.c: Don't include <ctype.h>.
1878         (main): For gettext, also set the LC_CTYPE locate facet.
1879         * ar.c (main): Likewise.
1880         * coffdump.c (main): Likewise.
1881         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1882         (main): For gettext, also set the LC_CTYPE locate facet.
1883         Use ISALNUM instead of isalpha/isdigit.
1884         * dllwrap.c: Don't include <ctype.h>.
1885         (main): For gettext, also set the LC_CTYPE locate facet.
1886         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1887         (main): For gettext, also set the LC_CTYPE locate facet.
1888         Use TOUPPER instead of islower/toupper.
1889         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1890         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1891         Use TOUPPER instead of islower/toupper.
1892         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1893         * objcopy.c (main): Likewise.
1894         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1895         (disassemble_bytes): Use ISPRINT instead of isprint.
1896         (dump_section_stabs): Use ISDIGIT instead of isdigit.
1897         (dump_data): Use ISPRINT instead of isprint.
1898         (main): For gettext, also set the LC_CTYPE locate facet.
1899         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1900         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1901         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1902         Use TOUPPER instead of islower/toupper.
1903         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1904         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1905         (write_rc_accelerators): Use ISPRINT instead of isprint.
1906         (write_rc_rcdata): Likewise.
1907         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1908         * srconv.c (main): Likewise.
1909         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1910         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1911         isdigit/isupper/islower.
1912         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1913         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1914         stab_demangle_prefix, stab_demangle_qualified,
1915         stab_demangle_template, stab_demangle_type,
1916         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1917         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1918         (isgraphic): Use ISPRINT instead of isascii/isprint.
1919         (main): Remove HAVE_LC_MESSAGES dependency.
1920         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1921         (pbarray): Use ISPRINT instead of isprint.
1922         (main): For gettext, also set the LC_CTYPE locate facet.
1923         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1924         (format_from_filename): Use ISPRINT instead of isprint.
1925         (main): For gettext, also set the LC_CTYPE locate facet.
1926         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1927         (unicode_print): Use ISPRINT instead of isprint.
1928         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1929         (stab_variable): Use ISDIGIT instead of isdigit.
1931 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
1933         * ar.c (print_contents): Cast args of bfd_seek to the right types.
1934         Replace bfd_read call with call to bfd_bread.
1935         (extract_file): Likewise.
1937         * objdump.c (dump_section_header): Cast section->filepos to
1938         unsigned long to suit printf format string.
1939         * readelf.c (process_section_headers): Similarly for sh_offset.
1940         (process_unwind): Likewise.
1942 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
1944         * strings.c (encoding, encoding_bytes): New variables.
1945         (long_options): Add --encoding.
1946         (main): Accept -e and --encoding.
1947         (get_char): New function.  Read a, possibly wide, character from
1948         the input stream.
1949         (print_strings): Use get_char().
1950         (usage): Document new command line option.
1951         * doc/binutils.texi: Document new command line option.
1952         * NEWS: Announce new command line option.
1954 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
1956         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1957         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1958         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1959         Removed EM_CYGNUS_ARC.
1961 2001-09-04  Jeffrey A Law  (law@cygnus.com)
1963         * readelf.c: Include elf/h8 for H8 series definitions.
1964         (guess_is_rela): H8 series if RELA.
1965         (dump_relocations): Handle H8 series relocations.
1967 2001-08-31  Eric Christopher  <echristo@redhat.com>
1969         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1971 2001-08-29  Peter Targett  <peter.targett@arccores.com>
1973         * MAINTAINERS: Include ARC Maintainer.
1975 2001-08-29  Ben Elliston  <bje@redhat.com>
1977         * stabs.c (stab_demangle_template): Initialise s4.
1979 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
1981         * readelf.c (dump_relocations): Recognise EM_PPC64.
1983 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1985         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1987 2001-08-25  H.J. Lu  <hjl@gnu.org>
1989         * nm.c (print_width): New.
1990         (display_rel_file): Set `print_width' according to
1991         bfd_sprintf_vma.
1992         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1994 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
1996         * objcopy.c (use_alt_mach_code): New variable.
1997         (OPTION_ALT_MACH_CODE): Define.
1998         (copy_options): Added --alt-machine-code.
1999         (copy_main): Handle it.
2000         (copy_object): Switch to alternate machine code if requested.
2001         * doc/binutils.texi: Document new option.
2002         * NEWS: Likewise.
2004 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2006         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
2008 2001-08-21  H.J. Lu  <hjl@gnu.org>
2010         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
2011         (display_debug_info): Cast for 64bit hosts.
2012         (display_debug_frames): Likewise.
2013         (process_mips_specific): Likewise.
2015 2001-08-21  Andreas Jaeger  <aj@suse.de>
2017         * coffgrok.h: Add missing parameter for prototype of coff_grok.
2019         * sysdump.c: Add missing prototypes.
2020         * srconv.c: Likewise.
2021         * unwind-ia64.c: Likewise.
2022         * coffdump.c: Likewise.
2024         * sysinfo.y: Print prototypes, include <ansidecl.h>.
2026         * coffgrok.c: Add missing prototypes, include libiberty.h instead
2027         of declaring xcalloc.
2029 2001-08-10  H.J. Lu  <hjl@gnu.org>
2031         * nm.c (print_value): Add one arg, bfd *.
2032         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
2033         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
2034         (print_symbol_info_sysv): Likewise.
2035         (print_symbol_info_posix): Likewise.
2037         * objdump.c (dump_section_header): Replace printf_vma with
2038         bfd_printf_vma.
2039         (print_section_stabs): Likewise.
2040         (dump_bfd_header): Likewise.
2041         (objdump_print_value): Replace sprintf_vma with
2042         bfd_sprintf_vma.
2043         (disassemble_bytes): Likewise.
2044         (dump_reloc_set): Likewise.
2046 2001-08-10  Andreas Jaeger  <aj@suse.de>
2048         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2049         to build warnings.
2050         * configure: Regenerate.
2052 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
2054         * readelf.c: Add missing prototypes.
2055         * objdump.c: Likewise.  Format existing prototypes.
2057 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
2059         * readelf.c (display_debug_info): Add to abbrev_offset the addend
2060         of any RELA relocation for the abbrev_offset memory location that
2061         refers to the .debug_abbrev section symbol.
2063 2001-08-07  H.J. Lu  <hjl@gnu.org>
2065         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
2066         (main): Return process_file ().
2068 2001-08-05  Philip Blundell  <philb@gnu.org>
2070         * doc/binutils.texi: Use "Thumb" not "THUMB".
2072 2001-08-03  John Healy  <jhealy@redhat.com>
2074         Patch suggested by Frank Eigler <fche@redhat.com>.
2075         * objdump.c (disassemble_data): Fill in section member of the
2076         disasm_info structure.
2078 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
2080         * configure.in: Added --with-windres option.
2081         * configure: Regenerated.
2083 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2085         * doc/binutils.texi: Use @command{name} for commands;
2086         use @option{-opt} for options; use @table @env for list of options;
2087         remove spaces arround [ | ] in synopsis.
2089         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
2090         center title.
2092 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
2094         * objcopy.c: Fix formatting.
2095         (section_rename): New structure.
2096         (OPTION_RENAME_SECTION): New switch.
2097         (copy_usage): Document new switch.
2098         (add_section_rename): New function: Add a node to the section
2099         rename list.
2100         (find_section_rename): New function: Find the new name and
2101         flags for a section.
2102         (setup_section): Call find_section_name to determine the name
2103         of the output section.
2104         (copy_main): Handle OPTION_RENAME_SECTION.
2105         * binutils.texi: Document new switch.
2106         * NEWS: Mention new switch.
2108 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
2110         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
2111         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
2112         bug-binutils@gcc.org.
2114 2001-07-28  Matthias Kramm  <kramm@quiss.org>
2116         * bucomm.c (list_supported_architectures): New function.
2117         * bucomm.h (list_supported_architectures): Declare.
2118         * objdump.c (usage): Call the above.
2120 2001-07-25  Dave Brolley  <brolley@redhat.com>
2122         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
2123         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2125 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
2127         * README: Update for 2.11.  Change bug reporting email address.
2128         * MAINTAINERS: Tidy up.  Change bug reporting email address.
2130 2001-07-16  DJ Delorie  <dj@redhat.com>
2132         * resres.c (write_res_header): Align header size.
2133         (res_align_file): Calculate alignment correctly.
2135         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
2136         correct 10).
2137         * resrc.c (write_rc_resource): Likewise.
2138         * windres.h (SUBLANG_SHIFT): Define - as 10.
2140 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
2142         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
2144 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
2146         * MAINTAINERS: Add notes about branch checkins.
2148 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
2150         * readelf.c (display_debug_macinfo): New function, display
2151         .debug_macinfo section.
2152         (do_debug_macinfo): New variable.
2153         (parse_args): Handle "-w[mM]" to mean display macro info.
2154         (process_section_headers): Handle debug_macinfo.
2155         (debug_displays): Replace unsupported function with macinfo
2156         function for .debug_macinfo display.
2157         * doc/binutils.texi: Document new command line switch.
2158         * NEWS: Document new feature of readelf.
2160 2001-07-05  H.J. Lu  <hjl@gnu.org>
2162         * objcopy.c (filter_symbols): Don't turn undefined symbols
2163         into local.
2165 2001-07-03  H.J. Lu <hjl@gnu.org>
2167         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
2168         $@.pod.
2169         (ar.1): Likewise.
2170         (dlltool.1): Likewise.
2171         (nlmconv.1): Likewise.
2172         (nm.1): Likewise.
2173         (objcopy.1): Likewise.
2174         (objdump.1): Likewise.
2175         (ranlib.1): Likewise.
2176         (readelf.1): Likewise.
2177         (size.1): Likewise.
2178         (strings.1): Likewise.
2179         (strip.1): Likewise.
2180         (windres.1): Likewise.
2181         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2182         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2183         $(DEMANGLER_NAME).
2184         (as.1): Removed.
2185         * doc/Makefile.in: Regenerated.
2187 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
2189         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2191 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
2193         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2195 2001-06-29  James Cownie <jcownie@etnus.com>
2197         * readelf.c: Support DWARF 2.1 attributes.
2199 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
2201         * readelf.c (GET_DATA_ALLOC): Remove.
2202         (GET_DATA): Remove.
2203         (get_data): New function combining above macros, with an extra
2204         test for zero size.
2205         (slurp_rela_relocs): Use get_data, and catch error return.
2206         (slurp_rel_relocs): Likewise.
2207         (get_32bit_program_headers): Likewise.
2208         (get_64bit_program_headers): Likewise.
2209         (get_32bit_section_headers): Likewise.
2210         (get_64bit_section_headers): Likewise.
2211         (get_32bit_elf_symbols): Likewise.
2212         (get_64bit_elf_symbols): Likewise.
2213         (process_section_headers): Likewise.
2214         (process_relocs): Likewise.
2215         (slurp_ia64_unwind_table): Likewise.
2216         (process_unwind): Likewise.
2217         (get_32bit_dynamic_segment): Likewise.
2218         (get_64bit_dynamic_segment): Likewise.
2219         (process_dynamic_segment): Likewise.
2220         (process_version_sections): Likewise.
2221         (process_symbol_table): Likewise.
2222         (dump_section): Likewise.
2223         (display_debug_info): Likewise.
2224         (display_debug_section): Likewise.
2225         (process_section_contents): Likewise.
2226         (process_corefile_note_segment): Likewise.
2227         (process_mips_specific): Likewise.  Also free econf32, econf64.
2229 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
2231         * readelf.c (dump_relocations): Print "bad symbol index" if
2232         symtab == NULL with non-zero symtab_index.
2233         (process_relocs): Don't bomb if reloc section has no symsec.
2235 2001-06-24  H.J. Lu  <hjl@gnu.org>
2237         * objcopy.c (strip_main): Revert the change made on 2001-05-30
2238         by accident.
2239         (copy_main): Apply the the change made to strip_main on
2240         2001-05-30 by accident.
2242 2001-06-23  Andreas Jaeger  <aj@suse.de>
2244         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2245         parameter 'code'.
2246         (unw_decode_x2): Likewise.
2247         (unw_decode_x3): Likewise.
2248         (unw_decode_x4): Likewise.
2250 2001-06-23  Ben Elliston  <bje@redhat.com>
2252         * MAINTAINERS: Add myself as M88k maintainer.
2254 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
2256         * objcopy.c (strip_main): Support -o or --output-file command lien
2257         switch.
2259 2001-06-19  H.J. Lu <hjl@gnu.org>
2261         * doc/Makefile.in: Regenerated.
2263 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
2265         * readelf.c: Restore formatting.
2267 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2269         * Makefile.am: Move documentation into doc subdirectory.
2270         * Makefile.in: Regenerated.
2271         * binutils.texi: Move into doc subdirectory.
2272         * addr2line.1: Removed.
2273         * ar.1: Likewise.
2274         * dlltool.1: Likewise.
2275         * nlmconv.1: Likewise.
2276         * nm.1: Likewise.
2277         * objcopy.1: Likewise.
2278         * objdump.1: Likewise.
2279         * ranlib.1: Likewise.
2280         * readelf.1: Likewise.
2281         * size.1: Likewise.
2282         * strings.1: Likewise.
2283         * strip.1: Likewise.
2284         * windres.1: Likewise.
2285         * cxxfilt.man: Likewise.
2286         * doc: New Directory.
2287         * doc/Makefile.am: New file.
2288         * doc/Makefile.in: Generate.
2290 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
2292         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
2294 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
2296         * MAINTAINERS: Update my email address.
2298 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
2300         * objcopy.c: Add new switches: --keep-global-symbol,
2301         --keep-symbols, --localize-symbols, --keep-global-symbols and
2302         --weaken-symbols.
2303         * binutils.texi: Document new switches.
2304         * objcopy.1: Regenerate.
2305         * NEWS: Announce new feature.
2307 2001-05-28  Andreas Jaeger  <aj@suse.de>
2309         * readelf.c (display_debug_frames): Fix warnings: Remove unused
2310         variables, fix format strings.
2312 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
2314         * objdump.c (disassemble_bytes): Remove section VMA adjustment
2315         when computing the address of the line to show.
2317 2001-05-16  Richard Henderson  <rth@redhat.com>
2319         * readelf.c (do_debug_frames_interp): New.
2320         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2321         (byte_get_big_endian): Likewise.
2322         (parse_args) ['F']: Set do_debug_frames_interp.
2323         (Frame_Chunk): Make data_factor signed, add fde_encoding.
2324         (frame_display_row): Don't trunc pc_begin to int.
2325         (size_of_encoded_value): New.
2326         (display_debug_frames): Handle 64-bit targets.  Print raw data
2327         unless do_debug_frames_interp.
2328         (debug_displays): Remove duplicate .debug_frame.
2330 2001-05-15  Ralf Baechle  <ralf@gnu.org>
2332         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2333         The former constant was never in active use and is used otherwise
2334         by the ABI.
2336 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
2338         * readelf.c (process_unwind): Print all unwind sections, not just
2339         one.
2341 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2343         * readelf.c (process_unwind): Remove const specifier.
2345 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2347         * strings.c (isgraphic): Do not use isascii() unless it is needed
2348         for isprint() to work.
2349         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2351 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
2353         * NEWS: Announce support for OpenRISC.
2355 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
2357         * dlltool.c (do_default_excludes): Initialise to true.
2359 2001-04-10  Alan Modra  <amodra@one.net.au>
2361         * MAINTAINERS: Update my email address
2362         * nm.c (print_symbol_info_bsd): Use a simple printf string.
2364 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
2366         * readelf.c (display_debug_lines): Fix typo for "Prologue".
2368 2001-03-30  H.J. Lu  <hjl@gnu.org>
2370         * readelf.c (process_unwind): Just return if do_unwind is 0.
2372 2001-03-28  Roger Sayle  <roger@metaphorics.com>
2374         * dlltool.c (make_one_lib_file): Fix section flags for
2375         .text, .data and .bss in stub ds*.o files to match those
2376         generated by gas.
2378 2001-03-29  H.J. Lu  <hjl@gnu.org>
2380         * readelf.c (process_unwind): Only do unwind sections for
2381         IA64.
2383 2001-03-28  H.J. Lu  <hjl@gnu.org>
2385         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2386         * Makefile.in: Regenerate.
2388 2001-03-26  Andreas Jaeger  <aj@suse.de>
2390         * binutils.texi (nm): Fix texi syntax.
2392 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2394         * binutils.texi: Put @c man begin and @c man end indications
2395         to generate man pages using texi2pod and pod2man. Put @c man title
2396         to identify each man. Add SEEALSO entries.
2397         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2398         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2399         sort the list.
2400         (*.1): Build the man pages from binutils.texi.
2401         * Makefile.in: Regenerate.
2403 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
2405         * defparse.y (opt_equal_name): allow "." in name.
2406         * dlltool.c (def_exports): Added ability to generate forwarded exports.
2407         (gen_exp_file): Likewise.
2409 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
2411         * NEWS: Document addition of -B switch to objcopy.
2412         * binutils.texi:  Document addition of -B switch to objcopy.
2413         * objcopy.c: (copy_options): Add --binary-architecture.
2414         (copy_usage): Document -B/--binary-architecture.
2415         (copy_main): Support -B/--binary-architecture.  Set
2416         bfd_external_binary_architecture.
2418 2001-03-11  Andreas Jaeger  <aj@suse.de>
2420         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2421         (dump_relocations): Likewise.
2422         (get_machine_name): Likewise.
2424 2001-02-28  Nick Clifton  <nickc@redhat.com>
2426         * readelf.c: (struct unw_aux_info): Remove const modifier for
2427         'strtab' field.
2428         (process_unwind): Remove non-K&R compliant LHS type cast in call
2429         to GET_DATA_ALLOC macro.
2431 2001-02-28  Philip Blundell  <pb@futuretv.com>
2433         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2434         ABI is in use; remove ambiguity between the "unknown" EABI and
2435         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
2436         renamed EF_xx constants.
2438 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
2440         * configure.in (BFD_VERSION): New.
2441         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2442         * configure: Regenerate.
2443         * Makefile.am: Run "make dep-am"
2444         * Makefile.in: Regenerate.
2446 2001-02-14  Nick Clifton  <nickc@redhat.com>
2448         * MAINTAINERS: Add "Obvious Fix" rule.
2450 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2452         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2453         literal concatenation.
2455 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2457         * readelf.c (struct unw_aux_info): Remove const from the info member.
2458         (process_unwind): Don't type-cast the third argument to the
2459         GET_DATA_ALLOC macro.
2461 2001-02-11  Nick Clifton  <nickc@redhat.com>
2463         * readelf.c (dump_relocations): Free corrected allocated
2464         array.
2465         (process_unwind): Fix compile time warning.
2467 2001-02-10  Nick Clifton  <nickc@redhat.com>
2469         * binutils.texi: Document new --unwind option to readelf.
2471 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2473         * readelf.c: Add linux target for S/390.
2475 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
2477         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2478         printf is a macro.
2480 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
2482         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2483         * aclocal.m4: Regenerate.
2484         * configure: Regenerate.
2486 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
2488         * bucomm.c (bfd_target_vector): Change extern array to pointer.
2489         * objdump.c (bfd_target_vector): Likewise.
2491 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
2493         * readelf.c (process_unwind): New function.
2494         (slurp_ia64_unwind_table): Ditto.
2495         (dump_ia64_unwind): Ditto.
2496         (find_symbol_for_address): Ditto.
2497         (slurp_rela_relocs): New function (split off from dump_relocations()).
2498         (slurp_rel_relocs): Ditto.
2499         (parse_args): Handle '-u' option.
2501         * unwind-ia64.c: New file.
2502         * unwind-ia64.h: New file.
2503         * Makefile.am: Include unwind-ia64.c in readelf build.
2504         * Makefile.in: Regenerate.
2505         * po/binutils.pot: Regenerate.
2507 2001-02-04  Philip Blundell  <philb@gnu.org>
2509         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2510         * configure: Regenerate.
2512 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
2514         * ieee.c (ieee_add_bb11): Don't check for backslashes
2515         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2517 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
2519         * ieee.c: Update copyright.
2520         (ieee_start_compilation_unit): Don't check for backslashes
2521         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2523         * stabs.c: Update copyright. Include "filenames.h".
2524         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2526 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
2528         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2529         sections are present before using them.  Remove code duplication.
2530         (process_symbol_table): Check if VERDEF or VERNEED sections are
2531         present before using them.
2533 2001-01-17  Nick Clifton  <nickc@redhat.com>
2535         * objcopy.c (copy_object): Fail if attempting to convert the
2536         endianness of the input object file.
2538         * binutils.texi: Explain that objcopy cannot convert endianness.
2540 2001-01-16  Nick Clifton  <nickc@redhat.com>
2542         * readelf.c (string_table_length): New variable.
2543         (SECTION_NAME): Catch out of range indices and missing section
2544         pointers.
2545         (process_section_headers): Delete useless local variable
2546         string_table_offset.  Set the value of string_table_length
2547         after loading the string table.
2548         (process_mips_specific): Use SECTION_NAME macro.
2549         (process_file): Set string_table_length to 0 when it is freed.
2551 2001-01-12  Nick Clifton  <nickc@redhat.com>
2553         * version.c (print_version): Update copyright date.
2555 2001-01-11  Peter Targett  <peter.targett@arccores.com>
2557         * readelf.c (dump_relocations): Include selection with EM_ARC.
2558         (get_machine_name) Update name to "ARC".
2560 2001-01-09  Nick Clifton  <nickc@redhat.com>
2562         * Makefile.am: Add rule to build objdump.o from objdump.c and
2563         using OBJDUMP_DEFS.
2564         * Makefile.in: Regenerate.
2566         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
2567         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2568         -DDISASSEMBLER_NEEDS_RELOCS.
2569         * configure: Regenerate.
2571         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2572         is defined read in the relocs even if dump_reloc_info is
2573         false.
2575 2001-01-07  Philip Blundell  <philb@gnu.org>
2577         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2578         `bug-binutils'.
2579         * README: Likewise.
2581 2000-12-19  Nick Clifton  <nickc@redhat.com>
2583         * dlltool.c: Add missing support for arm-epoc-pe.
2584         * configure.in: Add missing support for arm-epoc-pe.
2585         * configure: Regenerate.
2587 2000-12-15  Nick Clifton  <nickc@redhat.com>
2589         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2590         Mode parts of the x86 port.
2592 2000-12-04  Andreas Jaeger  <aj@suse.de>
2594         * readelf.c (guess_is_rela): Add EM_X86_64.
2595         (dump_relocations): Add EM_X86_64.
2596         (get_machine_name): Add EM_X86_64.
2597         Include "elf/x86-64.h".
2599 2000-12-12  Nick Clifton  <nickc@redhat.com>
2601         * readelf.c: Fix formatting.
2603 2000-12-11  Jan Hubicka  <jh@suse.cz>
2605         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2607 2000-12-07  Andrew Haley  <aph@redhat.com>
2609         * readelf.c (display_debug_frames): Only display columns that are
2610         referenced by the frame debug info.
2612 2000-12-05  Nick Clifton  <nickc@redhat.com>
2614         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2616 2000-12-04  Jason Merrill  <jason@redhat.com>
2618         * readelf.c (process_section_headers): Handle linkonce.wi sections.
2619         (display_debug_section): Likewise.
2620         (display_debug_info): Display CU header before bailing.
2622 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
2624         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2625         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
2626         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2628         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2629         and E_MIPS_ARCH_64.
2631         * readelf.c (get_machine_flags): Add case for
2632         E_MIPS_MACH_SB1.
2634 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
2636         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2638 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
2640         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
2641         Change sourceware.cygnus.com to sources.redhat.com.
2642         Fix typo for "amongst".
2644 2000-11-28  Nick Clifton  <nickc@redhat.com>
2646         * strip.1 (COPYING): Mention that the GNU Free Documentation
2647         License is present in the sources, but not the output, and
2648         also available from the GNU website.
2649         (GNU Free Documentation License): Comment out this section.
2650         * strings.1: Ditto.
2651         * size.1: Ditto.
2652         * ranlib.1: Ditto.
2653         * objdump.1: Ditto.
2654         * objcopy.1: Ditto.
2655         * nm.1: Ditto.
2656         * nlmconv.1: Ditto.
2657         * ar.1: Ditto.
2658         * addr2line.1: Ditto.
2660 2000-11-27  DJ Delorie  <dj@redhat.com>
2662         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2663         (parse_args): Support -wf option.
2664         (process_section_headers): Ditto.
2665         (debug_displays): Ditto.
2666         (display_debug_frames): New, dump *_frame sections.
2667         (frame_need_space): Support for above.
2668         (frame_display_row): Ditto.
2669         * binutils.texi: Document it.
2671 2000-11-24  Nick Clifton  <nickc@redhat.com>
2673         * NEWS: Announce support for v5t, v5te and XScale.
2675 2000-11-22  Nick Clifton  <nickc@redhat.com>
2677         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2678         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2679         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2680         (get_elf_section_flags: Add SHF_GROUP.
2681         (process_section_headers): Adjust output for 32-bit binaries
2682         to look nice on an 80 column terminal.
2684 2000-11-20  H.J. Lu  <hjl@gnu.org>
2686         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2687         ELFOSABI_AIX.
2689 2000-11-17  Richard Henderson  <rth@redhat.com>
2691         * readelf.c (display_debug_lines): Adjust last change to
2692         use sizeof (external->li_length).
2694 2000-11-17  Richard Henderson  <rth@redhat.com>
2696         * readelf.c (display_debug_lines): Fix section length check
2697         and end_of_sequence computation.
2699 2000-11-06  Nick Clifton  <nickc@redhat.com>
2701         * binutils.texi: Add GNU Free Documentation License.
2702         * objcopy.1: Add GNU Free Documentation License.
2703         * objdump.1: Add GNU Free Documentation License.
2704         * addr2line.1: Add GNU Free Documentation License.
2705         * ar.1: Add GNU Free Documentation License.
2706         * nlmconv.1: Add GNU Free Documentation License.
2707         * nm.1: Add GNU Free Documentation License.
2708         * ranlib.1: Add GNU Free Documentation License.
2709         * size.1: Add GNU Free Documentation License.
2710         * strings.1: Add GNU Free Documentation License.
2711         * strip.1: Add GNU Free Documentation License.
2713 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
2715         * objcopy.c (--srec-len=nn): New parameter to set the
2716         maximum length of generated Srecords.
2717         (--srec-forceS3): New parameter that restricts the generation of
2718         Srecords to type S3 only.
2719         * binutils.texi: Document new command line switches.
2720         * objcopy.1: Docuemnt the new command line switches.
2721         * NEWS: Announce the existence of the new command line switches.
2723 2000-10-31  Nick Clifton  <nickc@redhat.com>
2725         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2726         code.  Add Eric Chrisopher as maintainer of MN10300 port.
2728 2000-10-12  Roger Sayle  <roger@metaphorics.com>
2730         * Make comma after string after icon/control optional.
2732 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
2734         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2736         * NEWS: Mention support for MIPS32.
2738 2000-09-08  Nick Clifton  <nickc@redhat.com>
2740         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2742 2000-09-07  H.J. Lu  <hjl@gnu.org>
2744         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2745         * configure: Rebuild.
2747 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
2749         * configure: Rebuilt with new libtool.m4.
2751 2000-09-05  Nick Clifton  <nickc@redhat.com>
2753         * aclocal.m4: Regenerate.
2754         * config.in: Regenerate.
2755         * configure: Regenerate.
2757 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
2759         * strip.1: Fix stray '\' in -o formatting.
2761 2000-09-02  Nick Clifton  <nickc@redhat.com>
2763         * configure.in: Increase version number to 2.10.91.
2764         * configure: Regenerate.
2765         * aclocal.m4: Regenerate.
2766         * config.in: Regenerate.
2767         * po/binutils.pot: Regenerate.
2769 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
2771         * acinclude.m4: Include libtool and gettext macros from the
2772         top level.
2773         * aclocal.m4, configure: Rebuilt.
2775 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
2777         * resrc.c (close_input_stream): Delete extraneous logic
2779 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
2781         * NEWS: Mention support for CRIS.
2783 2000-08-21  Nick Clifton  <nickc@redhat.com>
2785         * addr2line.c: Changed email address for Ulrich Lauther.
2787 2000-08-17  Christopher C. Chimelis <chris@debian.org>
2789         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2791 2000-08-17  Nick Clifton  <nickc@redhat.com>
2793         * readelf.c (display_debug_pubnames): Only issue warning
2794         message once.  Terminate message with a new line.
2795         (display_debug_aranges): Only display version 2 debug info.
2797 2000-08-14  Todd Vierling <tv@wasabisystems.com>
2799         * objcopy.c (strip_main): Silently accept -d as an alias for -g
2800         for compatability with old BSD systems.
2802 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
2804         * NEWS: Mention i860 support.
2806 2000-08-11  Carlo Wood <carlo@alinoe.com>
2808         * addr2line.c (main): Add const to char *.
2810 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
2812         * ar.c (main): Don't crash if called with no arguments
2813         or only '-X32_64' as an argument.
2815 2000-08-08  DJ Delorie  <dj@redhat.com>
2817         * resrc.c: use "gcc -xc" instead of -xc-header
2819 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
2821         * readelf.c (elf/i860.h): Include.
2822         (dump_relocations): Add recognition of i860 architecture.
2823         (guess_is_rela): Add recognition of i860 architecture.
2825 2000-08-03  Nick Clifton  <nickc@cygnus.com>
2827         * MAINTAINERS: Add information about CGEN maintainers.
2829 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
2831         * nm.c (main): Ignore '-X32_64' as an option.
2832         * ar.c (main): Likewise.
2833         * binutils.texi (nm): Document new option.
2834         (ar): Likewise.
2836 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2838         * rdcoff.c (external_coff_symbol_p): K&R-ise.
2840 2000-07-20  H.J. Lu  <hjl@gnu.org>
2842         * binutils.texi: Put back "@end table" deleted by
2843         accident.
2845 2000-07-05  Kenneth Block  <krblock@computer.org>
2847         * nm.c: Add optional style to demangle switch.
2848         * objdump.c: Add optional style to demangle switch.
2849         * addr2line.c: Add optional style to demangle switch.
2850         * binutils.texi: Document optional style to demangle
2851         switch.
2853 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
2855         * MAINTAINERS: Add self as CRIS port maintainer.
2856         * readelf.c: Include elf/cris.h.
2857         (guess_is_rela): Handle EM_CRIS.
2858         (dump_relocations): Ditto.
2859         (get_machine_name): Ditto.
2860         * Makefile.am: Rebuild dependencies.
2861         * Makefile.in: Regenerate.
2862         * po/binutils.pot: Regenerate.
2864 2000-07-19  H.J. Lu  <hjl@gnu.org>
2866         * readelf.c (get_dynamic_type): Change "AUXILARY" to
2867         "AUXILIARY".
2868         (process_dynamic_segment): Print out strings for DT_CONFIG,
2869         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2871 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
2873         * nm.c (usage): Change output of `nm --help' to include a
2874         description of the purpose of the program and a detailed
2875         description of the accepted options.
2877 2000-07-19  H.J. Lu  <hjl@gnu.org>
2879         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2880         to DF_1_NODEFLIB.
2882 2000-07-19  H.J. Lu  <hjl@gnu.org>
2884         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2886 2000-07-19  H.J. Lu  <hjl@gnu.org>
2888         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2889         DT_FEATURE.
2890         (process_dynamic_segment): Likewise.
2892         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2893         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2894         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2895         DF_1_NODUMP and DF_1_CONLFAT.
2897 2000-07-18  Nick Clifton  <nickc@cygnus.com>
2899         * binutils.texi (readelf): Fix spelling typo.
2901 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
2903         * objdump.c (usage): Make output of `objdump --help' more
2904         consistent with the rest of the GNU world.  Add a line describing
2905         the purpose of the program.
2907 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
2909         * stabs.c (parse_stab_range_type): Cast to proper type to fix
2910         warning.
2912 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
2914         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2915         to fix warnings.
2916         (process_symbol_table): Ditto.
2917         (procesS_extended_line_op): Ditto.
2918         (display_debug_lines): Ditto.
2919         (display_debug_pubnames): Ditto.
2920         (read_and_display_attr): Ditto.
2922 2000-07-09  Nick Clifton  <nickc@cygnus.com>
2924         * MAINTAINERS: Add several more port specific maintainers.
2926 2000-07-05  Nick Clifton  <nickc@cygnus.com>
2928         * MAINTAINERS: Add blanket write privs for Michael Meissner.
2930 2000-06-05  DJ Delorie  <dj@redhat.com>
2932         * MAINTAINERS: New.
2934 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
2936         * dllwrap.c: Changed mistaken dyn_string_append() calls
2937         to dyn_string_append_cstr().
2939 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
2941         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2942         struct debug_type stores size in bytes.
2944 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
2946         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
2947         (CLEANFILES): Add DEPA.
2948         * Makefile.in: Regenerate.
2950 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
2952         * ar.c: Revert incorrect 2000-06-25 patch.
2953         * bucomm.c: Likewise.
2955 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2957         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2958         (external_coff_symbol_p): New function.
2959         (parse_coff): Use it.
2961 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
2963         * ar.c (normalize): Advance past both characters in a DOS based
2964         <letter>: filepath prefix.
2965         (main): Likewise.
2966         * bucomm.c (make_tempname): Likewise.
2968 2000-06-24  Nick Clifton  <nickc@cygnus.com>
2970         * objdump.c (usage): Fix description of --stabs switch.
2972 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
2974         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2975         find one.
2976         * Makefile.in: Regenerate.
2978 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
2980         * ar.c (normalize): Correct pointer comparison when checking for
2981         backslashes.
2982         (main): Likewise.
2983         * bucomm.c (make_tempname): Likewise.
2985         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2986         and search for backslashes in the original pathname.
2987         (ieee_add_bb11): Likewise.
2989 2000-06-18  Nick Clifton  <nickc@redhat.com>
2991         * ar.c (print_contents): Improve verbose message.
2993 2000-06-15  H.J. Lu  <hjl@gnu.org>
2995         * dyn-string.c: Removed. Not needed with dyn-string.c in
2996         libiberty.
2997         * dyn-string.h: Likewise.
2999         * Makefile.am: Remove references to dyn-string.c and
3000         dyn-string.h. Rebuild dependency.
3001         * Makefile.in: Rebuild.
3003 2000-06-15  H.J. Lu  <hjl@gnu.org>
3005         * binutils.texi: Put a warning on copying relocatable object
3006         files between two different formats.
3008 2000-06-13  DJ Delorie  <dj@cygnus.com>
3010         * rcparse.y (control): ICON controls take an id as the first
3011         parameter, not an optional string.  Also, call new convenience
3012         function that takes res_id's.
3013         * resrc.c (define_control): missing text means zero-length string,
3014         not zero ID.
3015         (define_icon_control): New.
3016         * windres.h: declare define_icon_control.
3018 2000-06-13  H.J. Lu  <hjl@gnu.org>
3020         * configure: Regenerate.
3022 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
3024         * configure.in (VERSION): Update to show this is the CVS mainline.
3026 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
3028         * strings.c (isgraphic): Interpret <TAB> as a printable character,
3029         analogous to <SPACE>.
3031 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
3033         * objdump.c (display_target_list): Use bfd_close_all_done, not
3034         bfd_close to fix crash caused by 2000-05-24 change.
3036 2000-05-25  DJ Delorie  <dj@cygnus.com>
3038         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
3040 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
3042         * Makefile.am: Update dependencies with "make dep-am"
3043         * Makefile.in: Regenerate.
3045 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
3047         * ar.c: Include filenames.h.
3048         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
3049         and drive letters in file names.
3050         (main): Support backslashes and drive letters in argv[0].  Drop
3051         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
3052         FILENAME_CMP instead of strcmp to compare file names.
3053         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
3054         DJGPP v2.
3055         (do_quick_append) [__GO32__]: Ditto.
3056         (get_pos_bfd, delete_members, move_members, replace_members):
3057         Compare file names with FILENAME_CMP.
3059         * bucomm.c: Include filenames.h.
3060         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
3061         forward/backward slashes and drive letters in file names.
3063         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
3064         mixed forward/backward slashes and drive letters in file names.
3066         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
3067         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
3068         mode.
3070         * objcopy.c: Include filenames.h.
3071         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
3072         before comparing to "strip".
3073         Use FILENAME_CMP to compare file names.
3075         * arsup.c: Include filenames.h.
3076         (map_over_list, ar_delete, ar_replace, ar_extract): Use
3077         FILENAME_CMP to compare file names.
3078         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
3079         the temporary file name.
3081         * configure.in: Check for setmode.
3082         * configure: Regenerate.
3084 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
3086         * objdump.c (display_target_list): Close the bfd.
3087         (display_info_table): Likewise.
3089 2000-05-14  H.J. Lu  (hjl@gnu.org)
3091         * objcopy.c (filter_symbols): Don't strip global symbols in
3092         relocatable object files.
3094 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
3096         * size.c (usage): Associate short options with corresponding long
3097         option to give a clue as to their function.
3099 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
3101         * size.c (main): Accept and ignore `-f' option.
3103 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
3105         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
3106         bindtextdomain): Replace defines with those from intl/libgettext.h
3107         to quieten gcc warnings.
3109 2000-05-12  H.J. Lu  <hjl@gnu.org>
3111         * nlmconv.c (temp_filename): Removed.
3113         * nlmconv.c (link_inputs): Use make_temp_file () instead of
3114         choose_temp_base ().
3115         * objdump.c (display_target_list): Likewise.
3116         (display_info_table): Likewise.
3118 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
3120         * objcopy.c (setup_section): Add const and gettext calls for err.
3122 2000-05-02  H.J. Lu  <hjl@gnu.org>
3124         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
3125         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
3126         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
3127         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
3128         and ELFOSABI_OPENBSD.
3130 2000-05-02  Kazu Hirata  <kazu@hxi.com>
3132         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
3133         * srconv.c: Likewise.
3134         * sysdump.c: Likewise.
3136 2000-04-23  Denis Chertykov  <denisc@overta.ru>
3138         * readelf.c (guess_is_rela): AVR uses RELA relocations.
3139         (get_machine_name): machine name for EM_AVR added.
3141 2000-04-21  Richard Henderson  <rth@cygnus.com>
3142             David Mosberger  <davidm@hpl.hp.com>
3144         * Makefile.am (readelf.o): Add elf/ia64.h.
3145         * Makefile.in: Rebuild.
3146         * readelf.c: Include elf/ia64.h.
3147         (guess_is_rela, dump_relocations): Handle EM_IA_64.
3149 2000-04-17  Timothy Wall  <twall@cygnus.com>
3151         * objdump.c (disassemble_data): Set octets per byte *after*
3152         resolving arch/mach for binary files.
3154 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3156         * arlex.l: Add directives to increase lex buffer size.
3158         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
3159         already included by bucomm.h.
3161 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
3163         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
3164         `strftime' since strftime is not available on all systems.
3165         (process_mips_specific): Ditto.
3167 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
3169         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
3170         --enable-build-warnings option.
3171         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3172         * Makefile.in, configure: Re-generate.
3174 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
3176         * addr2line.c: Update copyright.
3177         * objcopy.1: Likewise, and title.
3178         * strings.1: Likewise.
3180         * version.c (print_version): Add 2000.
3182         * rddbg.c (read_section_stabs_debugging_info): Don't use
3183         bfd_size_type for strx to avoid printf problems if BFD64.
3185         * bucomm.c: (report): Remove `static'.
3186         Move inclusion of stdarg.h/vararg.h from here.
3187         * bucomm.h: To here.
3188         (CONST): Change all occurences to const.
3189         (report): Declare it.
3190         (bfd_fatal): Add ATTRIBUTE_NORETURN.
3191         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
3192         (non_fatal): Add ATTRIBUTE_PRINTF_1.
3194         * ar.c (main): Use fatal or non_fatal instead of fprintf.
3195         Correct a typo in an error message.
3196         (do_quick_append): Use non_fatal instead of fprintf.
3197         (move_members): Use fatal instead of fprintf, exit.
3198         * coffdump.c (main): Same here.
3200         * dlltool.c (display): Delete.
3201         (warn): Delete.
3202         (inform): Use `report' instead of `display'.
3203         (rvaafter): Remove trailing \n from fatal error msg.
3204         (rvabefore): Ditto.
3205         (asm_prefix): Ditto.
3206         (yyerror): Replace `warn' with `non_fatal', and remove \n.
3207         (def_name): Likewise.
3208         (run): Likewise.
3209         (scan_all_symbols): Likewise.
3210         (gen_lib_file): Likewise.
3211         (def_library): Likewise.  Remove extra program_name too.
3212         (run): Remove \n from inform strings.
3213         (scan_drectve_symbols): Likewise.
3214         (add_excludes): Likewise.
3215         (scan_open_obj_file): Likewise.
3216         (gen_exp_file): Likewise.
3217         (gen_lib_file): Likewise.
3218         (process_duplicates): Likewise.
3220         * Makefile.am (dllwrap_SOURCES): Add version.c.
3221         * dllwrap.c (program_version): Delete.
3222         (print_version): Delete.
3223         (display): Always print trailing \n.
3224         (warn): New.
3225         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
3226         (run): Here too.
3227         (main): And here.
3228         (usage): gettext'ify.
3229         (long_options): Add missing initialisers.
3231         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
3232         (select_output_format): Likewise.
3233         (powerpc_mangle_relocs): Likewise.
3234         (link_inputs): Likewise.
3236         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
3237         (set_output_format): Likewise.
3238         (main): Use non_fatal instead of fprintf.
3239         (display_rel_file): Likewise.
3241         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
3242         (slurp_dynamic_symtab): Same here.
3243         (disassemble_data): And here.
3244         (read_section_stabs): And here.
3245         (read_section_stabs): And here.
3246         (dump_bfd): And here.
3247         (main): And here.
3248         (objdump_sprintf): Use fatal instead of fprintf, exit.
3249         (disassemble_data): Same here.
3251         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
3252         (parse_coff_struct_type): Same here.
3253         (parse_coff_enum_type): And here.
3254         (parse_coff): And here.
3255         * rddbg.c (read_debugging_info): And here.
3256         * size.c (main): And here.
3257         * windres.c (format_from_name): And here.
3258         * wrstabs.c (stab_write_symbol): Here too.
3259         (write_stabs_in_sections_debugging_info): And here.
3260         (stab_int_type): And here.
3261         (stab_struct_field): And here.
3262         (stab_typdef): And here.
3264         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
3265         * srconv.c (main): Same here.
3266         * strings.c (main): And here.
3267         (integer_arg): And here.
3268         * sysdump.c (main): And here.
3270 2000-04-06  Timothy Wall  <twall@cygnus.com>
3272         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
3274 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
3276         * readelf.c (decode_location_expression): Loop through multiple
3277         operations.
3278         (read_and_display_attr): Pass in length.
3280         * readelf.c (read_and_display_attr): Add CU offset to references.
3281         (display_debug_info): Pass it in.
3283 2000-04-06  Nick Clifton  <nickc@cygnus.com>
3285         * readelf.c (decode_ARM_machine_flags): New function.
3286         (get_machine_flags): Call decode_ARM_machine_flags for ARM
3287         targets.
3289         (get_machine_name): Catch EM_AVR
3291 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
3293         * binutils.texi: Remove optional `=' from long options that have
3294         an `=' in the argument.
3295         * objcopy.1: Here too.  Remove extra space on discard-all.
3297         * binutils.texi (objcopy): Mention --redefine-sym.
3298         * objcopy.1: Here too.
3299         * NEWS: And here.
3301         * objcopy.c (parse_flags): Split off flag names from error message
3302         gettext as they are not translated.
3303         (copy_main): Similarly split off option name for --add-section,
3304         --set-section-flags, --change-section-vma, --change-section-lma
3305         error messages.
3306         Some white space changes.
3308         from Matthew Benjamin <matt@linuxbox.nu>
3309         * objcopy.c (struct redefine_node): New.
3310         (redefine_sym_list): New.
3311         (redefine_list_append): New.
3312         (lookup_sym_redefinition): New.
3313         (OPTION_REDEFINE_SYM): New.
3314         (copy_options): Add --redefine-sym option.
3315         (copy_usage): Mention it.
3316         (filter_symbols): Rename symbols on redefine_sym_list.
3317         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
3318         (copy_main): Handle OPTION_REDEFINE_SYM.
3320 2000-04-04  H.J. Lu  <hjl@gnu.org>
3322         * readelf.c (process_symbol_table): Correctly read in symbol
3323         versioning information.
3325 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
3327         * po/binutils.pot: Regenerate.
3329         * addr2line.c (usage): Restore translated part of bug string.
3330         * ar.c (usage): Likewise.
3331         * nlmconv.c (show_usage): Likewise.
3332         * nm.c (usage): Likewise.
3333         * objcopy.c (copy_usage): Likewise.
3334         (strip_usage): Likewise.
3335         * objdump.c (usage): Likewise.
3336         * readelf.c (usage): Likewise.
3337         * size.c (usage): Likewise.
3338         * strings.c (usage): Likewise.
3339         * windres.c (usage): Likewise.
3341         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3342         (DEP): Quote when passing vars to sub-make.  Add warning
3343         message to end.
3344         (DEP1): Rewrite for "gcc -MM".
3345         (CLEANFILES): Add DEP2.
3346         Update dependencies.
3347         * Makefile.in: Regenerate.
3349 2000-04-04  H.J. Lu  <hjl@gnu.org>
3351         * Makefile.am (GENERATED_HFILES): Add rcparse.h
3352         (arparse.h): Depend on arparse.c
3353         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
3355 2000-04-03  H.J. Lu  (hjl@gnu.org)
3357         * size.c (usage): Use REPORT_BUGS_TO.
3359 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
3361         * bucomm.h: #include "bin-bugs.h"
3362         * addr2line.c (usage): Use REPORT_BUGS_TO.
3363         * ar.c (usage): Likewise.
3364         * nlmconv.c (show_usage): Likewise.
3365         * nm.c (usage): Likewise.
3366         (OPTION_TARGET): Define.
3367         (long_options): Use OPTION_TARGET rather than 200.
3368         (main): Likewise.
3370         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
3371         (strip_usage): Likewise.
3372         * objdump.c (usage): Likewise.
3373         * readelf.c (usage): Likewise.
3374         * strings.c (usage): Likewise.
3375         * windres.c (usage): Likewise.
3377 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3379         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
3381 2000-03-27  Nick Clifton  <nickc@cygnus.com>
3383         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
3384         string offsets in corrupt stabs entries.
3386 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
3388         * readelf.c: Include elf/avr.h
3389         (dump_relocations): Add EM_AVR case.
3391 2000-03-09  Tim Waugh  <twaugh@redhat.com>
3393         * strings.1: Correct '-bytes' to '--bytes'.
3395 2000-03-08  H.J. Lu  <hjl@gnu.org>
3397         * Makefile.am (install-exec-local): Depend on
3398         install-binPROGRAMS for parallel make.
3399         * Makefile.in: Regenerated.
3401 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
3403         From Brad Lucier <lucier@math.purdue.edu>:
3404         * readelf.c (process_dynamic_segment): Add cast to make sure
3405         argument to %* is int.
3407 2000-02-25  H.J. Lu  <hjl@gnu.org>
3409         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
3411 2000-02-24  Nick Clifton  <nickc@cygnus.com>
3413         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
3414         * configure: Regenerate.
3416         * dlltool.c: Add support for sh-pe and mips-pe targets.
3417         * rescoff.c: Add support for sh-pe and mips-pe targets.
3419 2000-02-23  H.J. Lu  <hjl@gnu.org>
3421         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
3423 2000-02-22  Nick Clifton  <nickc@cygnus.com>
3425         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
3427 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
3429         From Brad Lucier <lucier@math.purdue.edu>:
3430         * readelf.c (process_version_sections): Add casts to make sure
3431         argument to %* is an int.
3432         (process_mips_specific): Add casts to make printf arguments match
3433         format.
3435 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
3437         * objdump.c (dump_section_header): Change `opb' to unsigned.
3438         (find_symbol_for_address): Same here.
3439         (disassemble_data): And here.  Change `addr_offset',
3440         `stop_offset', `nextstop_offset' to unsigned long.
3441         (dump_data): Change opb to unsigned.
3443 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
3445         * resrc.c: Remove unmatched #if for cygwin.
3447 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3449         * binutils.texi: Document the change of flavor name from atpcs-special
3450         to special-atpcs to prevent name conflict in gdb.
3452 2000-02-08  Timothy Wall  <twall@redhat.com>
3454         * objdump.c (show_line): Fix bug preventing printing of the very
3455         first line (line zero) of a file when interlisting source and
3456         assembly.  Added option to print entire context from start of file
3457         when the first line from that file is encountered.
3459 2000-02-03  Timothy Wall <twall@redhat.com>
3461         * objdump.c (dump_section_header, find_symbol_for_address,
3462         show_line, disassemble_bytes, disassemble_data, dump_data):
3463         distinguish between octets and bytes.
3465 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
3467         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
3468         check to unresolved symbols.
3469         (print_symbol_info_sysv):  Ditto.
3470         (print_symbol_info_posix):  Ditto.
3472         * binutils.texi: Document new 'V' symclass flag for nm.
3474 2000-01-27  Nick Clifton  <nickc@redhat.com>
3476         * binutils.texi (objdump): Document new ARM specific
3477         disassembler options.
3479         * objdump.c (usage): Call disassembler_usage().
3481 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
3483         * readelf.c (get_dynamic_flags): Return buff.
3484         (process_dynamic_segment): Don't pass error strings to printf
3485         as format arg.
3486         (read_and_display_attr): Use lx and ld to print longs.
3487         (process_corefile_note_segment): Cast bfd_vma to unsigned long
3488         before printing.
3489         Update copyright.
3491 2000-01-17  Nick Clifton  <nickc@cygnus.com>
3493         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
3495 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
3497         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
3498         false.
3499         (debug_tag_type): Here too.
3500         * ieee.c (ieee_builtin_type): And here.
3501         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
3503 2000-01-13  Nick Clifton  <nickc@cygnus.com>
3505         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
3506         System/370".
3508 2000-01-11  Nick Clifton  <nickc@cygnus.com>
3510         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
3512 2000-01-10  Nick Clifton  <nickc@cygnus.com>
3514         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
3516 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
3518         * windres.c (long_options): Add --use-temp-file and
3519         --no-use-temp-file options.
3520         (usage): Document.
3521         (main): Handle.
3523         * windres.h: Update read_rc_file prototype.
3525         * resrc.c (cpp_temp_file): New static variable.
3526         (istream_type): New static variable.
3527         (close_pipe): Delete function.
3528         (run_cmd): New static function.
3529         (open_input_stream): New static function.
3530         (close_input_stream): New static function.
3531         (look_for_default): Handle DOS directory separator. Use
3532         open_input_stream instead of popen.
3533         (read_rc_file): Likewise.
3535         * binutils.texi: Document --use-temp-file, --no-use-temp-file
3536         options.
3538 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
3540         * dlltool.c (create_compat_implib): New variable.
3541         (gen_exp_file): Use.
3542         (make_one_lib_file): Use.
3543         (long_options): Add --compat-implib option.
3544         (usage): Handle.
3545         (main): Handle.
3547         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
3548         (main): Use. Don't look for "32" in cygwin and mingw target names.
3550 2000-01-03  Nick Clifton  <nickc@cygnus.com>
3552         * binutils.texi: Document new, ARM specific disassembler
3553         command line switch "-M force-thumb".
3555 For older changes see ChangeLog-9899
3557 Local Variables:
3558 mode: change-log
3559 left-margin: 8
3560 fill-column: 74
3561 version-control: never
3562 End: