* arlex.l: Use #include "" instead of <> for local header files.
[binutils.git] / binutils / ChangeLog
blobfcee558fb56ffb5f47a53b8c8a5a432812adf9e6
1 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
3         * arlex.l: Use #include "" instead of <> for local header files.
4         * coffdump.c: Likewise.
5         * coffgrok.c: Likewise.
6         * nlmconv.c: Likewise.
7         * nlmheader.y: Likewise.
8         * srconv.c: Likewise.
9         * strings.c: Likewise.
10         * sysdump.c: Likewise.
11         * unwind-ia64.h: Likewise.
12         * windres.h: Likewise.
13         * winduni.h: Likewise.
15 2002-05-24  Tom Rix  <trix@redhat.com>
17         * MAINTAINERS: Add self as the d10v maintainer.
19 2002-05-24   TAMURA Kent <kent@netbsd.org>
21         * configure.in: Builds dlltool for i386-netbsdpe.
22         * configure: Regenerate.
24 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
26         * size.c: Fix formatting.
27         * srconv.c: Likewise.
28         * stabs.c: Likewise.
29         * sysdump.c: Likewise.
30         * unwind-ia64.c: Likewise.
31         * wrstabs.c: Likewise.
33 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
35         * readelf.c (get_segment_type): Add PT_TLS.
36         (get_elf_section_flags): Add SHF_TLS.
37         (get_dynamic_flags): Optimize.  Add DF_STATIC_TLS.
38         (process_dynamic_segment): Use puts instead of printf.
39         (get_symbol_type): Support STT_TLS.
40         * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
41         SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
42         Add SEC_THREAD_LOCAL.
44 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
46         * rdcoff.c: Fix formatting.
47         * rddbg.c: Likewise.
48         * readelf.c: Likewise.
49         * rename.c: Likewise.
50         * resbin.c: Likewise.
51         * resrc.c: Likewise.
52         * resres.c: Likewise.
54 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
56         * filemode.c: Fix formatting.
57         * ieee.c: Likewise.
58         * is-ranlib.c: Likewise.
59         * is-strip.c: Likewise.
60         * maybe-ranlib.c: Likewise.
61         * maybe-strip.c: Likewise.
62         * nlmconv.c: Likewise.
63         * nm.c: Likewise.
64         * not-ranlib.c: Likewise.
65         * not-strip.c: Likewise.
66         * objcopy.c: Likewise.
67         * objdump.c: Likewise.
69 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
71         * objdump.c (dump_headers): Fix output formatting for ELF32
72         architectures in a BFD64 enabled toolchain.
74 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
76         * debug.c: Fix formatting.
77         * debug.h: Likewise.
78         * dlltool.c: Likewise.
79         * dllwrap.c: Likewise.
80         * emul_aix.c: Likewise.
81         * emul_vanilla.c: Likewise.
83 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
85         * addr2line.c: Fix formatting.
86         * ar.c: Likewise.
87         * arsup.c: Likewise.
88         * arsup.h: Likewise.
89         * binemul.c: Likewise.
90         * binemul.h: Likewise.
91         * bucomm.c: Likewise.
92         * coffdump.c: Likewise.
93         * coffgrok.c: Likewise.
94         * coffgrok.h: Likewise.
96 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
98         * MAINTAINERS: Add myself as the second AVR port maintainer.
100 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
102         * MAINTAINERS: Update my email address.
104 2002-05-09  Nick Clifton  <nickc@cambridge.redhat.com>
106         * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
108 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
110         * configure.in: Replace `*pe' with `pe' throughout.
111         * configure: Regenerate.
113 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
115         * Makefile.am: Honour DESTDIR.
116         * Makefile.in: Regenerate.
118 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
120         * dlltool.c (process_def_file): Add missing prototype.
121         (new_directive, assemble_file, main): Likewise.
122         (process_def_file, new_directive): Make static.
123         (inform): Rewrite using VA_FIXEDARG.
124         * dllwrap.c (mybasename): Add missing prototype.
125         (strhash, main): Likewise.
126         (inform): Rewrite using VA_FIXEDARG.
127         (warn): Likewise.
128         (cleanup_and_exit): Use old style function definition.
129         (strhash): Likewise.
130         * windres.c (define_resource): Use one memset to clear all of
131         struct res_resource.
133         * rcparse.y: Remove newcmd rule.  Move rcparse_discard_strings
134         call to rules that need no lookahead.  Check for no lookahead.
136 2002-05-06  Borut Razem  <borut.razem@siol.net>
138         * rclex.l (get_string): Correct "strings" list handling.
139         * resrc.c (read_rc_file): Discard strings.
141 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
143         * ar.c (replace_members): Remove unused var.  Formatting fix.
144         * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
146         * MAINTAINERS: Sort port maintainers by CPU.
148 2002-05-04  Bob Byrnes  <byrnes@curl.com>
150         * size.c (display_archive): Add last_arfile and code to close archives.
152 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
154         * nm.c (print_symbol): Check returned filename from
155         bfd_find_nearest_line is non-NULL.
157 2002-04-25  Elena Zannoni <ezannoni@redhat.com>
158     
159         * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
161 2002-04-24  Christian Groessler <chris@groessler.org>
163         * MAINTAINERS: Changed my email address.
165 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
167         * arparse.y: Fix syntax warning.
169 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
171         * readelf.c (fetch_location_list): Remove unused function.
173         * readelf.c (process_corefile_note_segment): Catch corrupt notes
174         and display a warning message, then exit the loop.
176         * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
178 2002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
180         * resrc.c (write_rc_dialog): If charset is non-default value
181         display all of the DIALOGEX parameters.
183 2002-04-15  Eric Kohl <ekohl@rz-online.de>
185         * rcparse.y: Allow two to five parameter in FONT statement of 
186         DIALOGEX resources.
187         * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
188         resource data.
189         (res_to_bin_dialog): Likewise.
190         * windres.h: Added misssing charset variable to dialog_ex
191         structure.
193 2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
195         * rcparse.y: Set MEMFLAG_PURE by default.
197 2002-04-09  Bernd Herd <info@herdsoft.com>
199         * rcparse.y: CLASS definitions in DIALOG resources 
200         are quoted.
201         Fix typo in BEDIT warning.
202         Don't add default dialog style when explicit style specified.
203         Add WS_CAPTION dialog style if CAPTION is specified.
205         * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
206         (handle_quotes) "\a" escape (used for right justified key
207         definitions in menus) is encodes as binary 8.
209         * resrc.c (write_rc_dialog): Print style even if it is 0.
210         (write_rc_directory): Fix overlooked sublang shift bug.
211         (bin_to_res_dialog): Don't print empty dialog caption.
213         * resbin.c (bin_to_res_dialog): Use signature to identify
214         DIALOGEX.
216         * windres.c (main): Set default LANGUAGE to english/us.
218 2002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
220         * resrc.c: print CLASS names in quotes
222 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
224         * MAINTAINERS: Update my email address.
226 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
228         * dep-in.sed: Cope with absolute paths.
229         * Makefile.am (dep.sed): Subst TOPDIR.
230         Run "make dep-am".
231         * Makefile.in: Regenerate.
233 2002-03-27  Peter Targett  <peter.targett@arc.com>
235         * MAINTAINERS: Update my email address.
237 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
239         * Makefile.am: Run "make dep-am".
240         * Makefile.in: Regenerate.
241         * doc/Makefile.in: Regenerate.
242         * po/POTFILES.in: Regenerate.
243         * aclocal.m4: Regenerate.
244         * config.in: Regenerate.
245         * configure: Regenerate.
247 2002-03-20  Daniel Berlin  <dan@dberlin.org>
249         * readelf.c: Add support for displaying dwarf2 location lists.
250         (do_debug_loc, debug_loc_section, debug_loc_size): New.
251         (parse_args): Use 'O' as shorthand for displaying location list
252         section.
253         (process_section_headers): Handle debug_loc as well.
254         (load_debug_loc): New.
255         (free_debug_loc): New.
256         (fetch_location_list): New.
257         (display_debug_loc): New.
258         (display_debug_info): Call load_debug_loc and free_debug_loc.
259         (debug_displays): We can display .debug_loc now, too.
260         (usage): Update usage string.
261         (read_and_display_attr_value): Note location lists, but don't
262         display them inline.
264 2002-03-18  Tom Rix  <trix@redhat.com>
266         * Makefile.am: Add binutils emulation support.
267         * configure.in: Same.
268         * configure.tgt: New file.  Same.
269         * ar.c (main): Use ar_emul_parse_arg.
270         (usage): Use ar_emul_usage.
271         (replace_members): Use ar_emul_replace, ar_emul_append.
272         * binemul.c: New file.  Define the binutils emulation
273         layer. Define default methods.
274         * binemul.h: New file.  Binutils emulation layer header file.
275         * emul_aix.c: New file.  AIX binutils emulation.
276         * emul_vanilla.c: New file. Default binutils emulation.
277         * Makefile.in: Regenerate.
278         * configure: Same.
280 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
282         * po/fr.po: Updated version.
284 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
286         * po/fr.po: Updated version.
288 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
290         * README: Update some version numbers.
292 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
294         * doc/binutils.texi (Target Selection): Fix LD crossreferences.
295         (Architecture Selection): Likewise.
297 2002-03-01  Dmitry Timoshkov <dmitry@baikal.ru>
299         * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
300         generating .exp file.
302 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
304         * readelf.c (dump_relocations): Fix typo.
306 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
308         * NEWS: Mark 2.12 branch.
310 2002-02-18  Timothy Daly  <remote_bob@yahoo.com>
312         * readelf.c (dump_relocations): Display 2nd and 3rd reloc 
313         types for 64-bit MIPS.  Narrow some fields for 80-char 
314         output.
315         (dump_relocations): Change spelling from 'unrecognised' 
316         to 'unrecognized'.
317         (decode_ARM_machine_flags): Likewise.
318         (parse_args): Likewise.
319         (read_and_display_attr_value): Likewise.
320         (display_debug_section): Likewise.
322 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
324         * NEWS: Mention support for MMIX.
326 2002-02-13  Matt Fredette  <fredette@netbsd.org>
328         * readelf.c (get_machine_flags): Recognize EF_M68000.
330 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
332         * MAINTAINERS: Added self as MN10300 co-maintainer.
334 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
336         * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
337         DT_PPC64_OPDSZ.
339 2002-02-11  Daniel Jacobowitz  <drow@mvista.com>
341         * MAINTAINERS: List myself as branch maintainer.
343 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
345         * configure: Regenerate.
346         * objcopy.c: Update copyright date.
347         * doc/Makefile.in: Regenerate.
349 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
351         * nlmconv.c: Back out localtime PARAMS change.
353 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
355         * objcopy.c (MKDIR): Define.
356         (copy_archive): Make name_list.name const.  Use MKDIR.
357         Handle duplicate files in archives by making more temp dirs.
359 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
361         * coffdump.c: Include "getopt.h" after "bucomm.h"
362         so that macros are defined correctly.
363         * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
364         prototype.  Prototype main.
365         * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
367 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
369         * MAINTAINERS: Added self as SH co-maintainer.
371 2002-02-05  Nick Clifton <nickc@redhat.com>
373         * po/tr.po: Updated translation.
375 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
377         * Makefile.am: Run "make dep-am"
378         * Makefile.in: Regenerate.
380 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
382         * nm.c (print_value): Mark abfd unused.
384 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
386         * unwind-ia64.c (unw_decoder): Change second argument
387         to unsigned int, to match function prototypes.
389 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
391         * objdump.c: Include "getopt.h" after "bucomm.h" so that
392         __GNU_LIBRARY__ will be defined.
393         * size.c: Likewise.
395 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
397         * configure: Regenerated.
399 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
401         * doc/Makefile.am (install): Depend on install-info.
402         * doc/Makefile.in: Regenerate.
404 2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
406         * objcopy.c (strip_usage): Document -d as an alias
407         --strip-debug.
409         * size.c (usage): Document [-t | --totals] options.
410         (long_options): Add --totals option.
411         (main): If the [-t | --totals] option is specified and
412         the output format is Berkeley-style, print the total
413         text, data, and bss sizes of all objects listed.
414         (print_berkeley_format): If the [-t | --totals] option
415         is specified, track the total text, data, and bss
416         sizes.
417         * doc/binutils.texi (size): Document [-t | --totals] options.
418         (strip): Document -d as an alias for --strip-debug.
419         * NEWS: Mention new feature of size.
421 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
423         * po/fr.po: Updated version.
424         * po/es.po: Updated version.
426 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
428         * addr2line.c (usage): Update text to provide verbose
429         description of the command line options.
430         * ar.c (usage): Update text to provide verbose
431         description of the command line options.
432         (main): Accept -h and -H when running as ranlib.
433         * coffdump.c (show_usage): Update text to provide verbose
434         description of the command line options.
435         * dlltool.c (main): Accept -H as an alias for --help.
436         * nlmconv.c (show_usage): Update text to provide verbose
437         description of the command line options.
438         * nm.c (usage): Replace OPTIONS with option(s).
439         (main): Accept -H as an alias for --help.
440         * objcopy.c (strip_main): Accept -H as an alias for --help.
441         * objdump.c (main): Accept -v as an alias for --verbose.
442         * readelf.c (usage): Adjust format to match style used in
443         other binutils.
444         * size.c (usage): Update text to provide verbose description
445         of the command line options.
446         (main): Accept -v, -h and -H as command line options.
447         * srconv.c (show_usage): Update text to provide verbose
448         description of the command line options.
449         * strings.c (main): Accept -H and -v as command line options.
450         (usage): Update text to provide verbose description of the
451         command line options.
452         * sysdump.c (show_usage): Update text to provide verbose
453         description of the command line options.
454         * windres.c (usage): Adjust format to match style used in
455         other binutils.
457         * coffdump.c: Fix formatting.
458         * nlmconv.c: Fix formatting.
459         * srconv.c: Fix formatting.
460         * sysdump.c: Fix formatting.
462 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
464         * Makefile.am: Run "make dep-am".
465         * Makefile.in: Regenerate.
467 2002-01-18  Andreas Jaeger  <aj@suse.de>
469         * version.c (print_version): Update year.
471 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
473         * readelf.c (get_machine_name): Handle EM_PPC64.
474         (guess_is_rela): Here too.
476 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
478         * po/binutils.pot: Regenerate.
479         * po/fr.po: Regenerate.
480         * po/tr.po: Regenerate.
482 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
484         * po/tr.po: Import new version.
486 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
488         * readelf.c (get_ppc64_dynamic_type): New.
489         (get_dynamic_type): Call it.
491 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
493         * objcopy.c (copy_usage): Use "options" instead of "switches".
494         (strip_usage): Use "options" instead of "switches".
495         * doc/binutils.texi (dlltool):  Refer to "options" instead of
496         "switches".
498 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
500         * MAINTAINERS: Add self as co-maintainer for the ARM code.
502 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
504         * po/es.po: Import from translation project.
505         * configure.in (ALL_LINGUAS): Add es.
506         * configure: Regenerate.
508 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
510         * readelf.c (get_netbsd_elfcore_note_type): Use
511         NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
513 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
515         * readelf.c: Update copyright years.
516         (get_note_type): Return a const char *.
517         (get_netbsd_elfcore_note_type): New function.
518         (process_note): Use get_netbsd_elfcore_note_type to get
519         the note type string for NetBSD ELF core files.
521 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
523         * readelf.c (get_ia64_segment_type): Add support for macros.
524         (get_segment_type): Add support for IA64 specific macros.
526 2001-12-20  Julian v. Bock  <julian@wongr.net>
528         * readelf.c (print_symbol): New function: Print a formatted symbol
529         name.  If --wide is specified do not truncate it.
530         (dump_relocations): Use print_symbol() to print symbol names.
531         (process_symbol_table): Likewise.
532         (process_syminfo): Likewise.
533         (process_mips_specific): Likewise.
534         (usage): Document new feature of --wide switch.
535         * doc/binutils.texi (objdump): Document additional behaviour of
536         --wide.
538 2001-12-18  Michael Snyder  <msnyder@redhat.com>
540         * objcopy.c (copy_file): Accept corefiles (format bfd_core).
541         (copy_object): Don't set the start address or flags of a core file.
542         (copy_section): Don't relocate a core file.  Don't copy contents
543         if the input section has the contents flag set, but the output
544         section does not (which happens with the fake 'note' pseudo-
545         sections that BFD creates for corefiles).
547 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
549         * readelf.c (get_machine_flags): Recognize header flags for ABI and
550         ASE extensions. More robust code for ISA checking. Ignore empty fields
551         in header flags for GNU extensions.
553 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
555         * objcopy.c (copy_archive): Set output bfd format outside the loop.
557 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
559         * po/ja.po: Import from translation project.
560         * configure.in (ALL_LINGUAS): Add ja.
561         * configure: Regenerate.
563 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
565         * addr2line.c (main): Protoype.
566         * ar.c (main): Protoype.
567         * nm.c (main): Protoype.
568         * objcopy.c (main): Protoype.
569         * objdump.c (main): Protoype.
570         * size.c (main): Protoype.
571         * strings.c (main): Protoype.
573 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
575         * readelf.c (symtab_shndx_hdr): New global.
576         (SECTION_HEADER_INDEX): Define.
577         (SECTION_HEADER_NUM): Define.
578         (SECTION_HEADER): Define.
579         (GET_ELF_SYMBOLS): Pass two params rather than three.
580         (get_32bit_elf_symbols): Take file and section args.  Read and
581         use SHT_SYMTAB_SHNDX.
582         (get_64bit_elf_symbols): Likewise.
583         (dump_relocations): Use SECTION_HEADER to index "section_headers".
584         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
585         Remember symtab_shdx_hdr.
586         (process_program_headers): Scan from index 1 for segment map.
587         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
588         "section_headers".
589         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
590         (process_unwind): Likewise.
591         (process_version_sections): Likewise.
592         (process_symbol_table): Likewise.
593         (display_debug_info): Likewise.
594         (process_dynamic_segment): Fake up a symtab section for changed
595         GET_ELF_SYMBOLS.
596         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
597         (process_program_headers): Kill signed/unsigned warning.
598         (load_debug_str): Likewise.
599         (display_debug_info): Likewise.
601 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
603         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
605 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
607         * readelf.c (process_file_header): Print extended e_shnum and
608         e_shdtrndx values.  Set elf_header values for same.
609         (get_32bit_section_headers): Add "num" arg to read "num" headers.
610         (get_64bit_section_headers): Likewise.
611         (process_section_headers): Update calls.
612         (get_file_header): Call get_32bit_section_headers or 64bit variant.
614 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
616         * objcopy.c (setup_section): Copy entsize.
618 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
620         * readelf.c (guess_is_rela): Add support for stormy16.
621         (dump_relocations): Likewise.
622         (get_machine_name): Likewise.
624 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
626         * dllwrap.c (main) Replace multiple strings describing a
627         single error with a single, newline escaped sentence to permit
628         better translation into foreign languages.
630         * readelf.c (get_elf_class): Remove internalionalisation of ELF
631         class names.
633 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
635         * strings.c (get_char): Initialize value.
637 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
639         * arlex.l: Silence compile warnings.
640         * arsup.h: Likewise. Fix formatting.
642 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
644         * strings.c: Include config.h before bfd.h.
645         (file_off): New type.
646         (file_open): Define.
647         (print_strings): Use file_off instead of file_ptr.  Print addresses
648         which don't fit into long correctly.
649         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
650         available.
651         (strings_file): Use file_off instead of file_ptr.  Use file_open.
652         * configure.in: Check for getc_unlocked.
653         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
654         be defined for it.
655         * configure: Rebuilt.
656         * config.h.in: Rebuilt.
658 2001-11-29  H.J. Lu <hjl@gnu.org>
660         * bucomm.c (make_tempname): Revert the changes made on
661         2001-11-14 and 2001-11-12. They won't work with directories.
663 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
665         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
666         CFLAGS_FOR_TARGET to runtest in environment.
667         * Makefile.in: Rebuild.
668         * doc/Makefile.in: Rebuild.
670 2001-11-28  Mike Stump  <mrs@wrs.com>
672         * objcopy.c (setup_section): Preserve SEC_RELOC when
673         --set-section-flags is used.
675 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
677         * readelf.c (do_debug_str): New variable.
678         (display_debug_str): New function: Display the contents of a
679         .debug_str section.
680         (load_debug_str): New function: Load in the contents of a
681         .debug_str section.
682         (free_debug_str): New function: Free the memory used by
683         load_debug_str().
684         (fetch_indirect_string): Retrieve a string from the .debug_str
685         section.
686         (usage): Add -ws.
687         (parse_args): Accept -ws.
688         (process_section_headers): Allow the display of the .debug_str
689         section.
690         (read_and_display_attr_value): Use fetch_indirect_string.  Show
691         offset into .debug_str section.
692         (display_debug_info): Use load_debug_str and free_debug_str.
693         (debug_displays): Add .debug_str.
694         * doc/binutils.texi: Document -ws.
696 2001-11-19  Andreas Jaeger  <aj@suse.de>
698         * testsuite/binutils-all/objdump.exp: Add x86-64.
700 2001-11-15  Andreas Schwab  <schwab@suse.de>
702         * readelf.c: Fix warnings without terminating newline.
704 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
706         * doc/binutils.texi (objdump): Document ppc -M options.
708 2001-11-14  Andreas Jaeger  <aj@suse.de>
710         * doc/binutils.texi (objdump): Fix description to use x86-64.
712 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
714         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
715         not all systems provide mkstemp.
717 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
719         * doc/binutils.texi (objdump): Document x86 -M options.
721 2001-11-13  Keith Walker <keith.walker@arm.com>
723         * readelf.c (read_and_display_attr_value): New function to
724         handle DW_FORM_indirect.
725         (read_and_display_attr): Use it.
727 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
729         * readelf.c (display_debug_lines): Deal with unknown standard
730         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
731         DW_LNS_set_isa.
733 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
735         * MAINTAINERS: Add self as tic54x maintainer.  This target
736         includes the IBM C54XDSP clone.
738 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
740         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
742 2001-11-09  Jeffrey A Law  (law@cygnus.com)
744         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
745         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
746         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
747         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
748         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
749         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
750         (unw_decode_b2, unw_decode_b3_b4): Likewise.
752         * readelf.c (get_elf_class): Fix ISO portability glitch.
753         (get_data_encoding, get_osabi_name, request_dump): Likewise.
755 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
757         * readelf.c (debug_str, debug_str_size): New.
758         (display_debug_abbrev): If no abbrevs were read, skip the CU.
759         Call free_abbrevs.
760         (read_and_display_addr): Handle DW_FORM_strp.
761         (display_debug_info): Read .debug_str section if present,
762         so that DW_FORM_strp can be handled.
763         Fix test for non-existant .debug_abbrev section.
765 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
767         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
769         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
771 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
773         * MAINTAINERS: Add self as s390/s390x maintainer.
775 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
777         * MAINTAINERS: Add self as PPC XCOFF maintainer.
779 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
781         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
782         * configure: Regernate.
783         * po/fr.po: New file.
784         * po/tr.po: New file.
786 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
788         * MAINTAINERS: Add self as MMIX port maintainer.
789         * readelf.c: Include elf/mmix.h.
790         (guess_is_rela): MMIX is RELA.
791         (dump_relocations): Handle MMIX relocations.
792         * Makefile.am: Regenerate dependencies.
793         * Makefile.in: Regenerate.
795 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
797         * readelf.c (parse_args): Handle multiple options to the -w
798         switch.
800 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
802         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
803         LOPROC, LOOS and LOUSER.
805 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
807         * MAINTAINERS: Update my email address.
809 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
811         * doc/Makefile.in: Regenerate.
812         * configure: Regenerate.
814 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
816         * readelf.c (display_debug_line, display_debug_pubnames,
817         display_debug_info, display_debug_frames): Detect and warn
818         about 64-bit format entries.
819         (display_debug_aranges): Reword 64-bit warning.
820         (debug_displays): Add .debug_pubtypes as a known, but not yet
821         supported, debug section.
823 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
825         * coffdump.c (PROGRAM_VERSION): Delete.
826         (main <'V'>): Call print_version.
827         * srconv.c: Likewise.
828         * sysdump.c: Likewise.
829         * version.c (program_version): Remove.
830         (print_version): Use BFD_VERSION_STRING.  Just print the current
831         year in copyright message.
832         * addr2line.c (program_version): Remove unused declaration.
833         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
834         place of BFD_VERSION.
835         * Makefile.am (Makefile): Depend on bfd/configure.in.
836         (cplus-dem.o): Depend on Makefile.
837         Run "make dep-am".
838         * Makefile.in: Regenerate.
840 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
842         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
843         format .debug_arange sections.
844         (main): Add missing prototype.
846 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
848         * Makefile.am: Update dependencies with "make dep-am".
849         * Makefile.in: Regenerate.
851 2001-09-28  Richard Henderson  <rth@redhat.com>
853         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
855 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
857         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
858         VA_CLOSE.
859         (non_fatal): Likewise.
860         * objdump.c (objdump_sprintf): Likewise.
861         * readelf.c (error): Likewise.
862         (warn): Likewise.
864 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
866         * readelf.c (do_wide): New.
867         (options): Add --wide.
868         (usage, parse_args): Likewise.
869         (process_program_headers): Put each segment on a single line if
870         --wide is given.
871         (process_section_headers): Put each section on a single line if
872         --wide is given.
873         * doc/binutils.texi: Document it.
874         * NEWS: Likewise.
876 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
878         * readelf.c (print_vma): Print 8 digits of low hex value.
880 2001-09-24  Andreas Jaeger  <aj@suse.de>
882         * nlmconv.c: Fix warnings about unused attributes and function
883         prototypes.
885         * strings.c: Add prototype for get_char.
887 2000-09-19  H.J. Lu  <hjl@gnu.org>
889         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
890         $(srcdir)/cxxfilt.man.
891         * doc/Makefile.in: Rebuild.
893 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
895         * objcopy.c (copy_main): Correct rename-section string parsing.
896         Consolidate new_name parsing, and error messages.
898 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
900         * addr2line.c: Don't include <ctype.h>.
901         (main): For gettext, also set the LC_CTYPE locate facet.
902         * ar.c (main): Likewise.
903         * coffdump.c (main): Likewise.
904         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
905         (main): For gettext, also set the LC_CTYPE locate facet.
906         Use ISALNUM instead of isalpha/isdigit.
907         * dllwrap.c: Don't include <ctype.h>.
908         (main): For gettext, also set the LC_CTYPE locate facet.
909         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
910         (main): For gettext, also set the LC_CTYPE locate facet.
911         Use TOUPPER instead of islower/toupper.
912         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
913         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
914         Use TOUPPER instead of islower/toupper.
915         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
916         * objcopy.c (main): Likewise.
917         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
918         (disassemble_bytes): Use ISPRINT instead of isprint.
919         (dump_section_stabs): Use ISDIGIT instead of isdigit.
920         (dump_data): Use ISPRINT instead of isprint.
921         (main): For gettext, also set the LC_CTYPE locate facet.
922         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
923         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
924         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
925         Use TOUPPER instead of islower/toupper.
926         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
927         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
928         (write_rc_accelerators): Use ISPRINT instead of isprint.
929         (write_rc_rcdata): Likewise.
930         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
931         * srconv.c (main): Likewise.
932         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
933         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
934         isdigit/isupper/islower.
935         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
936         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
937         stab_demangle_prefix, stab_demangle_qualified,
938         stab_demangle_template, stab_demangle_type,
939         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
940         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
941         (isgraphic): Use ISPRINT instead of isascii/isprint.
942         (main): Remove HAVE_LC_MESSAGES dependency.
943         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
944         (pbarray): Use ISPRINT instead of isprint.
945         (main): For gettext, also set the LC_CTYPE locate facet.
946         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
947         (format_from_filename): Use ISPRINT instead of isprint.
948         (main): For gettext, also set the LC_CTYPE locate facet.
949         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
950         (unicode_print): Use ISPRINT instead of isprint.
951         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
952         (stab_variable): Use ISDIGIT instead of isdigit.
954 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
956         * ar.c (print_contents): Cast args of bfd_seek to the right types.
957         Replace bfd_read call with call to bfd_bread.
958         (extract_file): Likewise.
960         * objdump.c (dump_section_header): Cast section->filepos to
961         unsigned long to suit printf format string.
962         * readelf.c (process_section_headers): Similarly for sh_offset.
963         (process_unwind): Likewise.
965 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
967         * strings.c (encoding, encoding_bytes): New variables.
968         (long_options): Add --encoding.
969         (main): Accept -e and --encoding.
970         (get_char): New function.  Read a, possibly wide, character from
971         the input stream.
972         (print_strings): Use get_char().
973         (usage): Document new command line option.
974         * doc/binutils.texi: Document new command line option.
975         * NEWS: Announce new command line option.
977 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
979         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
980         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
981         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
982         Removed EM_CYGNUS_ARC.
984 2001-09-04  Jeffrey A Law  (law@cygnus.com)
986         * readelf.c: Include elf/h8 for H8 series definitions.
987         (guess_is_rela): H8 series if RELA.
988         (dump_relocations): Handle H8 series relocations.
990 2001-08-31  Eric Christopher  <echristo@redhat.com>
992         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
994 2001-08-29  Peter Targett  <peter.targett@arccores.com>
996         * MAINTAINERS: Include ARC Maintainer.
998 2001-08-29  Ben Elliston  <bje@redhat.com>
1000         * stabs.c (stab_demangle_template): Initialise s4.
1002 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
1004         * readelf.c (dump_relocations): Recognise EM_PPC64.
1006 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1008         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1010 2001-08-25  H.J. Lu  <hjl@gnu.org>
1012         * nm.c (print_width): New.
1013         (display_rel_file): Set `print_width' according to
1014         bfd_sprintf_vma.
1015         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1017 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
1019         * objcopy.c (use_alt_mach_code): New variable.
1020         (OPTION_ALT_MACH_CODE): Define.
1021         (copy_options): Added --alt-machine-code.
1022         (copy_main): Handle it.
1023         (copy_object): Switch to alternate machine code if requested.
1024         * doc/binutils.texi: Document new option.
1025         * NEWS: Likewise.
1027 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1029         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1031 2001-08-21  H.J. Lu  <hjl@gnu.org>
1033         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1034         (display_debug_info): Cast for 64bit hosts.
1035         (display_debug_frames): Likewise.
1036         (process_mips_specific): Likewise.
1038 2001-08-21  Andreas Jaeger  <aj@suse.de>
1040         * coffgrok.h: Add missing parameter for prototype of coff_grok.
1042         * sysdump.c: Add missing prototypes.
1043         * srconv.c: Likewise.
1044         * unwind-ia64.c: Likewise.
1045         * coffdump.c: Likewise.
1047         * sysinfo.y: Print prototypes, include <ansidecl.h>.
1049         * coffgrok.c: Add missing prototypes, include libiberty.h instead
1050         of declaring xcalloc.
1052 2001-08-10  H.J. Lu  <hjl@gnu.org>
1054         * nm.c (print_value): Add one arg, bfd *.
1055         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1056         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1057         (print_symbol_info_sysv): Likewise.
1058         (print_symbol_info_posix): Likewise.
1060         * objdump.c (dump_section_header): Replace printf_vma with
1061         bfd_printf_vma.
1062         (print_section_stabs): Likewise.
1063         (dump_bfd_header): Likewise.
1064         (objdump_print_value): Replace sprintf_vma with
1065         bfd_sprintf_vma.
1066         (disassemble_bytes): Likewise.
1067         (dump_reloc_set): Likewise.
1069 2001-08-10  Andreas Jaeger  <aj@suse.de>
1071         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1072         to build warnings.
1073         * configure: Regenerate.
1075 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
1077         * readelf.c: Add missing prototypes.
1078         * objdump.c: Likewise.  Format existing prototypes.
1080 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
1082         * readelf.c (display_debug_info): Add to abbrev_offset the addend
1083         of any RELA relocation for the abbrev_offset memory location that
1084         refers to the .debug_abbrev section symbol.
1086 2001-08-07  H.J. Lu  <hjl@gnu.org>
1088         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1089         (main): Return process_file ().
1091 2001-08-05  Philip Blundell  <philb@gnu.org>
1093         * doc/binutils.texi: Use "Thumb" not "THUMB".
1095 2001-08-03  John Healy  <jhealy@redhat.com>
1097         Patch suggested by Frank Eigler <fche@redhat.com>.
1098         * objdump.c (disassemble_data): Fill in section member of the
1099         disasm_info structure.
1101 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
1103         * configure.in: Added --with-windres option.
1104         * configure: Regenerated.
1106 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1108         * doc/binutils.texi: Use @command{name} for commands;
1109         use @option{-opt} for options; use @table @env for list of options;
1110         remove spaces arround [ | ] in synopsis.
1112         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1113         center title.
1115 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
1117         * objcopy.c: Fix formatting.
1118         (section_rename): New structure.
1119         (OPTION_RENAME_SECTION): New switch.
1120         (copy_usage): Document new switch.
1121         (add_section_rename): New function: Add a node to the section
1122         rename list.
1123         (find_section_rename): New function: Find the new name and
1124         flags for a section.
1125         (setup_section): Call find_section_name to determine the name
1126         of the output section.
1127         (copy_main): Handle OPTION_RENAME_SECTION.
1128         * binutils.texi: Document new switch.
1129         * NEWS: Mention new switch.
1131 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
1133         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1134         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1135         bug-binutils@gcc.org.
1137 2001-07-28  Matthias Kramm  <kramm@quiss.org>
1139         * bucomm.c (list_supported_architectures): New function.
1140         * bucomm.h (list_supported_architectures): Declare.
1141         * objdump.c (usage): Call the above.
1143 2001-07-25  Dave Brolley  <brolley@redhat.com>
1145         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1146         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1148 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
1150         * README: Update for 2.11.  Change bug reporting email address.
1151         * MAINTAINERS: Tidy up.  Change bug reporting email address.
1153 2001-07-16  DJ Delorie  <dj@redhat.com>
1155         * resres.c (write_res_header): Align header size.
1156         (res_align_file): Calculate alignment correctly.
1158         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1159         correct 10).
1160         * resrc.c (write_rc_resource): Likewise.
1161         * windres.h (SUBLANG_SHIFT): Define - as 10.
1163 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
1165         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1167 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
1169         * MAINTAINERS: Add notes about branch checkins.
1171 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
1173         * readelf.c (display_debug_macinfo): New function, display
1174         .debug_macinfo section.
1175         (do_debug_macinfo): New variable.
1176         (parse_args): Handle "-w[mM]" to mean display macro info.
1177         (process_section_headers): Handle debug_macinfo.
1178         (debug_displays): Replace unsupported function with macinfo
1179         function for .debug_macinfo display.
1180         * doc/binutils.texi: Document new command line switch.
1181         * NEWS: Document new feature of readelf.
1183 2001-07-05  H.J. Lu  <hjl@gnu.org>
1185         * objcopy.c (filter_symbols): Don't turn undefined symbols
1186         into local.
1188 2001-07-03  H.J. Lu <hjl@gnu.org>
1190         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1191         $@.pod.
1192         (ar.1): Likewise.
1193         (dlltool.1): Likewise.
1194         (nlmconv.1): Likewise.
1195         (nm.1): Likewise.
1196         (objcopy.1): Likewise.
1197         (objdump.1): Likewise.
1198         (ranlib.1): Likewise.
1199         (readelf.1): Likewise.
1200         (size.1): Likewise.
1201         (strings.1): Likewise.
1202         (strip.1): Likewise.
1203         (windres.1): Likewise.
1204         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1205         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1206         $(DEMANGLER_NAME).
1207         (as.1): Removed.
1208         * doc/Makefile.in: Regenerated.
1210 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
1212         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1214 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
1216         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1218 2001-06-29  James Cownie <jcownie@etnus.com>
1220         * readelf.c: Support DWARF 2.1 attributes.
1222 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
1224         * readelf.c (GET_DATA_ALLOC): Remove.
1225         (GET_DATA): Remove.
1226         (get_data): New function combining above macros, with an extra
1227         test for zero size.
1228         (slurp_rela_relocs): Use get_data, and catch error return.
1229         (slurp_rel_relocs): Likewise.
1230         (get_32bit_program_headers): Likewise.
1231         (get_64bit_program_headers): Likewise.
1232         (get_32bit_section_headers): Likewise.
1233         (get_64bit_section_headers): Likewise.
1234         (get_32bit_elf_symbols): Likewise.
1235         (get_64bit_elf_symbols): Likewise.
1236         (process_section_headers): Likewise.
1237         (process_relocs): Likewise.
1238         (slurp_ia64_unwind_table): Likewise.
1239         (process_unwind): Likewise.
1240         (get_32bit_dynamic_segment): Likewise.
1241         (get_64bit_dynamic_segment): Likewise.
1242         (process_dynamic_segment): Likewise.
1243         (process_version_sections): Likewise.
1244         (process_symbol_table): Likewise.
1245         (dump_section): Likewise.
1246         (display_debug_info): Likewise.
1247         (display_debug_section): Likewise.
1248         (process_section_contents): Likewise.
1249         (process_corefile_note_segment): Likewise.
1250         (process_mips_specific): Likewise.  Also free econf32, econf64.
1252 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
1254         * readelf.c (dump_relocations): Print "bad symbol index" if
1255         symtab == NULL with non-zero symtab_index.
1256         (process_relocs): Don't bomb if reloc section has no symsec.
1258 2001-06-24  H.J. Lu  <hjl@gnu.org>
1260         * objcopy.c (strip_main): Revert the change made on 2001-05-30
1261         by accident.
1262         (copy_main): Apply the the change made to strip_main on
1263         2001-05-30 by accident.
1265 2001-06-23  Andreas Jaeger  <aj@suse.de>
1267         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1268         parameter 'code'.
1269         (unw_decode_x2): Likewise.
1270         (unw_decode_x3): Likewise.
1271         (unw_decode_x4): Likewise.
1273 2001-06-23  Ben Elliston  <bje@redhat.com>
1275         * MAINTAINERS: Add myself as M88k maintainer.
1277 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
1279         * objcopy.c (strip_main): Support -o or --output-file command lien
1280         switch.
1282 2001-06-19  H.J. Lu <hjl@gnu.org>
1284         * doc/Makefile.in: Regenerated.
1286 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
1288         * readelf.c: Restore formatting.
1290 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1292         * Makefile.am: Move documentation into doc subdirectory.
1293         * Makefile.in: Regenerated.
1294         * binutils.texi: Move into doc subdirectory.
1295         * addr2line.1: Removed.
1296         * ar.1: Likewise.
1297         * dlltool.1: Likewise.
1298         * nlmconv.1: Likewise.
1299         * nm.1: Likewise.
1300         * objcopy.1: Likewise.
1301         * objdump.1: Likewise.
1302         * ranlib.1: Likewise.
1303         * readelf.1: Likewise.
1304         * size.1: Likewise.
1305         * strings.1: Likewise.
1306         * strip.1: Likewise.
1307         * windres.1: Likewise.
1308         * cxxfilt.man: Likewise.
1309         * doc: New Directory.
1310         * doc/Makefile.am: New file.
1311         * doc/Makefile.in: Generate.
1313 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
1315         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
1317 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
1319         * MAINTAINERS: Update my email address.
1321 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
1323         * objcopy.c: Add new switches: --keep-global-symbol,
1324         --keep-symbols, --localize-symbols, --keep-global-symbols and
1325         --weaken-symbols.
1326         * binutils.texi: Document new switches.
1327         * objcopy.1: Regenerate.
1328         * NEWS: Announce new feature.
1330 2001-05-28  Andreas Jaeger  <aj@suse.de>
1332         * readelf.c (display_debug_frames): Fix warnings: Remove unused
1333         variables, fix format strings.
1335 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
1337         * objdump.c (disassemble_bytes): Remove section VMA adjustment
1338         when computing the address of the line to show.
1340 2001-05-16  Richard Henderson  <rth@redhat.com>
1342         * readelf.c (do_debug_frames_interp): New.
1343         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1344         (byte_get_big_endian): Likewise.
1345         (parse_args) ['F']: Set do_debug_frames_interp.
1346         (Frame_Chunk): Make data_factor signed, add fde_encoding.
1347         (frame_display_row): Don't trunc pc_begin to int.
1348         (size_of_encoded_value): New.
1349         (display_debug_frames): Handle 64-bit targets.  Print raw data
1350         unless do_debug_frames_interp.
1351         (debug_displays): Remove duplicate .debug_frame.
1353 2001-05-15  Ralf Baechle  <ralf@gnu.org>
1355         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1356         The former constant was never in active use and is used otherwise
1357         by the ABI.
1359 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
1361         * readelf.c (process_unwind): Print all unwind sections, not just
1362         one.
1364 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1366         * readelf.c (process_unwind): Remove const specifier.
1368 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1370         * strings.c (isgraphic): Do not use isascii() unless it is needed
1371         for isprint() to work.
1372         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1374 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
1376         * NEWS: Announce support for OpenRISC.
1378 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
1380         * dlltool.c (do_default_excludes): Initialise to true.
1382 2001-04-10  Alan Modra  <amodra@one.net.au>
1384         * MAINTAINERS: Update my email address
1385         * nm.c (print_symbol_info_bsd): Use a simple printf string.
1387 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
1389         * readelf.c (display_debug_lines): Fix typo for "Prologue".
1391 2001-03-30  H.J. Lu  <hjl@gnu.org>
1393         * readelf.c (process_unwind): Just return if do_unwind is 0.
1395 2001-03-28  Roger Sayle  <roger@metaphorics.com>
1397         * dlltool.c (make_one_lib_file): Fix section flags for
1398         .text, .data and .bss in stub ds*.o files to match those
1399         generated by gas.
1401 2001-03-29  H.J. Lu  <hjl@gnu.org>
1403         * readelf.c (process_unwind): Only do unwind sections for
1404         IA64.
1406 2001-03-28  H.J. Lu  <hjl@gnu.org>
1408         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1409         * Makefile.in: Regenerate.
1411 2001-03-26  Andreas Jaeger  <aj@suse.de>
1413         * binutils.texi (nm): Fix texi syntax.
1415 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1417         * binutils.texi: Put @c man begin and @c man end indications
1418         to generate man pages using texi2pod and pod2man. Put @c man title
1419         to identify each man. Add SEEALSO entries.
1420         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1421         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1422         sort the list.
1423         (*.1): Build the man pages from binutils.texi.
1424         * Makefile.in: Regenerate.
1426 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
1428         * defparse.y (opt_equal_name): allow "." in name.
1429         * dlltool.c (def_exports): Added ability to generate forwarded exports.
1430         (gen_exp_file): Likewise.
1432 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
1434         * NEWS: Document addition of -B switch to objcopy.
1435         * binutils.texi:  Document addition of -B switch to objcopy.
1436         * objcopy.c: (copy_options): Add --binary-architecture.
1437         (copy_usage): Document -B/--binary-architecture.
1438         (copy_main): Support -B/--binary-architecture.  Set
1439         bfd_external_binary_architecture.
1441 2001-03-11  Andreas Jaeger  <aj@suse.de>
1443         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1444         (dump_relocations): Likewise.
1445         (get_machine_name): Likewise.
1447 2001-02-28  Nick Clifton  <nickc@redhat.com>
1449         * readelf.c: (struct unw_aux_info): Remove const modifier for
1450         'strtab' field.
1451         (process_unwind): Remove non-K&R compliant LHS type cast in call
1452         to GET_DATA_ALLOC macro.
1454 2001-02-28  Philip Blundell  <pb@futuretv.com>
1456         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1457         ABI is in use; remove ambiguity between the "unknown" EABI and
1458         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
1459         renamed EF_xx constants.
1461 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
1463         * configure.in (BFD_VERSION): New.
1464         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1465         * configure: Regenerate.
1466         * Makefile.am: Run "make dep-am"
1467         * Makefile.in: Regenerate.
1469 2001-02-14  Nick Clifton  <nickc@redhat.com>
1471         * MAINTAINERS: Add "Obvious Fix" rule.
1473 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1475         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1476         literal concatenation.
1478 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1480         * readelf.c (struct unw_aux_info): Remove const from the info member.
1481         (process_unwind): Don't type-cast the third argument to the
1482         GET_DATA_ALLOC macro.
1484 2001-02-11  Nick Clifton  <nickc@redhat.com>
1486         * readelf.c (dump_relocations): Free corrected allocated
1487         array.
1488         (process_unwind): Fix compile time warning.
1490 2001-02-10  Nick Clifton  <nickc@redhat.com>
1492         * binutils.texi: Document new --unwind option to readelf.
1494 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1496         * readelf.c: Add linux target for S/390.
1498 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
1500         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1501         printf is a macro.
1503 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
1505         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1506         * aclocal.m4: Regenerate.
1507         * configure: Regenerate.
1509 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
1511         * bucomm.c (bfd_target_vector): Change extern array to pointer.
1512         * objdump.c (bfd_target_vector): Likewise.
1514 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
1516         * readelf.c (process_unwind): New function.
1517         (slurp_ia64_unwind_table): Ditto.
1518         (dump_ia64_unwind): Ditto.
1519         (find_symbol_for_address): Ditto.
1520         (slurp_rela_relocs): New function (split off from dump_relocations()).
1521         (slurp_rel_relocs): Ditto.
1522         (parse_args): Handle '-u' option.
1524         * unwind-ia64.c: New file.
1525         * unwind-ia64.h: New file.
1526         * Makefile.am: Include unwind-ia64.c in readelf build.
1527         * Makefile.in: Regenerate.
1528         * po/binutils.pot: Regenerate.
1530 2001-02-04  Philip Blundell  <philb@gnu.org>
1532         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1533         * configure: Regenerate.
1535 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
1537         * ieee.c (ieee_add_bb11): Don't check for backslashes
1538         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1540 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
1542         * ieee.c: Update copyright.
1543         (ieee_start_compilation_unit): Don't check for backslashes
1544         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1546         * stabs.c: Update copyright. Include "filenames.h".
1547         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1549 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
1551         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1552         sections are present before using them.  Remove code duplication.
1553         (process_symbol_table): Check if VERDEF or VERNEED sections are
1554         present before using them.
1556 2001-01-17  Nick Clifton  <nickc@redhat.com>
1558         * objcopy.c (copy_object): Fail if attempting to convert the
1559         endianness of the input object file.
1561         * binutils.texi: Explain that objcopy cannot convert endianness.
1563 2001-01-16  Nick Clifton  <nickc@redhat.com>
1565         * readelf.c (string_table_length): New variable.
1566         (SECTION_NAME): Catch out of range indices and missing section
1567         pointers.
1568         (process_section_headers): Delete useless local variable
1569         string_table_offset.  Set the value of string_table_length
1570         after loading the string table.
1571         (process_mips_specific): Use SECTION_NAME macro.
1572         (process_file): Set string_table_length to 0 when it is freed.
1574 2001-01-12  Nick Clifton  <nickc@redhat.com>
1576         * version.c (print_version): Update copyright date.
1578 2001-01-11  Peter Targett  <peter.targett@arccores.com>
1580         * readelf.c (dump_relocations): Include selection with EM_ARC.
1581         (get_machine_name) Update name to "ARC".
1583 2001-01-09  Nick Clifton  <nickc@redhat.com>
1585         * Makefile.am: Add rule to build objdump.o from objdump.c and
1586         using OBJDUMP_DEFS.
1587         * Makefile.in: Regenerate.
1589         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
1590         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1591         -DDISASSEMBLER_NEEDS_RELOCS.
1592         * configure: Regenerate.
1594         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1595         is defined read in the relocs even if dump_reloc_info is
1596         false.
1598 2001-01-07  Philip Blundell  <philb@gnu.org>
1600         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1601         `bug-binutils'.
1602         * README: Likewise.
1604 2000-12-19  Nick Clifton  <nickc@redhat.com>
1606         * dlltool.c: Add missing support for arm-epoc-pe.
1607         * configure.in: Add missing support for arm-epoc-pe.
1608         * configure: Regenerate.
1610 2000-12-15  Nick Clifton  <nickc@redhat.com>
1612         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1613         Mode parts of the x86 port.
1615 2000-12-04  Andreas Jaeger  <aj@suse.de>
1617         * readelf.c (guess_is_rela): Add EM_X86_64.
1618         (dump_relocations): Add EM_X86_64.
1619         (get_machine_name): Add EM_X86_64.
1620         Include "elf/x86-64.h".
1622 2000-12-12  Nick Clifton  <nickc@redhat.com>
1624         * readelf.c: Fix formatting.
1626 2000-12-11  Jan Hubicka  <jh@suse.cz>
1628         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1630 2000-12-07  Andrew Haley  <aph@redhat.com>
1632         * readelf.c (display_debug_frames): Only display columns that are
1633         referenced by the frame debug info.
1635 2000-12-05  Nick Clifton  <nickc@redhat.com>
1637         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1639 2000-12-04  Jason Merrill  <jason@redhat.com>
1641         * readelf.c (process_section_headers): Handle linkonce.wi sections.
1642         (display_debug_section): Likewise.
1643         (display_debug_info): Display CU header before bailing.
1645 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
1647         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1648         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
1649         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
1651         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1652         and E_MIPS_ARCH_64.
1654         * readelf.c (get_machine_flags): Add case for
1655         E_MIPS_MACH_SB1.
1657 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
1659         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1661 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
1663         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
1664         Change sourceware.cygnus.com to sources.redhat.com.
1665         Fix typo for "amongst".
1667 2000-11-28  Nick Clifton  <nickc@redhat.com>
1669         * strip.1 (COPYING): Mention that the GNU Free Documentation
1670         License is present in the sources, but not the output, and
1671         also available from the GNU website.
1672         (GNU Free Documentation License): Comment out this section.
1673         * strings.1: Ditto.
1674         * size.1: Ditto.
1675         * ranlib.1: Ditto.
1676         * objdump.1: Ditto.
1677         * objcopy.1: Ditto.
1678         * nm.1: Ditto.
1679         * nlmconv.1: Ditto.
1680         * ar.1: Ditto.
1681         * addr2line.1: Ditto.
1683 2000-11-27  DJ Delorie  <dj@redhat.com>
1685         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
1686         (parse_args): Support -wf option.
1687         (process_section_headers): Ditto.
1688         (debug_displays): Ditto.
1689         (display_debug_frames): New, dump *_frame sections.
1690         (frame_need_space): Support for above.
1691         (frame_display_row): Ditto.
1692         * binutils.texi: Document it.
1694 2000-11-24  Nick Clifton  <nickc@redhat.com>
1696         * NEWS: Announce support for v5t, v5te and XScale.
1698 2000-11-22  Nick Clifton  <nickc@redhat.com>
1700         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
1701         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
1702         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
1703         (get_elf_section_flags: Add SHF_GROUP.
1704         (process_section_headers): Adjust output for 32-bit binaries
1705         to look nice on an 80 column terminal.
1707 2000-11-20  H.J. Lu  <hjl@gnu.org>
1709         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
1710         ELFOSABI_AIX.
1712 2000-11-17  Richard Henderson  <rth@redhat.com>
1714         * readelf.c (display_debug_lines): Adjust last change to
1715         use sizeof (external->li_length).
1717 2000-11-17  Richard Henderson  <rth@redhat.com>
1719         * readelf.c (display_debug_lines): Fix section length check
1720         and end_of_sequence computation.
1722 2000-11-06  Nick Clifton  <nickc@redhat.com>
1724         * binutils.texi: Add GNU Free Documentation License.
1725         * objcopy.1: Add GNU Free Documentation License.
1726         * objdump.1: Add GNU Free Documentation License.
1727         * addr2line.1: Add GNU Free Documentation License.
1728         * ar.1: Add GNU Free Documentation License.
1729         * nlmconv.1: Add GNU Free Documentation License.
1730         * nm.1: Add GNU Free Documentation License.
1731         * ranlib.1: Add GNU Free Documentation License.
1732         * size.1: Add GNU Free Documentation License.
1733         * strings.1: Add GNU Free Documentation License.
1734         * strip.1: Add GNU Free Documentation License.
1736 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
1738         * objcopy.c (--srec-len=nn): New parameter to set the
1739         maximum length of generated Srecords.
1740         (--srec-forceS3): New parameter that restricts the generation of
1741         Srecords to type S3 only.
1742         * binutils.texi: Document new command line switches.
1743         * objcopy.1: Docuemnt the new command line switches.
1744         * NEWS: Announce the existence of the new command line switches.
1746 2000-10-31  Nick Clifton  <nickc@redhat.com>
1748         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
1749         code.  Add Eric Chrisopher as maintainer of MN10300 port.
1751 2000-10-12  Roger Sayle  <roger@metaphorics.com>
1753         * Make comma after string after icon/control optional.
1755 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
1757         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
1759         * NEWS: Mention support for MIPS32.
1761 2000-09-08  Nick Clifton  <nickc@redhat.com>
1763         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
1765 2000-09-07  H.J. Lu  <hjl@gnu.org>
1767         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1768         * configure: Rebuild.
1770 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
1772         * configure: Rebuilt with new libtool.m4.
1774 2000-09-05  Nick Clifton  <nickc@redhat.com>
1776         * aclocal.m4: Regenerate.
1777         * config.in: Regenerate.
1778         * configure: Regenerate.
1780 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
1782         * strip.1: Fix stray '\' in -o formatting.
1784 2000-09-02  Nick Clifton  <nickc@redhat.com>
1786         * configure.in: Increase version number to 2.10.91.
1787         * configure: Regenerate.
1788         * aclocal.m4: Regenerate.
1789         * config.in: Regenerate.
1790         * po/binutils.pot: Regenerate.
1792 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
1794         * acinclude.m4: Include libtool and gettext macros from the
1795         top level.
1796         * aclocal.m4, configure: Rebuilt.
1798 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
1800         * resrc.c (close_input_stream): Delete extraneous logic
1802 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
1804         * NEWS: Mention support for CRIS.
1806 2000-08-21  Nick Clifton  <nickc@redhat.com>
1808         * addr2line.c: Changed email address for Ulrich Lauther.
1810 2000-08-17  Christopher C. Chimelis <chris@debian.org>
1812         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
1814 2000-08-17  Nick Clifton  <nickc@redhat.com>
1816         * readelf.c (display_debug_pubnames): Only issue warning
1817         message once.  Terminate message with a new line.
1818         (display_debug_aranges): Only display version 2 debug info.
1820 2000-08-14  Todd Vierling <tv@wasabisystems.com>
1822         * objcopy.c (strip_main): Silently accept -d as an alias for -g
1823         for compatability with old BSD systems.
1825 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
1827         * NEWS: Mention i860 support.
1829 2000-08-11  Carlo Wood <carlo@alinoe.com>
1831         * addr2line.c (main): Add const to char *.
1833 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
1835         * ar.c (main): Don't crash if called with no arguments
1836         or only '-X32_64' as an argument.
1838 2000-08-08  DJ Delorie  <dj@redhat.com>
1840         * resrc.c: use "gcc -xc" instead of -xc-header
1842 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
1844         * readelf.c (elf/i860.h): Include.
1845         (dump_relocations): Add recognition of i860 architecture.
1846         (guess_is_rela): Add recognition of i860 architecture.
1848 2000-08-03  Nick Clifton  <nickc@cygnus.com>
1850         * MAINTAINERS: Add information about CGEN maintainers.
1852 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
1854         * nm.c (main): Ignore '-X32_64' as an option.
1855         * ar.c (main): Likewise.
1856         * binutils.texi (nm): Document new option.
1857         (ar): Likewise.
1859 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1861         * rdcoff.c (external_coff_symbol_p): K&R-ise.
1863 2000-07-20  H.J. Lu  <hjl@gnu.org>
1865         * binutils.texi: Put back "@end table" deleted by
1866         accident.
1868 2000-07-05  Kenneth Block  <krblock@computer.org>
1870         * nm.c: Add optional style to demangle switch.
1871         * objdump.c: Add optional style to demangle switch.
1872         * addr2line.c: Add optional style to demangle switch.
1873         * binutils.texi: Document optional style to demangle
1874         switch.
1876 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
1878         * MAINTAINERS: Add self as CRIS port maintainer.
1879         * readelf.c: Include elf/cris.h.
1880         (guess_is_rela): Handle EM_CRIS.
1881         (dump_relocations): Ditto.
1882         (get_machine_name): Ditto.
1883         * Makefile.am: Rebuild dependencies.
1884         * Makefile.in: Regenerate.
1885         * po/binutils.pot: Regenerate.
1887 2000-07-19  H.J. Lu  <hjl@gnu.org>
1889         * readelf.c (get_dynamic_type): Change "AUXILARY" to
1890         "AUXILIARY".
1891         (process_dynamic_segment): Print out strings for DT_CONFIG,
1892         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
1894 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
1896         * nm.c (usage): Change output of `nm --help' to include a
1897         description of the purpose of the program and a detailed
1898         description of the accepted options.
1900 2000-07-19  H.J. Lu  <hjl@gnu.org>
1902         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
1903         to DF_1_NODEFLIB.
1905 2000-07-19  H.J. Lu  <hjl@gnu.org>
1907         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
1909 2000-07-19  H.J. Lu  <hjl@gnu.org>
1911         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
1912         DT_FEATURE.
1913         (process_dynamic_segment): Likewise.
1915         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
1916         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
1917         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
1918         DF_1_NODUMP and DF_1_CONLFAT.
1920 2000-07-18  Nick Clifton  <nickc@cygnus.com>
1922         * binutils.texi (readelf): Fix spelling typo.
1924 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
1926         * objdump.c (usage): Make output of `objdump --help' more
1927         consistent with the rest of the GNU world.  Add a line describing
1928         the purpose of the program.
1930 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
1932         * stabs.c (parse_stab_range_type): Cast to proper type to fix
1933         warning.
1935 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
1937         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
1938         to fix warnings.
1939         (process_symbol_table): Ditto.
1940         (procesS_extended_line_op): Ditto.
1941         (display_debug_lines): Ditto.
1942         (display_debug_pubnames): Ditto.
1943         (read_and_display_attr): Ditto.
1945 2000-07-09  Nick Clifton  <nickc@cygnus.com>
1947         * MAINTAINERS: Add several more port specific maintainers.
1949 2000-07-05  Nick Clifton  <nickc@cygnus.com>
1951         * MAINTAINERS: Add blanket write privs for Michael Meissner.
1953 2000-06-05  DJ Delorie  <dj@redhat.com>
1955         * MAINTAINERS: New.
1957 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
1959         * dllwrap.c: Changed mistaken dyn_string_append() calls
1960         to dyn_string_append_cstr().
1962 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
1964         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
1965         struct debug_type stores size in bytes.
1967 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
1969         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
1970         (CLEANFILES): Add DEPA.
1971         * Makefile.in: Regenerate.
1973 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
1975         * ar.c: Revert incorrect 2000-06-25 patch.
1976         * bucomm.c: Likewise.
1978 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
1980         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
1981         (external_coff_symbol_p): New function.
1982         (parse_coff): Use it.
1984 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
1986         * ar.c (normalize): Advance past both characters in a DOS based
1987         <letter>: filepath prefix.
1988         (main): Likewise.
1989         * bucomm.c (make_tempname): Likewise.
1991 2000-06-24  Nick Clifton  <nickc@cygnus.com>
1993         * objdump.c (usage): Fix description of --stabs switch.
1995 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
1997         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1998         find one.
1999         * Makefile.in: Regenerate.
2001 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
2003         * ar.c (normalize): Correct pointer comparison when checking for
2004         backslashes.
2005         (main): Likewise.
2006         * bucomm.c (make_tempname): Likewise.
2008         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2009         and search for backslashes in the original pathname.
2010         (ieee_add_bb11): Likewise.
2012 2000-06-18  Nick Clifton  <nickc@redhat.com>
2014         * ar.c (print_contents): Improve verbose message.
2016 2000-06-15  H.J. Lu  <hjl@gnu.org>
2018         * dyn-string.c: Removed. Not needed with dyn-string.c in
2019         libiberty.
2020         * dyn-string.h: Likewise.
2022         * Makefile.am: Remove references to dyn-string.c and
2023         dyn-string.h. Rebuild dependency.
2024         * Makefile.in: Rebuild.
2026 2000-06-15  H.J. Lu  <hjl@gnu.org>
2028         * binutils.texi: Put a warning on copying relocatable object
2029         files between two different formats.
2031 2000-06-13  DJ Delorie  <dj@cygnus.com>
2033         * rcparse.y (control): ICON controls take an id as the first
2034         parameter, not an optional string.  Also, call new convenience
2035         function that takes res_id's.
2036         * resrc.c (define_control): missing text means zero-length string,
2037         not zero ID.
2038         (define_icon_control): New.
2039         * windres.h: declare define_icon_control.
2041 2000-06-13  H.J. Lu  <hjl@gnu.org>
2043         * configure: Regenerate.
2045 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
2047         * configure.in (VERSION): Update to show this is the CVS mainline.
2049 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
2051         * strings.c (isgraphic): Interpret <TAB> as a printable character,
2052         analogous to <SPACE>.
2054 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
2056         * objdump.c (display_target_list): Use bfd_close_all_done, not
2057         bfd_close to fix crash caused by 2000-05-24 change.
2059 2000-05-25  DJ Delorie  <dj@cygnus.com>
2061         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2063 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
2065         * Makefile.am: Update dependencies with "make dep-am"
2066         * Makefile.in: Regenerate.
2068 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
2070         * ar.c: Include filenames.h.
2071         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2072         and drive letters in file names.
2073         (main): Support backslashes and drive letters in argv[0].  Drop
2074         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
2075         FILENAME_CMP instead of strcmp to compare file names.
2076         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2077         DJGPP v2.
2078         (do_quick_append) [__GO32__]: Ditto.
2079         (get_pos_bfd, delete_members, move_members, replace_members):
2080         Compare file names with FILENAME_CMP.
2082         * bucomm.c: Include filenames.h.
2083         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2084         forward/backward slashes and drive letters in file names.
2086         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2087         mixed forward/backward slashes and drive letters in file names.
2089         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2090         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2091         mode.
2093         * objcopy.c: Include filenames.h.
2094         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2095         before comparing to "strip".
2096         Use FILENAME_CMP to compare file names.
2098         * arsup.c: Include filenames.h.
2099         (map_over_list, ar_delete, ar_replace, ar_extract): Use
2100         FILENAME_CMP to compare file names.
2101         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2102         the temporary file name.
2104         * configure.in: Check for setmode.
2105         * configure: Regenerate.
2107 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
2109         * objdump.c (display_target_list): Close the bfd.
2110         (display_info_table): Likewise.
2112 2000-05-14  H.J. Lu  (hjl@gnu.org)
2114         * objcopy.c (filter_symbols): Don't strip global symbols in
2115         relocatable object files.
2117 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
2119         * size.c (usage): Associate short options with corresponding long
2120         option to give a clue as to their function.
2122 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
2124         * size.c (main): Accept and ignore `-f' option.
2126 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
2128         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2129         bindtextdomain): Replace defines with those from intl/libgettext.h
2130         to quieten gcc warnings.
2132 2000-05-12  H.J. Lu  <hjl@gnu.org>
2134         * nlmconv.c (temp_filename): Removed.
2136         * nlmconv.c (link_inputs): Use make_temp_file () instead of
2137         choose_temp_base ().
2138         * objdump.c (display_target_list): Likewise.
2139         (display_info_table): Likewise.
2141 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
2143         * objcopy.c (setup_section): Add const and gettext calls for err.
2145 2000-05-02  H.J. Lu  <hjl@gnu.org>
2147         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2148         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2149         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2150         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2151         and ELFOSABI_OPENBSD.
2153 2000-05-02  Kazu Hirata  <kazu@hxi.com>
2155         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2156         * srconv.c: Likewise.
2157         * sysdump.c: Likewise.
2159 2000-04-23  Denis Chertykov  <denisc@overta.ru>
2161         * readelf.c (guess_is_rela): AVR uses RELA relocations.
2162         (get_machine_name): machine name for EM_AVR added.
2164 2000-04-21  Richard Henderson  <rth@cygnus.com>
2165             David Mosberger  <davidm@hpl.hp.com>
2167         * Makefile.am (readelf.o): Add elf/ia64.h.
2168         * Makefile.in: Rebuild.
2169         * readelf.c: Include elf/ia64.h.
2170         (guess_is_rela, dump_relocations): Handle EM_IA_64.
2172 2000-04-17  Timothy Wall  <twall@cygnus.com>
2174         * objdump.c (disassemble_data): Set octets per byte *after*
2175         resolving arch/mach for binary files.
2177 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2179         * arlex.l: Add directives to increase lex buffer size.
2181         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2182         already included by bucomm.h.
2184 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
2186         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2187         `strftime' since strftime is not available on all systems.
2188         (process_mips_specific): Ditto.
2190 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
2192         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
2193         --enable-build-warnings option.
2194         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2195         * Makefile.in, configure: Re-generate.
2197 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
2199         * addr2line.c: Update copyright.
2200         * objcopy.1: Likewise, and title.
2201         * strings.1: Likewise.
2203         * version.c (print_version): Add 2000.
2205         * rddbg.c (read_section_stabs_debugging_info): Don't use
2206         bfd_size_type for strx to avoid printf problems if BFD64.
2208         * bucomm.c: (report): Remove `static'.
2209         Move inclusion of stdarg.h/vararg.h from here.
2210         * bucomm.h: To here.
2211         (CONST): Change all occurences to const.
2212         (report): Declare it.
2213         (bfd_fatal): Add ATTRIBUTE_NORETURN.
2214         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2215         (non_fatal): Add ATTRIBUTE_PRINTF_1.
2217         * ar.c (main): Use fatal or non_fatal instead of fprintf.
2218         Correct a typo in an error message.
2219         (do_quick_append): Use non_fatal instead of fprintf.
2220         (move_members): Use fatal instead of fprintf, exit.
2221         * coffdump.c (main): Same here.
2223         * dlltool.c (display): Delete.
2224         (warn): Delete.
2225         (inform): Use `report' instead of `display'.
2226         (rvaafter): Remove trailing \n from fatal error msg.
2227         (rvabefore): Ditto.
2228         (asm_prefix): Ditto.
2229         (yyerror): Replace `warn' with `non_fatal', and remove \n.
2230         (def_name): Likewise.
2231         (run): Likewise.
2232         (scan_all_symbols): Likewise.
2233         (gen_lib_file): Likewise.
2234         (def_library): Likewise.  Remove extra program_name too.
2235         (run): Remove \n from inform strings.
2236         (scan_drectve_symbols): Likewise.
2237         (add_excludes): Likewise.
2238         (scan_open_obj_file): Likewise.
2239         (gen_exp_file): Likewise.
2240         (gen_lib_file): Likewise.
2241         (process_duplicates): Likewise.
2243         * Makefile.am (dllwrap_SOURCES): Add version.c.
2244         * dllwrap.c (program_version): Delete.
2245         (print_version): Delete.
2246         (display): Always print trailing \n.
2247         (warn): New.
2248         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
2249         (run): Here too.
2250         (main): And here.
2251         (usage): gettext'ify.
2252         (long_options): Add missing initialisers.
2254         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2255         (select_output_format): Likewise.
2256         (powerpc_mangle_relocs): Likewise.
2257         (link_inputs): Likewise.
2259         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2260         (set_output_format): Likewise.
2261         (main): Use non_fatal instead of fprintf.
2262         (display_rel_file): Likewise.
2264         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2265         (slurp_dynamic_symtab): Same here.
2266         (disassemble_data): And here.
2267         (read_section_stabs): And here.
2268         (read_section_stabs): And here.
2269         (dump_bfd): And here.
2270         (main): And here.
2271         (objdump_sprintf): Use fatal instead of fprintf, exit.
2272         (disassemble_data): Same here.
2274         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2275         (parse_coff_struct_type): Same here.
2276         (parse_coff_enum_type): And here.
2277         (parse_coff): And here.
2278         * rddbg.c (read_debugging_info): And here.
2279         * size.c (main): And here.
2280         * windres.c (format_from_name): And here.
2281         * wrstabs.c (stab_write_symbol): Here too.
2282         (write_stabs_in_sections_debugging_info): And here.
2283         (stab_int_type): And here.
2284         (stab_struct_field): And here.
2285         (stab_typdef): And here.
2287         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2288         * srconv.c (main): Same here.
2289         * strings.c (main): And here.
2290         (integer_arg): And here.
2291         * sysdump.c (main): And here.
2293 2000-04-06  Timothy Wall  <twall@cygnus.com>
2295         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2297 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2299         * readelf.c (decode_location_expression): Loop through multiple
2300         operations.
2301         (read_and_display_attr): Pass in length.
2303         * readelf.c (read_and_display_attr): Add CU offset to references.
2304         (display_debug_info): Pass it in.
2306 2000-04-06  Nick Clifton  <nickc@cygnus.com>
2308         * readelf.c (decode_ARM_machine_flags): New function.
2309         (get_machine_flags): Call decode_ARM_machine_flags for ARM
2310         targets.
2312         (get_machine_name): Catch EM_AVR
2314 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
2316         * binutils.texi: Remove optional `=' from long options that have
2317         an `=' in the argument.
2318         * objcopy.1: Here too.  Remove extra space on discard-all.
2320         * binutils.texi (objcopy): Mention --redefine-sym.
2321         * objcopy.1: Here too.
2322         * NEWS: And here.
2324         * objcopy.c (parse_flags): Split off flag names from error message
2325         gettext as they are not translated.
2326         (copy_main): Similarly split off option name for --add-section,
2327         --set-section-flags, --change-section-vma, --change-section-lma
2328         error messages.
2329         Some white space changes.
2331         from Matthew Benjamin <matt@linuxbox.nu>
2332         * objcopy.c (struct redefine_node): New.
2333         (redefine_sym_list): New.
2334         (redefine_list_append): New.
2335         (lookup_sym_redefinition): New.
2336         (OPTION_REDEFINE_SYM): New.
2337         (copy_options): Add --redefine-sym option.
2338         (copy_usage): Mention it.
2339         (filter_symbols): Rename symbols on redefine_sym_list.
2340         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2341         (copy_main): Handle OPTION_REDEFINE_SYM.
2343 2000-04-04  H.J. Lu  <hjl@gnu.org>
2345         * readelf.c (process_symbol_table): Correctly read in symbol
2346         versioning information.
2348 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
2350         * po/binutils.pot: Regenerate.
2352         * addr2line.c (usage): Restore translated part of bug string.
2353         * ar.c (usage): Likewise.
2354         * nlmconv.c (show_usage): Likewise.
2355         * nm.c (usage): Likewise.
2356         * objcopy.c (copy_usage): Likewise.
2357         (strip_usage): Likewise.
2358         * objdump.c (usage): Likewise.
2359         * readelf.c (usage): Likewise.
2360         * size.c (usage): Likewise.
2361         * strings.c (usage): Likewise.
2362         * windres.c (usage): Likewise.
2364         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2365         (DEP): Quote when passing vars to sub-make.  Add warning
2366         message to end.
2367         (DEP1): Rewrite for "gcc -MM".
2368         (CLEANFILES): Add DEP2.
2369         Update dependencies.
2370         * Makefile.in: Regenerate.
2372 2000-04-04  H.J. Lu  <hjl@gnu.org>
2374         * Makefile.am (GENERATED_HFILES): Add rcparse.h
2375         (arparse.h): Depend on arparse.c
2376         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2378 2000-04-03  H.J. Lu  (hjl@gnu.org)
2380         * size.c (usage): Use REPORT_BUGS_TO.
2382 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
2384         * bucomm.h: #include "bin-bugs.h"
2385         * addr2line.c (usage): Use REPORT_BUGS_TO.
2386         * ar.c (usage): Likewise.
2387         * nlmconv.c (show_usage): Likewise.
2388         * nm.c (usage): Likewise.
2389         (OPTION_TARGET): Define.
2390         (long_options): Use OPTION_TARGET rather than 200.
2391         (main): Likewise.
2393         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2394         (strip_usage): Likewise.
2395         * objdump.c (usage): Likewise.
2396         * readelf.c (usage): Likewise.
2397         * strings.c (usage): Likewise.
2398         * windres.c (usage): Likewise.
2400 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2402         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2404 2000-03-27  Nick Clifton  <nickc@cygnus.com>
2406         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2407         string offsets in corrupt stabs entries.
2409 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
2411         * readelf.c: Include elf/avr.h
2412         (dump_relocations): Add EM_AVR case.
2414 2000-03-09  Tim Waugh  <twaugh@redhat.com>
2416         * strings.1: Correct '-bytes' to '--bytes'.
2418 2000-03-08  H.J. Lu  <hjl@gnu.org>
2420         * Makefile.am (install-exec-local): Depend on
2421         install-binPROGRAMS for parallel make.
2422         * Makefile.in: Regenerated.
2424 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
2426         From Brad Lucier <lucier@math.purdue.edu>:
2427         * readelf.c (process_dynamic_segment): Add cast to make sure
2428         argument to %* is int.
2430 2000-02-25  H.J. Lu  <hjl@gnu.org>
2432         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2434 2000-02-24  Nick Clifton  <nickc@cygnus.com>
2436         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
2437         * configure: Regenerate.
2439         * dlltool.c: Add support for sh-pe and mips-pe targets.
2440         * rescoff.c: Add support for sh-pe and mips-pe targets.
2442 2000-02-23  H.J. Lu  <hjl@gnu.org>
2444         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2446 2000-02-22  Nick Clifton  <nickc@cygnus.com>
2448         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
2450 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
2452         From Brad Lucier <lucier@math.purdue.edu>:
2453         * readelf.c (process_version_sections): Add casts to make sure
2454         argument to %* is an int.
2455         (process_mips_specific): Add casts to make printf arguments match
2456         format.
2458 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
2460         * objdump.c (dump_section_header): Change `opb' to unsigned.
2461         (find_symbol_for_address): Same here.
2462         (disassemble_data): And here.  Change `addr_offset',
2463         `stop_offset', `nextstop_offset' to unsigned long.
2464         (dump_data): Change opb to unsigned.
2466 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
2468         * resrc.c: Remove unmatched #if for cygwin.
2470 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
2472         * binutils.texi: Document the change of flavor name from atpcs-special
2473         to special-atpcs to prevent name conflict in gdb.
2475 2000-02-08  Timothy Wall  <twall@redhat.com>
2477         * objdump.c (show_line): Fix bug preventing printing of the very
2478         first line (line zero) of a file when interlisting source and
2479         assembly.  Added option to print entire context from start of file
2480         when the first line from that file is encountered.
2482 2000-02-03  Timothy Wall <twall@redhat.com>
2484         * objdump.c (dump_section_header, find_symbol_for_address,
2485         show_line, disassemble_bytes, disassemble_data, dump_data):
2486         distinguish between octets and bytes.
2488 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
2490         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
2491         check to unresolved symbols.
2492         (print_symbol_info_sysv):  Ditto.
2493         (print_symbol_info_posix):  Ditto.
2495         * binutils.texi: Document new 'V' symclass flag for nm.
2497 2000-01-27  Nick Clifton  <nickc@redhat.com>
2499         * binutils.texi (objdump): Document new ARM specific
2500         disassembler options.
2502         * objdump.c (usage): Call disassembler_usage().
2504 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
2506         * readelf.c (get_dynamic_flags): Return buff.
2507         (process_dynamic_segment): Don't pass error strings to printf
2508         as format arg.
2509         (read_and_display_attr): Use lx and ld to print longs.
2510         (process_corefile_note_segment): Cast bfd_vma to unsigned long
2511         before printing.
2512         Update copyright.
2514 2000-01-17  Nick Clifton  <nickc@cygnus.com>
2516         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2518 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
2520         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2521         false.
2522         (debug_tag_type): Here too.
2523         * ieee.c (ieee_builtin_type): And here.
2524         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
2526 2000-01-13  Nick Clifton  <nickc@cygnus.com>
2528         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
2529         System/370".
2531 2000-01-11  Nick Clifton  <nickc@cygnus.com>
2533         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
2535 2000-01-10  Nick Clifton  <nickc@cygnus.com>
2537         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2539 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
2541         * windres.c (long_options): Add --use-temp-file and
2542         --no-use-temp-file options.
2543         (usage): Document.
2544         (main): Handle.
2546         * windres.h: Update read_rc_file prototype.
2548         * resrc.c (cpp_temp_file): New static variable.
2549         (istream_type): New static variable.
2550         (close_pipe): Delete function.
2551         (run_cmd): New static function.
2552         (open_input_stream): New static function.
2553         (close_input_stream): New static function.
2554         (look_for_default): Handle DOS directory separator. Use
2555         open_input_stream instead of popen.
2556         (read_rc_file): Likewise.
2558         * binutils.texi: Document --use-temp-file, --no-use-temp-file
2559         options.
2561 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
2563         * dlltool.c (create_compat_implib): New variable.
2564         (gen_exp_file): Use.
2565         (make_one_lib_file): Use.
2566         (long_options): Add --compat-implib option.
2567         (usage): Handle.
2568         (main): Handle.
2570         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2571         (main): Use. Don't look for "32" in cygwin and mingw target names.
2573 2000-01-03  Nick Clifton  <nickc@cygnus.com>
2575         * binutils.texi: Document new, ARM specific disassembler
2576         command line switch "-M force-thumb".
2578 For older changes see ChangeLog-9899
2580 Local Variables:
2581 mode: change-log
2582 left-margin: 8
2583 fill-column: 74
2584 version-control: never
2585 End: