Add Spanish Translation
[binutils.git] / binutils / ChangeLog
blobfda8475a31b99da3c6163856495fbe35bbf26bb9
1 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
3         * po/es.po: Import from translation project.
4         * configure.in (ALL_LINGUAS): Add es.
5         * configure: Regenerate.
7 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
9         * readelf.c (get_netbsd_elfcore_note_type): Use
10         NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
12 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
14         * readelf.c: Update copyright years.
15         (get_note_type): Return a const char *.
16         (get_netbsd_elfcore_note_type): New function.
17         (process_note): Use get_netbsd_elfcore_note_type to get
18         the note type string for NetBSD ELF core files.
20 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
22         * readelf.c (get_ia64_segment_type): Add support for macros.
23         (get_segment_type): Add support for IA64 specific macros.
25 2001-12-20  Julian v. Bock  <julian@wongr.net>
27         * readelf.c (print_symbol): New function: Print a formatted symbol
28         name.  If --wide is specified do not truncate it.
29         (dump_relocations): Use print_symbol() to print symbol names.
30         (process_symbol_table): Likewise.
31         (process_syminfo): Likewise.
32         (process_mips_specific): Likewise.
33         (usage): Document new feature of --wide switch.
34         * doc/binutils.texi (objdump): Document additional behaviour of
35         --wide.
36         
37 2001-12-18  Michael Snyder  <msnyder@redhat.com>
39         * objcopy.c (copy_file): Accept corefiles (format bfd_core).
40         (copy_object): Don't set the start address or flags of a core file.
41         (copy_section): Don't relocate a core file.  Don't copy contents
42         if the input section has the contents flag set, but the output
43         section does not (which happens with the fake 'note' pseudo-
44         sections that BFD creates for corefiles).
46 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
48         * readelf.c (get_machine_flags): Recognize header flags for ABI and
49         ASE extensions. More robust code for ISA checking. Ignore empty fields
50         in header flags for GNU extensions.
52 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
54         * objcopy.c (copy_archive): Set output bfd format outside the loop.
56 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
58         * po/ja.po: Import from translation project.
59         * configure.in (ALL_LINGUAS): Add ja.
60         * configure: Regenerate.
62 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
64         * addr2line.c (main): Protoype.
65         * ar.c (main): Protoype.
66         * nm.c (main): Protoype.
67         * objcopy.c (main): Protoype.
68         * objdump.c (main): Protoype.
69         * size.c (main): Protoype.
70         * strings.c (main): Protoype.
72 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
74         * readelf.c (symtab_shndx_hdr): New global.
75         (SECTION_HEADER_INDEX): Define.
76         (SECTION_HEADER_NUM): Define.
77         (SECTION_HEADER): Define.
78         (GET_ELF_SYMBOLS): Pass two params rather than three.
79         (get_32bit_elf_symbols): Take file and section args.  Read and
80         use SHT_SYMTAB_SHNDX.
81         (get_64bit_elf_symbols): Likewise.
82         (dump_relocations): Use SECTION_HEADER to index "section_headers".
83         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
84         Remember symtab_shdx_hdr.
85         (process_program_headers): Scan from index 1 for segment map.
86         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
87         "section_headers".
88         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
89         (process_unwind): Likewise.
90         (process_version_sections): Likewise.
91         (process_symbol_table): Likewise.
92         (display_debug_info): Likewise.
93         (process_dynamic_segment): Fake up a symtab section for changed
94         GET_ELF_SYMBOLS.
95         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
96         (process_program_headers): Kill signed/unsigned warning.
97         (load_debug_str): Likewise.
98         (display_debug_info): Likewise.
100 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
102         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
104 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
106         * readelf.c (process_file_header): Print extended e_shnum and
107         e_shdtrndx values.  Set elf_header values for same.
108         (get_32bit_section_headers): Add "num" arg to read "num" headers.
109         (get_64bit_section_headers): Likewise.
110         (process_section_headers): Update calls.
111         (get_file_header): Call get_32bit_section_headers or 64bit variant.
113 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
115         * objcopy.c (setup_section): Copy entsize.
117 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
119         * readelf.c (guess_is_rela): Add support for stormy16.
120         (dump_relocations): Likewise.
121         (get_machine_name): Likewise.
123 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
125         * dllwrap.c (main) Replace multiple strings describing a
126         single error with a single, newline escaped sentence to permit
127         better translation into foreign languages.
129         * readelf.c (get_elf_class): Remove internalionalisation of ELF
130         class names.
132 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
134         * strings.c (get_char): Initialize value.
136 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
138         * arlex.l: Silence compile warnings.
139         * arsup.h: Likewise. Fix formatting.
141 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
143         * strings.c: Include config.h before bfd.h.
144         (file_off): New type.
145         (file_open): Define.
146         (print_strings): Use file_off instead of file_ptr.  Print addresses
147         which don't fit into long correctly.
148         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
149         available.
150         (strings_file): Use file_off instead of file_ptr.  Use file_open.
151         * configure.in: Check for getc_unlocked.
152         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
153         be defined for it.
154         * configure: Rebuilt.
155         * config.h.in: Rebuilt.
157 2001-11-29  H.J. Lu <hjl@gnu.org>
159         * bucomm.c (make_tempname): Revert the changes made on
160         2001-11-14 and 2001-11-12. They won't work with directories.
162 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
164         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
165         CFLAGS_FOR_TARGET to runtest in environment.
166         * Makefile.in: Rebuild.
167         * doc/Makefile.in: Rebuild.
169 2001-11-28  Mike Stump  <mrs@wrs.com>
171         * objcopy.c (setup_section): Preserve SEC_RELOC when
172         --set-section-flags is used.
174 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
176         * readelf.c (do_debug_str): New variable.
177         (display_debug_str): New function: Display the contents of a
178         .debug_str section.
179         (load_debug_str): New function: Load in the contents of a
180         .debug_str section.
181         (free_debug_str): New function: Free the memory used by
182         load_debug_str().
183         (fetch_indirect_string): Retrieve a string from the .debug_str
184         section.
185         (usage): Add -ws.
186         (parse_args): Accept -ws.
187         (process_section_headers): Allow the display of the .debug_str
188         section.
189         (read_and_display_attr_value): Use fetch_indirect_string.  Show
190         offset into .debug_str section.
191         (display_debug_info): Use load_debug_str and free_debug_str.
192         (debug_displays): Add .debug_str.
193         * doc/binutils.texi: Document -ws.
195 2001-11-19  Andreas Jaeger  <aj@suse.de>
197         * testsuite/binutils-all/objdump.exp: Add x86-64.
199 2001-11-15  Andreas Schwab  <schwab@suse.de>
201         * readelf.c: Fix warnings without terminating newline.
203 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
205         * doc/binutils.texi (objdump): Document ppc -M options.
207 2001-11-14  Andreas Jaeger  <aj@suse.de>
209         * doc/binutils.texi (objdump): Fix description to use x86-64.
211 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
213         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
214         not all systems provide mkstemp.
216 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
218         * doc/binutils.texi (objdump): Document x86 -M options.
220 2001-11-13  Keith Walker <keith.walker@arm.com>
222         * readelf.c (read_and_display_attr_value): New function to
223         handle DW_FORM_indirect.
224         (read_and_display_attr): Use it.
226 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
228         * readelf.c (display_debug_lines): Deal with unknown standard
229         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
230         DW_LNS_set_isa.
232 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
234         * MAINTAINERS: Add self as tic54x maintainer.  This target
235         includes the IBM C54XDSP clone.
237 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
239         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
241 2001-11-09  Jeffrey A Law  (law@cygnus.com)
243         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
244         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
245         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
246         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
247         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
248         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
249         (unw_decode_b2, unw_decode_b3_b4): Likewise.
251         * readelf.c (get_elf_class): Fix ISO portability glitch.
252         (get_data_encoding, get_osabi_name, request_dump): Likewise.
254 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
256         * readelf.c (debug_str, debug_str_size): New.
257         (display_debug_abbrev): If no abbrevs were read, skip the CU.
258         Call free_abbrevs.
259         (read_and_display_addr): Handle DW_FORM_strp.
260         (display_debug_info): Read .debug_str section if present,
261         so that DW_FORM_strp can be handled.
262         Fix test for non-existant .debug_abbrev section.
264 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
266         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
268         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
270 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
272         * MAINTAINERS: Add self as s390/s390x maintainer.
274 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
276         * MAINTAINERS: Add self as PPC XCOFF maintainer.
278 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
280         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
281         * configure: Regernate.
282         * po/fr.po: New file.
283         * po/tr.po: New file.
285 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
287         * MAINTAINERS: Add self as MMIX port maintainer.
288         * readelf.c: Include elf/mmix.h.
289         (guess_is_rela): MMIX is RELA.
290         (dump_relocations): Handle MMIX relocations.
291         * Makefile.am: Regenerate dependencies.
292         * Makefile.in: Regenerate.
294 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
296         * readelf.c (parse_args): Handle multiple options to the -w
297         switch.
299 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
301         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
302         LOPROC, LOOS and LOUSER.
304 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
306         * MAINTAINERS: Update my email address.
308 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
310         * doc/Makefile.in: Regenerate.
311         * configure: Regenerate.
313 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
315         * readelf.c (display_debug_line, display_debug_pubnames,
316         display_debug_info, display_debug_frames): Detect and warn
317         about 64-bit format entries.
318         (display_debug_aranges): Reword 64-bit warning.
319         (debug_displays): Add .debug_pubtypes as a known, but not yet
320         supported, debug section.
322 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
324         * coffdump.c (PROGRAM_VERSION): Delete.
325         (main <'V'>): Call print_version.
326         * srconv.c: Likewise.
327         * sysdump.c: Likewise.
328         * version.c (program_version): Remove.
329         (print_version): Use BFD_VERSION_STRING.  Just print the current
330         year in copyright message.
331         * addr2line.c (program_version): Remove unused declaration.
332         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
333         place of BFD_VERSION.
334         * Makefile.am (Makefile): Depend on bfd/configure.in.
335         (cplus-dem.o): Depend on Makefile.
336         Run "make dep-am".
337         * Makefile.in: Regenerate.
339 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
341         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
342         format .debug_arange sections.
343         (main): Add missing prototype.
345 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
347         * Makefile.am: Update dependencies with "make dep-am".
348         * Makefile.in: Regenerate.
350 2001-09-28  Richard Henderson  <rth@redhat.com>
352         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
354 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
356         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
357         VA_CLOSE.
358         (non_fatal): Likewise.
359         * objdump.c (objdump_sprintf): Likewise.
360         * readelf.c (error): Likewise.
361         (warn): Likewise.
363 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
365         * readelf.c (do_wide): New.
366         (options): Add --wide.
367         (usage, parse_args): Likewise.
368         (process_program_headers): Put each segment on a single line if
369         --wide is given.
370         (process_section_headers): Put each section on a single line if
371         --wide is given.
372         * doc/binutils.texi: Document it.
373         * NEWS: Likewise.
375 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
377         * readelf.c (print_vma): Print 8 digits of low hex value.
379 2001-09-24  Andreas Jaeger  <aj@suse.de>
381         * nlmconv.c: Fix warnings about unused attributes and function
382         prototypes.
384         * strings.c: Add prototype for get_char.
386 2000-09-19  H.J. Lu  <hjl@gnu.org>
388         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
389         $(srcdir)/cxxfilt.man.
390         * doc/Makefile.in: Rebuild.
392 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
394         * objcopy.c (copy_main): Correct rename-section string parsing.
395         Consolidate new_name parsing, and error messages.
397 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
399         * addr2line.c: Don't include <ctype.h>.
400         (main): For gettext, also set the LC_CTYPE locate facet.
401         * ar.c (main): Likewise.
402         * coffdump.c (main): Likewise.
403         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
404         (main): For gettext, also set the LC_CTYPE locate facet.
405         Use ISALNUM instead of isalpha/isdigit.
406         * dllwrap.c: Don't include <ctype.h>.
407         (main): For gettext, also set the LC_CTYPE locate facet.
408         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
409         (main): For gettext, also set the LC_CTYPE locate facet.
410         Use TOUPPER instead of islower/toupper.
411         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
412         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
413         Use TOUPPER instead of islower/toupper.
414         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
415         * objcopy.c (main): Likewise.
416         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
417         (disassemble_bytes): Use ISPRINT instead of isprint.
418         (dump_section_stabs): Use ISDIGIT instead of isdigit.
419         (dump_data): Use ISPRINT instead of isprint.
420         (main): For gettext, also set the LC_CTYPE locate facet.
421         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
422         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
423         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
424         Use TOUPPER instead of islower/toupper.
425         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
426         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
427         (write_rc_accelerators): Use ISPRINT instead of isprint.
428         (write_rc_rcdata): Likewise.
429         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
430         * srconv.c (main): Likewise.
431         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
432         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
433         isdigit/isupper/islower.
434         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
435         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
436         stab_demangle_prefix, stab_demangle_qualified,
437         stab_demangle_template, stab_demangle_type,
438         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
439         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
440         (isgraphic): Use ISPRINT instead of isascii/isprint.
441         (main): Remove HAVE_LC_MESSAGES dependency.
442         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
443         (pbarray): Use ISPRINT instead of isprint.
444         (main): For gettext, also set the LC_CTYPE locate facet.
445         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
446         (format_from_filename): Use ISPRINT instead of isprint.
447         (main): For gettext, also set the LC_CTYPE locate facet.
448         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
449         (unicode_print): Use ISPRINT instead of isprint.
450         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
451         (stab_variable): Use ISDIGIT instead of isdigit.
453 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
455         * ar.c (print_contents): Cast args of bfd_seek to the right types.
456         Replace bfd_read call with call to bfd_bread.
457         (extract_file): Likewise.
459         * objdump.c (dump_section_header): Cast section->filepos to
460         unsigned long to suit printf format string.
461         * readelf.c (process_section_headers): Similarly for sh_offset.
462         (process_unwind): Likewise.
464 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
466         * strings.c (encoding, encoding_bytes): New variables.
467         (long_options): Add --encoding.
468         (main): Accept -e and --encoding.
469         (get_char): New function.  Read a, possibly wide, character from
470         the input stream.
471         (print_strings): Use get_char().
472         (usage): Document new command line option.
473         * doc/binutils.texi: Document new command line option.
474         * NEWS: Announce new command line option.
476 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
478         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
479         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
480         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
481         Removed EM_CYGNUS_ARC.
483 2001-09-04  Jeffrey A Law  (law@cygnus.com)
485         * readelf.c: Include elf/h8 for H8 series definitions.
486         (guess_is_rela): H8 series if RELA.
487         (dump_relocations): Handle H8 series relocations.
489 2001-08-31  Eric Christopher  <echristo@redhat.com>
491         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
493 2001-08-29  Peter Targett  <peter.targett@arccores.com>
495         * MAINTAINERS: Include ARC Maintainer.
497 2001-08-29  Ben Elliston  <bje@redhat.com>
499         * stabs.c (stab_demangle_template): Initialise s4.
501 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
503         * readelf.c (dump_relocations): Recognise EM_PPC64.
505 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
507         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
509 2001-08-25  H.J. Lu  <hjl@gnu.org>
511         * nm.c (print_width): New.
512         (display_rel_file): Set `print_width' according to
513         bfd_sprintf_vma.
514         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
516 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
518         * objcopy.c (use_alt_mach_code): New variable.
519         (OPTION_ALT_MACH_CODE): Define.
520         (copy_options): Added --alt-machine-code.
521         (copy_main): Handle it.
522         (copy_object): Switch to alternate machine code if requested.
523         * doc/binutils.texi: Document new option.
524         * NEWS: Likewise.
526 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
528         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
530 2001-08-21  H.J. Lu  <hjl@gnu.org>
532         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
533         (display_debug_info): Cast for 64bit hosts.
534         (display_debug_frames): Likewise.
535         (process_mips_specific): Likewise.
537 2001-08-21  Andreas Jaeger  <aj@suse.de>
539         * coffgrok.h: Add missing parameter for prototype of coff_grok.
541         * sysdump.c: Add missing prototypes.
542         * srconv.c: Likewise.
543         * unwind-ia64.c: Likewise.
544         * coffdump.c: Likewise.
546         * sysinfo.y: Print prototypes, include <ansidecl.h>.
548         * coffgrok.c: Add missing prototypes, include libiberty.h instead
549         of declaring xcalloc.
551 2001-08-10  H.J. Lu  <hjl@gnu.org>
553         * nm.c (print_value): Add one arg, bfd *.
554         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
555         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
556         (print_symbol_info_sysv): Likewise.
557         (print_symbol_info_posix): Likewise.
559         * objdump.c (dump_section_header): Replace printf_vma with
560         bfd_printf_vma.
561         (print_section_stabs): Likewise.
562         (dump_bfd_header): Likewise.
563         (objdump_print_value): Replace sprintf_vma with
564         bfd_sprintf_vma.
565         (disassemble_bytes): Likewise.
566         (dump_reloc_set): Likewise.
568 2001-08-10  Andreas Jaeger  <aj@suse.de>
570         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
571         to build warnings.
572         * configure: Regenerate.
574 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
576         * readelf.c: Add missing prototypes.
577         * objdump.c: Likewise.  Format existing prototypes.
579 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
581         * readelf.c (display_debug_info): Add to abbrev_offset the addend
582         of any RELA relocation for the abbrev_offset memory location that
583         refers to the .debug_abbrev section symbol.
585 2001-08-07  H.J. Lu  <hjl@gnu.org>
587         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
588         (main): Return process_file ().
590 2001-08-05  Philip Blundell  <philb@gnu.org>
592         * doc/binutils.texi: Use "Thumb" not "THUMB".
594 2001-08-03  John Healy  <jhealy@redhat.com>
596         Patch suggested by Frank Eigler <fche@redhat.com>.
597         * objdump.c (disassemble_data): Fill in section member of the
598         disasm_info structure.
600 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
602         * configure.in: Added --with-windres option.
603         * configure: Regenerated.
605 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
607         * doc/binutils.texi: Use @command{name} for commands;
608         use @option{-opt} for options; use @table @env for list of options;
609         remove spaces arround [ | ] in synopsis.
611         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
612         center title.
614 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
616         * objcopy.c: Fix formatting.
617         (section_rename): New structure.
618         (OPTION_RENAME_SECTION): New switch.
619         (copy_usage): Document new switch.
620         (add_section_rename): New function: Add a node to the section
621         rename list.
622         (find_section_rename): New function: Find the new name and
623         flags for a section.
624         (setup_section): Call find_section_name to determine the name
625         of the output section.
626         (copy_main): Handle OPTION_RENAME_SECTION.
627         * binutils.texi: Document new switch.
628         * NEWS: Mention new switch.
630 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
632         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
633         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
634         bug-binutils@gcc.org.
636 2001-07-28  Matthias Kramm  <kramm@quiss.org>
638         * bucomm.c (list_supported_architectures): New function.
639         * bucomm.h (list_supported_architectures): Declare.
640         * objdump.c (usage): Call the above.
642 2001-07-25  Dave Brolley  <brolley@redhat.com>
644         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
645         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
647 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
649         * README: Update for 2.11.  Change bug reporting email address.
650         * MAINTAINERS: Tidy up.  Change bug reporting email address.
652 2001-07-16  DJ Delorie  <dj@redhat.com>
654         * resres.c (write_res_header): Align header size.
655         (res_align_file): Calculate alignment correctly.
657         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
658         correct 10).
659         * resrc.c (write_rc_resource): Likewise.
660         * windres.h (SUBLANG_SHIFT): Define - as 10.
662 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
664         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
666 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
668         * MAINTAINERS: Add notes about branch checkins.
670 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
672         * readelf.c (display_debug_macinfo): New function, display
673         .debug_macinfo section.
674         (do_debug_macinfo): New variable.
675         (parse_args): Handle "-w[mM]" to mean display macro info.
676         (process_section_headers): Handle debug_macinfo.
677         (debug_displays): Replace unsupported function with macinfo
678         function for .debug_macinfo display.
679         * doc/binutils.texi: Document new command line switch.
680         * NEWS: Document new feature of readelf.
682 2001-07-05  H.J. Lu  <hjl@gnu.org>
684         * objcopy.c (filter_symbols): Don't turn undefined symbols
685         into local.
687 2001-07-03  H.J. Lu <hjl@gnu.org>
689         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
690         $@.pod.
691         (ar.1): Likewise.
692         (dlltool.1): Likewise.
693         (nlmconv.1): Likewise.
694         (nm.1): Likewise.
695         (objcopy.1): Likewise.
696         (objdump.1): Likewise.
697         (ranlib.1): Likewise.
698         (readelf.1): Likewise.
699         (size.1): Likewise.
700         (strings.1): Likewise.
701         (strip.1): Likewise.
702         (windres.1): Likewise.
703         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
704         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
705         $(DEMANGLER_NAME).
706         (as.1): Removed.
707         * doc/Makefile.in: Regenerated.
709 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
711         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
713 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
715         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
717 2001-06-29  James Cownie <jcownie@etnus.com>
719         * readelf.c: Support DWARF 2.1 attributes.
721 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
723         * readelf.c (GET_DATA_ALLOC): Remove.
724         (GET_DATA): Remove.
725         (get_data): New function combining above macros, with an extra
726         test for zero size.
727         (slurp_rela_relocs): Use get_data, and catch error return.
728         (slurp_rel_relocs): Likewise.
729         (get_32bit_program_headers): Likewise.
730         (get_64bit_program_headers): Likewise.
731         (get_32bit_section_headers): Likewise.
732         (get_64bit_section_headers): Likewise.
733         (get_32bit_elf_symbols): Likewise.
734         (get_64bit_elf_symbols): Likewise.
735         (process_section_headers): Likewise.
736         (process_relocs): Likewise.
737         (slurp_ia64_unwind_table): Likewise.
738         (process_unwind): Likewise.
739         (get_32bit_dynamic_segment): Likewise.
740         (get_64bit_dynamic_segment): Likewise.
741         (process_dynamic_segment): Likewise.
742         (process_version_sections): Likewise.
743         (process_symbol_table): Likewise.
744         (dump_section): Likewise.
745         (display_debug_info): Likewise.
746         (display_debug_section): Likewise.
747         (process_section_contents): Likewise.
748         (process_corefile_note_segment): Likewise.
749         (process_mips_specific): Likewise.  Also free econf32, econf64.
751 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
753         * readelf.c (dump_relocations): Print "bad symbol index" if
754         symtab == NULL with non-zero symtab_index.
755         (process_relocs): Don't bomb if reloc section has no symsec.
757 2001-06-24  H.J. Lu  <hjl@gnu.org>
759         * objcopy.c (strip_main): Revert the change made on 2001-05-30
760         by accident.
761         (copy_main): Apply the the change made to strip_main on
762         2001-05-30 by accident.
764 2001-06-23  Andreas Jaeger  <aj@suse.de>
766         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
767         parameter 'code'.
768         (unw_decode_x2): Likewise.
769         (unw_decode_x3): Likewise.
770         (unw_decode_x4): Likewise.
772 2001-06-23  Ben Elliston  <bje@redhat.com>
774         * MAINTAINERS: Add myself as M88k maintainer.
776 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
778         * objcopy.c (strip_main): Support -o or --output-file command lien
779         switch.
781 2001-06-19  H.J. Lu <hjl@gnu.org>
783         * doc/Makefile.in: Regenerated.
785 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
787         * readelf.c: Restore formatting.
789 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
791         * Makefile.am: Move documentation into doc subdirectory.
792         * Makefile.in: Regenerated.
793         * binutils.texi: Move into doc subdirectory.
794         * addr2line.1: Removed.
795         * ar.1: Likewise.
796         * dlltool.1: Likewise.
797         * nlmconv.1: Likewise.
798         * nm.1: Likewise.
799         * objcopy.1: Likewise.
800         * objdump.1: Likewise.
801         * ranlib.1: Likewise.
802         * readelf.1: Likewise.
803         * size.1: Likewise.
804         * strings.1: Likewise.
805         * strip.1: Likewise.
806         * windres.1: Likewise.
807         * cxxfilt.man: Likewise.
808         * doc: New Directory.
809         * doc/Makefile.am: New file.
810         * doc/Makefile.in: Generate.
812 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
814         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
816 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
818         * MAINTAINERS: Update my email address.
820 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
822         * objcopy.c: Add new switches: --keep-global-symbol,
823         --keep-symbols, --localize-symbols, --keep-global-symbols and
824         --weaken-symbols.
825         * binutils.texi: Document new switches.
826         * objcopy.1: Regenerate.
827         * NEWS: Announce new feature.
829 2001-05-28  Andreas Jaeger  <aj@suse.de>
831         * readelf.c (display_debug_frames): Fix warnings: Remove unused
832         variables, fix format strings.
834 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
836         * objdump.c (disassemble_bytes): Remove section VMA adjustment
837         when computing the address of the line to show.
839 2001-05-16  Richard Henderson  <rth@redhat.com>
841         * readelf.c (do_debug_frames_interp): New.
842         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
843         (byte_get_big_endian): Likewise.
844         (parse_args) ['F']: Set do_debug_frames_interp.
845         (Frame_Chunk): Make data_factor signed, add fde_encoding.
846         (frame_display_row): Don't trunc pc_begin to int.
847         (size_of_encoded_value): New.
848         (display_debug_frames): Handle 64-bit targets.  Print raw data
849         unless do_debug_frames_interp.
850         (debug_displays): Remove duplicate .debug_frame.
852 2001-05-15  Ralf Baechle  <ralf@gnu.org>
854         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
855         The former constant was never in active use and is used otherwise
856         by the ABI.
858 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
860         * readelf.c (process_unwind): Print all unwind sections, not just
861         one.
863 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
865         * readelf.c (process_unwind): Remove const specifier.
867 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
869         * strings.c (isgraphic): Do not use isascii() unless it is needed
870         for isprint() to work.
871         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
873 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
875         * NEWS: Announce support for OpenRISC.
877 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
879         * dlltool.c (do_default_excludes): Initialise to true.
881 2001-04-10  Alan Modra  <amodra@one.net.au>
883         * MAINTAINERS: Update my email address
884         * nm.c (print_symbol_info_bsd): Use a simple printf string.
886 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
888         * readelf.c (display_debug_lines): Fix typo for "Prologue".
890 2001-03-30  H.J. Lu  <hjl@gnu.org>
892         * readelf.c (process_unwind): Just return if do_unwind is 0.
894 2001-03-28  Roger Sayle  <roger@metaphorics.com>
896         * dlltool.c (make_one_lib_file): Fix section flags for
897         .text, .data and .bss in stub ds*.o files to match those
898         generated by gas.
900 2001-03-29  H.J. Lu  <hjl@gnu.org>
902         * readelf.c (process_unwind): Only do unwind sections for
903         IA64.
905 2001-03-28  H.J. Lu  <hjl@gnu.org>
907         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
908         * Makefile.in: Regenerate.
910 2001-03-26  Andreas Jaeger  <aj@suse.de>
912         * binutils.texi (nm): Fix texi syntax.
914 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
916         * binutils.texi: Put @c man begin and @c man end indications
917         to generate man pages using texi2pod and pod2man. Put @c man title
918         to identify each man. Add SEEALSO entries.
919         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
920         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
921         sort the list.
922         (*.1): Build the man pages from binutils.texi.
923         * Makefile.in: Regenerate.
925 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
927         * defparse.y (opt_equal_name): allow "." in name.
928         * dlltool.c (def_exports): Added ability to generate forwarded exports.
929         (gen_exp_file): Likewise.
931 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
933         * NEWS: Document addition of -B switch to objcopy.
934         * binutils.texi:  Document addition of -B switch to objcopy.
935         * objcopy.c: (copy_options): Add --binary-architecture.
936         (copy_usage): Document -B/--binary-architecture.
937         (copy_main): Support -B/--binary-architecture.  Set
938         bfd_external_binary_architecture.
940 2001-03-11  Andreas Jaeger  <aj@suse.de>
942         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
943         (dump_relocations): Likewise.
944         (get_machine_name): Likewise.
946 2001-02-28  Nick Clifton  <nickc@redhat.com>
948         * readelf.c: (struct unw_aux_info): Remove const modifier for
949         'strtab' field.
950         (process_unwind): Remove non-K&R compliant LHS type cast in call
951         to GET_DATA_ALLOC macro.
953 2001-02-28  Philip Blundell  <pb@futuretv.com>
955         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
956         ABI is in use; remove ambiguity between the "unknown" EABI and
957         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
958         renamed EF_xx constants.
960 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
962         * configure.in (BFD_VERSION): New.
963         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
964         * configure: Regenerate.
965         * Makefile.am: Run "make dep-am"
966         * Makefile.in: Regenerate.
968 2001-02-14  Nick Clifton  <nickc@redhat.com>
970         * MAINTAINERS: Add "Obvious Fix" rule.
972 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
974         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
975         literal concatenation.
977 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
979         * readelf.c (struct unw_aux_info): Remove const from the info member.
980         (process_unwind): Don't type-cast the third argument to the
981         GET_DATA_ALLOC macro.
983 2001-02-11  Nick Clifton  <nickc@redhat.com>
985         * readelf.c (dump_relocations): Free corrected allocated
986         array.
987         (process_unwind): Fix compile time warning.
989 2001-02-10  Nick Clifton  <nickc@redhat.com>
991         * binutils.texi: Document new --unwind option to readelf.
993 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
995         * readelf.c: Add linux target for S/390.
997 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
999         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1000         printf is a macro.
1002 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
1004         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1005         * aclocal.m4: Regenerate.
1006         * configure: Regenerate.
1008 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
1010         * bucomm.c (bfd_target_vector): Change extern array to pointer.
1011         * objdump.c (bfd_target_vector): Likewise.
1013 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
1015         * readelf.c (process_unwind): New function.
1016         (slurp_ia64_unwind_table): Ditto.
1017         (dump_ia64_unwind): Ditto.
1018         (find_symbol_for_address): Ditto.
1019         (slurp_rela_relocs): New function (split off from dump_relocations()).
1020         (slurp_rel_relocs): Ditto.
1021         (parse_args): Handle '-u' option.
1023         * unwind-ia64.c: New file.
1024         * unwind-ia64.h: New file.
1025         * Makefile.am: Include unwind-ia64.c in readelf build.
1026         * Makefile.in: Regenerate.
1027         * po/binutils.pot: Regenerate.
1029 2001-02-04  Philip Blundell  <philb@gnu.org>
1031         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1032         * configure: Regenerate.
1034 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
1036         * ieee.c (ieee_add_bb11): Don't check for backslashes
1037         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1039 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
1041         * ieee.c: Update copyright.
1042         (ieee_start_compilation_unit): Don't check for backslashes
1043         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1045         * stabs.c: Update copyright. Include "filenames.h".
1046         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1048 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
1050         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1051         sections are present before using them.  Remove code duplication.
1052         (process_symbol_table): Check if VERDEF or VERNEED sections are
1053         present before using them.
1055 2001-01-17  Nick Clifton  <nickc@redhat.com>
1057         * objcopy.c (copy_object): Fail if attempting to convert the
1058         endianness of the input object file.
1060         * binutils.texi: Explain that objcopy cannot convert endianness.
1062 2001-01-16  Nick Clifton  <nickc@redhat.com>
1064         * readelf.c (string_table_length): New variable.
1065         (SECTION_NAME): Catch out of range indices and missing section
1066         pointers.
1067         (process_section_headers): Delete useless local variable
1068         string_table_offset.  Set the value of string_table_length
1069         after loading the string table.
1070         (process_mips_specific): Use SECTION_NAME macro.
1071         (process_file): Set string_table_length to 0 when it is freed.
1073 2001-01-12  Nick Clifton  <nickc@redhat.com>
1075         * version.c (print_version): Update copyright date.
1077 2001-01-11  Peter Targett  <peter.targett@arccores.com>
1079         * readelf.c (dump_relocations): Include selection with EM_ARC.
1080         (get_machine_name) Update name to "ARC".
1082 2001-01-09  Nick Clifton  <nickc@redhat.com>
1084         * Makefile.am: Add rule to build objdump.o from objdump.c and
1085         using OBJDUMP_DEFS.
1086         * Makefile.in: Regenerate.
1088         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
1089         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1090         -DDISASSEMBLER_NEEDS_RELOCS.
1091         * configure: Regenerate.
1093         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1094         is defined read in the relocs even if dump_reloc_info is
1095         false.
1097 2001-01-07  Philip Blundell  <philb@gnu.org>
1099         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1100         `bug-binutils'.
1101         * README: Likewise.
1103 2000-12-19  Nick Clifton  <nickc@redhat.com>
1105         * dlltool.c: Add missing support for arm-epoc-pe.
1106         * configure.in: Add missing support for arm-epoc-pe.
1107         * configure: Regenerate.
1109 2000-12-15  Nick Clifton  <nickc@redhat.com>
1111         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1112         Mode parts of the x86 port.
1114 2000-12-04  Andreas Jaeger  <aj@suse.de>
1116         * readelf.c (guess_is_rela): Add EM_X86_64.
1117         (dump_relocations): Add EM_X86_64.
1118         (get_machine_name): Add EM_X86_64.
1119         Include "elf/x86-64.h".
1121 2000-12-12  Nick Clifton  <nickc@redhat.com>
1123         * readelf.c: Fix formatting.
1125 2000-12-11  Jan Hubicka  <jh@suse.cz>
1127         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1129 2000-12-07  Andrew Haley  <aph@redhat.com>
1131         * readelf.c (display_debug_frames): Only display columns that are
1132         referenced by the frame debug info.
1134 2000-12-05  Nick Clifton  <nickc@redhat.com>
1136         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1138 2000-12-04  Jason Merrill  <jason@redhat.com>
1140         * readelf.c (process_section_headers): Handle linkonce.wi sections.
1141         (display_debug_section): Likewise.
1142         (display_debug_info): Display CU header before bailing.
1144 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
1146         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1147         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
1148         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
1150         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1151         and E_MIPS_ARCH_64.
1153         * readelf.c (get_machine_flags): Add case for
1154         E_MIPS_MACH_SB1.
1156 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
1158         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1160 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
1162         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
1163         Change sourceware.cygnus.com to sources.redhat.com.
1164         Fix typo for "amongst".
1166 2000-11-28  Nick Clifton  <nickc@redhat.com>
1168         * strip.1 (COPYING): Mention that the GNU Free Documentation
1169         License is present in the sources, but not the output, and
1170         also available from the GNU website.
1171         (GNU Free Documentation License): Comment out this section.
1172         * strings.1: Ditto.
1173         * size.1: Ditto.
1174         * ranlib.1: Ditto.
1175         * objdump.1: Ditto.
1176         * objcopy.1: Ditto.
1177         * nm.1: Ditto.
1178         * nlmconv.1: Ditto.
1179         * ar.1: Ditto.
1180         * addr2line.1: Ditto.
1182 2000-11-27  DJ Delorie  <dj@redhat.com>
1184         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
1185         (parse_args): Support -wf option.
1186         (process_section_headers): Ditto.
1187         (debug_displays): Ditto.
1188         (display_debug_frames): New, dump *_frame sections.
1189         (frame_need_space): Support for above.
1190         (frame_display_row): Ditto.
1191         * binutils.texi: Document it.
1193 2000-11-24  Nick Clifton  <nickc@redhat.com>
1195         * NEWS: Announce support for v5t, v5te and XScale.
1197 2000-11-22  Nick Clifton  <nickc@redhat.com>
1199         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
1200         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
1201         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
1202         (get_elf_section_flags: Add SHF_GROUP.
1203         (process_section_headers): Adjust output for 32-bit binaries
1204         to look nice on an 80 column terminal.
1206 2000-11-20  H.J. Lu  <hjl@gnu.org>
1208         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
1209         ELFOSABI_AIX.
1211 2000-11-17  Richard Henderson  <rth@redhat.com>
1213         * readelf.c (display_debug_lines): Adjust last change to
1214         use sizeof (external->li_length).
1216 2000-11-17  Richard Henderson  <rth@redhat.com>
1218         * readelf.c (display_debug_lines): Fix section length check
1219         and end_of_sequence computation.
1221 2000-11-06  Nick Clifton  <nickc@redhat.com>
1223         * binutils.texi: Add GNU Free Documentation License.
1224         * objcopy.1: Add GNU Free Documentation License.
1225         * objdump.1: Add GNU Free Documentation License.
1226         * addr2line.1: Add GNU Free Documentation License.
1227         * ar.1: Add GNU Free Documentation License.
1228         * nlmconv.1: Add GNU Free Documentation License.
1229         * nm.1: Add GNU Free Documentation License.
1230         * ranlib.1: Add GNU Free Documentation License.
1231         * size.1: Add GNU Free Documentation License.
1232         * strings.1: Add GNU Free Documentation License.
1233         * strip.1: Add GNU Free Documentation License.
1235 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
1237         * objcopy.c (--srec-len=nn): New parameter to set the
1238         maximum length of generated Srecords.
1239         (--srec-forceS3): New parameter that restricts the generation of
1240         Srecords to type S3 only.
1241         * binutils.texi: Document new command line switches.
1242         * objcopy.1: Docuemnt the new command line switches.
1243         * NEWS: Announce the existence of the new command line switches.
1245 2000-10-31  Nick Clifton  <nickc@redhat.com>
1247         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
1248         code.  Add Eric Chrisopher as maintainer of MN10300 port.
1250 2000-10-12  Roger Sayle  <roger@metaphorics.com>
1252         * Make comma after string after icon/control optional.
1254 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
1256         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
1258         * NEWS: Mention support for MIPS32.
1260 2000-09-08  Nick Clifton  <nickc@redhat.com>
1262         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
1264 2000-09-07  H.J. Lu  <hjl@gnu.org>
1266         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1267         * configure: Rebuild.
1269 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
1271         * configure: Rebuilt with new libtool.m4.
1273 2000-09-05  Nick Clifton  <nickc@redhat.com>
1275         * aclocal.m4: Regenerate.
1276         * config.in: Regenerate.
1277         * configure: Regenerate.
1279 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
1281         * strip.1: Fix stray '\' in -o formatting.
1283 2000-09-02  Nick Clifton  <nickc@redhat.com>
1285         * configure.in: Increase version number to 2.10.91.
1286         * configure: Regenerate.
1287         * aclocal.m4: Regenerate.
1288         * config.in: Regenerate.
1289         * po/binutils.pot: Regenerate.
1291 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
1293         * acinclude.m4: Include libtool and gettext macros from the
1294         top level.
1295         * aclocal.m4, configure: Rebuilt.
1297 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
1299         * resrc.c (close_input_stream): Delete extraneous logic
1301 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
1303         * NEWS: Mention support for CRIS.
1305 2000-08-21  Nick Clifton  <nickc@redhat.com>
1307         * addr2line.c: Changed email address for Ulrich Lauther.
1309 2000-08-17  Christopher C. Chimelis <chris@debian.org>
1311         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
1313 2000-08-17  Nick Clifton  <nickc@redhat.com>
1315         * readelf.c (display_debug_pubnames): Only issue warning
1316         message once.  Terminate message with a new line.
1317         (display_debug_aranges): Only display version 2 debug info.
1319 2000-08-14  Todd Vierling <tv@wasabisystems.com>
1321         * objcopy.c (strip_main): Silently accept -d as an alias for -g
1322         for compatability with old BSD systems.
1324 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
1326         * NEWS: Mention i860 support.
1328 2000-08-11  Carlo Wood <carlo@alinoe.com>
1330         * addr2line.c (main): Add const to char *.
1332 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
1334         * ar.c (main): Don't crash if called with no arguments
1335         or only '-X32_64' as an argument.
1337 2000-08-08  DJ Delorie  <dj@redhat.com>
1339         * resrc.c: use "gcc -xc" instead of -xc-header
1341 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
1343         * readelf.c (elf/i860.h): Include.
1344         (dump_relocations): Add recognition of i860 architecture.
1345         (guess_is_rela): Add recognition of i860 architecture.
1347 2000-08-03  Nick Clifton  <nickc@cygnus.com>
1349         * MAINTAINERS: Add information about CGEN maintainers.
1351 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
1353         * nm.c (main): Ignore '-X32_64' as an option.
1354         * ar.c (main): Likewise.
1355         * binutils.texi (nm): Document new option.
1356         (ar): Likewise.
1358 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1360         * rdcoff.c (external_coff_symbol_p): K&R-ise.
1362 2000-07-20  H.J. Lu  <hjl@gnu.org>
1364         * binutils.texi: Put back "@end table" deleted by
1365         accident.
1367 2000-07-05  Kenneth Block  <krblock@computer.org>
1369         * nm.c: Add optional style to demangle switch.
1370         * objdump.c: Add optional style to demangle switch.
1371         * addr2line.c: Add optional style to demangle switch.
1372         * binutils.texi: Document optional style to demangle
1373         switch.
1375 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
1377         * MAINTAINERS: Add self as CRIS port maintainer.
1378         * readelf.c: Include elf/cris.h.
1379         (guess_is_rela): Handle EM_CRIS.
1380         (dump_relocations): Ditto.
1381         (get_machine_name): Ditto.
1382         * Makefile.am: Rebuild dependencies.
1383         * Makefile.in: Regenerate.
1384         * po/binutils.pot: Regenerate.
1386 2000-07-19  H.J. Lu  <hjl@gnu.org>
1388         * readelf.c (get_dynamic_type): Change "AUXILARY" to
1389         "AUXILIARY".
1390         (process_dynamic_segment): Print out strings for DT_CONFIG,
1391         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
1393 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
1395         * nm.c (usage): Change output of `nm --help' to include a
1396         description of the purpose of the program and a detailed
1397         description of the accepted options.
1399 2000-07-19  H.J. Lu  <hjl@gnu.org>
1401         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
1402         to DF_1_NODEFLIB.
1404 2000-07-19  H.J. Lu  <hjl@gnu.org>
1406         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
1408 2000-07-19  H.J. Lu  <hjl@gnu.org>
1410         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
1411         DT_FEATURE.
1412         (process_dynamic_segment): Likewise.
1414         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
1415         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
1416         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
1417         DF_1_NODUMP and DF_1_CONLFAT.
1419 2000-07-18  Nick Clifton  <nickc@cygnus.com>
1421         * binutils.texi (readelf): Fix spelling typo.
1423 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
1425         * objdump.c (usage): Make output of `objdump --help' more
1426         consistent with the rest of the GNU world.  Add a line describing
1427         the purpose of the program.
1429 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
1431         * stabs.c (parse_stab_range_type): Cast to proper type to fix
1432         warning.
1434 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
1436         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
1437         to fix warnings.
1438         (process_symbol_table): Ditto.
1439         (procesS_extended_line_op): Ditto.
1440         (display_debug_lines): Ditto.
1441         (display_debug_pubnames): Ditto.
1442         (read_and_display_attr): Ditto.
1444 2000-07-09  Nick Clifton  <nickc@cygnus.com>
1446         * MAINTAINERS: Add several more port specific maintainers.
1448 2000-07-05  Nick Clifton  <nickc@cygnus.com>
1450         * MAINTAINERS: Add blanket write privs for Michael Meissner.
1452 2000-06-05  DJ Delorie  <dj@redhat.com>
1454         * MAINTAINERS: New.
1456 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
1458         * dllwrap.c: Changed mistaken dyn_string_append() calls
1459         to dyn_string_append_cstr().
1461 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
1463         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
1464         struct debug_type stores size in bytes.
1466 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
1468         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
1469         (CLEANFILES): Add DEPA.
1470         * Makefile.in: Regenerate.
1472 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
1474         * ar.c: Revert incorrect 2000-06-25 patch.
1475         * bucomm.c: Likewise.
1477 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
1479         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
1480         (external_coff_symbol_p): New function.
1481         (parse_coff): Use it.
1483 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
1485         * ar.c (normalize): Advance past both characters in a DOS based
1486         <letter>: filepath prefix.
1487         (main): Likewise.
1488         * bucomm.c (make_tempname): Likewise.
1490 2000-06-24  Nick Clifton  <nickc@cygnus.com>
1492         * objdump.c (usage): Fix description of --stabs switch.
1494 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
1496         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1497         find one.
1498         * Makefile.in: Regenerate.
1500 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
1502         * ar.c (normalize): Correct pointer comparison when checking for
1503         backslashes.
1504         (main): Likewise.
1505         * bucomm.c (make_tempname): Likewise.
1507         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
1508         and search for backslashes in the original pathname.
1509         (ieee_add_bb11): Likewise.
1511 2000-06-18  Nick Clifton  <nickc@redhat.com>
1513         * ar.c (print_contents): Improve verbose message.
1515 2000-06-15  H.J. Lu  <hjl@gnu.org>
1517         * dyn-string.c: Removed. Not needed with dyn-string.c in
1518         libiberty.
1519         * dyn-string.h: Likewise.
1521         * Makefile.am: Remove references to dyn-string.c and
1522         dyn-string.h. Rebuild dependency.
1523         * Makefile.in: Rebuild.
1525 2000-06-15  H.J. Lu  <hjl@gnu.org>
1527         * binutils.texi: Put a warning on copying relocatable object
1528         files between two different formats.
1530 2000-06-13  DJ Delorie  <dj@cygnus.com>
1532         * rcparse.y (control): ICON controls take an id as the first
1533         parameter, not an optional string.  Also, call new convenience
1534         function that takes res_id's.
1535         * resrc.c (define_control): missing text means zero-length string,
1536         not zero ID.
1537         (define_icon_control): New.
1538         * windres.h: declare define_icon_control.
1540 2000-06-13  H.J. Lu  <hjl@gnu.org>
1542         * configure: Regenerate.
1544 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
1546         * configure.in (VERSION): Update to show this is the CVS mainline.
1548 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
1550         * strings.c (isgraphic): Interpret <TAB> as a printable character,
1551         analogous to <SPACE>.
1553 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
1555         * objdump.c (display_target_list): Use bfd_close_all_done, not
1556         bfd_close to fix crash caused by 2000-05-24 change.
1558 2000-05-25  DJ Delorie  <dj@cygnus.com>
1560         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
1562 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
1564         * Makefile.am: Update dependencies with "make dep-am"
1565         * Makefile.in: Regenerate.
1567 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
1569         * ar.c: Include filenames.h.
1570         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
1571         and drive letters in file names.
1572         (main): Support backslashes and drive letters in argv[0].  Drop
1573         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
1574         FILENAME_CMP instead of strcmp to compare file names.
1575         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
1576         DJGPP v2.
1577         (do_quick_append) [__GO32__]: Ditto.
1578         (get_pos_bfd, delete_members, move_members, replace_members):
1579         Compare file names with FILENAME_CMP.
1581         * bucomm.c: Include filenames.h.
1582         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
1583         forward/backward slashes and drive letters in file names.
1585         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
1586         mixed forward/backward slashes and drive letters in file names.
1588         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
1589         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
1590         mode.
1592         * objcopy.c: Include filenames.h.
1593         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
1594         before comparing to "strip".
1595         Use FILENAME_CMP to compare file names.
1597         * arsup.c: Include filenames.h.
1598         (map_over_list, ar_delete, ar_replace, ar_extract): Use
1599         FILENAME_CMP to compare file names.
1600         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
1601         the temporary file name.
1603         * configure.in: Check for setmode.
1604         * configure: Regenerate.
1606 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
1608         * objdump.c (display_target_list): Close the bfd.
1609         (display_info_table): Likewise.
1611 2000-05-14  H.J. Lu  (hjl@gnu.org)
1613         * objcopy.c (filter_symbols): Don't strip global symbols in
1614         relocatable object files.
1616 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
1618         * size.c (usage): Associate short options with corresponding long
1619         option to give a clue as to their function.
1621 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
1623         * size.c (main): Accept and ignore `-f' option.
1625 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
1627         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
1628         bindtextdomain): Replace defines with those from intl/libgettext.h
1629         to quieten gcc warnings.
1631 2000-05-12  H.J. Lu  <hjl@gnu.org>
1633         * nlmconv.c (temp_filename): Removed.
1635         * nlmconv.c (link_inputs): Use make_temp_file () instead of
1636         choose_temp_base ().
1637         * objdump.c (display_target_list): Likewise.
1638         (display_info_table): Likewise.
1640 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
1642         * objcopy.c (setup_section): Add const and gettext calls for err.
1644 2000-05-02  H.J. Lu  <hjl@gnu.org>
1646         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
1647         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
1648         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
1649         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
1650         and ELFOSABI_OPENBSD.
1652 2000-05-02  Kazu Hirata  <kazu@hxi.com>
1654         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
1655         * srconv.c: Likewise.
1656         * sysdump.c: Likewise.
1658 2000-04-23  Denis Chertykov  <denisc@overta.ru>
1660         * readelf.c (guess_is_rela): AVR uses RELA relocations.
1661         (get_machine_name): machine name for EM_AVR added.
1663 2000-04-21  Richard Henderson  <rth@cygnus.com>
1664             David Mosberger  <davidm@hpl.hp.com>
1666         * Makefile.am (readelf.o): Add elf/ia64.h.
1667         * Makefile.in: Rebuild.
1668         * readelf.c: Include elf/ia64.h.
1669         (guess_is_rela, dump_relocations): Handle EM_IA_64.
1671 2000-04-17  Timothy Wall  <twall@cygnus.com>
1673         * objdump.c (disassemble_data): Set octets per byte *after*
1674         resolving arch/mach for binary files.
1676 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1678         * arlex.l: Add directives to increase lex buffer size.
1680         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
1681         already included by bucomm.h.
1683 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
1685         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
1686         `strftime' since strftime is not available on all systems.
1687         (process_mips_specific): Ditto.
1689 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
1691         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
1692         --enable-build-warnings option.
1693         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1694         * Makefile.in, configure: Re-generate.
1696 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
1698         * addr2line.c: Update copyright.
1699         * objcopy.1: Likewise, and title.
1700         * strings.1: Likewise.
1702         * version.c (print_version): Add 2000.
1704         * rddbg.c (read_section_stabs_debugging_info): Don't use
1705         bfd_size_type for strx to avoid printf problems if BFD64.
1707         * bucomm.c: (report): Remove `static'.
1708         Move inclusion of stdarg.h/vararg.h from here.
1709         * bucomm.h: To here.
1710         (CONST): Change all occurences to const.
1711         (report): Declare it.
1712         (bfd_fatal): Add ATTRIBUTE_NORETURN.
1713         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
1714         (non_fatal): Add ATTRIBUTE_PRINTF_1.
1716         * ar.c (main): Use fatal or non_fatal instead of fprintf.
1717         Correct a typo in an error message.
1718         (do_quick_append): Use non_fatal instead of fprintf.
1719         (move_members): Use fatal instead of fprintf, exit.
1720         * coffdump.c (main): Same here.
1722         * dlltool.c (display): Delete.
1723         (warn): Delete.
1724         (inform): Use `report' instead of `display'.
1725         (rvaafter): Remove trailing \n from fatal error msg.
1726         (rvabefore): Ditto.
1727         (asm_prefix): Ditto.
1728         (yyerror): Replace `warn' with `non_fatal', and remove \n.
1729         (def_name): Likewise.
1730         (run): Likewise.
1731         (scan_all_symbols): Likewise.
1732         (gen_lib_file): Likewise.
1733         (def_library): Likewise.  Remove extra program_name too.
1734         (run): Remove \n from inform strings.
1735         (scan_drectve_symbols): Likewise.
1736         (add_excludes): Likewise.
1737         (scan_open_obj_file): Likewise.
1738         (gen_exp_file): Likewise.
1739         (gen_lib_file): Likewise.
1740         (process_duplicates): Likewise.
1742         * Makefile.am (dllwrap_SOURCES): Add version.c.
1743         * dllwrap.c (program_version): Delete.
1744         (print_version): Delete.
1745         (display): Always print trailing \n.
1746         (warn): New.
1747         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
1748         (run): Here too.
1749         (main): And here.
1750         (usage): gettext'ify.
1751         (long_options): Add missing initialisers.
1753         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
1754         (select_output_format): Likewise.
1755         (powerpc_mangle_relocs): Likewise.
1756         (link_inputs): Likewise.
1758         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
1759         (set_output_format): Likewise.
1760         (main): Use non_fatal instead of fprintf.
1761         (display_rel_file): Likewise.
1763         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
1764         (slurp_dynamic_symtab): Same here.
1765         (disassemble_data): And here.
1766         (read_section_stabs): And here.
1767         (read_section_stabs): And here.
1768         (dump_bfd): And here.
1769         (main): And here.
1770         (objdump_sprintf): Use fatal instead of fprintf, exit.
1771         (disassemble_data): Same here.
1773         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
1774         (parse_coff_struct_type): Same here.
1775         (parse_coff_enum_type): And here.
1776         (parse_coff): And here.
1777         * rddbg.c (read_debugging_info): And here.
1778         * size.c (main): And here.
1779         * windres.c (format_from_name): And here.
1780         * wrstabs.c (stab_write_symbol): Here too.
1781         (write_stabs_in_sections_debugging_info): And here.
1782         (stab_int_type): And here.
1783         (stab_struct_field): And here.
1784         (stab_typdef): And here.
1786         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
1787         * srconv.c (main): Same here.
1788         * strings.c (main): And here.
1789         (integer_arg): And here.
1790         * sysdump.c (main): And here.
1792 2000-04-06  Timothy Wall  <twall@cygnus.com>
1794         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
1796 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
1798         * readelf.c (decode_location_expression): Loop through multiple
1799         operations.
1800         (read_and_display_attr): Pass in length.
1802         * readelf.c (read_and_display_attr): Add CU offset to references.
1803         (display_debug_info): Pass it in.
1805 2000-04-06  Nick Clifton  <nickc@cygnus.com>
1807         * readelf.c (decode_ARM_machine_flags): New function.
1808         (get_machine_flags): Call decode_ARM_machine_flags for ARM
1809         targets.
1811         (get_machine_name): Catch EM_AVR
1813 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
1815         * binutils.texi: Remove optional `=' from long options that have
1816         an `=' in the argument.
1817         * objcopy.1: Here too.  Remove extra space on discard-all.
1819         * binutils.texi (objcopy): Mention --redefine-sym.
1820         * objcopy.1: Here too.
1821         * NEWS: And here.
1823         * objcopy.c (parse_flags): Split off flag names from error message
1824         gettext as they are not translated.
1825         (copy_main): Similarly split off option name for --add-section,
1826         --set-section-flags, --change-section-vma, --change-section-lma
1827         error messages.
1828         Some white space changes.
1830         from Matthew Benjamin <matt@linuxbox.nu>
1831         * objcopy.c (struct redefine_node): New.
1832         (redefine_sym_list): New.
1833         (redefine_list_append): New.
1834         (lookup_sym_redefinition): New.
1835         (OPTION_REDEFINE_SYM): New.
1836         (copy_options): Add --redefine-sym option.
1837         (copy_usage): Mention it.
1838         (filter_symbols): Rename symbols on redefine_sym_list.
1839         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
1840         (copy_main): Handle OPTION_REDEFINE_SYM.
1842 2000-04-04  H.J. Lu  <hjl@gnu.org>
1844         * readelf.c (process_symbol_table): Correctly read in symbol
1845         versioning information.
1847 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
1849         * po/binutils.pot: Regenerate.
1851         * addr2line.c (usage): Restore translated part of bug string.
1852         * ar.c (usage): Likewise.
1853         * nlmconv.c (show_usage): Likewise.
1854         * nm.c (usage): Likewise.
1855         * objcopy.c (copy_usage): Likewise.
1856         (strip_usage): Likewise.
1857         * objdump.c (usage): Likewise.
1858         * readelf.c (usage): Likewise.
1859         * size.c (usage): Likewise.
1860         * strings.c (usage): Likewise.
1861         * windres.c (usage): Likewise.
1863         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1864         (DEP): Quote when passing vars to sub-make.  Add warning
1865         message to end.
1866         (DEP1): Rewrite for "gcc -MM".
1867         (CLEANFILES): Add DEP2.
1868         Update dependencies.
1869         * Makefile.in: Regenerate.
1871 2000-04-04  H.J. Lu  <hjl@gnu.org>
1873         * Makefile.am (GENERATED_HFILES): Add rcparse.h
1874         (arparse.h): Depend on arparse.c
1875         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
1877 2000-04-03  H.J. Lu  (hjl@gnu.org)
1879         * size.c (usage): Use REPORT_BUGS_TO.
1881 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
1883         * bucomm.h: #include "bin-bugs.h"
1884         * addr2line.c (usage): Use REPORT_BUGS_TO.
1885         * ar.c (usage): Likewise.
1886         * nlmconv.c (show_usage): Likewise.
1887         * nm.c (usage): Likewise.
1888         (OPTION_TARGET): Define.
1889         (long_options): Use OPTION_TARGET rather than 200.
1890         (main): Likewise.
1892         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
1893         (strip_usage): Likewise.
1894         * objdump.c (usage): Likewise.
1895         * readelf.c (usage): Likewise.
1896         * strings.c (usage): Likewise.
1897         * windres.c (usage): Likewise.
1899 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1901         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
1903 2000-03-27  Nick Clifton  <nickc@cygnus.com>
1905         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
1906         string offsets in corrupt stabs entries.
1908 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
1910         * readelf.c: Include elf/avr.h
1911         (dump_relocations): Add EM_AVR case.
1913 2000-03-09  Tim Waugh  <twaugh@redhat.com>
1915         * strings.1: Correct '-bytes' to '--bytes'.
1917 2000-03-08  H.J. Lu  <hjl@gnu.org>
1919         * Makefile.am (install-exec-local): Depend on
1920         install-binPROGRAMS for parallel make.
1921         * Makefile.in: Regenerated.
1923 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
1925         From Brad Lucier <lucier@math.purdue.edu>:
1926         * readelf.c (process_dynamic_segment): Add cast to make sure
1927         argument to %* is int.
1929 2000-02-25  H.J. Lu  <hjl@gnu.org>
1931         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
1933 2000-02-24  Nick Clifton  <nickc@cygnus.com>
1935         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
1936         * configure: Regenerate.
1938         * dlltool.c: Add support for sh-pe and mips-pe targets.
1939         * rescoff.c: Add support for sh-pe and mips-pe targets.
1941 2000-02-23  H.J. Lu  <hjl@gnu.org>
1943         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
1945 2000-02-22  Nick Clifton  <nickc@cygnus.com>
1947         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
1949 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
1951         From Brad Lucier <lucier@math.purdue.edu>:
1952         * readelf.c (process_version_sections): Add casts to make sure
1953         argument to %* is an int.
1954         (process_mips_specific): Add casts to make printf arguments match
1955         format.
1957 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
1959         * objdump.c (dump_section_header): Change `opb' to unsigned.
1960         (find_symbol_for_address): Same here.
1961         (disassemble_data): And here.  Change `addr_offset',
1962         `stop_offset', `nextstop_offset' to unsigned long.
1963         (dump_data): Change opb to unsigned.
1965 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
1967         * resrc.c: Remove unmatched #if for cygwin.
1969 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
1971         * binutils.texi: Document the change of flavor name from atpcs-special
1972         to special-atpcs to prevent name conflict in gdb.
1974 2000-02-08  Timothy Wall  <twall@redhat.com>
1976         * objdump.c (show_line): Fix bug preventing printing of the very
1977         first line (line zero) of a file when interlisting source and
1978         assembly.  Added option to print entire context from start of file
1979         when the first line from that file is encountered.
1981 2000-02-03  Timothy Wall <twall@redhat.com>
1983         * objdump.c (dump_section_header, find_symbol_for_address,
1984         show_line, disassemble_bytes, disassemble_data, dump_data):
1985         distinguish between octets and bytes.
1987 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
1989         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
1990         check to unresolved symbols.
1991         (print_symbol_info_sysv):  Ditto.
1992         (print_symbol_info_posix):  Ditto.
1994         * binutils.texi: Document new 'V' symclass flag for nm.
1996 2000-01-27  Nick Clifton  <nickc@redhat.com>
1998         * binutils.texi (objdump): Document new ARM specific
1999         disassembler options.
2001         * objdump.c (usage): Call disassembler_usage().
2003 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
2005         * readelf.c (get_dynamic_flags): Return buff.
2006         (process_dynamic_segment): Don't pass error strings to printf
2007         as format arg.
2008         (read_and_display_attr): Use lx and ld to print longs.
2009         (process_corefile_note_segment): Cast bfd_vma to unsigned long
2010         before printing.
2011         Update copyright.
2013 2000-01-17  Nick Clifton  <nickc@cygnus.com>
2015         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2017 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
2019         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2020         false.
2021         (debug_tag_type): Here too.
2022         * ieee.c (ieee_builtin_type): And here.
2023         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
2025 2000-01-13  Nick Clifton  <nickc@cygnus.com>
2027         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
2028         System/370".
2030 2000-01-11  Nick Clifton  <nickc@cygnus.com>
2032         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
2034 2000-01-10  Nick Clifton  <nickc@cygnus.com>
2036         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2038 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
2040         * windres.c (long_options): Add --use-temp-file and
2041         --no-use-temp-file options.
2042         (usage): Document.
2043         (main): Handle.
2045         * windres.h: Update read_rc_file prototype.
2047         * resrc.c (cpp_temp_file): New static variable.
2048         (istream_type): New static variable.
2049         (close_pipe): Delete function.
2050         (run_cmd): New static function.
2051         (open_input_stream): New static function.
2052         (close_input_stream): New static function.
2053         (look_for_default): Handle DOS directory separator. Use
2054         open_input_stream instead of popen.
2055         (read_rc_file): Likewise.
2057         * binutils.texi: Document --use-temp-file, --no-use-temp-file
2058         options.
2060 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
2062         * dlltool.c (create_compat_implib): New variable.
2063         (gen_exp_file): Use.
2064         (make_one_lib_file): Use.
2065         (long_options): Add --compat-implib option.
2066         (usage): Handle.
2067         (main): Handle.
2069         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2070         (main): Use. Don't look for "32" in cygwin and mingw target names.
2072 2000-01-03  Nick Clifton  <nickc@cygnus.com>
2074         * binutils.texi: Document new, ARM specific disassembler
2075         command line switch "-M force-thumb".
2077 For older changes see ChangeLog-9899
2079 Local Variables:
2080 mode: change-log
2081 left-margin: 8
2082 fill-column: 74
2083 version-control: never
2084 End: