Import japanese translation from translation project.
[binutils.git] / binutils / ChangeLog
blob5efa892821cfbc91834fda6d63189a569ba2737e
1 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
3         * po/ja.po: Import from translation project.
4         * configure.in (ALL_LINGUAS): Add ja.
5         * configure: Regenerate.
7 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9         * addr2line.c (main): Protoype.
10         * ar.c (main): Protoype.
11         * nm.c (main): Protoype.
12         * objcopy.c (main): Protoype.
13         * objdump.c (main): Protoype.
14         * size.c (main): Protoype.
15         * strings.c (main): Protoype.
17 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
19         * readelf.c (symtab_shndx_hdr): New global.
20         (SECTION_HEADER_INDEX): Define.
21         (SECTION_HEADER_NUM): Define.
22         (SECTION_HEADER): Define.
23         (GET_ELF_SYMBOLS): Pass two params rather than three.
24         (get_32bit_elf_symbols): Take file and section args.  Read and
25         use SHT_SYMTAB_SHNDX.
26         (get_64bit_elf_symbols): Likewise.
27         (dump_relocations): Use SECTION_HEADER to index "section_headers".
28         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
29         Remember symtab_shdx_hdr.
30         (process_program_headers): Scan from index 1 for segment map.
31         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
32         "section_headers".
33         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
34         (process_unwind): Likewise.
35         (process_version_sections): Likewise.
36         (process_symbol_table): Likewise.
37         (display_debug_info): Likewise.
38         (process_dynamic_segment): Fake up a symtab section for changed
39         GET_ELF_SYMBOLS.
40         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
41         (process_program_headers): Kill signed/unsigned warning.
42         (load_debug_str): Likewise.
43         (display_debug_info): Likewise.
45 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
47         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
49 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
51         * readelf.c (process_file_header): Print extended e_shnum and
52         e_shdtrndx values.  Set elf_header values for same.
53         (get_32bit_section_headers): Add "num" arg to read "num" headers.
54         (get_64bit_section_headers): Likewise.
55         (process_section_headers): Update calls.
56         (get_file_header): Call get_32bit_section_headers or 64bit variant.
58 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
60         * objcopy.c (setup_section): Copy entsize.
62 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
64         * readelf.c (guess_is_rela): Add support for stormy16.
65         (dump_relocations): Likewise.
66         (get_machine_name): Likewise.
68 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
70         * dllwrap.c (main) Replace multiple strings describing a
71         single error with a single, newline escaped sentence to permit
72         better translation into foreign languages.
74         * readelf.c (get_elf_class): Remove internalionalisation of ELF
75         class names.
77 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
79         * strings.c (get_char): Initialize value.
81 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
83         * arlex.l: Silence compile warnings.
84         * arsup.h: Likewise. Fix formatting.
86 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
88         * strings.c: Include config.h before bfd.h.
89         (file_off): New type.
90         (file_open): Define.
91         (print_strings): Use file_off instead of file_ptr.  Print addresses
92         which don't fit into long correctly.
93         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
94         available.
95         (strings_file): Use file_off instead of file_ptr.  Use file_open.
96         * configure.in: Check for getc_unlocked.
97         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
98         be defined for it.
99         * configure: Rebuilt.
100         * config.h.in: Rebuilt.
102 2001-11-29  H.J. Lu <hjl@gnu.org>
104         * bucomm.c (make_tempname): Revert the changes made on
105         2001-11-14 and 2001-11-12. They won't work with directories.
107 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
109         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
110         CFLAGS_FOR_TARGET to runtest in environment.
111         * Makefile.in: Rebuild.
112         * doc/Makefile.in: Rebuild.
114 2001-11-28  Mike Stump  <mrs@wrs.com>
116         * objcopy.c (setup_section): Preserve SEC_RELOC when
117         --set-section-flags is used.
119 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
121         * readelf.c (do_debug_str): New variable.
122         (display_debug_str): New function: Display the contents of a
123         .debug_str section.
124         (load_debug_str): New function: Load in the contents of a
125         .debug_str section.
126         (free_debug_str): New function: Free the memory used by
127         load_debug_str().
128         (fetch_indirect_string): Retrieve a string from the .debug_str
129         section.
130         (usage): Add -ws.
131         (parse_args): Accept -ws.
132         (process_section_headers): Allow the display of the .debug_str
133         section.
134         (read_and_display_attr_value): Use fetch_indirect_string.  Show
135         offset into .debug_str section.
136         (display_debug_info): Use load_debug_str and free_debug_str.
137         (debug_displays): Add .debug_str.
138         * doc/binutils.texi: Document -ws.
140 2001-11-19  Andreas Jaeger  <aj@suse.de>
142         * testsuite/binutils-all/objdump.exp: Add x86-64.
144 2001-11-15  Andreas Schwab  <schwab@suse.de>
146         * readelf.c: Fix warnings without terminating newline.
148 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
150         * doc/binutils.texi (objdump): Document ppc -M options.
152 2001-11-14  Andreas Jaeger  <aj@suse.de>
154         * doc/binutils.texi (objdump): Fix description to use x86-64.
156 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
158         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
159         not all systems provide mkstemp.
161 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
163         * doc/binutils.texi (objdump): Document x86 -M options.
165 2001-11-13  Keith Walker <keith.walker@arm.com>
167         * readelf.c (read_and_display_attr_value): New function to
168         handle DW_FORM_indirect.
169         (read_and_display_attr): Use it.
171 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
173         * readelf.c (display_debug_lines): Deal with unknown standard
174         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
175         DW_LNS_set_isa.
177 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
179         * MAINTAINERS: Add self as tic54x maintainer.  This target
180         includes the IBM C54XDSP clone.
182 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
184         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
186 2001-11-09  Jeffrey A Law  (law@cygnus.com)
188         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
189         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
190         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
191         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
192         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
193         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
194         (unw_decode_b2, unw_decode_b3_b4): Likewise.
196         * readelf.c (get_elf_class): Fix ISO portability glitch.
197         (get_data_encoding, get_osabi_name, request_dump): Likewise.
199 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
201         * readelf.c (debug_str, debug_str_size): New.
202         (display_debug_abbrev): If no abbrevs were read, skip the CU.
203         Call free_abbrevs.
204         (read_and_display_addr): Handle DW_FORM_strp.
205         (display_debug_info): Read .debug_str section if present,
206         so that DW_FORM_strp can be handled.
207         Fix test for non-existant .debug_abbrev section.
209 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
211         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
213         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
215 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
217         * MAINTAINERS: Add self as s390/s390x maintainer.
219 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
221         * MAINTAINERS: Add self as PPC XCOFF maintainer.
223 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
225         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
226         * configure: Regernate.
227         * po/fr.po: New file.
228         * po/tr.po: New file.
230 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
232         * MAINTAINERS: Add self as MMIX port maintainer.
233         * readelf.c: Include elf/mmix.h.
234         (guess_is_rela): MMIX is RELA.
235         (dump_relocations): Handle MMIX relocations.
236         * Makefile.am: Regenerate dependencies.
237         * Makefile.in: Regenerate.
239 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
241         * readelf.c (parse_args): Handle multiple options to the -w
242         switch.
244 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
246         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
247         LOPROC, LOOS and LOUSER.
249 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
251         * MAINTAINERS: Update my email address.
253 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
255         * doc/Makefile.in: Regenerate.
256         * configure: Regenerate.
258 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
260         * readelf.c (display_debug_line, display_debug_pubnames,
261         display_debug_info, display_debug_frames): Detect and warn
262         about 64-bit format entries.
263         (display_debug_aranges): Reword 64-bit warning.
264         (debug_displays): Add .debug_pubtypes as a known, but not yet
265         supported, debug section.
267 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
269         * coffdump.c (PROGRAM_VERSION): Delete.
270         (main <'V'>): Call print_version.
271         * srconv.c: Likewise.
272         * sysdump.c: Likewise.
273         * version.c (program_version): Remove.
274         (print_version): Use BFD_VERSION_STRING.  Just print the current
275         year in copyright message.
276         * addr2line.c (program_version): Remove unused declaration.
277         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
278         place of BFD_VERSION.
279         * Makefile.am (Makefile): Depend on bfd/configure.in.
280         (cplus-dem.o): Depend on Makefile.
281         Run "make dep-am".
282         * Makefile.in: Regenerate.
284 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
286         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
287         format .debug_arange sections.
288         (main): Add missing prototype.
290 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
292         * Makefile.am: Update dependencies with "make dep-am".
293         * Makefile.in: Regenerate.
295 2001-09-28  Richard Henderson  <rth@redhat.com>
297         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
299 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
301         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
302         VA_CLOSE.
303         (non_fatal): Likewise.
304         * objdump.c (objdump_sprintf): Likewise.
305         * readelf.c (error): Likewise.
306         (warn): Likewise.
308 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
310         * readelf.c (do_wide): New.
311         (options): Add --wide.
312         (usage, parse_args): Likewise.
313         (process_program_headers): Put each segment on a single line if
314         --wide is given.
315         (process_section_headers): Put each section on a single line if
316         --wide is given.
317         * doc/binutils.texi: Document it.
318         * NEWS: Likewise.
320 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
322         * readelf.c (print_vma): Print 8 digits of low hex value.
324 2001-09-24  Andreas Jaeger  <aj@suse.de>
326         * nlmconv.c: Fix warnings about unused attributes and function
327         prototypes.
329         * strings.c: Add prototype for get_char.
331 2000-09-19  H.J. Lu  <hjl@gnu.org>
333         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
334         $(srcdir)/cxxfilt.man.
335         * doc/Makefile.in: Rebuild.
337 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
339         * objcopy.c (copy_main): Correct rename-section string parsing.
340         Consolidate new_name parsing, and error messages.
342 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
344         * addr2line.c: Don't include <ctype.h>.
345         (main): For gettext, also set the LC_CTYPE locate facet.
346         * ar.c (main): Likewise.
347         * coffdump.c (main): Likewise.
348         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
349         (main): For gettext, also set the LC_CTYPE locate facet.
350         Use ISALNUM instead of isalpha/isdigit.
351         * dllwrap.c: Don't include <ctype.h>.
352         (main): For gettext, also set the LC_CTYPE locate facet.
353         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
354         (main): For gettext, also set the LC_CTYPE locate facet.
355         Use TOUPPER instead of islower/toupper.
356         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
357         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
358         Use TOUPPER instead of islower/toupper.
359         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
360         * objcopy.c (main): Likewise.
361         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
362         (disassemble_bytes): Use ISPRINT instead of isprint.
363         (dump_section_stabs): Use ISDIGIT instead of isdigit.
364         (dump_data): Use ISPRINT instead of isprint.
365         (main): For gettext, also set the LC_CTYPE locate facet.
366         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
367         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
368         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
369         Use TOUPPER instead of islower/toupper.
370         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
371         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
372         (write_rc_accelerators): Use ISPRINT instead of isprint.
373         (write_rc_rcdata): Likewise.
374         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
375         * srconv.c (main): Likewise.
376         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
377         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
378         isdigit/isupper/islower.
379         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
380         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
381         stab_demangle_prefix, stab_demangle_qualified,
382         stab_demangle_template, stab_demangle_type,
383         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
384         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
385         (isgraphic): Use ISPRINT instead of isascii/isprint.
386         (main): Remove HAVE_LC_MESSAGES dependency.
387         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
388         (pbarray): Use ISPRINT instead of isprint.
389         (main): For gettext, also set the LC_CTYPE locate facet.
390         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
391         (format_from_filename): Use ISPRINT instead of isprint.
392         (main): For gettext, also set the LC_CTYPE locate facet.
393         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
394         (unicode_print): Use ISPRINT instead of isprint.
395         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
396         (stab_variable): Use ISDIGIT instead of isdigit.
398 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
400         * ar.c (print_contents): Cast args of bfd_seek to the right types.
401         Replace bfd_read call with call to bfd_bread.
402         (extract_file): Likewise.
404         * objdump.c (dump_section_header): Cast section->filepos to
405         unsigned long to suit printf format string.
406         * readelf.c (process_section_headers): Similarly for sh_offset.
407         (process_unwind): Likewise.
409 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
411         * strings.c (encoding, encoding_bytes): New variables.
412         (long_options): Add --encoding.
413         (main): Accept -e and --encoding.
414         (get_char): New function.  Read a, possibly wide, character from
415         the input stream.
416         (print_strings): Use get_char().
417         (usage): Document new command line option.
418         * doc/binutils.texi: Document new command line option.
419         * NEWS: Announce new command line option.
421 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
423         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
424         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
425         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
426         Removed EM_CYGNUS_ARC.
428 2001-09-04  Jeffrey A Law  (law@cygnus.com)
430         * readelf.c: Include elf/h8 for H8 series definitions.
431         (guess_is_rela): H8 series if RELA.
432         (dump_relocations): Handle H8 series relocations.
434 2001-08-31  Eric Christopher  <echristo@redhat.com>
436         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
438 2001-08-29  Peter Targett  <peter.targett@arccores.com>
440         * MAINTAINERS: Include ARC Maintainer.
442 2001-08-29  Ben Elliston  <bje@redhat.com>
444         * stabs.c (stab_demangle_template): Initialise s4.
446 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
448         * readelf.c (dump_relocations): Recognise EM_PPC64.
450 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
452         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
454 2001-08-25  H.J. Lu  <hjl@gnu.org>
456         * nm.c (print_width): New.
457         (display_rel_file): Set `print_width' according to
458         bfd_sprintf_vma.
459         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
461 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
463         * objcopy.c (use_alt_mach_code): New variable.
464         (OPTION_ALT_MACH_CODE): Define.
465         (copy_options): Added --alt-machine-code.
466         (copy_main): Handle it.
467         (copy_object): Switch to alternate machine code if requested.
468         * doc/binutils.texi: Document new option.
469         * NEWS: Likewise.
471 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
473         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
475 2001-08-21  H.J. Lu  <hjl@gnu.org>
477         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
478         (display_debug_info): Cast for 64bit hosts.
479         (display_debug_frames): Likewise.
480         (process_mips_specific): Likewise.
482 2001-08-21  Andreas Jaeger  <aj@suse.de>
484         * coffgrok.h: Add missing parameter for prototype of coff_grok.
486         * sysdump.c: Add missing prototypes.
487         * srconv.c: Likewise.
488         * unwind-ia64.c: Likewise.
489         * coffdump.c: Likewise.
491         * sysinfo.y: Print prototypes, include <ansidecl.h>.
493         * coffgrok.c: Add missing prototypes, include libiberty.h instead
494         of declaring xcalloc.
496 2001-08-10  H.J. Lu  <hjl@gnu.org>
498         * nm.c (print_value): Add one arg, bfd *.
499         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
500         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
501         (print_symbol_info_sysv): Likewise.
502         (print_symbol_info_posix): Likewise.
504         * objdump.c (dump_section_header): Replace printf_vma with
505         bfd_printf_vma.
506         (print_section_stabs): Likewise.
507         (dump_bfd_header): Likewise.
508         (objdump_print_value): Replace sprintf_vma with
509         bfd_sprintf_vma.
510         (disassemble_bytes): Likewise.
511         (dump_reloc_set): Likewise.
513 2001-08-10  Andreas Jaeger  <aj@suse.de>
515         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
516         to build warnings.
517         * configure: Regenerate.
519 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
521         * readelf.c: Add missing prototypes.
522         * objdump.c: Likewise.  Format existing prototypes.
524 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
526         * readelf.c (display_debug_info): Add to abbrev_offset the addend
527         of any RELA relocation for the abbrev_offset memory location that
528         refers to the .debug_abbrev section symbol.
530 2001-08-07  H.J. Lu  <hjl@gnu.org>
532         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
533         (main): Return process_file ().
535 2001-08-05  Philip Blundell  <philb@gnu.org>
537         * doc/binutils.texi: Use "Thumb" not "THUMB".
539 2001-08-03  John Healy  <jhealy@redhat.com>
541         Patch suggested by Frank Eigler <fche@redhat.com>.
542         * objdump.c (disassemble_data): Fill in section member of the
543         disasm_info structure.
545 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
547         * configure.in: Added --with-windres option.
548         * configure: Regenerated.
550 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
552         * doc/binutils.texi: Use @command{name} for commands;
553         use @option{-opt} for options; use @table @env for list of options;
554         remove spaces arround [ | ] in synopsis.
556         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
557         center title.
559 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
561         * objcopy.c: Fix formatting.
562         (section_rename): New structure.
563         (OPTION_RENAME_SECTION): New switch.
564         (copy_usage): Document new switch.
565         (add_section_rename): New function: Add a node to the section
566         rename list.
567         (find_section_rename): New function: Find the new name and
568         flags for a section.
569         (setup_section): Call find_section_name to determine the name
570         of the output section.
571         (copy_main): Handle OPTION_RENAME_SECTION.
572         * binutils.texi: Document new switch.
573         * NEWS: Mention new switch.
575 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
577         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
578         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
579         bug-binutils@gcc.org.
581 2001-07-28  Matthias Kramm  <kramm@quiss.org>
583         * bucomm.c (list_supported_architectures): New function.
584         * bucomm.h (list_supported_architectures): Declare.
585         * objdump.c (usage): Call the above.
587 2001-07-25  Dave Brolley  <brolley@redhat.com>
589         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
590         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
592 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
594         * README: Update for 2.11.  Change bug reporting email address.
595         * MAINTAINERS: Tidy up.  Change bug reporting email address.
597 2001-07-16  DJ Delorie  <dj@redhat.com>
599         * resres.c (write_res_header): Align header size.
600         (res_align_file): Calculate alignment correctly.
602         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
603         correct 10).
604         * resrc.c (write_rc_resource): Likewise.
605         * windres.h (SUBLANG_SHIFT): Define - as 10.
607 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
609         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
611 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
613         * MAINTAINERS: Add notes about branch checkins.
615 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
617         * readelf.c (display_debug_macinfo): New function, display
618         .debug_macinfo section.
619         (do_debug_macinfo): New variable.
620         (parse_args): Handle "-w[mM]" to mean display macro info.
621         (process_section_headers): Handle debug_macinfo.
622         (debug_displays): Replace unsupported function with macinfo
623         function for .debug_macinfo display.
624         * doc/binutils.texi: Document new command line switch.
625         * NEWS: Document new feature of readelf.
627 2001-07-05  H.J. Lu  <hjl@gnu.org>
629         * objcopy.c (filter_symbols): Don't turn undefined symbols
630         into local.
632 2001-07-03  H.J. Lu <hjl@gnu.org>
634         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
635         $@.pod.
636         (ar.1): Likewise.
637         (dlltool.1): Likewise.
638         (nlmconv.1): Likewise.
639         (nm.1): Likewise.
640         (objcopy.1): Likewise.
641         (objdump.1): Likewise.
642         (ranlib.1): Likewise.
643         (readelf.1): Likewise.
644         (size.1): Likewise.
645         (strings.1): Likewise.
646         (strip.1): Likewise.
647         (windres.1): Likewise.
648         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
649         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
650         $(DEMANGLER_NAME).
651         (as.1): Removed.
652         * doc/Makefile.in: Regenerated.
654 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
656         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
658 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
660         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
662 2001-06-29  James Cownie <jcownie@etnus.com>
664         * readelf.c: Support DWARF 2.1 attributes.
666 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
668         * readelf.c (GET_DATA_ALLOC): Remove.
669         (GET_DATA): Remove.
670         (get_data): New function combining above macros, with an extra
671         test for zero size.
672         (slurp_rela_relocs): Use get_data, and catch error return.
673         (slurp_rel_relocs): Likewise.
674         (get_32bit_program_headers): Likewise.
675         (get_64bit_program_headers): Likewise.
676         (get_32bit_section_headers): Likewise.
677         (get_64bit_section_headers): Likewise.
678         (get_32bit_elf_symbols): Likewise.
679         (get_64bit_elf_symbols): Likewise.
680         (process_section_headers): Likewise.
681         (process_relocs): Likewise.
682         (slurp_ia64_unwind_table): Likewise.
683         (process_unwind): Likewise.
684         (get_32bit_dynamic_segment): Likewise.
685         (get_64bit_dynamic_segment): Likewise.
686         (process_dynamic_segment): Likewise.
687         (process_version_sections): Likewise.
688         (process_symbol_table): Likewise.
689         (dump_section): Likewise.
690         (display_debug_info): Likewise.
691         (display_debug_section): Likewise.
692         (process_section_contents): Likewise.
693         (process_corefile_note_segment): Likewise.
694         (process_mips_specific): Likewise.  Also free econf32, econf64.
696 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
698         * readelf.c (dump_relocations): Print "bad symbol index" if
699         symtab == NULL with non-zero symtab_index.
700         (process_relocs): Don't bomb if reloc section has no symsec.
702 2001-06-24  H.J. Lu  <hjl@gnu.org>
704         * objcopy.c (strip_main): Revert the change made on 2001-05-30
705         by accident.
706         (copy_main): Apply the the change made to strip_main on
707         2001-05-30 by accident.
709 2001-06-23  Andreas Jaeger  <aj@suse.de>
711         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
712         parameter 'code'.
713         (unw_decode_x2): Likewise.
714         (unw_decode_x3): Likewise.
715         (unw_decode_x4): Likewise.
717 2001-06-23  Ben Elliston  <bje@redhat.com>
719         * MAINTAINERS: Add myself as M88k maintainer.
721 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
723         * objcopy.c (strip_main): Support -o or --output-file command lien
724         switch.
726 2001-06-19  H.J. Lu <hjl@gnu.org>
728         * doc/Makefile.in: Regenerated.
730 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
732         * readelf.c: Restore formatting.
734 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
736         * Makefile.am: Move documentation into doc subdirectory.
737         * Makefile.in: Regenerated.
738         * binutils.texi: Move into doc subdirectory.
739         * addr2line.1: Removed.
740         * ar.1: Likewise.
741         * dlltool.1: Likewise.
742         * nlmconv.1: Likewise.
743         * nm.1: Likewise.
744         * objcopy.1: Likewise.
745         * objdump.1: Likewise.
746         * ranlib.1: Likewise.
747         * readelf.1: Likewise.
748         * size.1: Likewise.
749         * strings.1: Likewise.
750         * strip.1: Likewise.
751         * windres.1: Likewise.
752         * cxxfilt.man: Likewise.
753         * doc: New Directory.
754         * doc/Makefile.am: New file.
755         * doc/Makefile.in: Generate.
757 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
759         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
761 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
763         * MAINTAINERS: Update my email address.
765 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
767         * objcopy.c: Add new switches: --keep-global-symbol,
768         --keep-symbols, --localize-symbols, --keep-global-symbols and
769         --weaken-symbols.
770         * binutils.texi: Document new switches.
771         * objcopy.1: Regenerate.
772         * NEWS: Announce new feature.
774 2001-05-28  Andreas Jaeger  <aj@suse.de>
776         * readelf.c (display_debug_frames): Fix warnings: Remove unused
777         variables, fix format strings.
779 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
781         * objdump.c (disassemble_bytes): Remove section VMA adjustment
782         when computing the address of the line to show.
784 2001-05-16  Richard Henderson  <rth@redhat.com>
786         * readelf.c (do_debug_frames_interp): New.
787         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
788         (byte_get_big_endian): Likewise.
789         (parse_args) ['F']: Set do_debug_frames_interp.
790         (Frame_Chunk): Make data_factor signed, add fde_encoding.
791         (frame_display_row): Don't trunc pc_begin to int.
792         (size_of_encoded_value): New.
793         (display_debug_frames): Handle 64-bit targets.  Print raw data
794         unless do_debug_frames_interp.
795         (debug_displays): Remove duplicate .debug_frame.
797 2001-05-15  Ralf Baechle  <ralf@gnu.org>
799         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
800         The former constant was never in active use and is used otherwise
801         by the ABI.
803 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
805         * readelf.c (process_unwind): Print all unwind sections, not just
806         one.
808 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
810         * readelf.c (process_unwind): Remove const specifier.
812 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
814         * strings.c (isgraphic): Do not use isascii() unless it is needed
815         for isprint() to work.
816         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
818 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
820         * NEWS: Announce support for OpenRISC.
822 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
824         * dlltool.c (do_default_excludes): Initialise to true.
826 2001-04-10  Alan Modra  <amodra@one.net.au>
828         * MAINTAINERS: Update my email address
829         * nm.c (print_symbol_info_bsd): Use a simple printf string.
831 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
833         * readelf.c (display_debug_lines): Fix typo for "Prologue".
835 2001-03-30  H.J. Lu  <hjl@gnu.org>
837         * readelf.c (process_unwind): Just return if do_unwind is 0.
839 2001-03-28  Roger Sayle  <roger@metaphorics.com>
841         * dlltool.c (make_one_lib_file): Fix section flags for
842         .text, .data and .bss in stub ds*.o files to match those
843         generated by gas.
845 2001-03-29  H.J. Lu  <hjl@gnu.org>
847         * readelf.c (process_unwind): Only do unwind sections for
848         IA64.
850 2001-03-28  H.J. Lu  <hjl@gnu.org>
852         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
853         * Makefile.in: Regenerate.
855 2001-03-26  Andreas Jaeger  <aj@suse.de>
857         * binutils.texi (nm): Fix texi syntax.
859 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
861         * binutils.texi: Put @c man begin and @c man end indications
862         to generate man pages using texi2pod and pod2man. Put @c man title
863         to identify each man. Add SEEALSO entries.
864         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
865         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
866         sort the list.
867         (*.1): Build the man pages from binutils.texi.
868         * Makefile.in: Regenerate.
870 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
872         * defparse.y (opt_equal_name): allow "." in name.
873         * dlltool.c (def_exports): Added ability to generate forwarded exports.
874         (gen_exp_file): Likewise.
876 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
878         * NEWS: Document addition of -B switch to objcopy.
879         * binutils.texi:  Document addition of -B switch to objcopy.
880         * objcopy.c: (copy_options): Add --binary-architecture.
881         (copy_usage): Document -B/--binary-architecture.
882         (copy_main): Support -B/--binary-architecture.  Set
883         bfd_external_binary_architecture.
885 2001-03-11  Andreas Jaeger  <aj@suse.de>
887         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
888         (dump_relocations): Likewise.
889         (get_machine_name): Likewise.
891 2001-02-28  Nick Clifton  <nickc@redhat.com>
893         * readelf.c: (struct unw_aux_info): Remove const modifier for
894         'strtab' field.
895         (process_unwind): Remove non-K&R compliant LHS type cast in call
896         to GET_DATA_ALLOC macro.
898 2001-02-28  Philip Blundell  <pb@futuretv.com>
900         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
901         ABI is in use; remove ambiguity between the "unknown" EABI and
902         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
903         renamed EF_xx constants.
905 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
907         * configure.in (BFD_VERSION): New.
908         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
909         * configure: Regenerate.
910         * Makefile.am: Run "make dep-am"
911         * Makefile.in: Regenerate.
913 2001-02-14  Nick Clifton  <nickc@redhat.com>
915         * MAINTAINERS: Add "Obvious Fix" rule.
917 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
919         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
920         literal concatenation.
922 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
924         * readelf.c (struct unw_aux_info): Remove const from the info member.
925         (process_unwind): Don't type-cast the third argument to the
926         GET_DATA_ALLOC macro.
928 2001-02-11  Nick Clifton  <nickc@redhat.com>
930         * readelf.c (dump_relocations): Free corrected allocated
931         array.
932         (process_unwind): Fix compile time warning.
934 2001-02-10  Nick Clifton  <nickc@redhat.com>
936         * binutils.texi: Document new --unwind option to readelf.
938 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
940         * readelf.c: Add linux target for S/390.
942 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
944         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
945         printf is a macro.
947 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
949         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
950         * aclocal.m4: Regenerate.
951         * configure: Regenerate.
953 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
955         * bucomm.c (bfd_target_vector): Change extern array to pointer.
956         * objdump.c (bfd_target_vector): Likewise.
958 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
960         * readelf.c (process_unwind): New function.
961         (slurp_ia64_unwind_table): Ditto.
962         (dump_ia64_unwind): Ditto.
963         (find_symbol_for_address): Ditto.
964         (slurp_rela_relocs): New function (split off from dump_relocations()).
965         (slurp_rel_relocs): Ditto.
966         (parse_args): Handle '-u' option.
968         * unwind-ia64.c: New file.
969         * unwind-ia64.h: New file.
970         * Makefile.am: Include unwind-ia64.c in readelf build.
971         * Makefile.in: Regenerate.
972         * po/binutils.pot: Regenerate.
974 2001-02-04  Philip Blundell  <philb@gnu.org>
976         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
977         * configure: Regenerate.
979 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
981         * ieee.c (ieee_add_bb11): Don't check for backslashes
982         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
984 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
986         * ieee.c: Update copyright.
987         (ieee_start_compilation_unit): Don't check for backslashes
988         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
990         * stabs.c: Update copyright. Include "filenames.h".
991         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
993 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
995         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
996         sections are present before using them.  Remove code duplication.
997         (process_symbol_table): Check if VERDEF or VERNEED sections are
998         present before using them.
1000 2001-01-17  Nick Clifton  <nickc@redhat.com>
1002         * objcopy.c (copy_object): Fail if attempting to convert the
1003         endianness of the input object file.
1005         * binutils.texi: Explain that objcopy cannot convert endianness.
1007 2001-01-16  Nick Clifton  <nickc@redhat.com>
1009         * readelf.c (string_table_length): New variable.
1010         (SECTION_NAME): Catch out of range indices and missing section
1011         pointers.
1012         (process_section_headers): Delete useless local variable
1013         string_table_offset.  Set the value of string_table_length
1014         after loading the string table.
1015         (process_mips_specific): Use SECTION_NAME macro.
1016         (process_file): Set string_table_length to 0 when it is freed.
1018 2001-01-12  Nick Clifton  <nickc@redhat.com>
1020         * version.c (print_version): Update copyright date.
1022 2001-01-11  Peter Targett  <peter.targett@arccores.com>
1024         * readelf.c (dump_relocations): Include selection with EM_ARC.
1025         (get_machine_name) Update name to "ARC".
1027 2001-01-09  Nick Clifton  <nickc@redhat.com>
1029         * Makefile.am: Add rule to build objdump.o from objdump.c and
1030         using OBJDUMP_DEFS.
1031         * Makefile.in: Regenerate.
1033         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
1034         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1035         -DDISASSEMBLER_NEEDS_RELOCS.
1036         * configure: Regenerate.
1038         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1039         is defined read in the relocs even if dump_reloc_info is
1040         false.
1042 2001-01-07  Philip Blundell  <philb@gnu.org>
1044         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1045         `bug-binutils'.
1046         * README: Likewise.
1048 2000-12-19  Nick Clifton  <nickc@redhat.com>
1050         * dlltool.c: Add missing support for arm-epoc-pe.
1051         * configure.in: Add missing support for arm-epoc-pe.
1052         * configure: Regenerate.
1054 2000-12-15  Nick Clifton  <nickc@redhat.com>
1056         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1057         Mode parts of the x86 port.
1059 2000-12-04  Andreas Jaeger  <aj@suse.de>
1061         * readelf.c (guess_is_rela): Add EM_X86_64.
1062         (dump_relocations): Add EM_X86_64.
1063         (get_machine_name): Add EM_X86_64.
1064         Include "elf/x86-64.h".
1066 2000-12-12  Nick Clifton  <nickc@redhat.com>
1068         * readelf.c: Fix formatting.
1070 2000-12-11  Jan Hubicka  <jh@suse.cz>
1072         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1074 2000-12-07  Andrew Haley  <aph@redhat.com>
1076         * readelf.c (display_debug_frames): Only display columns that are
1077         referenced by the frame debug info.
1079 2000-12-05  Nick Clifton  <nickc@redhat.com>
1081         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1083 2000-12-04  Jason Merrill  <jason@redhat.com>
1085         * readelf.c (process_section_headers): Handle linkonce.wi sections.
1086         (display_debug_section): Likewise.
1087         (display_debug_info): Display CU header before bailing.
1089 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
1091         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1092         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
1093         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
1095         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1096         and E_MIPS_ARCH_64.
1098         * readelf.c (get_machine_flags): Add case for
1099         E_MIPS_MACH_SB1.
1101 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
1103         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1105 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
1107         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
1108         Change sourceware.cygnus.com to sources.redhat.com.
1109         Fix typo for "amongst".
1111 2000-11-28  Nick Clifton  <nickc@redhat.com>
1113         * strip.1 (COPYING): Mention that the GNU Free Documentation
1114         License is present in the sources, but not the output, and
1115         also available from the GNU website.
1116         (GNU Free Documentation License): Comment out this section.
1117         * strings.1: Ditto.
1118         * size.1: Ditto.
1119         * ranlib.1: Ditto.
1120         * objdump.1: Ditto.
1121         * objcopy.1: Ditto.
1122         * nm.1: Ditto.
1123         * nlmconv.1: Ditto.
1124         * ar.1: Ditto.
1125         * addr2line.1: Ditto.
1127 2000-11-27  DJ Delorie  <dj@redhat.com>
1129         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
1130         (parse_args): Support -wf option.
1131         (process_section_headers): Ditto.
1132         (debug_displays): Ditto.
1133         (display_debug_frames): New, dump *_frame sections.
1134         (frame_need_space): Support for above.
1135         (frame_display_row): Ditto.
1136         * binutils.texi: Document it.
1138 2000-11-24  Nick Clifton  <nickc@redhat.com>
1140         * NEWS: Announce support for v5t, v5te and XScale.
1142 2000-11-22  Nick Clifton  <nickc@redhat.com>
1144         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
1145         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
1146         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
1147         (get_elf_section_flags: Add SHF_GROUP.
1148         (process_section_headers): Adjust output for 32-bit binaries
1149         to look nice on an 80 column terminal.
1151 2000-11-20  H.J. Lu  <hjl@gnu.org>
1153         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
1154         ELFOSABI_AIX.
1156 2000-11-17  Richard Henderson  <rth@redhat.com>
1158         * readelf.c (display_debug_lines): Adjust last change to
1159         use sizeof (external->li_length).
1161 2000-11-17  Richard Henderson  <rth@redhat.com>
1163         * readelf.c (display_debug_lines): Fix section length check
1164         and end_of_sequence computation.
1166 2000-11-06  Nick Clifton  <nickc@redhat.com>
1168         * binutils.texi: Add GNU Free Documentation License.
1169         * objcopy.1: Add GNU Free Documentation License.
1170         * objdump.1: Add GNU Free Documentation License.
1171         * addr2line.1: Add GNU Free Documentation License.
1172         * ar.1: Add GNU Free Documentation License.
1173         * nlmconv.1: Add GNU Free Documentation License.
1174         * nm.1: Add GNU Free Documentation License.
1175         * ranlib.1: Add GNU Free Documentation License.
1176         * size.1: Add GNU Free Documentation License.
1177         * strings.1: Add GNU Free Documentation License.
1178         * strip.1: Add GNU Free Documentation License.
1180 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
1182         * objcopy.c (--srec-len=nn): New parameter to set the
1183         maximum length of generated Srecords.
1184         (--srec-forceS3): New parameter that restricts the generation of
1185         Srecords to type S3 only.
1186         * binutils.texi: Document new command line switches.
1187         * objcopy.1: Docuemnt the new command line switches.
1188         * NEWS: Announce the existence of the new command line switches.
1190 2000-10-31  Nick Clifton  <nickc@redhat.com>
1192         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
1193         code.  Add Eric Chrisopher as maintainer of MN10300 port.
1195 2000-10-12  Roger Sayle  <roger@metaphorics.com>
1197         * Make comma after string after icon/control optional.
1199 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
1201         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
1203         * NEWS: Mention support for MIPS32.
1205 2000-09-08  Nick Clifton  <nickc@redhat.com>
1207         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
1209 2000-09-07  H.J. Lu  <hjl@gnu.org>
1211         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1212         * configure: Rebuild.
1214 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
1216         * configure: Rebuilt with new libtool.m4.
1218 2000-09-05  Nick Clifton  <nickc@redhat.com>
1220         * aclocal.m4: Regenerate.
1221         * config.in: Regenerate.
1222         * configure: Regenerate.
1224 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
1226         * strip.1: Fix stray '\' in -o formatting.
1228 2000-09-02  Nick Clifton  <nickc@redhat.com>
1230         * configure.in: Increase version number to 2.10.91.
1231         * configure: Regenerate.
1232         * aclocal.m4: Regenerate.
1233         * config.in: Regenerate.
1234         * po/binutils.pot: Regenerate.
1236 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
1238         * acinclude.m4: Include libtool and gettext macros from the
1239         top level.
1240         * aclocal.m4, configure: Rebuilt.
1242 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
1244         * resrc.c (close_input_stream): Delete extraneous logic
1246 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
1248         * NEWS: Mention support for CRIS.
1250 2000-08-21  Nick Clifton  <nickc@redhat.com>
1252         * addr2line.c: Changed email address for Ulrich Lauther.
1254 2000-08-17  Christopher C. Chimelis <chris@debian.org>
1256         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
1258 2000-08-17  Nick Clifton  <nickc@redhat.com>
1260         * readelf.c (display_debug_pubnames): Only issue warning
1261         message once.  Terminate message with a new line.
1262         (display_debug_aranges): Only display version 2 debug info.
1264 2000-08-14  Todd Vierling <tv@wasabisystems.com>
1266         * objcopy.c (strip_main): Silently accept -d as an alias for -g
1267         for compatability with old BSD systems.
1269 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
1271         * NEWS: Mention i860 support.
1273 2000-08-11  Carlo Wood <carlo@alinoe.com>
1275         * addr2line.c (main): Add const to char *.
1277 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
1279         * ar.c (main): Don't crash if called with no arguments
1280         or only '-X32_64' as an argument.
1282 2000-08-08  DJ Delorie  <dj@redhat.com>
1284         * resrc.c: use "gcc -xc" instead of -xc-header
1286 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
1288         * readelf.c (elf/i860.h): Include.
1289         (dump_relocations): Add recognition of i860 architecture.
1290         (guess_is_rela): Add recognition of i860 architecture.
1292 2000-08-03  Nick Clifton  <nickc@cygnus.com>
1294         * MAINTAINERS: Add information about CGEN maintainers.
1296 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
1298         * nm.c (main): Ignore '-X32_64' as an option.
1299         * ar.c (main): Likewise.
1300         * binutils.texi (nm): Document new option.
1301         (ar): Likewise.
1303 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1305         * rdcoff.c (external_coff_symbol_p): K&R-ise.
1307 2000-07-20  H.J. Lu  <hjl@gnu.org>
1309         * binutils.texi: Put back "@end table" deleted by
1310         accident.
1312 2000-07-05  Kenneth Block  <krblock@computer.org>
1314         * nm.c: Add optional style to demangle switch.
1315         * objdump.c: Add optional style to demangle switch.
1316         * addr2line.c: Add optional style to demangle switch.
1317         * binutils.texi: Document optional style to demangle
1318         switch.
1320 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
1322         * MAINTAINERS: Add self as CRIS port maintainer.
1323         * readelf.c: Include elf/cris.h.
1324         (guess_is_rela): Handle EM_CRIS.
1325         (dump_relocations): Ditto.
1326         (get_machine_name): Ditto.
1327         * Makefile.am: Rebuild dependencies.
1328         * Makefile.in: Regenerate.
1329         * po/binutils.pot: Regenerate.
1331 2000-07-19  H.J. Lu  <hjl@gnu.org>
1333         * readelf.c (get_dynamic_type): Change "AUXILARY" to
1334         "AUXILIARY".
1335         (process_dynamic_segment): Print out strings for DT_CONFIG,
1336         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
1338 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
1340         * nm.c (usage): Change output of `nm --help' to include a
1341         description of the purpose of the program and a detailed
1342         description of the accepted options.
1344 2000-07-19  H.J. Lu  <hjl@gnu.org>
1346         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
1347         to DF_1_NODEFLIB.
1349 2000-07-19  H.J. Lu  <hjl@gnu.org>
1351         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
1353 2000-07-19  H.J. Lu  <hjl@gnu.org>
1355         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
1356         DT_FEATURE.
1357         (process_dynamic_segment): Likewise.
1359         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
1360         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
1361         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
1362         DF_1_NODUMP and DF_1_CONLFAT.
1364 2000-07-18  Nick Clifton  <nickc@cygnus.com>
1366         * binutils.texi (readelf): Fix spelling typo.
1368 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
1370         * objdump.c (usage): Make output of `objdump --help' more
1371         consistent with the rest of the GNU world.  Add a line describing
1372         the purpose of the program.
1374 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
1376         * stabs.c (parse_stab_range_type): Cast to proper type to fix
1377         warning.
1379 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
1381         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
1382         to fix warnings.
1383         (process_symbol_table): Ditto.
1384         (procesS_extended_line_op): Ditto.
1385         (display_debug_lines): Ditto.
1386         (display_debug_pubnames): Ditto.
1387         (read_and_display_attr): Ditto.
1389 2000-07-09  Nick Clifton  <nickc@cygnus.com>
1391         * MAINTAINERS: Add several more port specific maintainers.
1393 2000-07-05  Nick Clifton  <nickc@cygnus.com>
1395         * MAINTAINERS: Add blanket write privs for Michael Meissner.
1397 2000-06-05  DJ Delorie  <dj@redhat.com>
1399         * MAINTAINERS: New.
1401 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
1403         * dllwrap.c: Changed mistaken dyn_string_append() calls
1404         to dyn_string_append_cstr().
1406 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
1408         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
1409         struct debug_type stores size in bytes.
1411 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
1413         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
1414         (CLEANFILES): Add DEPA.
1415         * Makefile.in: Regenerate.
1417 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
1419         * ar.c: Revert incorrect 2000-06-25 patch.
1420         * bucomm.c: Likewise.
1422 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
1424         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
1425         (external_coff_symbol_p): New function.
1426         (parse_coff): Use it.
1428 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
1430         * ar.c (normalize): Advance past both characters in a DOS based
1431         <letter>: filepath prefix.
1432         (main): Likewise.
1433         * bucomm.c (make_tempname): Likewise.
1435 2000-06-24  Nick Clifton  <nickc@cygnus.com>
1437         * objdump.c (usage): Fix description of --stabs switch.
1439 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
1441         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1442         find one.
1443         * Makefile.in: Regenerate.
1445 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
1447         * ar.c (normalize): Correct pointer comparison when checking for
1448         backslashes.
1449         (main): Likewise.
1450         * bucomm.c (make_tempname): Likewise.
1452         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
1453         and search for backslashes in the original pathname.
1454         (ieee_add_bb11): Likewise.
1456 2000-06-18  Nick Clifton  <nickc@redhat.com>
1458         * ar.c (print_contents): Improve verbose message.
1460 2000-06-15  H.J. Lu  <hjl@gnu.org>
1462         * dyn-string.c: Removed. Not needed with dyn-string.c in
1463         libiberty.
1464         * dyn-string.h: Likewise.
1466         * Makefile.am: Remove references to dyn-string.c and
1467         dyn-string.h. Rebuild dependency.
1468         * Makefile.in: Rebuild.
1470 2000-06-15  H.J. Lu  <hjl@gnu.org>
1472         * binutils.texi: Put a warning on copying relocatable object
1473         files between two different formats.
1475 2000-06-13  DJ Delorie  <dj@cygnus.com>
1477         * rcparse.y (control): ICON controls take an id as the first
1478         parameter, not an optional string.  Also, call new convenience
1479         function that takes res_id's.
1480         * resrc.c (define_control): missing text means zero-length string,
1481         not zero ID.
1482         (define_icon_control): New.
1483         * windres.h: declare define_icon_control.
1485 2000-06-13  H.J. Lu  <hjl@gnu.org>
1487         * configure: Regenerate.
1489 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
1491         * configure.in (VERSION): Update to show this is the CVS mainline.
1493 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
1495         * strings.c (isgraphic): Interpret <TAB> as a printable character,
1496         analogous to <SPACE>.
1498 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
1500         * objdump.c (display_target_list): Use bfd_close_all_done, not
1501         bfd_close to fix crash caused by 2000-05-24 change.
1503 2000-05-25  DJ Delorie  <dj@cygnus.com>
1505         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
1507 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
1509         * Makefile.am: Update dependencies with "make dep-am"
1510         * Makefile.in: Regenerate.
1512 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
1514         * ar.c: Include filenames.h.
1515         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
1516         and drive letters in file names.
1517         (main): Support backslashes and drive letters in argv[0].  Drop
1518         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
1519         FILENAME_CMP instead of strcmp to compare file names.
1520         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
1521         DJGPP v2.
1522         (do_quick_append) [__GO32__]: Ditto.
1523         (get_pos_bfd, delete_members, move_members, replace_members):
1524         Compare file names with FILENAME_CMP.
1526         * bucomm.c: Include filenames.h.
1527         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
1528         forward/backward slashes and drive letters in file names.
1530         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
1531         mixed forward/backward slashes and drive letters in file names.
1533         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
1534         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
1535         mode.
1537         * objcopy.c: Include filenames.h.
1538         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
1539         before comparing to "strip".
1540         Use FILENAME_CMP to compare file names.
1542         * arsup.c: Include filenames.h.
1543         (map_over_list, ar_delete, ar_replace, ar_extract): Use
1544         FILENAME_CMP to compare file names.
1545         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
1546         the temporary file name.
1548         * configure.in: Check for setmode.
1549         * configure: Regenerate.
1551 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
1553         * objdump.c (display_target_list): Close the bfd.
1554         (display_info_table): Likewise.
1556 2000-05-14  H.J. Lu  (hjl@gnu.org)
1558         * objcopy.c (filter_symbols): Don't strip global symbols in
1559         relocatable object files.
1561 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
1563         * size.c (usage): Associate short options with corresponding long
1564         option to give a clue as to their function.
1566 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
1568         * size.c (main): Accept and ignore `-f' option.
1570 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
1572         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
1573         bindtextdomain): Replace defines with those from intl/libgettext.h
1574         to quieten gcc warnings.
1576 2000-05-12  H.J. Lu  <hjl@gnu.org>
1578         * nlmconv.c (temp_filename): Removed.
1580         * nlmconv.c (link_inputs): Use make_temp_file () instead of
1581         choose_temp_base ().
1582         * objdump.c (display_target_list): Likewise.
1583         (display_info_table): Likewise.
1585 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
1587         * objcopy.c (setup_section): Add const and gettext calls for err.
1589 2000-05-02  H.J. Lu  <hjl@gnu.org>
1591         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
1592         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
1593         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
1594         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
1595         and ELFOSABI_OPENBSD.
1597 2000-05-02  Kazu Hirata  <kazu@hxi.com>
1599         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
1600         * srconv.c: Likewise.
1601         * sysdump.c: Likewise.
1603 2000-04-23  Denis Chertykov  <denisc@overta.ru>
1605         * readelf.c (guess_is_rela): AVR uses RELA relocations.
1606         (get_machine_name): machine name for EM_AVR added.
1608 2000-04-21  Richard Henderson  <rth@cygnus.com>
1609             David Mosberger  <davidm@hpl.hp.com>
1611         * Makefile.am (readelf.o): Add elf/ia64.h.
1612         * Makefile.in: Rebuild.
1613         * readelf.c: Include elf/ia64.h.
1614         (guess_is_rela, dump_relocations): Handle EM_IA_64.
1616 2000-04-17  Timothy Wall  <twall@cygnus.com>
1618         * objdump.c (disassemble_data): Set octets per byte *after*
1619         resolving arch/mach for binary files.
1621 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1623         * arlex.l: Add directives to increase lex buffer size.
1625         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
1626         already included by bucomm.h.
1628 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
1630         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
1631         `strftime' since strftime is not available on all systems.
1632         (process_mips_specific): Ditto.
1634 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
1636         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
1637         --enable-build-warnings option.
1638         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1639         * Makefile.in, configure: Re-generate.
1641 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
1643         * addr2line.c: Update copyright.
1644         * objcopy.1: Likewise, and title.
1645         * strings.1: Likewise.
1647         * version.c (print_version): Add 2000.
1649         * rddbg.c (read_section_stabs_debugging_info): Don't use
1650         bfd_size_type for strx to avoid printf problems if BFD64.
1652         * bucomm.c: (report): Remove `static'.
1653         Move inclusion of stdarg.h/vararg.h from here.
1654         * bucomm.h: To here.
1655         (CONST): Change all occurences to const.
1656         (report): Declare it.
1657         (bfd_fatal): Add ATTRIBUTE_NORETURN.
1658         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
1659         (non_fatal): Add ATTRIBUTE_PRINTF_1.
1661         * ar.c (main): Use fatal or non_fatal instead of fprintf.
1662         Correct a typo in an error message.
1663         (do_quick_append): Use non_fatal instead of fprintf.
1664         (move_members): Use fatal instead of fprintf, exit.
1665         * coffdump.c (main): Same here.
1667         * dlltool.c (display): Delete.
1668         (warn): Delete.
1669         (inform): Use `report' instead of `display'.
1670         (rvaafter): Remove trailing \n from fatal error msg.
1671         (rvabefore): Ditto.
1672         (asm_prefix): Ditto.
1673         (yyerror): Replace `warn' with `non_fatal', and remove \n.
1674         (def_name): Likewise.
1675         (run): Likewise.
1676         (scan_all_symbols): Likewise.
1677         (gen_lib_file): Likewise.
1678         (def_library): Likewise.  Remove extra program_name too.
1679         (run): Remove \n from inform strings.
1680         (scan_drectve_symbols): Likewise.
1681         (add_excludes): Likewise.
1682         (scan_open_obj_file): Likewise.
1683         (gen_exp_file): Likewise.
1684         (gen_lib_file): Likewise.
1685         (process_duplicates): Likewise.
1687         * Makefile.am (dllwrap_SOURCES): Add version.c.
1688         * dllwrap.c (program_version): Delete.
1689         (print_version): Delete.
1690         (display): Always print trailing \n.
1691         (warn): New.
1692         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
1693         (run): Here too.
1694         (main): And here.
1695         (usage): gettext'ify.
1696         (long_options): Add missing initialisers.
1698         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
1699         (select_output_format): Likewise.
1700         (powerpc_mangle_relocs): Likewise.
1701         (link_inputs): Likewise.
1703         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
1704         (set_output_format): Likewise.
1705         (main): Use non_fatal instead of fprintf.
1706         (display_rel_file): Likewise.
1708         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
1709         (slurp_dynamic_symtab): Same here.
1710         (disassemble_data): And here.
1711         (read_section_stabs): And here.
1712         (read_section_stabs): And here.
1713         (dump_bfd): And here.
1714         (main): And here.
1715         (objdump_sprintf): Use fatal instead of fprintf, exit.
1716         (disassemble_data): Same here.
1718         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
1719         (parse_coff_struct_type): Same here.
1720         (parse_coff_enum_type): And here.
1721         (parse_coff): And here.
1722         * rddbg.c (read_debugging_info): And here.
1723         * size.c (main): And here.
1724         * windres.c (format_from_name): And here.
1725         * wrstabs.c (stab_write_symbol): Here too.
1726         (write_stabs_in_sections_debugging_info): And here.
1727         (stab_int_type): And here.
1728         (stab_struct_field): And here.
1729         (stab_typdef): And here.
1731         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
1732         * srconv.c (main): Same here.
1733         * strings.c (main): And here.
1734         (integer_arg): And here.
1735         * sysdump.c (main): And here.
1737 2000-04-06  Timothy Wall  <twall@cygnus.com>
1739         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
1741 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
1743         * readelf.c (decode_location_expression): Loop through multiple
1744         operations.
1745         (read_and_display_attr): Pass in length.
1747         * readelf.c (read_and_display_attr): Add CU offset to references.
1748         (display_debug_info): Pass it in.
1750 2000-04-06  Nick Clifton  <nickc@cygnus.com>
1752         * readelf.c (decode_ARM_machine_flags): New function.
1753         (get_machine_flags): Call decode_ARM_machine_flags for ARM
1754         targets.
1756         (get_machine_name): Catch EM_AVR
1758 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
1760         * binutils.texi: Remove optional `=' from long options that have
1761         an `=' in the argument.
1762         * objcopy.1: Here too.  Remove extra space on discard-all.
1764         * binutils.texi (objcopy): Mention --redefine-sym.
1765         * objcopy.1: Here too.
1766         * NEWS: And here.
1768         * objcopy.c (parse_flags): Split off flag names from error message
1769         gettext as they are not translated.
1770         (copy_main): Similarly split off option name for --add-section,
1771         --set-section-flags, --change-section-vma, --change-section-lma
1772         error messages.
1773         Some white space changes.
1775         from Matthew Benjamin <matt@linuxbox.nu>
1776         * objcopy.c (struct redefine_node): New.
1777         (redefine_sym_list): New.
1778         (redefine_list_append): New.
1779         (lookup_sym_redefinition): New.
1780         (OPTION_REDEFINE_SYM): New.
1781         (copy_options): Add --redefine-sym option.
1782         (copy_usage): Mention it.
1783         (filter_symbols): Rename symbols on redefine_sym_list.
1784         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
1785         (copy_main): Handle OPTION_REDEFINE_SYM.
1787 2000-04-04  H.J. Lu  <hjl@gnu.org>
1789         * readelf.c (process_symbol_table): Correctly read in symbol
1790         versioning information.
1792 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
1794         * po/binutils.pot: Regenerate.
1796         * addr2line.c (usage): Restore translated part of bug string.
1797         * ar.c (usage): Likewise.
1798         * nlmconv.c (show_usage): Likewise.
1799         * nm.c (usage): Likewise.
1800         * objcopy.c (copy_usage): Likewise.
1801         (strip_usage): Likewise.
1802         * objdump.c (usage): Likewise.
1803         * readelf.c (usage): Likewise.
1804         * size.c (usage): Likewise.
1805         * strings.c (usage): Likewise.
1806         * windres.c (usage): Likewise.
1808         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1809         (DEP): Quote when passing vars to sub-make.  Add warning
1810         message to end.
1811         (DEP1): Rewrite for "gcc -MM".
1812         (CLEANFILES): Add DEP2.
1813         Update dependencies.
1814         * Makefile.in: Regenerate.
1816 2000-04-04  H.J. Lu  <hjl@gnu.org>
1818         * Makefile.am (GENERATED_HFILES): Add rcparse.h
1819         (arparse.h): Depend on arparse.c
1820         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
1822 2000-04-03  H.J. Lu  (hjl@gnu.org)
1824         * size.c (usage): Use REPORT_BUGS_TO.
1826 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
1828         * bucomm.h: #include "bin-bugs.h"
1829         * addr2line.c (usage): Use REPORT_BUGS_TO.
1830         * ar.c (usage): Likewise.
1831         * nlmconv.c (show_usage): Likewise.
1832         * nm.c (usage): Likewise.
1833         (OPTION_TARGET): Define.
1834         (long_options): Use OPTION_TARGET rather than 200.
1835         (main): Likewise.
1837         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
1838         (strip_usage): Likewise.
1839         * objdump.c (usage): Likewise.
1840         * readelf.c (usage): Likewise.
1841         * strings.c (usage): Likewise.
1842         * windres.c (usage): Likewise.
1844 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1846         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
1848 2000-03-27  Nick Clifton  <nickc@cygnus.com>
1850         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
1851         string offsets in corrupt stabs entries.
1853 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
1855         * readelf.c: Include elf/avr.h
1856         (dump_relocations): Add EM_AVR case.
1858 2000-03-09  Tim Waugh  <twaugh@redhat.com>
1860         * strings.1: Correct '-bytes' to '--bytes'.
1862 2000-03-08  H.J. Lu  <hjl@gnu.org>
1864         * Makefile.am (install-exec-local): Depend on
1865         install-binPROGRAMS for parallel make.
1866         * Makefile.in: Regenerated.
1868 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
1870         From Brad Lucier <lucier@math.purdue.edu>:
1871         * readelf.c (process_dynamic_segment): Add cast to make sure
1872         argument to %* is int.
1874 2000-02-25  H.J. Lu  <hjl@gnu.org>
1876         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
1878 2000-02-24  Nick Clifton  <nickc@cygnus.com>
1880         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
1881         * configure: Regenerate.
1883         * dlltool.c: Add support for sh-pe and mips-pe targets.
1884         * rescoff.c: Add support for sh-pe and mips-pe targets.
1886 2000-02-23  H.J. Lu  <hjl@gnu.org>
1888         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
1890 2000-02-22  Nick Clifton  <nickc@cygnus.com>
1892         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
1894 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
1896         From Brad Lucier <lucier@math.purdue.edu>:
1897         * readelf.c (process_version_sections): Add casts to make sure
1898         argument to %* is an int.
1899         (process_mips_specific): Add casts to make printf arguments match
1900         format.
1902 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
1904         * objdump.c (dump_section_header): Change `opb' to unsigned.
1905         (find_symbol_for_address): Same here.
1906         (disassemble_data): And here.  Change `addr_offset',
1907         `stop_offset', `nextstop_offset' to unsigned long.
1908         (dump_data): Change opb to unsigned.
1910 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
1912         * resrc.c: Remove unmatched #if for cygwin.
1914 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
1916         * binutils.texi: Document the change of flavor name from atpcs-special
1917         to special-atpcs to prevent name conflict in gdb.
1919 2000-02-08  Timothy Wall  <twall@redhat.com>
1921         * objdump.c (show_line): Fix bug preventing printing of the very
1922         first line (line zero) of a file when interlisting source and
1923         assembly.  Added option to print entire context from start of file
1924         when the first line from that file is encountered.
1926 2000-02-03  Timothy Wall <twall@redhat.com>
1928         * objdump.c (dump_section_header, find_symbol_for_address,
1929         show_line, disassemble_bytes, disassemble_data, dump_data):
1930         distinguish between octets and bytes.
1932 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
1934         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
1935         check to unresolved symbols.
1936         (print_symbol_info_sysv):  Ditto.
1937         (print_symbol_info_posix):  Ditto.
1939         * binutils.texi: Document new 'V' symclass flag for nm.
1941 2000-01-27  Nick Clifton  <nickc@redhat.com>
1943         * binutils.texi (objdump): Document new ARM specific
1944         disassembler options.
1946         * objdump.c (usage): Call disassembler_usage().
1948 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
1950         * readelf.c (get_dynamic_flags): Return buff.
1951         (process_dynamic_segment): Don't pass error strings to printf
1952         as format arg.
1953         (read_and_display_attr): Use lx and ld to print longs.
1954         (process_corefile_note_segment): Cast bfd_vma to unsigned long
1955         before printing.
1956         Update copyright.
1958 2000-01-17  Nick Clifton  <nickc@cygnus.com>
1960         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
1962 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
1964         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
1965         false.
1966         (debug_tag_type): Here too.
1967         * ieee.c (ieee_builtin_type): And here.
1968         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
1970 2000-01-13  Nick Clifton  <nickc@cygnus.com>
1972         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
1973         System/370".
1975 2000-01-11  Nick Clifton  <nickc@cygnus.com>
1977         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
1979 2000-01-10  Nick Clifton  <nickc@cygnus.com>
1981         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
1983 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
1985         * windres.c (long_options): Add --use-temp-file and
1986         --no-use-temp-file options.
1987         (usage): Document.
1988         (main): Handle.
1990         * windres.h: Update read_rc_file prototype.
1992         * resrc.c (cpp_temp_file): New static variable.
1993         (istream_type): New static variable.
1994         (close_pipe): Delete function.
1995         (run_cmd): New static function.
1996         (open_input_stream): New static function.
1997         (close_input_stream): New static function.
1998         (look_for_default): Handle DOS directory separator. Use
1999         open_input_stream instead of popen.
2000         (read_rc_file): Likewise.
2002         * binutils.texi: Document --use-temp-file, --no-use-temp-file
2003         options.
2005 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
2007         * dlltool.c (create_compat_implib): New variable.
2008         (gen_exp_file): Use.
2009         (make_one_lib_file): Use.
2010         (long_options): Add --compat-implib option.
2011         (usage): Handle.
2012         (main): Handle.
2014         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2015         (main): Use. Don't look for "32" in cygwin and mingw target names.
2017 2000-01-03  Nick Clifton  <nickc@cygnus.com>
2019         * binutils.texi: Document new, ARM specific disassembler
2020         command line switch "-M force-thumb".
2022 For older changes see ChangeLog-9899
2024 Local Variables:
2025 mode: change-log
2026 left-margin: 8
2027 fill-column: 74
2028 version-control: never
2029 End: