fixed braino in changelog entry for replacement of "switches" with "options"
[binutils.git] / binutils / ChangeLog
blobfa47f51a9e041ffc6bf1033cf619eebb74fd49dd
1 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
3         * po/binutils.pot: Regenerate.
4         * po/fr.po: Regenerate.
5         * po/tr.po: Regenerate.
7 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
9         * po/tr.po: Import new version.
11 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
13         * readelf.c (get_ppc64_dynamic_type): New.
14         (get_dynamic_type): Call it.
16 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
18         * objcopy.c (copy_usage): Use "options" instead of "switches".
19         (strip_usage): Use "options" instead of "switches".
20         * doc/binutils.texi (dlltool):  Refer to "options" instead of
21         "switches".
23 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
25         * MAINTAINERS: Add self as co-maintainer for the ARM code.
27 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
29         * po/es.po: Import from translation project.
30         * configure.in (ALL_LINGUAS): Add es.
31         * configure: Regenerate.
33 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
35         * readelf.c (get_netbsd_elfcore_note_type): Use
36         NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
38 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
40         * readelf.c: Update copyright years.
41         (get_note_type): Return a const char *.
42         (get_netbsd_elfcore_note_type): New function.
43         (process_note): Use get_netbsd_elfcore_note_type to get
44         the note type string for NetBSD ELF core files.
46 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
48         * readelf.c (get_ia64_segment_type): Add support for macros.
49         (get_segment_type): Add support for IA64 specific macros.
51 2001-12-20  Julian v. Bock  <julian@wongr.net>
53         * readelf.c (print_symbol): New function: Print a formatted symbol
54         name.  If --wide is specified do not truncate it.
55         (dump_relocations): Use print_symbol() to print symbol names.
56         (process_symbol_table): Likewise.
57         (process_syminfo): Likewise.
58         (process_mips_specific): Likewise.
59         (usage): Document new feature of --wide switch.
60         * doc/binutils.texi (objdump): Document additional behaviour of
61         --wide.
62         
63 2001-12-18  Michael Snyder  <msnyder@redhat.com>
65         * objcopy.c (copy_file): Accept corefiles (format bfd_core).
66         (copy_object): Don't set the start address or flags of a core file.
67         (copy_section): Don't relocate a core file.  Don't copy contents
68         if the input section has the contents flag set, but the output
69         section does not (which happens with the fake 'note' pseudo-
70         sections that BFD creates for corefiles).
72 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
74         * readelf.c (get_machine_flags): Recognize header flags for ABI and
75         ASE extensions. More robust code for ISA checking. Ignore empty fields
76         in header flags for GNU extensions.
78 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
80         * objcopy.c (copy_archive): Set output bfd format outside the loop.
82 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
84         * po/ja.po: Import from translation project.
85         * configure.in (ALL_LINGUAS): Add ja.
86         * configure: Regenerate.
88 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
90         * addr2line.c (main): Protoype.
91         * ar.c (main): Protoype.
92         * nm.c (main): Protoype.
93         * objcopy.c (main): Protoype.
94         * objdump.c (main): Protoype.
95         * size.c (main): Protoype.
96         * strings.c (main): Protoype.
98 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
100         * readelf.c (symtab_shndx_hdr): New global.
101         (SECTION_HEADER_INDEX): Define.
102         (SECTION_HEADER_NUM): Define.
103         (SECTION_HEADER): Define.
104         (GET_ELF_SYMBOLS): Pass two params rather than three.
105         (get_32bit_elf_symbols): Take file and section args.  Read and
106         use SHT_SYMTAB_SHNDX.
107         (get_64bit_elf_symbols): Likewise.
108         (dump_relocations): Use SECTION_HEADER to index "section_headers".
109         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
110         Remember symtab_shdx_hdr.
111         (process_program_headers): Scan from index 1 for segment map.
112         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
113         "section_headers".
114         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
115         (process_unwind): Likewise.
116         (process_version_sections): Likewise.
117         (process_symbol_table): Likewise.
118         (display_debug_info): Likewise.
119         (process_dynamic_segment): Fake up a symtab section for changed
120         GET_ELF_SYMBOLS.
121         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
122         (process_program_headers): Kill signed/unsigned warning.
123         (load_debug_str): Likewise.
124         (display_debug_info): Likewise.
126 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
128         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
130 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
132         * readelf.c (process_file_header): Print extended e_shnum and
133         e_shdtrndx values.  Set elf_header values for same.
134         (get_32bit_section_headers): Add "num" arg to read "num" headers.
135         (get_64bit_section_headers): Likewise.
136         (process_section_headers): Update calls.
137         (get_file_header): Call get_32bit_section_headers or 64bit variant.
139 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
141         * objcopy.c (setup_section): Copy entsize.
143 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
145         * readelf.c (guess_is_rela): Add support for stormy16.
146         (dump_relocations): Likewise.
147         (get_machine_name): Likewise.
149 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
151         * dllwrap.c (main) Replace multiple strings describing a
152         single error with a single, newline escaped sentence to permit
153         better translation into foreign languages.
155         * readelf.c (get_elf_class): Remove internalionalisation of ELF
156         class names.
158 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
160         * strings.c (get_char): Initialize value.
162 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
164         * arlex.l: Silence compile warnings.
165         * arsup.h: Likewise. Fix formatting.
167 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
169         * strings.c: Include config.h before bfd.h.
170         (file_off): New type.
171         (file_open): Define.
172         (print_strings): Use file_off instead of file_ptr.  Print addresses
173         which don't fit into long correctly.
174         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
175         available.
176         (strings_file): Use file_off instead of file_ptr.  Use file_open.
177         * configure.in: Check for getc_unlocked.
178         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
179         be defined for it.
180         * configure: Rebuilt.
181         * config.h.in: Rebuilt.
183 2001-11-29  H.J. Lu <hjl@gnu.org>
185         * bucomm.c (make_tempname): Revert the changes made on
186         2001-11-14 and 2001-11-12. They won't work with directories.
188 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
190         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
191         CFLAGS_FOR_TARGET to runtest in environment.
192         * Makefile.in: Rebuild.
193         * doc/Makefile.in: Rebuild.
195 2001-11-28  Mike Stump  <mrs@wrs.com>
197         * objcopy.c (setup_section): Preserve SEC_RELOC when
198         --set-section-flags is used.
200 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
202         * readelf.c (do_debug_str): New variable.
203         (display_debug_str): New function: Display the contents of a
204         .debug_str section.
205         (load_debug_str): New function: Load in the contents of a
206         .debug_str section.
207         (free_debug_str): New function: Free the memory used by
208         load_debug_str().
209         (fetch_indirect_string): Retrieve a string from the .debug_str
210         section.
211         (usage): Add -ws.
212         (parse_args): Accept -ws.
213         (process_section_headers): Allow the display of the .debug_str
214         section.
215         (read_and_display_attr_value): Use fetch_indirect_string.  Show
216         offset into .debug_str section.
217         (display_debug_info): Use load_debug_str and free_debug_str.
218         (debug_displays): Add .debug_str.
219         * doc/binutils.texi: Document -ws.
221 2001-11-19  Andreas Jaeger  <aj@suse.de>
223         * testsuite/binutils-all/objdump.exp: Add x86-64.
225 2001-11-15  Andreas Schwab  <schwab@suse.de>
227         * readelf.c: Fix warnings without terminating newline.
229 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
231         * doc/binutils.texi (objdump): Document ppc -M options.
233 2001-11-14  Andreas Jaeger  <aj@suse.de>
235         * doc/binutils.texi (objdump): Fix description to use x86-64.
237 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
239         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
240         not all systems provide mkstemp.
242 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
244         * doc/binutils.texi (objdump): Document x86 -M options.
246 2001-11-13  Keith Walker <keith.walker@arm.com>
248         * readelf.c (read_and_display_attr_value): New function to
249         handle DW_FORM_indirect.
250         (read_and_display_attr): Use it.
252 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
254         * readelf.c (display_debug_lines): Deal with unknown standard
255         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
256         DW_LNS_set_isa.
258 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
260         * MAINTAINERS: Add self as tic54x maintainer.  This target
261         includes the IBM C54XDSP clone.
263 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
265         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
267 2001-11-09  Jeffrey A Law  (law@cygnus.com)
269         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
270         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
271         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
272         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
273         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
274         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
275         (unw_decode_b2, unw_decode_b3_b4): Likewise.
277         * readelf.c (get_elf_class): Fix ISO portability glitch.
278         (get_data_encoding, get_osabi_name, request_dump): Likewise.
280 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
282         * readelf.c (debug_str, debug_str_size): New.
283         (display_debug_abbrev): If no abbrevs were read, skip the CU.
284         Call free_abbrevs.
285         (read_and_display_addr): Handle DW_FORM_strp.
286         (display_debug_info): Read .debug_str section if present,
287         so that DW_FORM_strp can be handled.
288         Fix test for non-existant .debug_abbrev section.
290 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
292         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
294         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
296 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
298         * MAINTAINERS: Add self as s390/s390x maintainer.
300 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
302         * MAINTAINERS: Add self as PPC XCOFF maintainer.
304 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
306         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
307         * configure: Regernate.
308         * po/fr.po: New file.
309         * po/tr.po: New file.
311 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
313         * MAINTAINERS: Add self as MMIX port maintainer.
314         * readelf.c: Include elf/mmix.h.
315         (guess_is_rela): MMIX is RELA.
316         (dump_relocations): Handle MMIX relocations.
317         * Makefile.am: Regenerate dependencies.
318         * Makefile.in: Regenerate.
320 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
322         * readelf.c (parse_args): Handle multiple options to the -w
323         switch.
325 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
327         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
328         LOPROC, LOOS and LOUSER.
330 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
332         * MAINTAINERS: Update my email address.
334 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
336         * doc/Makefile.in: Regenerate.
337         * configure: Regenerate.
339 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
341         * readelf.c (display_debug_line, display_debug_pubnames,
342         display_debug_info, display_debug_frames): Detect and warn
343         about 64-bit format entries.
344         (display_debug_aranges): Reword 64-bit warning.
345         (debug_displays): Add .debug_pubtypes as a known, but not yet
346         supported, debug section.
348 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
350         * coffdump.c (PROGRAM_VERSION): Delete.
351         (main <'V'>): Call print_version.
352         * srconv.c: Likewise.
353         * sysdump.c: Likewise.
354         * version.c (program_version): Remove.
355         (print_version): Use BFD_VERSION_STRING.  Just print the current
356         year in copyright message.
357         * addr2line.c (program_version): Remove unused declaration.
358         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
359         place of BFD_VERSION.
360         * Makefile.am (Makefile): Depend on bfd/configure.in.
361         (cplus-dem.o): Depend on Makefile.
362         Run "make dep-am".
363         * Makefile.in: Regenerate.
365 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
367         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
368         format .debug_arange sections.
369         (main): Add missing prototype.
371 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
373         * Makefile.am: Update dependencies with "make dep-am".
374         * Makefile.in: Regenerate.
376 2001-09-28  Richard Henderson  <rth@redhat.com>
378         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
380 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
382         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
383         VA_CLOSE.
384         (non_fatal): Likewise.
385         * objdump.c (objdump_sprintf): Likewise.
386         * readelf.c (error): Likewise.
387         (warn): Likewise.
389 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
391         * readelf.c (do_wide): New.
392         (options): Add --wide.
393         (usage, parse_args): Likewise.
394         (process_program_headers): Put each segment on a single line if
395         --wide is given.
396         (process_section_headers): Put each section on a single line if
397         --wide is given.
398         * doc/binutils.texi: Document it.
399         * NEWS: Likewise.
401 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
403         * readelf.c (print_vma): Print 8 digits of low hex value.
405 2001-09-24  Andreas Jaeger  <aj@suse.de>
407         * nlmconv.c: Fix warnings about unused attributes and function
408         prototypes.
410         * strings.c: Add prototype for get_char.
412 2000-09-19  H.J. Lu  <hjl@gnu.org>
414         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
415         $(srcdir)/cxxfilt.man.
416         * doc/Makefile.in: Rebuild.
418 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
420         * objcopy.c (copy_main): Correct rename-section string parsing.
421         Consolidate new_name parsing, and error messages.
423 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
425         * addr2line.c: Don't include <ctype.h>.
426         (main): For gettext, also set the LC_CTYPE locate facet.
427         * ar.c (main): Likewise.
428         * coffdump.c (main): Likewise.
429         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
430         (main): For gettext, also set the LC_CTYPE locate facet.
431         Use ISALNUM instead of isalpha/isdigit.
432         * dllwrap.c: Don't include <ctype.h>.
433         (main): For gettext, also set the LC_CTYPE locate facet.
434         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
435         (main): For gettext, also set the LC_CTYPE locate facet.
436         Use TOUPPER instead of islower/toupper.
437         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
438         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
439         Use TOUPPER instead of islower/toupper.
440         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
441         * objcopy.c (main): Likewise.
442         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
443         (disassemble_bytes): Use ISPRINT instead of isprint.
444         (dump_section_stabs): Use ISDIGIT instead of isdigit.
445         (dump_data): Use ISPRINT instead of isprint.
446         (main): For gettext, also set the LC_CTYPE locate facet.
447         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
448         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
449         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
450         Use TOUPPER instead of islower/toupper.
451         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
452         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
453         (write_rc_accelerators): Use ISPRINT instead of isprint.
454         (write_rc_rcdata): Likewise.
455         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
456         * srconv.c (main): Likewise.
457         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
458         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
459         isdigit/isupper/islower.
460         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
461         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
462         stab_demangle_prefix, stab_demangle_qualified,
463         stab_demangle_template, stab_demangle_type,
464         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
465         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
466         (isgraphic): Use ISPRINT instead of isascii/isprint.
467         (main): Remove HAVE_LC_MESSAGES dependency.
468         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
469         (pbarray): Use ISPRINT instead of isprint.
470         (main): For gettext, also set the LC_CTYPE locate facet.
471         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
472         (format_from_filename): Use ISPRINT instead of isprint.
473         (main): For gettext, also set the LC_CTYPE locate facet.
474         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
475         (unicode_print): Use ISPRINT instead of isprint.
476         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
477         (stab_variable): Use ISDIGIT instead of isdigit.
479 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
481         * ar.c (print_contents): Cast args of bfd_seek to the right types.
482         Replace bfd_read call with call to bfd_bread.
483         (extract_file): Likewise.
485         * objdump.c (dump_section_header): Cast section->filepos to
486         unsigned long to suit printf format string.
487         * readelf.c (process_section_headers): Similarly for sh_offset.
488         (process_unwind): Likewise.
490 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
492         * strings.c (encoding, encoding_bytes): New variables.
493         (long_options): Add --encoding.
494         (main): Accept -e and --encoding.
495         (get_char): New function.  Read a, possibly wide, character from
496         the input stream.
497         (print_strings): Use get_char().
498         (usage): Document new command line option.
499         * doc/binutils.texi: Document new command line option.
500         * NEWS: Announce new command line option.
502 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
504         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
505         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
506         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
507         Removed EM_CYGNUS_ARC.
509 2001-09-04  Jeffrey A Law  (law@cygnus.com)
511         * readelf.c: Include elf/h8 for H8 series definitions.
512         (guess_is_rela): H8 series if RELA.
513         (dump_relocations): Handle H8 series relocations.
515 2001-08-31  Eric Christopher  <echristo@redhat.com>
517         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
519 2001-08-29  Peter Targett  <peter.targett@arccores.com>
521         * MAINTAINERS: Include ARC Maintainer.
523 2001-08-29  Ben Elliston  <bje@redhat.com>
525         * stabs.c (stab_demangle_template): Initialise s4.
527 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
529         * readelf.c (dump_relocations): Recognise EM_PPC64.
531 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
533         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
535 2001-08-25  H.J. Lu  <hjl@gnu.org>
537         * nm.c (print_width): New.
538         (display_rel_file): Set `print_width' according to
539         bfd_sprintf_vma.
540         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
542 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
544         * objcopy.c (use_alt_mach_code): New variable.
545         (OPTION_ALT_MACH_CODE): Define.
546         (copy_options): Added --alt-machine-code.
547         (copy_main): Handle it.
548         (copy_object): Switch to alternate machine code if requested.
549         * doc/binutils.texi: Document new option.
550         * NEWS: Likewise.
552 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
554         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
556 2001-08-21  H.J. Lu  <hjl@gnu.org>
558         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
559         (display_debug_info): Cast for 64bit hosts.
560         (display_debug_frames): Likewise.
561         (process_mips_specific): Likewise.
563 2001-08-21  Andreas Jaeger  <aj@suse.de>
565         * coffgrok.h: Add missing parameter for prototype of coff_grok.
567         * sysdump.c: Add missing prototypes.
568         * srconv.c: Likewise.
569         * unwind-ia64.c: Likewise.
570         * coffdump.c: Likewise.
572         * sysinfo.y: Print prototypes, include <ansidecl.h>.
574         * coffgrok.c: Add missing prototypes, include libiberty.h instead
575         of declaring xcalloc.
577 2001-08-10  H.J. Lu  <hjl@gnu.org>
579         * nm.c (print_value): Add one arg, bfd *.
580         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
581         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
582         (print_symbol_info_sysv): Likewise.
583         (print_symbol_info_posix): Likewise.
585         * objdump.c (dump_section_header): Replace printf_vma with
586         bfd_printf_vma.
587         (print_section_stabs): Likewise.
588         (dump_bfd_header): Likewise.
589         (objdump_print_value): Replace sprintf_vma with
590         bfd_sprintf_vma.
591         (disassemble_bytes): Likewise.
592         (dump_reloc_set): Likewise.
594 2001-08-10  Andreas Jaeger  <aj@suse.de>
596         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
597         to build warnings.
598         * configure: Regenerate.
600 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
602         * readelf.c: Add missing prototypes.
603         * objdump.c: Likewise.  Format existing prototypes.
605 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
607         * readelf.c (display_debug_info): Add to abbrev_offset the addend
608         of any RELA relocation for the abbrev_offset memory location that
609         refers to the .debug_abbrev section symbol.
611 2001-08-07  H.J. Lu  <hjl@gnu.org>
613         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
614         (main): Return process_file ().
616 2001-08-05  Philip Blundell  <philb@gnu.org>
618         * doc/binutils.texi: Use "Thumb" not "THUMB".
620 2001-08-03  John Healy  <jhealy@redhat.com>
622         Patch suggested by Frank Eigler <fche@redhat.com>.
623         * objdump.c (disassemble_data): Fill in section member of the
624         disasm_info structure.
626 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
628         * configure.in: Added --with-windres option.
629         * configure: Regenerated.
631 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
633         * doc/binutils.texi: Use @command{name} for commands;
634         use @option{-opt} for options; use @table @env for list of options;
635         remove spaces arround [ | ] in synopsis.
637         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
638         center title.
640 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
642         * objcopy.c: Fix formatting.
643         (section_rename): New structure.
644         (OPTION_RENAME_SECTION): New switch.
645         (copy_usage): Document new switch.
646         (add_section_rename): New function: Add a node to the section
647         rename list.
648         (find_section_rename): New function: Find the new name and
649         flags for a section.
650         (setup_section): Call find_section_name to determine the name
651         of the output section.
652         (copy_main): Handle OPTION_RENAME_SECTION.
653         * binutils.texi: Document new switch.
654         * NEWS: Mention new switch.
656 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
658         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
659         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
660         bug-binutils@gcc.org.
662 2001-07-28  Matthias Kramm  <kramm@quiss.org>
664         * bucomm.c (list_supported_architectures): New function.
665         * bucomm.h (list_supported_architectures): Declare.
666         * objdump.c (usage): Call the above.
668 2001-07-25  Dave Brolley  <brolley@redhat.com>
670         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
671         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
673 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
675         * README: Update for 2.11.  Change bug reporting email address.
676         * MAINTAINERS: Tidy up.  Change bug reporting email address.
678 2001-07-16  DJ Delorie  <dj@redhat.com>
680         * resres.c (write_res_header): Align header size.
681         (res_align_file): Calculate alignment correctly.
683         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
684         correct 10).
685         * resrc.c (write_rc_resource): Likewise.
686         * windres.h (SUBLANG_SHIFT): Define - as 10.
688 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
690         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
692 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
694         * MAINTAINERS: Add notes about branch checkins.
696 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
698         * readelf.c (display_debug_macinfo): New function, display
699         .debug_macinfo section.
700         (do_debug_macinfo): New variable.
701         (parse_args): Handle "-w[mM]" to mean display macro info.
702         (process_section_headers): Handle debug_macinfo.
703         (debug_displays): Replace unsupported function with macinfo
704         function for .debug_macinfo display.
705         * doc/binutils.texi: Document new command line switch.
706         * NEWS: Document new feature of readelf.
708 2001-07-05  H.J. Lu  <hjl@gnu.org>
710         * objcopy.c (filter_symbols): Don't turn undefined symbols
711         into local.
713 2001-07-03  H.J. Lu <hjl@gnu.org>
715         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
716         $@.pod.
717         (ar.1): Likewise.
718         (dlltool.1): Likewise.
719         (nlmconv.1): Likewise.
720         (nm.1): Likewise.
721         (objcopy.1): Likewise.
722         (objdump.1): Likewise.
723         (ranlib.1): Likewise.
724         (readelf.1): Likewise.
725         (size.1): Likewise.
726         (strings.1): Likewise.
727         (strip.1): Likewise.
728         (windres.1): Likewise.
729         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
730         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
731         $(DEMANGLER_NAME).
732         (as.1): Removed.
733         * doc/Makefile.in: Regenerated.
735 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
737         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
739 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
741         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
743 2001-06-29  James Cownie <jcownie@etnus.com>
745         * readelf.c: Support DWARF 2.1 attributes.
747 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
749         * readelf.c (GET_DATA_ALLOC): Remove.
750         (GET_DATA): Remove.
751         (get_data): New function combining above macros, with an extra
752         test for zero size.
753         (slurp_rela_relocs): Use get_data, and catch error return.
754         (slurp_rel_relocs): Likewise.
755         (get_32bit_program_headers): Likewise.
756         (get_64bit_program_headers): Likewise.
757         (get_32bit_section_headers): Likewise.
758         (get_64bit_section_headers): Likewise.
759         (get_32bit_elf_symbols): Likewise.
760         (get_64bit_elf_symbols): Likewise.
761         (process_section_headers): Likewise.
762         (process_relocs): Likewise.
763         (slurp_ia64_unwind_table): Likewise.
764         (process_unwind): Likewise.
765         (get_32bit_dynamic_segment): Likewise.
766         (get_64bit_dynamic_segment): Likewise.
767         (process_dynamic_segment): Likewise.
768         (process_version_sections): Likewise.
769         (process_symbol_table): Likewise.
770         (dump_section): Likewise.
771         (display_debug_info): Likewise.
772         (display_debug_section): Likewise.
773         (process_section_contents): Likewise.
774         (process_corefile_note_segment): Likewise.
775         (process_mips_specific): Likewise.  Also free econf32, econf64.
777 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
779         * readelf.c (dump_relocations): Print "bad symbol index" if
780         symtab == NULL with non-zero symtab_index.
781         (process_relocs): Don't bomb if reloc section has no symsec.
783 2001-06-24  H.J. Lu  <hjl@gnu.org>
785         * objcopy.c (strip_main): Revert the change made on 2001-05-30
786         by accident.
787         (copy_main): Apply the the change made to strip_main on
788         2001-05-30 by accident.
790 2001-06-23  Andreas Jaeger  <aj@suse.de>
792         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
793         parameter 'code'.
794         (unw_decode_x2): Likewise.
795         (unw_decode_x3): Likewise.
796         (unw_decode_x4): Likewise.
798 2001-06-23  Ben Elliston  <bje@redhat.com>
800         * MAINTAINERS: Add myself as M88k maintainer.
802 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
804         * objcopy.c (strip_main): Support -o or --output-file command lien
805         switch.
807 2001-06-19  H.J. Lu <hjl@gnu.org>
809         * doc/Makefile.in: Regenerated.
811 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
813         * readelf.c: Restore formatting.
815 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
817         * Makefile.am: Move documentation into doc subdirectory.
818         * Makefile.in: Regenerated.
819         * binutils.texi: Move into doc subdirectory.
820         * addr2line.1: Removed.
821         * ar.1: Likewise.
822         * dlltool.1: Likewise.
823         * nlmconv.1: Likewise.
824         * nm.1: Likewise.
825         * objcopy.1: Likewise.
826         * objdump.1: Likewise.
827         * ranlib.1: Likewise.
828         * readelf.1: Likewise.
829         * size.1: Likewise.
830         * strings.1: Likewise.
831         * strip.1: Likewise.
832         * windres.1: Likewise.
833         * cxxfilt.man: Likewise.
834         * doc: New Directory.
835         * doc/Makefile.am: New file.
836         * doc/Makefile.in: Generate.
838 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
840         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
842 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
844         * MAINTAINERS: Update my email address.
846 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
848         * objcopy.c: Add new switches: --keep-global-symbol,
849         --keep-symbols, --localize-symbols, --keep-global-symbols and
850         --weaken-symbols.
851         * binutils.texi: Document new switches.
852         * objcopy.1: Regenerate.
853         * NEWS: Announce new feature.
855 2001-05-28  Andreas Jaeger  <aj@suse.de>
857         * readelf.c (display_debug_frames): Fix warnings: Remove unused
858         variables, fix format strings.
860 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
862         * objdump.c (disassemble_bytes): Remove section VMA adjustment
863         when computing the address of the line to show.
865 2001-05-16  Richard Henderson  <rth@redhat.com>
867         * readelf.c (do_debug_frames_interp): New.
868         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
869         (byte_get_big_endian): Likewise.
870         (parse_args) ['F']: Set do_debug_frames_interp.
871         (Frame_Chunk): Make data_factor signed, add fde_encoding.
872         (frame_display_row): Don't trunc pc_begin to int.
873         (size_of_encoded_value): New.
874         (display_debug_frames): Handle 64-bit targets.  Print raw data
875         unless do_debug_frames_interp.
876         (debug_displays): Remove duplicate .debug_frame.
878 2001-05-15  Ralf Baechle  <ralf@gnu.org>
880         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
881         The former constant was never in active use and is used otherwise
882         by the ABI.
884 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
886         * readelf.c (process_unwind): Print all unwind sections, not just
887         one.
889 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
891         * readelf.c (process_unwind): Remove const specifier.
893 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
895         * strings.c (isgraphic): Do not use isascii() unless it is needed
896         for isprint() to work.
897         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
899 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
901         * NEWS: Announce support for OpenRISC.
903 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
905         * dlltool.c (do_default_excludes): Initialise to true.
907 2001-04-10  Alan Modra  <amodra@one.net.au>
909         * MAINTAINERS: Update my email address
910         * nm.c (print_symbol_info_bsd): Use a simple printf string.
912 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
914         * readelf.c (display_debug_lines): Fix typo for "Prologue".
916 2001-03-30  H.J. Lu  <hjl@gnu.org>
918         * readelf.c (process_unwind): Just return if do_unwind is 0.
920 2001-03-28  Roger Sayle  <roger@metaphorics.com>
922         * dlltool.c (make_one_lib_file): Fix section flags for
923         .text, .data and .bss in stub ds*.o files to match those
924         generated by gas.
926 2001-03-29  H.J. Lu  <hjl@gnu.org>
928         * readelf.c (process_unwind): Only do unwind sections for
929         IA64.
931 2001-03-28  H.J. Lu  <hjl@gnu.org>
933         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
934         * Makefile.in: Regenerate.
936 2001-03-26  Andreas Jaeger  <aj@suse.de>
938         * binutils.texi (nm): Fix texi syntax.
940 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
942         * binutils.texi: Put @c man begin and @c man end indications
943         to generate man pages using texi2pod and pod2man. Put @c man title
944         to identify each man. Add SEEALSO entries.
945         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
946         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
947         sort the list.
948         (*.1): Build the man pages from binutils.texi.
949         * Makefile.in: Regenerate.
951 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
953         * defparse.y (opt_equal_name): allow "." in name.
954         * dlltool.c (def_exports): Added ability to generate forwarded exports.
955         (gen_exp_file): Likewise.
957 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
959         * NEWS: Document addition of -B switch to objcopy.
960         * binutils.texi:  Document addition of -B switch to objcopy.
961         * objcopy.c: (copy_options): Add --binary-architecture.
962         (copy_usage): Document -B/--binary-architecture.
963         (copy_main): Support -B/--binary-architecture.  Set
964         bfd_external_binary_architecture.
966 2001-03-11  Andreas Jaeger  <aj@suse.de>
968         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
969         (dump_relocations): Likewise.
970         (get_machine_name): Likewise.
972 2001-02-28  Nick Clifton  <nickc@redhat.com>
974         * readelf.c: (struct unw_aux_info): Remove const modifier for
975         'strtab' field.
976         (process_unwind): Remove non-K&R compliant LHS type cast in call
977         to GET_DATA_ALLOC macro.
979 2001-02-28  Philip Blundell  <pb@futuretv.com>
981         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
982         ABI is in use; remove ambiguity between the "unknown" EABI and
983         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
984         renamed EF_xx constants.
986 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
988         * configure.in (BFD_VERSION): New.
989         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
990         * configure: Regenerate.
991         * Makefile.am: Run "make dep-am"
992         * Makefile.in: Regenerate.
994 2001-02-14  Nick Clifton  <nickc@redhat.com>
996         * MAINTAINERS: Add "Obvious Fix" rule.
998 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1000         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1001         literal concatenation.
1003 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1005         * readelf.c (struct unw_aux_info): Remove const from the info member.
1006         (process_unwind): Don't type-cast the third argument to the
1007         GET_DATA_ALLOC macro.
1009 2001-02-11  Nick Clifton  <nickc@redhat.com>
1011         * readelf.c (dump_relocations): Free corrected allocated
1012         array.
1013         (process_unwind): Fix compile time warning.
1015 2001-02-10  Nick Clifton  <nickc@redhat.com>
1017         * binutils.texi: Document new --unwind option to readelf.
1019 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1021         * readelf.c: Add linux target for S/390.
1023 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
1025         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1026         printf is a macro.
1028 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
1030         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1031         * aclocal.m4: Regenerate.
1032         * configure: Regenerate.
1034 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
1036         * bucomm.c (bfd_target_vector): Change extern array to pointer.
1037         * objdump.c (bfd_target_vector): Likewise.
1039 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
1041         * readelf.c (process_unwind): New function.
1042         (slurp_ia64_unwind_table): Ditto.
1043         (dump_ia64_unwind): Ditto.
1044         (find_symbol_for_address): Ditto.
1045         (slurp_rela_relocs): New function (split off from dump_relocations()).
1046         (slurp_rel_relocs): Ditto.
1047         (parse_args): Handle '-u' option.
1049         * unwind-ia64.c: New file.
1050         * unwind-ia64.h: New file.
1051         * Makefile.am: Include unwind-ia64.c in readelf build.
1052         * Makefile.in: Regenerate.
1053         * po/binutils.pot: Regenerate.
1055 2001-02-04  Philip Blundell  <philb@gnu.org>
1057         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1058         * configure: Regenerate.
1060 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
1062         * ieee.c (ieee_add_bb11): Don't check for backslashes
1063         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1065 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
1067         * ieee.c: Update copyright.
1068         (ieee_start_compilation_unit): Don't check for backslashes
1069         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1071         * stabs.c: Update copyright. Include "filenames.h".
1072         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1074 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
1076         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1077         sections are present before using them.  Remove code duplication.
1078         (process_symbol_table): Check if VERDEF or VERNEED sections are
1079         present before using them.
1081 2001-01-17  Nick Clifton  <nickc@redhat.com>
1083         * objcopy.c (copy_object): Fail if attempting to convert the
1084         endianness of the input object file.
1086         * binutils.texi: Explain that objcopy cannot convert endianness.
1088 2001-01-16  Nick Clifton  <nickc@redhat.com>
1090         * readelf.c (string_table_length): New variable.
1091         (SECTION_NAME): Catch out of range indices and missing section
1092         pointers.
1093         (process_section_headers): Delete useless local variable
1094         string_table_offset.  Set the value of string_table_length
1095         after loading the string table.
1096         (process_mips_specific): Use SECTION_NAME macro.
1097         (process_file): Set string_table_length to 0 when it is freed.
1099 2001-01-12  Nick Clifton  <nickc@redhat.com>
1101         * version.c (print_version): Update copyright date.
1103 2001-01-11  Peter Targett  <peter.targett@arccores.com>
1105         * readelf.c (dump_relocations): Include selection with EM_ARC.
1106         (get_machine_name) Update name to "ARC".
1108 2001-01-09  Nick Clifton  <nickc@redhat.com>
1110         * Makefile.am: Add rule to build objdump.o from objdump.c and
1111         using OBJDUMP_DEFS.
1112         * Makefile.in: Regenerate.
1114         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
1115         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1116         -DDISASSEMBLER_NEEDS_RELOCS.
1117         * configure: Regenerate.
1119         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1120         is defined read in the relocs even if dump_reloc_info is
1121         false.
1123 2001-01-07  Philip Blundell  <philb@gnu.org>
1125         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1126         `bug-binutils'.
1127         * README: Likewise.
1129 2000-12-19  Nick Clifton  <nickc@redhat.com>
1131         * dlltool.c: Add missing support for arm-epoc-pe.
1132         * configure.in: Add missing support for arm-epoc-pe.
1133         * configure: Regenerate.
1135 2000-12-15  Nick Clifton  <nickc@redhat.com>
1137         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1138         Mode parts of the x86 port.
1140 2000-12-04  Andreas Jaeger  <aj@suse.de>
1142         * readelf.c (guess_is_rela): Add EM_X86_64.
1143         (dump_relocations): Add EM_X86_64.
1144         (get_machine_name): Add EM_X86_64.
1145         Include "elf/x86-64.h".
1147 2000-12-12  Nick Clifton  <nickc@redhat.com>
1149         * readelf.c: Fix formatting.
1151 2000-12-11  Jan Hubicka  <jh@suse.cz>
1153         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1155 2000-12-07  Andrew Haley  <aph@redhat.com>
1157         * readelf.c (display_debug_frames): Only display columns that are
1158         referenced by the frame debug info.
1160 2000-12-05  Nick Clifton  <nickc@redhat.com>
1162         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1164 2000-12-04  Jason Merrill  <jason@redhat.com>
1166         * readelf.c (process_section_headers): Handle linkonce.wi sections.
1167         (display_debug_section): Likewise.
1168         (display_debug_info): Display CU header before bailing.
1170 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
1172         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1173         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
1174         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
1176         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1177         and E_MIPS_ARCH_64.
1179         * readelf.c (get_machine_flags): Add case for
1180         E_MIPS_MACH_SB1.
1182 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
1184         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1186 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
1188         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
1189         Change sourceware.cygnus.com to sources.redhat.com.
1190         Fix typo for "amongst".
1192 2000-11-28  Nick Clifton  <nickc@redhat.com>
1194         * strip.1 (COPYING): Mention that the GNU Free Documentation
1195         License is present in the sources, but not the output, and
1196         also available from the GNU website.
1197         (GNU Free Documentation License): Comment out this section.
1198         * strings.1: Ditto.
1199         * size.1: Ditto.
1200         * ranlib.1: Ditto.
1201         * objdump.1: Ditto.
1202         * objcopy.1: Ditto.
1203         * nm.1: Ditto.
1204         * nlmconv.1: Ditto.
1205         * ar.1: Ditto.
1206         * addr2line.1: Ditto.
1208 2000-11-27  DJ Delorie  <dj@redhat.com>
1210         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
1211         (parse_args): Support -wf option.
1212         (process_section_headers): Ditto.
1213         (debug_displays): Ditto.
1214         (display_debug_frames): New, dump *_frame sections.
1215         (frame_need_space): Support for above.
1216         (frame_display_row): Ditto.
1217         * binutils.texi: Document it.
1219 2000-11-24  Nick Clifton  <nickc@redhat.com>
1221         * NEWS: Announce support for v5t, v5te and XScale.
1223 2000-11-22  Nick Clifton  <nickc@redhat.com>
1225         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
1226         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
1227         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
1228         (get_elf_section_flags: Add SHF_GROUP.
1229         (process_section_headers): Adjust output for 32-bit binaries
1230         to look nice on an 80 column terminal.
1232 2000-11-20  H.J. Lu  <hjl@gnu.org>
1234         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
1235         ELFOSABI_AIX.
1237 2000-11-17  Richard Henderson  <rth@redhat.com>
1239         * readelf.c (display_debug_lines): Adjust last change to
1240         use sizeof (external->li_length).
1242 2000-11-17  Richard Henderson  <rth@redhat.com>
1244         * readelf.c (display_debug_lines): Fix section length check
1245         and end_of_sequence computation.
1247 2000-11-06  Nick Clifton  <nickc@redhat.com>
1249         * binutils.texi: Add GNU Free Documentation License.
1250         * objcopy.1: Add GNU Free Documentation License.
1251         * objdump.1: Add GNU Free Documentation License.
1252         * addr2line.1: Add GNU Free Documentation License.
1253         * ar.1: Add GNU Free Documentation License.
1254         * nlmconv.1: Add GNU Free Documentation License.
1255         * nm.1: Add GNU Free Documentation License.
1256         * ranlib.1: Add GNU Free Documentation License.
1257         * size.1: Add GNU Free Documentation License.
1258         * strings.1: Add GNU Free Documentation License.
1259         * strip.1: Add GNU Free Documentation License.
1261 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
1263         * objcopy.c (--srec-len=nn): New parameter to set the
1264         maximum length of generated Srecords.
1265         (--srec-forceS3): New parameter that restricts the generation of
1266         Srecords to type S3 only.
1267         * binutils.texi: Document new command line switches.
1268         * objcopy.1: Docuemnt the new command line switches.
1269         * NEWS: Announce the existence of the new command line switches.
1271 2000-10-31  Nick Clifton  <nickc@redhat.com>
1273         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
1274         code.  Add Eric Chrisopher as maintainer of MN10300 port.
1276 2000-10-12  Roger Sayle  <roger@metaphorics.com>
1278         * Make comma after string after icon/control optional.
1280 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
1282         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
1284         * NEWS: Mention support for MIPS32.
1286 2000-09-08  Nick Clifton  <nickc@redhat.com>
1288         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
1290 2000-09-07  H.J. Lu  <hjl@gnu.org>
1292         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1293         * configure: Rebuild.
1295 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
1297         * configure: Rebuilt with new libtool.m4.
1299 2000-09-05  Nick Clifton  <nickc@redhat.com>
1301         * aclocal.m4: Regenerate.
1302         * config.in: Regenerate.
1303         * configure: Regenerate.
1305 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
1307         * strip.1: Fix stray '\' in -o formatting.
1309 2000-09-02  Nick Clifton  <nickc@redhat.com>
1311         * configure.in: Increase version number to 2.10.91.
1312         * configure: Regenerate.
1313         * aclocal.m4: Regenerate.
1314         * config.in: Regenerate.
1315         * po/binutils.pot: Regenerate.
1317 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
1319         * acinclude.m4: Include libtool and gettext macros from the
1320         top level.
1321         * aclocal.m4, configure: Rebuilt.
1323 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
1325         * resrc.c (close_input_stream): Delete extraneous logic
1327 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
1329         * NEWS: Mention support for CRIS.
1331 2000-08-21  Nick Clifton  <nickc@redhat.com>
1333         * addr2line.c: Changed email address for Ulrich Lauther.
1335 2000-08-17  Christopher C. Chimelis <chris@debian.org>
1337         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
1339 2000-08-17  Nick Clifton  <nickc@redhat.com>
1341         * readelf.c (display_debug_pubnames): Only issue warning
1342         message once.  Terminate message with a new line.
1343         (display_debug_aranges): Only display version 2 debug info.
1345 2000-08-14  Todd Vierling <tv@wasabisystems.com>
1347         * objcopy.c (strip_main): Silently accept -d as an alias for -g
1348         for compatability with old BSD systems.
1350 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
1352         * NEWS: Mention i860 support.
1354 2000-08-11  Carlo Wood <carlo@alinoe.com>
1356         * addr2line.c (main): Add const to char *.
1358 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
1360         * ar.c (main): Don't crash if called with no arguments
1361         or only '-X32_64' as an argument.
1363 2000-08-08  DJ Delorie  <dj@redhat.com>
1365         * resrc.c: use "gcc -xc" instead of -xc-header
1367 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
1369         * readelf.c (elf/i860.h): Include.
1370         (dump_relocations): Add recognition of i860 architecture.
1371         (guess_is_rela): Add recognition of i860 architecture.
1373 2000-08-03  Nick Clifton  <nickc@cygnus.com>
1375         * MAINTAINERS: Add information about CGEN maintainers.
1377 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
1379         * nm.c (main): Ignore '-X32_64' as an option.
1380         * ar.c (main): Likewise.
1381         * binutils.texi (nm): Document new option.
1382         (ar): Likewise.
1384 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1386         * rdcoff.c (external_coff_symbol_p): K&R-ise.
1388 2000-07-20  H.J. Lu  <hjl@gnu.org>
1390         * binutils.texi: Put back "@end table" deleted by
1391         accident.
1393 2000-07-05  Kenneth Block  <krblock@computer.org>
1395         * nm.c: Add optional style to demangle switch.
1396         * objdump.c: Add optional style to demangle switch.
1397         * addr2line.c: Add optional style to demangle switch.
1398         * binutils.texi: Document optional style to demangle
1399         switch.
1401 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
1403         * MAINTAINERS: Add self as CRIS port maintainer.
1404         * readelf.c: Include elf/cris.h.
1405         (guess_is_rela): Handle EM_CRIS.
1406         (dump_relocations): Ditto.
1407         (get_machine_name): Ditto.
1408         * Makefile.am: Rebuild dependencies.
1409         * Makefile.in: Regenerate.
1410         * po/binutils.pot: Regenerate.
1412 2000-07-19  H.J. Lu  <hjl@gnu.org>
1414         * readelf.c (get_dynamic_type): Change "AUXILARY" to
1415         "AUXILIARY".
1416         (process_dynamic_segment): Print out strings for DT_CONFIG,
1417         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
1419 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
1421         * nm.c (usage): Change output of `nm --help' to include a
1422         description of the purpose of the program and a detailed
1423         description of the accepted options.
1425 2000-07-19  H.J. Lu  <hjl@gnu.org>
1427         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
1428         to DF_1_NODEFLIB.
1430 2000-07-19  H.J. Lu  <hjl@gnu.org>
1432         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
1434 2000-07-19  H.J. Lu  <hjl@gnu.org>
1436         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
1437         DT_FEATURE.
1438         (process_dynamic_segment): Likewise.
1440         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
1441         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
1442         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
1443         DF_1_NODUMP and DF_1_CONLFAT.
1445 2000-07-18  Nick Clifton  <nickc@cygnus.com>
1447         * binutils.texi (readelf): Fix spelling typo.
1449 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
1451         * objdump.c (usage): Make output of `objdump --help' more
1452         consistent with the rest of the GNU world.  Add a line describing
1453         the purpose of the program.
1455 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
1457         * stabs.c (parse_stab_range_type): Cast to proper type to fix
1458         warning.
1460 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
1462         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
1463         to fix warnings.
1464         (process_symbol_table): Ditto.
1465         (procesS_extended_line_op): Ditto.
1466         (display_debug_lines): Ditto.
1467         (display_debug_pubnames): Ditto.
1468         (read_and_display_attr): Ditto.
1470 2000-07-09  Nick Clifton  <nickc@cygnus.com>
1472         * MAINTAINERS: Add several more port specific maintainers.
1474 2000-07-05  Nick Clifton  <nickc@cygnus.com>
1476         * MAINTAINERS: Add blanket write privs for Michael Meissner.
1478 2000-06-05  DJ Delorie  <dj@redhat.com>
1480         * MAINTAINERS: New.
1482 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
1484         * dllwrap.c: Changed mistaken dyn_string_append() calls
1485         to dyn_string_append_cstr().
1487 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
1489         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
1490         struct debug_type stores size in bytes.
1492 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
1494         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
1495         (CLEANFILES): Add DEPA.
1496         * Makefile.in: Regenerate.
1498 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
1500         * ar.c: Revert incorrect 2000-06-25 patch.
1501         * bucomm.c: Likewise.
1503 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
1505         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
1506         (external_coff_symbol_p): New function.
1507         (parse_coff): Use it.
1509 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
1511         * ar.c (normalize): Advance past both characters in a DOS based
1512         <letter>: filepath prefix.
1513         (main): Likewise.
1514         * bucomm.c (make_tempname): Likewise.
1516 2000-06-24  Nick Clifton  <nickc@cygnus.com>
1518         * objdump.c (usage): Fix description of --stabs switch.
1520 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
1522         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1523         find one.
1524         * Makefile.in: Regenerate.
1526 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
1528         * ar.c (normalize): Correct pointer comparison when checking for
1529         backslashes.
1530         (main): Likewise.
1531         * bucomm.c (make_tempname): Likewise.
1533         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
1534         and search for backslashes in the original pathname.
1535         (ieee_add_bb11): Likewise.
1537 2000-06-18  Nick Clifton  <nickc@redhat.com>
1539         * ar.c (print_contents): Improve verbose message.
1541 2000-06-15  H.J. Lu  <hjl@gnu.org>
1543         * dyn-string.c: Removed. Not needed with dyn-string.c in
1544         libiberty.
1545         * dyn-string.h: Likewise.
1547         * Makefile.am: Remove references to dyn-string.c and
1548         dyn-string.h. Rebuild dependency.
1549         * Makefile.in: Rebuild.
1551 2000-06-15  H.J. Lu  <hjl@gnu.org>
1553         * binutils.texi: Put a warning on copying relocatable object
1554         files between two different formats.
1556 2000-06-13  DJ Delorie  <dj@cygnus.com>
1558         * rcparse.y (control): ICON controls take an id as the first
1559         parameter, not an optional string.  Also, call new convenience
1560         function that takes res_id's.
1561         * resrc.c (define_control): missing text means zero-length string,
1562         not zero ID.
1563         (define_icon_control): New.
1564         * windres.h: declare define_icon_control.
1566 2000-06-13  H.J. Lu  <hjl@gnu.org>
1568         * configure: Regenerate.
1570 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
1572         * configure.in (VERSION): Update to show this is the CVS mainline.
1574 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
1576         * strings.c (isgraphic): Interpret <TAB> as a printable character,
1577         analogous to <SPACE>.
1579 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
1581         * objdump.c (display_target_list): Use bfd_close_all_done, not
1582         bfd_close to fix crash caused by 2000-05-24 change.
1584 2000-05-25  DJ Delorie  <dj@cygnus.com>
1586         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
1588 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
1590         * Makefile.am: Update dependencies with "make dep-am"
1591         * Makefile.in: Regenerate.
1593 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
1595         * ar.c: Include filenames.h.
1596         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
1597         and drive letters in file names.
1598         (main): Support backslashes and drive letters in argv[0].  Drop
1599         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
1600         FILENAME_CMP instead of strcmp to compare file names.
1601         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
1602         DJGPP v2.
1603         (do_quick_append) [__GO32__]: Ditto.
1604         (get_pos_bfd, delete_members, move_members, replace_members):
1605         Compare file names with FILENAME_CMP.
1607         * bucomm.c: Include filenames.h.
1608         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
1609         forward/backward slashes and drive letters in file names.
1611         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
1612         mixed forward/backward slashes and drive letters in file names.
1614         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
1615         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
1616         mode.
1618         * objcopy.c: Include filenames.h.
1619         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
1620         before comparing to "strip".
1621         Use FILENAME_CMP to compare file names.
1623         * arsup.c: Include filenames.h.
1624         (map_over_list, ar_delete, ar_replace, ar_extract): Use
1625         FILENAME_CMP to compare file names.
1626         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
1627         the temporary file name.
1629         * configure.in: Check for setmode.
1630         * configure: Regenerate.
1632 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
1634         * objdump.c (display_target_list): Close the bfd.
1635         (display_info_table): Likewise.
1637 2000-05-14  H.J. Lu  (hjl@gnu.org)
1639         * objcopy.c (filter_symbols): Don't strip global symbols in
1640         relocatable object files.
1642 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
1644         * size.c (usage): Associate short options with corresponding long
1645         option to give a clue as to their function.
1647 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
1649         * size.c (main): Accept and ignore `-f' option.
1651 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
1653         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
1654         bindtextdomain): Replace defines with those from intl/libgettext.h
1655         to quieten gcc warnings.
1657 2000-05-12  H.J. Lu  <hjl@gnu.org>
1659         * nlmconv.c (temp_filename): Removed.
1661         * nlmconv.c (link_inputs): Use make_temp_file () instead of
1662         choose_temp_base ().
1663         * objdump.c (display_target_list): Likewise.
1664         (display_info_table): Likewise.
1666 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
1668         * objcopy.c (setup_section): Add const and gettext calls for err.
1670 2000-05-02  H.J. Lu  <hjl@gnu.org>
1672         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
1673         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
1674         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
1675         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
1676         and ELFOSABI_OPENBSD.
1678 2000-05-02  Kazu Hirata  <kazu@hxi.com>
1680         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
1681         * srconv.c: Likewise.
1682         * sysdump.c: Likewise.
1684 2000-04-23  Denis Chertykov  <denisc@overta.ru>
1686         * readelf.c (guess_is_rela): AVR uses RELA relocations.
1687         (get_machine_name): machine name for EM_AVR added.
1689 2000-04-21  Richard Henderson  <rth@cygnus.com>
1690             David Mosberger  <davidm@hpl.hp.com>
1692         * Makefile.am (readelf.o): Add elf/ia64.h.
1693         * Makefile.in: Rebuild.
1694         * readelf.c: Include elf/ia64.h.
1695         (guess_is_rela, dump_relocations): Handle EM_IA_64.
1697 2000-04-17  Timothy Wall  <twall@cygnus.com>
1699         * objdump.c (disassemble_data): Set octets per byte *after*
1700         resolving arch/mach for binary files.
1702 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1704         * arlex.l: Add directives to increase lex buffer size.
1706         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
1707         already included by bucomm.h.
1709 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
1711         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
1712         `strftime' since strftime is not available on all systems.
1713         (process_mips_specific): Ditto.
1715 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
1717         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
1718         --enable-build-warnings option.
1719         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1720         * Makefile.in, configure: Re-generate.
1722 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
1724         * addr2line.c: Update copyright.
1725         * objcopy.1: Likewise, and title.
1726         * strings.1: Likewise.
1728         * version.c (print_version): Add 2000.
1730         * rddbg.c (read_section_stabs_debugging_info): Don't use
1731         bfd_size_type for strx to avoid printf problems if BFD64.
1733         * bucomm.c: (report): Remove `static'.
1734         Move inclusion of stdarg.h/vararg.h from here.
1735         * bucomm.h: To here.
1736         (CONST): Change all occurences to const.
1737         (report): Declare it.
1738         (bfd_fatal): Add ATTRIBUTE_NORETURN.
1739         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
1740         (non_fatal): Add ATTRIBUTE_PRINTF_1.
1742         * ar.c (main): Use fatal or non_fatal instead of fprintf.
1743         Correct a typo in an error message.
1744         (do_quick_append): Use non_fatal instead of fprintf.
1745         (move_members): Use fatal instead of fprintf, exit.
1746         * coffdump.c (main): Same here.
1748         * dlltool.c (display): Delete.
1749         (warn): Delete.
1750         (inform): Use `report' instead of `display'.
1751         (rvaafter): Remove trailing \n from fatal error msg.
1752         (rvabefore): Ditto.
1753         (asm_prefix): Ditto.
1754         (yyerror): Replace `warn' with `non_fatal', and remove \n.
1755         (def_name): Likewise.
1756         (run): Likewise.
1757         (scan_all_symbols): Likewise.
1758         (gen_lib_file): Likewise.
1759         (def_library): Likewise.  Remove extra program_name too.
1760         (run): Remove \n from inform strings.
1761         (scan_drectve_symbols): Likewise.
1762         (add_excludes): Likewise.
1763         (scan_open_obj_file): Likewise.
1764         (gen_exp_file): Likewise.
1765         (gen_lib_file): Likewise.
1766         (process_duplicates): Likewise.
1768         * Makefile.am (dllwrap_SOURCES): Add version.c.
1769         * dllwrap.c (program_version): Delete.
1770         (print_version): Delete.
1771         (display): Always print trailing \n.
1772         (warn): New.
1773         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
1774         (run): Here too.
1775         (main): And here.
1776         (usage): gettext'ify.
1777         (long_options): Add missing initialisers.
1779         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
1780         (select_output_format): Likewise.
1781         (powerpc_mangle_relocs): Likewise.
1782         (link_inputs): Likewise.
1784         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
1785         (set_output_format): Likewise.
1786         (main): Use non_fatal instead of fprintf.
1787         (display_rel_file): Likewise.
1789         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
1790         (slurp_dynamic_symtab): Same here.
1791         (disassemble_data): And here.
1792         (read_section_stabs): And here.
1793         (read_section_stabs): And here.
1794         (dump_bfd): And here.
1795         (main): And here.
1796         (objdump_sprintf): Use fatal instead of fprintf, exit.
1797         (disassemble_data): Same here.
1799         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
1800         (parse_coff_struct_type): Same here.
1801         (parse_coff_enum_type): And here.
1802         (parse_coff): And here.
1803         * rddbg.c (read_debugging_info): And here.
1804         * size.c (main): And here.
1805         * windres.c (format_from_name): And here.
1806         * wrstabs.c (stab_write_symbol): Here too.
1807         (write_stabs_in_sections_debugging_info): And here.
1808         (stab_int_type): And here.
1809         (stab_struct_field): And here.
1810         (stab_typdef): And here.
1812         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
1813         * srconv.c (main): Same here.
1814         * strings.c (main): And here.
1815         (integer_arg): And here.
1816         * sysdump.c (main): And here.
1818 2000-04-06  Timothy Wall  <twall@cygnus.com>
1820         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
1822 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
1824         * readelf.c (decode_location_expression): Loop through multiple
1825         operations.
1826         (read_and_display_attr): Pass in length.
1828         * readelf.c (read_and_display_attr): Add CU offset to references.
1829         (display_debug_info): Pass it in.
1831 2000-04-06  Nick Clifton  <nickc@cygnus.com>
1833         * readelf.c (decode_ARM_machine_flags): New function.
1834         (get_machine_flags): Call decode_ARM_machine_flags for ARM
1835         targets.
1837         (get_machine_name): Catch EM_AVR
1839 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
1841         * binutils.texi: Remove optional `=' from long options that have
1842         an `=' in the argument.
1843         * objcopy.1: Here too.  Remove extra space on discard-all.
1845         * binutils.texi (objcopy): Mention --redefine-sym.
1846         * objcopy.1: Here too.
1847         * NEWS: And here.
1849         * objcopy.c (parse_flags): Split off flag names from error message
1850         gettext as they are not translated.
1851         (copy_main): Similarly split off option name for --add-section,
1852         --set-section-flags, --change-section-vma, --change-section-lma
1853         error messages.
1854         Some white space changes.
1856         from Matthew Benjamin <matt@linuxbox.nu>
1857         * objcopy.c (struct redefine_node): New.
1858         (redefine_sym_list): New.
1859         (redefine_list_append): New.
1860         (lookup_sym_redefinition): New.
1861         (OPTION_REDEFINE_SYM): New.
1862         (copy_options): Add --redefine-sym option.
1863         (copy_usage): Mention it.
1864         (filter_symbols): Rename symbols on redefine_sym_list.
1865         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
1866         (copy_main): Handle OPTION_REDEFINE_SYM.
1868 2000-04-04  H.J. Lu  <hjl@gnu.org>
1870         * readelf.c (process_symbol_table): Correctly read in symbol
1871         versioning information.
1873 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
1875         * po/binutils.pot: Regenerate.
1877         * addr2line.c (usage): Restore translated part of bug string.
1878         * ar.c (usage): Likewise.
1879         * nlmconv.c (show_usage): Likewise.
1880         * nm.c (usage): Likewise.
1881         * objcopy.c (copy_usage): Likewise.
1882         (strip_usage): Likewise.
1883         * objdump.c (usage): Likewise.
1884         * readelf.c (usage): Likewise.
1885         * size.c (usage): Likewise.
1886         * strings.c (usage): Likewise.
1887         * windres.c (usage): Likewise.
1889         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1890         (DEP): Quote when passing vars to sub-make.  Add warning
1891         message to end.
1892         (DEP1): Rewrite for "gcc -MM".
1893         (CLEANFILES): Add DEP2.
1894         Update dependencies.
1895         * Makefile.in: Regenerate.
1897 2000-04-04  H.J. Lu  <hjl@gnu.org>
1899         * Makefile.am (GENERATED_HFILES): Add rcparse.h
1900         (arparse.h): Depend on arparse.c
1901         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
1903 2000-04-03  H.J. Lu  (hjl@gnu.org)
1905         * size.c (usage): Use REPORT_BUGS_TO.
1907 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
1909         * bucomm.h: #include "bin-bugs.h"
1910         * addr2line.c (usage): Use REPORT_BUGS_TO.
1911         * ar.c (usage): Likewise.
1912         * nlmconv.c (show_usage): Likewise.
1913         * nm.c (usage): Likewise.
1914         (OPTION_TARGET): Define.
1915         (long_options): Use OPTION_TARGET rather than 200.
1916         (main): Likewise.
1918         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
1919         (strip_usage): Likewise.
1920         * objdump.c (usage): Likewise.
1921         * readelf.c (usage): Likewise.
1922         * strings.c (usage): Likewise.
1923         * windres.c (usage): Likewise.
1925 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1927         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
1929 2000-03-27  Nick Clifton  <nickc@cygnus.com>
1931         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
1932         string offsets in corrupt stabs entries.
1934 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
1936         * readelf.c: Include elf/avr.h
1937         (dump_relocations): Add EM_AVR case.
1939 2000-03-09  Tim Waugh  <twaugh@redhat.com>
1941         * strings.1: Correct '-bytes' to '--bytes'.
1943 2000-03-08  H.J. Lu  <hjl@gnu.org>
1945         * Makefile.am (install-exec-local): Depend on
1946         install-binPROGRAMS for parallel make.
1947         * Makefile.in: Regenerated.
1949 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
1951         From Brad Lucier <lucier@math.purdue.edu>:
1952         * readelf.c (process_dynamic_segment): Add cast to make sure
1953         argument to %* is int.
1955 2000-02-25  H.J. Lu  <hjl@gnu.org>
1957         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
1959 2000-02-24  Nick Clifton  <nickc@cygnus.com>
1961         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
1962         * configure: Regenerate.
1964         * dlltool.c: Add support for sh-pe and mips-pe targets.
1965         * rescoff.c: Add support for sh-pe and mips-pe targets.
1967 2000-02-23  H.J. Lu  <hjl@gnu.org>
1969         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
1971 2000-02-22  Nick Clifton  <nickc@cygnus.com>
1973         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
1975 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
1977         From Brad Lucier <lucier@math.purdue.edu>:
1978         * readelf.c (process_version_sections): Add casts to make sure
1979         argument to %* is an int.
1980         (process_mips_specific): Add casts to make printf arguments match
1981         format.
1983 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
1985         * objdump.c (dump_section_header): Change `opb' to unsigned.
1986         (find_symbol_for_address): Same here.
1987         (disassemble_data): And here.  Change `addr_offset',
1988         `stop_offset', `nextstop_offset' to unsigned long.
1989         (dump_data): Change opb to unsigned.
1991 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
1993         * resrc.c: Remove unmatched #if for cygwin.
1995 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
1997         * binutils.texi: Document the change of flavor name from atpcs-special
1998         to special-atpcs to prevent name conflict in gdb.
2000 2000-02-08  Timothy Wall  <twall@redhat.com>
2002         * objdump.c (show_line): Fix bug preventing printing of the very
2003         first line (line zero) of a file when interlisting source and
2004         assembly.  Added option to print entire context from start of file
2005         when the first line from that file is encountered.
2007 2000-02-03  Timothy Wall <twall@redhat.com>
2009         * objdump.c (dump_section_header, find_symbol_for_address,
2010         show_line, disassemble_bytes, disassemble_data, dump_data):
2011         distinguish between octets and bytes.
2013 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
2015         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
2016         check to unresolved symbols.
2017         (print_symbol_info_sysv):  Ditto.
2018         (print_symbol_info_posix):  Ditto.
2020         * binutils.texi: Document new 'V' symclass flag for nm.
2022 2000-01-27  Nick Clifton  <nickc@redhat.com>
2024         * binutils.texi (objdump): Document new ARM specific
2025         disassembler options.
2027         * objdump.c (usage): Call disassembler_usage().
2029 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
2031         * readelf.c (get_dynamic_flags): Return buff.
2032         (process_dynamic_segment): Don't pass error strings to printf
2033         as format arg.
2034         (read_and_display_attr): Use lx and ld to print longs.
2035         (process_corefile_note_segment): Cast bfd_vma to unsigned long
2036         before printing.
2037         Update copyright.
2039 2000-01-17  Nick Clifton  <nickc@cygnus.com>
2041         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2043 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
2045         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2046         false.
2047         (debug_tag_type): Here too.
2048         * ieee.c (ieee_builtin_type): And here.
2049         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
2051 2000-01-13  Nick Clifton  <nickc@cygnus.com>
2053         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
2054         System/370".
2056 2000-01-11  Nick Clifton  <nickc@cygnus.com>
2058         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
2060 2000-01-10  Nick Clifton  <nickc@cygnus.com>
2062         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2064 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
2066         * windres.c (long_options): Add --use-temp-file and
2067         --no-use-temp-file options.
2068         (usage): Document.
2069         (main): Handle.
2071         * windres.h: Update read_rc_file prototype.
2073         * resrc.c (cpp_temp_file): New static variable.
2074         (istream_type): New static variable.
2075         (close_pipe): Delete function.
2076         (run_cmd): New static function.
2077         (open_input_stream): New static function.
2078         (close_input_stream): New static function.
2079         (look_for_default): Handle DOS directory separator. Use
2080         open_input_stream instead of popen.
2081         (read_rc_file): Likewise.
2083         * binutils.texi: Document --use-temp-file, --no-use-temp-file
2084         options.
2086 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
2088         * dlltool.c (create_compat_implib): New variable.
2089         (gen_exp_file): Use.
2090         (make_one_lib_file): Use.
2091         (long_options): Add --compat-implib option.
2092         (usage): Handle.
2093         (main): Handle.
2095         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2096         (main): Use. Don't look for "32" in cygwin and mingw target names.
2098 2000-01-03  Nick Clifton  <nickc@cygnus.com>
2100         * binutils.texi: Document new, ARM specific disassembler
2101         command line switch "-M force-thumb".
2103 For older changes see ChangeLog-9899
2105 Local Variables:
2106 mode: change-log
2107 left-margin: 8
2108 fill-column: 74
2109 version-control: never
2110 End: