* objcopy.c (setup_section): Copy entsize.
[binutils.git] / binutils / ChangeLog
blob0969acafc5943bcf916ccbfcf46289684b5cbadd
1 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
3         * objcopy.c (setup_section): Copy entsize.
5 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
7         * readelf.c (guess_is_rela): Add support for stormy16.
8         (dump_relocations): Likewise.
9         (get_machine_name): Likewise.
11 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
13         * dllwrap.c (main) Replace multiple strings describing a
14         single error with a single, newline escaped sentence to permit
15         better translation into foreign languages.
17         * readelf.c (get_elf_class): Remove internalionalisation of ELF
18         class names.
20 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
22         * strings.c (get_char): Initialize value.
24 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
26         * arlex.l: Silence compile warnings.
27         * arsup.h: Likewise. Fix formatting.
29 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
31         * strings.c: Include config.h before bfd.h.
32         (file_off): New type.
33         (file_open): Define.
34         (print_strings): Use file_off instead of file_ptr.  Print addresses
35         which don't fit into long correctly.
36         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
37         available.
38         (strings_file): Use file_off instead of file_ptr.  Use file_open.
39         * configure.in: Check for getc_unlocked.
40         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
41         be defined for it.
42         * configure: Rebuilt.
43         * config.h.in: Rebuilt.
45 2001-11-29  H.J. Lu <hjl@gnu.org>
47         * bucomm.c (make_tempname): Revert the changes made on
48         2001-11-14 and 2001-11-12. They won't work with directories.
50 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
52         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
53         CFLAGS_FOR_TARGET to runtest in environment.
54         * Makefile.in: Rebuild.
55         * doc/Makefile.in: Rebuild.
57 2001-11-28  Mike Stump  <mrs@wrs.com>
59         * objcopy.c (setup_section): Preserve SEC_RELOC when
60         --set-section-flags is used.
62 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
64         * readelf.c (do_debug_str): New variable.
65         (display_debug_str): New function: Display the contents of a
66         .debug_str section.
67         (load_debug_str): New function: Load in the contents of a
68         .debug_str section.
69         (free_debug_str): New function: Free the memory used by
70         load_debug_str().
71         (fetch_indirect_string): Retrieve a string from the .debug_str
72         section.
73         (usage): Add -ws.
74         (parse_args): Accept -ws.
75         (process_section_headers): Allow the display of the .debug_str
76         section.
77         (read_and_display_attr_value): Use fetch_indirect_string.  Show
78         offset into .debug_str section.
79         (display_debug_info): Use load_debug_str and free_debug_str.
80         (debug_displays): Add .debug_str.
81         * doc/binutils.texi: Document -ws.
83 2001-11-19  Andreas Jaeger  <aj@suse.de>
85         * testsuite/binutils-all/objdump.exp: Add x86-64.
87 2001-11-15  Andreas Schwab  <schwab@suse.de>
89         * readelf.c: Fix warnings without terminating newline.
91 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
93         * doc/binutils.texi (objdump): Document ppc -M options.
95 2001-11-14  Andreas Jaeger  <aj@suse.de>
97         * doc/binutils.texi (objdump): Fix description to use x86-64.
99 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
101         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
102         not all systems provide mkstemp.
104 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
106         * doc/binutils.texi (objdump): Document x86 -M options.
108 2001-11-13  Keith Walker <keith.walker@arm.com>
110         * readelf.c (read_and_display_attr_value): New function to
111         handle DW_FORM_indirect.
112         (read_and_display_attr): Use it.
114 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
116         * readelf.c (display_debug_lines): Deal with unknown standard
117         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
118         DW_LNS_set_isa.
120 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
122         * MAINTAINERS: Add self as tic54x maintainer.  This target
123         includes the IBM C54XDSP clone.
125 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
127         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
129 2001-11-09  Jeffrey A Law  (law@cygnus.com)
131         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
132         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
133         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
134         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
135         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
136         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
137         (unw_decode_b2, unw_decode_b3_b4): Likewise.
139         * readelf.c (get_elf_class): Fix ISO portability glitch.
140         (get_data_encoding, get_osabi_name, request_dump): Likewise.
142 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
144         * readelf.c (debug_str, debug_str_size): New.
145         (display_debug_abbrev): If no abbrevs were read, skip the CU.
146         Call free_abbrevs.
147         (read_and_display_addr): Handle DW_FORM_strp.
148         (display_debug_info): Read .debug_str section if present,
149         so that DW_FORM_strp can be handled.
150         Fix test for non-existant .debug_abbrev section.
152 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
154         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
156         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
158 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
160         * MAINTAINERS: Add self as s390/s390x maintainer.
162 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
164         * MAINTAINERS: Add self as PPC XCOFF maintainer.
166 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
168         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
169         * configure: Regernate.
170         * po/fr.po: New file.
171         * po/tr.po: New file.
173 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
175         * MAINTAINERS: Add self as MMIX port maintainer.
176         * readelf.c: Include elf/mmix.h.
177         (guess_is_rela): MMIX is RELA.
178         (dump_relocations): Handle MMIX relocations.
179         * Makefile.am: Regenerate dependencies.
180         * Makefile.in: Regenerate.
182 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
184         * readelf.c (parse_args): Handle multiple options to the -w
185         switch.
187 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
189         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
190         LOPROC, LOOS and LOUSER.
192 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
194         * MAINTAINERS: Update my email address.
196 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
198         * doc/Makefile.in: Regenerate.
199         * configure: Regenerate.
201 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
203         * readelf.c (display_debug_line, display_debug_pubnames,
204         display_debug_info, display_debug_frames): Detect and warn
205         about 64-bit format entries.
206         (display_debug_aranges): Reword 64-bit warning.
207         (debug_displays): Add .debug_pubtypes as a known, but not yet
208         supported, debug section.
210 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
212         * coffdump.c (PROGRAM_VERSION): Delete.
213         (main <'V'>): Call print_version.
214         * srconv.c: Likewise.
215         * sysdump.c: Likewise.
216         * version.c (program_version): Remove.
217         (print_version): Use BFD_VERSION_STRING.  Just print the current
218         year in copyright message.
219         * addr2line.c (program_version): Remove unused declaration.
220         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
221         place of BFD_VERSION.
222         * Makefile.am (Makefile): Depend on bfd/configure.in.
223         (cplus-dem.o): Depend on Makefile.
224         Run "make dep-am".
225         * Makefile.in: Regenerate.
227 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
229         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
230         format .debug_arange sections.
231         (main): Add missing prototype.
233 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
235         * Makefile.am: Update dependencies with "make dep-am".
236         * Makefile.in: Regenerate.
238 2001-09-28  Richard Henderson  <rth@redhat.com>
240         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
242 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
244         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
245         VA_CLOSE.
246         (non_fatal): Likewise.
247         * objdump.c (objdump_sprintf): Likewise.
248         * readelf.c (error): Likewise.
249         (warn): Likewise.
251 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
253         * readelf.c (do_wide): New.
254         (options): Add --wide.
255         (usage, parse_args): Likewise.
256         (process_program_headers): Put each segment on a single line if
257         --wide is given.
258         (process_section_headers): Put each section on a single line if
259         --wide is given.
260         * doc/binutils.texi: Document it.
261         * NEWS: Likewise.
263 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
265         * readelf.c (print_vma): Print 8 digits of low hex value.
267 2001-09-24  Andreas Jaeger  <aj@suse.de>
269         * nlmconv.c: Fix warnings about unused attributes and function
270         prototypes.
272         * strings.c: Add prototype for get_char.
274 2000-09-19  H.J. Lu  <hjl@gnu.org>
276         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
277         $(srcdir)/cxxfilt.man.
278         * doc/Makefile.in: Rebuild.
280 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
282         * objcopy.c (copy_main): Correct rename-section string parsing.
283         Consolidate new_name parsing, and error messages.
285 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
287         * addr2line.c: Don't include <ctype.h>.
288         (main): For gettext, also set the LC_CTYPE locate facet.
289         * ar.c (main): Likewise.
290         * coffdump.c (main): Likewise.
291         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
292         (main): For gettext, also set the LC_CTYPE locate facet.
293         Use ISALNUM instead of isalpha/isdigit.
294         * dllwrap.c: Don't include <ctype.h>.
295         (main): For gettext, also set the LC_CTYPE locate facet.
296         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
297         (main): For gettext, also set the LC_CTYPE locate facet.
298         Use TOUPPER instead of islower/toupper.
299         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
300         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
301         Use TOUPPER instead of islower/toupper.
302         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
303         * objcopy.c (main): Likewise.
304         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
305         (disassemble_bytes): Use ISPRINT instead of isprint.
306         (dump_section_stabs): Use ISDIGIT instead of isdigit.
307         (dump_data): Use ISPRINT instead of isprint.
308         (main): For gettext, also set the LC_CTYPE locate facet.
309         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
310         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
311         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
312         Use TOUPPER instead of islower/toupper.
313         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
314         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
315         (write_rc_accelerators): Use ISPRINT instead of isprint.
316         (write_rc_rcdata): Likewise.
317         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
318         * srconv.c (main): Likewise.
319         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
320         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
321         isdigit/isupper/islower.
322         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
323         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
324         stab_demangle_prefix, stab_demangle_qualified,
325         stab_demangle_template, stab_demangle_type,
326         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
327         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
328         (isgraphic): Use ISPRINT instead of isascii/isprint.
329         (main): Remove HAVE_LC_MESSAGES dependency.
330         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
331         (pbarray): Use ISPRINT instead of isprint.
332         (main): For gettext, also set the LC_CTYPE locate facet.
333         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
334         (format_from_filename): Use ISPRINT instead of isprint.
335         (main): For gettext, also set the LC_CTYPE locate facet.
336         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
337         (unicode_print): Use ISPRINT instead of isprint.
338         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
339         (stab_variable): Use ISDIGIT instead of isdigit.
341 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
343         * ar.c (print_contents): Cast args of bfd_seek to the right types.
344         Replace bfd_read call with call to bfd_bread.
345         (extract_file): Likewise.
347         * objdump.c (dump_section_header): Cast section->filepos to
348         unsigned long to suit printf format string.
349         * readelf.c (process_section_headers): Similarly for sh_offset.
350         (process_unwind): Likewise.
352 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
354         * strings.c (encoding, encoding_bytes): New variables.
355         (long_options): Add --encoding.
356         (main): Accept -e and --encoding.
357         (get_char): New function.  Read a, possibly wide, character from
358         the input stream.
359         (print_strings): Use get_char().
360         (usage): Document new command line option.
361         * doc/binutils.texi: Document new command line option.
362         * NEWS: Announce new command line option.
364 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
366         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
367         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
368         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
369         Removed EM_CYGNUS_ARC.
371 2001-09-04  Jeffrey A Law  (law@cygnus.com)
373         * readelf.c: Include elf/h8 for H8 series definitions.
374         (guess_is_rela): H8 series if RELA.
375         (dump_relocations): Handle H8 series relocations.
377 2001-08-31  Eric Christopher  <echristo@redhat.com>
379         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
381 2001-08-29  Peter Targett  <peter.targett@arccores.com>
383         * MAINTAINERS: Include ARC Maintainer.
385 2001-08-29  Ben Elliston  <bje@redhat.com>
387         * stabs.c (stab_demangle_template): Initialise s4.
389 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
391         * readelf.c (dump_relocations): Recognise EM_PPC64.
393 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
395         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
397 2001-08-25  H.J. Lu  <hjl@gnu.org>
399         * nm.c (print_width): New.
400         (display_rel_file): Set `print_width' according to
401         bfd_sprintf_vma.
402         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
404 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
406         * objcopy.c (use_alt_mach_code): New variable.
407         (OPTION_ALT_MACH_CODE): Define.
408         (copy_options): Added --alt-machine-code.
409         (copy_main): Handle it.
410         (copy_object): Switch to alternate machine code if requested.
411         * doc/binutils.texi: Document new option.
412         * NEWS: Likewise.
414 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
416         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
418 2001-08-21  H.J. Lu  <hjl@gnu.org>
420         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
421         (display_debug_info): Cast for 64bit hosts.
422         (display_debug_frames): Likewise.
423         (process_mips_specific): Likewise.
425 2001-08-21  Andreas Jaeger  <aj@suse.de>
427         * coffgrok.h: Add missing parameter for prototype of coff_grok.
429         * sysdump.c: Add missing prototypes.
430         * srconv.c: Likewise.
431         * unwind-ia64.c: Likewise.
432         * coffdump.c: Likewise.
434         * sysinfo.y: Print prototypes, include <ansidecl.h>.
436         * coffgrok.c: Add missing prototypes, include libiberty.h instead
437         of declaring xcalloc.
439 2001-08-10  H.J. Lu  <hjl@gnu.org>
441         * nm.c (print_value): Add one arg, bfd *.
442         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
443         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
444         (print_symbol_info_sysv): Likewise.
445         (print_symbol_info_posix): Likewise.
447         * objdump.c (dump_section_header): Replace printf_vma with
448         bfd_printf_vma.
449         (print_section_stabs): Likewise.
450         (dump_bfd_header): Likewise.
451         (objdump_print_value): Replace sprintf_vma with
452         bfd_sprintf_vma.
453         (disassemble_bytes): Likewise.
454         (dump_reloc_set): Likewise.
456 2001-08-10  Andreas Jaeger  <aj@suse.de>
458         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
459         to build warnings.
460         * configure: Regenerate.
462 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
464         * readelf.c: Add missing prototypes.
465         * objdump.c: Likewise.  Format existing prototypes.
467 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
469         * readelf.c (display_debug_info): Add to abbrev_offset the addend
470         of any RELA relocation for the abbrev_offset memory location that
471         refers to the .debug_abbrev section symbol.
473 2001-08-07  H.J. Lu  <hjl@gnu.org>
475         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
476         (main): Return process_file ().
478 2001-08-05  Philip Blundell  <philb@gnu.org>
480         * doc/binutils.texi: Use "Thumb" not "THUMB".
482 2001-08-03  John Healy  <jhealy@redhat.com>
484         Patch suggested by Frank Eigler <fche@redhat.com>.
485         * objdump.c (disassemble_data): Fill in section member of the
486         disasm_info structure.
488 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
490         * configure.in: Added --with-windres option.
491         * configure: Regenerated.
493 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
495         * doc/binutils.texi: Use @command{name} for commands;
496         use @option{-opt} for options; use @table @env for list of options;
497         remove spaces arround [ | ] in synopsis.
499         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
500         center title.
502 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
504         * objcopy.c: Fix formatting.
505         (section_rename): New structure.
506         (OPTION_RENAME_SECTION): New switch.
507         (copy_usage): Document new switch.
508         (add_section_rename): New function: Add a node to the section
509         rename list.
510         (find_section_rename): New function: Find the new name and
511         flags for a section.
512         (setup_section): Call find_section_name to determine the name
513         of the output section.
514         (copy_main): Handle OPTION_RENAME_SECTION.
515         * binutils.texi: Document new switch.
516         * NEWS: Mention new switch.
518 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
520         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
521         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
522         bug-binutils@gcc.org.
524 2001-07-28  Matthias Kramm  <kramm@quiss.org>
526         * bucomm.c (list_supported_architectures): New function.
527         * bucomm.h (list_supported_architectures): Declare.
528         * objdump.c (usage): Call the above.
530 2001-07-25  Dave Brolley  <brolley@redhat.com>
532         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
533         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
535 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
537         * README: Update for 2.11.  Change bug reporting email address.
538         * MAINTAINERS: Tidy up.  Change bug reporting email address.
540 2001-07-16  DJ Delorie  <dj@redhat.com>
542         * resres.c (write_res_header): Align header size.
543         (res_align_file): Calculate alignment correctly.
545         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
546         correct 10).
547         * resrc.c (write_rc_resource): Likewise.
548         * windres.h (SUBLANG_SHIFT): Define - as 10.
550 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
552         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
554 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
556         * MAINTAINERS: Add notes about branch checkins.
558 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
560         * readelf.c (display_debug_macinfo): New function, display
561         .debug_macinfo section.
562         (do_debug_macinfo): New variable.
563         (parse_args): Handle "-w[mM]" to mean display macro info.
564         (process_section_headers): Handle debug_macinfo.
565         (debug_displays): Replace unsupported function with macinfo
566         function for .debug_macinfo display.
567         * doc/binutils.texi: Document new command line switch.
568         * NEWS: Document new feature of readelf.
570 2001-07-05  H.J. Lu  <hjl@gnu.org>
572         * objcopy.c (filter_symbols): Don't turn undefined symbols
573         into local.
575 2001-07-03  H.J. Lu <hjl@gnu.org>
577         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
578         $@.pod.
579         (ar.1): Likewise.
580         (dlltool.1): Likewise.
581         (nlmconv.1): Likewise.
582         (nm.1): Likewise.
583         (objcopy.1): Likewise.
584         (objdump.1): Likewise.
585         (ranlib.1): Likewise.
586         (readelf.1): Likewise.
587         (size.1): Likewise.
588         (strings.1): Likewise.
589         (strip.1): Likewise.
590         (windres.1): Likewise.
591         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
592         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
593         $(DEMANGLER_NAME).
594         (as.1): Removed.
595         * doc/Makefile.in: Regenerated.
597 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
599         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
601 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
603         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
605 2001-06-29  James Cownie <jcownie@etnus.com>
607         * readelf.c: Support DWARF 2.1 attributes.
609 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
611         * readelf.c (GET_DATA_ALLOC): Remove.
612         (GET_DATA): Remove.
613         (get_data): New function combining above macros, with an extra
614         test for zero size.
615         (slurp_rela_relocs): Use get_data, and catch error return.
616         (slurp_rel_relocs): Likewise.
617         (get_32bit_program_headers): Likewise.
618         (get_64bit_program_headers): Likewise.
619         (get_32bit_section_headers): Likewise.
620         (get_64bit_section_headers): Likewise.
621         (get_32bit_elf_symbols): Likewise.
622         (get_64bit_elf_symbols): Likewise.
623         (process_section_headers): Likewise.
624         (process_relocs): Likewise.
625         (slurp_ia64_unwind_table): Likewise.
626         (process_unwind): Likewise.
627         (get_32bit_dynamic_segment): Likewise.
628         (get_64bit_dynamic_segment): Likewise.
629         (process_dynamic_segment): Likewise.
630         (process_version_sections): Likewise.
631         (process_symbol_table): Likewise.
632         (dump_section): Likewise.
633         (display_debug_info): Likewise.
634         (display_debug_section): Likewise.
635         (process_section_contents): Likewise.
636         (process_corefile_note_segment): Likewise.
637         (process_mips_specific): Likewise.  Also free econf32, econf64.
639 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
641         * readelf.c (dump_relocations): Print "bad symbol index" if
642         symtab == NULL with non-zero symtab_index.
643         (process_relocs): Don't bomb if reloc section has no symsec.
645 2001-06-24  H.J. Lu  <hjl@gnu.org>
647         * objcopy.c (strip_main): Revert the change made on 2001-05-30
648         by accident.
649         (copy_main): Apply the the change made to strip_main on
650         2001-05-30 by accident.
652 2001-06-23  Andreas Jaeger  <aj@suse.de>
654         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
655         parameter 'code'.
656         (unw_decode_x2): Likewise.
657         (unw_decode_x3): Likewise.
658         (unw_decode_x4): Likewise.
660 2001-06-23  Ben Elliston  <bje@redhat.com>
662         * MAINTAINERS: Add myself as M88k maintainer.
664 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
666         * objcopy.c (strip_main): Support -o or --output-file command lien
667         switch.
669 2001-06-19  H.J. Lu <hjl@gnu.org>
671         * doc/Makefile.in: Regenerated.
673 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
675         * readelf.c: Restore formatting.
677 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
679         * Makefile.am: Move documentation into doc subdirectory.
680         * Makefile.in: Regenerated.
681         * binutils.texi: Move into doc subdirectory.
682         * addr2line.1: Removed.
683         * ar.1: Likewise.
684         * dlltool.1: Likewise.
685         * nlmconv.1: Likewise.
686         * nm.1: Likewise.
687         * objcopy.1: Likewise.
688         * objdump.1: Likewise.
689         * ranlib.1: Likewise.
690         * readelf.1: Likewise.
691         * size.1: Likewise.
692         * strings.1: Likewise.
693         * strip.1: Likewise.
694         * windres.1: Likewise.
695         * cxxfilt.man: Likewise.
696         * doc: New Directory.
697         * doc/Makefile.am: New file.
698         * doc/Makefile.in: Generate.
700 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
702         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
704 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
706         * MAINTAINERS: Update my email address.
708 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
710         * objcopy.c: Add new switches: --keep-global-symbol,
711         --keep-symbols, --localize-symbols, --keep-global-symbols and
712         --weaken-symbols.
713         * binutils.texi: Document new switches.
714         * objcopy.1: Regenerate.
715         * NEWS: Announce new feature.
717 2001-05-28  Andreas Jaeger  <aj@suse.de>
719         * readelf.c (display_debug_frames): Fix warnings: Remove unused
720         variables, fix format strings.
722 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
724         * objdump.c (disassemble_bytes): Remove section VMA adjustment
725         when computing the address of the line to show.
727 2001-05-16  Richard Henderson  <rth@redhat.com>
729         * readelf.c (do_debug_frames_interp): New.
730         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
731         (byte_get_big_endian): Likewise.
732         (parse_args) ['F']: Set do_debug_frames_interp.
733         (Frame_Chunk): Make data_factor signed, add fde_encoding.
734         (frame_display_row): Don't trunc pc_begin to int.
735         (size_of_encoded_value): New.
736         (display_debug_frames): Handle 64-bit targets.  Print raw data
737         unless do_debug_frames_interp.
738         (debug_displays): Remove duplicate .debug_frame.
740 2001-05-15  Ralf Baechle  <ralf@gnu.org>
742         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
743         The former constant was never in active use and is used otherwise
744         by the ABI.
746 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
748         * readelf.c (process_unwind): Print all unwind sections, not just
749         one.
751 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
753         * readelf.c (process_unwind): Remove const specifier.
755 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
757         * strings.c (isgraphic): Do not use isascii() unless it is needed
758         for isprint() to work.
759         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
761 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
763         * NEWS: Announce support for OpenRISC.
765 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
767         * dlltool.c (do_default_excludes): Initialise to true.
769 2001-04-10  Alan Modra  <amodra@one.net.au>
771         * MAINTAINERS: Update my email address
772         * nm.c (print_symbol_info_bsd): Use a simple printf string.
774 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
776         * readelf.c (display_debug_lines): Fix typo for "Prologue".
778 2001-03-30  H.J. Lu  <hjl@gnu.org>
780         * readelf.c (process_unwind): Just return if do_unwind is 0.
782 2001-03-28  Roger Sayle  <roger@metaphorics.com>
784         * dlltool.c (make_one_lib_file): Fix section flags for
785         .text, .data and .bss in stub ds*.o files to match those
786         generated by gas.
788 2001-03-29  H.J. Lu  <hjl@gnu.org>
790         * readelf.c (process_unwind): Only do unwind sections for
791         IA64.
793 2001-03-28  H.J. Lu  <hjl@gnu.org>
795         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
796         * Makefile.in: Regenerate.
798 2001-03-26  Andreas Jaeger  <aj@suse.de>
800         * binutils.texi (nm): Fix texi syntax.
802 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
804         * binutils.texi: Put @c man begin and @c man end indications
805         to generate man pages using texi2pod and pod2man. Put @c man title
806         to identify each man. Add SEEALSO entries.
807         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
808         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
809         sort the list.
810         (*.1): Build the man pages from binutils.texi.
811         * Makefile.in: Regenerate.
813 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
815         * defparse.y (opt_equal_name): allow "." in name.
816         * dlltool.c (def_exports): Added ability to generate forwarded exports.
817         (gen_exp_file): Likewise.
819 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
821         * NEWS: Document addition of -B switch to objcopy.
822         * binutils.texi:  Document addition of -B switch to objcopy.
823         * objcopy.c: (copy_options): Add --binary-architecture.
824         (copy_usage): Document -B/--binary-architecture.
825         (copy_main): Support -B/--binary-architecture.  Set
826         bfd_external_binary_architecture.
828 2001-03-11  Andreas Jaeger  <aj@suse.de>
830         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
831         (dump_relocations): Likewise.
832         (get_machine_name): Likewise.
834 2001-02-28  Nick Clifton  <nickc@redhat.com>
836         * readelf.c: (struct unw_aux_info): Remove const modifier for
837         'strtab' field.
838         (process_unwind): Remove non-K&R compliant LHS type cast in call
839         to GET_DATA_ALLOC macro.
841 2001-02-28  Philip Blundell  <pb@futuretv.com>
843         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
844         ABI is in use; remove ambiguity between the "unknown" EABI and
845         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
846         renamed EF_xx constants.
848 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
850         * configure.in (BFD_VERSION): New.
851         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
852         * configure: Regenerate.
853         * Makefile.am: Run "make dep-am"
854         * Makefile.in: Regenerate.
856 2001-02-14  Nick Clifton  <nickc@redhat.com>
858         * MAINTAINERS: Add "Obvious Fix" rule.
860 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
862         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
863         literal concatenation.
865 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
867         * readelf.c (struct unw_aux_info): Remove const from the info member.
868         (process_unwind): Don't type-cast the third argument to the
869         GET_DATA_ALLOC macro.
871 2001-02-11  Nick Clifton  <nickc@redhat.com>
873         * readelf.c (dump_relocations): Free corrected allocated
874         array.
875         (process_unwind): Fix compile time warning.
877 2001-02-10  Nick Clifton  <nickc@redhat.com>
879         * binutils.texi: Document new --unwind option to readelf.
881 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
883         * readelf.c: Add linux target for S/390.
885 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
887         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
888         printf is a macro.
890 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
892         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
893         * aclocal.m4: Regenerate.
894         * configure: Regenerate.
896 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
898         * bucomm.c (bfd_target_vector): Change extern array to pointer.
899         * objdump.c (bfd_target_vector): Likewise.
901 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
903         * readelf.c (process_unwind): New function.
904         (slurp_ia64_unwind_table): Ditto.
905         (dump_ia64_unwind): Ditto.
906         (find_symbol_for_address): Ditto.
907         (slurp_rela_relocs): New function (split off from dump_relocations()).
908         (slurp_rel_relocs): Ditto.
909         (parse_args): Handle '-u' option.
911         * unwind-ia64.c: New file.
912         * unwind-ia64.h: New file.
913         * Makefile.am: Include unwind-ia64.c in readelf build.
914         * Makefile.in: Regenerate.
915         * po/binutils.pot: Regenerate.
917 2001-02-04  Philip Blundell  <philb@gnu.org>
919         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
920         * configure: Regenerate.
922 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
924         * ieee.c (ieee_add_bb11): Don't check for backslashes
925         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
927 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
929         * ieee.c: Update copyright.
930         (ieee_start_compilation_unit): Don't check for backslashes
931         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
933         * stabs.c: Update copyright. Include "filenames.h".
934         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
936 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
938         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
939         sections are present before using them.  Remove code duplication.
940         (process_symbol_table): Check if VERDEF or VERNEED sections are
941         present before using them.
943 2001-01-17  Nick Clifton  <nickc@redhat.com>
945         * objcopy.c (copy_object): Fail if attempting to convert the
946         endianness of the input object file.
948         * binutils.texi: Explain that objcopy cannot convert endianness.
950 2001-01-16  Nick Clifton  <nickc@redhat.com>
952         * readelf.c (string_table_length): New variable.
953         (SECTION_NAME): Catch out of range indices and missing section
954         pointers.
955         (process_section_headers): Delete useless local variable
956         string_table_offset.  Set the value of string_table_length
957         after loading the string table.
958         (process_mips_specific): Use SECTION_NAME macro.
959         (process_file): Set string_table_length to 0 when it is freed.
961 2001-01-12  Nick Clifton  <nickc@redhat.com>
963         * version.c (print_version): Update copyright date.
965 2001-01-11  Peter Targett  <peter.targett@arccores.com>
967         * readelf.c (dump_relocations): Include selection with EM_ARC.
968         (get_machine_name) Update name to "ARC".
970 2001-01-09  Nick Clifton  <nickc@redhat.com>
972         * Makefile.am: Add rule to build objdump.o from objdump.c and
973         using OBJDUMP_DEFS.
974         * Makefile.in: Regenerate.
976         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
977         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
978         -DDISASSEMBLER_NEEDS_RELOCS.
979         * configure: Regenerate.
981         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
982         is defined read in the relocs even if dump_reloc_info is
983         false.
985 2001-01-07  Philip Blundell  <philb@gnu.org>
987         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
988         `bug-binutils'.
989         * README: Likewise.
991 2000-12-19  Nick Clifton  <nickc@redhat.com>
993         * dlltool.c: Add missing support for arm-epoc-pe.
994         * configure.in: Add missing support for arm-epoc-pe.
995         * configure: Regenerate.
997 2000-12-15  Nick Clifton  <nickc@redhat.com>
999         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1000         Mode parts of the x86 port.
1002 2000-12-04  Andreas Jaeger  <aj@suse.de>
1004         * readelf.c (guess_is_rela): Add EM_X86_64.
1005         (dump_relocations): Add EM_X86_64.
1006         (get_machine_name): Add EM_X86_64.
1007         Include "elf/x86-64.h".
1009 2000-12-12  Nick Clifton  <nickc@redhat.com>
1011         * readelf.c: Fix formatting.
1013 2000-12-11  Jan Hubicka  <jh@suse.cz>
1015         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1017 2000-12-07  Andrew Haley  <aph@redhat.com>
1019         * readelf.c (display_debug_frames): Only display columns that are
1020         referenced by the frame debug info.
1022 2000-12-05  Nick Clifton  <nickc@redhat.com>
1024         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1026 2000-12-04  Jason Merrill  <jason@redhat.com>
1028         * readelf.c (process_section_headers): Handle linkonce.wi sections.
1029         (display_debug_section): Likewise.
1030         (display_debug_info): Display CU header before bailing.
1032 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
1034         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1035         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
1036         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
1038         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1039         and E_MIPS_ARCH_64.
1041         * readelf.c (get_machine_flags): Add case for
1042         E_MIPS_MACH_SB1.
1044 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
1046         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1048 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
1050         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
1051         Change sourceware.cygnus.com to sources.redhat.com.
1052         Fix typo for "amongst".
1054 2000-11-28  Nick Clifton  <nickc@redhat.com>
1056         * strip.1 (COPYING): Mention that the GNU Free Documentation
1057         License is present in the sources, but not the output, and
1058         also available from the GNU website.
1059         (GNU Free Documentation License): Comment out this section.
1060         * strings.1: Ditto.
1061         * size.1: Ditto.
1062         * ranlib.1: Ditto.
1063         * objdump.1: Ditto.
1064         * objcopy.1: Ditto.
1065         * nm.1: Ditto.
1066         * nlmconv.1: Ditto.
1067         * ar.1: Ditto.
1068         * addr2line.1: Ditto.
1070 2000-11-27  DJ Delorie  <dj@redhat.com>
1072         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
1073         (parse_args): Support -wf option.
1074         (process_section_headers): Ditto.
1075         (debug_displays): Ditto.
1076         (display_debug_frames): New, dump *_frame sections.
1077         (frame_need_space): Support for above.
1078         (frame_display_row): Ditto.
1079         * binutils.texi: Document it.
1081 2000-11-24  Nick Clifton  <nickc@redhat.com>
1083         * NEWS: Announce support for v5t, v5te and XScale.
1085 2000-11-22  Nick Clifton  <nickc@redhat.com>
1087         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
1088         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
1089         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
1090         (get_elf_section_flags: Add SHF_GROUP.
1091         (process_section_headers): Adjust output for 32-bit binaries
1092         to look nice on an 80 column terminal.
1094 2000-11-20  H.J. Lu  <hjl@gnu.org>
1096         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
1097         ELFOSABI_AIX.
1099 2000-11-17  Richard Henderson  <rth@redhat.com>
1101         * readelf.c (display_debug_lines): Adjust last change to
1102         use sizeof (external->li_length).
1104 2000-11-17  Richard Henderson  <rth@redhat.com>
1106         * readelf.c (display_debug_lines): Fix section length check
1107         and end_of_sequence computation.
1109 2000-11-06  Nick Clifton  <nickc@redhat.com>
1111         * binutils.texi: Add GNU Free Documentation License.
1112         * objcopy.1: Add GNU Free Documentation License.
1113         * objdump.1: Add GNU Free Documentation License.
1114         * addr2line.1: Add GNU Free Documentation License.
1115         * ar.1: Add GNU Free Documentation License.
1116         * nlmconv.1: Add GNU Free Documentation License.
1117         * nm.1: Add GNU Free Documentation License.
1118         * ranlib.1: Add GNU Free Documentation License.
1119         * size.1: Add GNU Free Documentation License.
1120         * strings.1: Add GNU Free Documentation License.
1121         * strip.1: Add GNU Free Documentation License.
1123 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
1125         * objcopy.c (--srec-len=nn): New parameter to set the
1126         maximum length of generated Srecords.
1127         (--srec-forceS3): New parameter that restricts the generation of
1128         Srecords to type S3 only.
1129         * binutils.texi: Document new command line switches.
1130         * objcopy.1: Docuemnt the new command line switches.
1131         * NEWS: Announce the existence of the new command line switches.
1133 2000-10-31  Nick Clifton  <nickc@redhat.com>
1135         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
1136         code.  Add Eric Chrisopher as maintainer of MN10300 port.
1138 2000-10-12  Roger Sayle  <roger@metaphorics.com>
1140         * Make comma after string after icon/control optional.
1142 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
1144         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
1146         * NEWS: Mention support for MIPS32.
1148 2000-09-08  Nick Clifton  <nickc@redhat.com>
1150         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
1152 2000-09-07  H.J. Lu  <hjl@gnu.org>
1154         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1155         * configure: Rebuild.
1157 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
1159         * configure: Rebuilt with new libtool.m4.
1161 2000-09-05  Nick Clifton  <nickc@redhat.com>
1163         * aclocal.m4: Regenerate.
1164         * config.in: Regenerate.
1165         * configure: Regenerate.
1167 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
1169         * strip.1: Fix stray '\' in -o formatting.
1171 2000-09-02  Nick Clifton  <nickc@redhat.com>
1173         * configure.in: Increase version number to 2.10.91.
1174         * configure: Regenerate.
1175         * aclocal.m4: Regenerate.
1176         * config.in: Regenerate.
1177         * po/binutils.pot: Regenerate.
1179 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
1181         * acinclude.m4: Include libtool and gettext macros from the
1182         top level.
1183         * aclocal.m4, configure: Rebuilt.
1185 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
1187         * resrc.c (close_input_stream): Delete extraneous logic
1189 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
1191         * NEWS: Mention support for CRIS.
1193 2000-08-21  Nick Clifton  <nickc@redhat.com>
1195         * addr2line.c: Changed email address for Ulrich Lauther.
1197 2000-08-17  Christopher C. Chimelis <chris@debian.org>
1199         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
1201 2000-08-17  Nick Clifton  <nickc@redhat.com>
1203         * readelf.c (display_debug_pubnames): Only issue warning
1204         message once.  Terminate message with a new line.
1205         (display_debug_aranges): Only display version 2 debug info.
1207 2000-08-14  Todd Vierling <tv@wasabisystems.com>
1209         * objcopy.c (strip_main): Silently accept -d as an alias for -g
1210         for compatability with old BSD systems.
1212 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
1214         * NEWS: Mention i860 support.
1216 2000-08-11  Carlo Wood <carlo@alinoe.com>
1218         * addr2line.c (main): Add const to char *.
1220 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
1222         * ar.c (main): Don't crash if called with no arguments
1223         or only '-X32_64' as an argument.
1225 2000-08-08  DJ Delorie  <dj@redhat.com>
1227         * resrc.c: use "gcc -xc" instead of -xc-header
1229 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
1231         * readelf.c (elf/i860.h): Include.
1232         (dump_relocations): Add recognition of i860 architecture.
1233         (guess_is_rela): Add recognition of i860 architecture.
1235 2000-08-03  Nick Clifton  <nickc@cygnus.com>
1237         * MAINTAINERS: Add information about CGEN maintainers.
1239 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
1241         * nm.c (main): Ignore '-X32_64' as an option.
1242         * ar.c (main): Likewise.
1243         * binutils.texi (nm): Document new option.
1244         (ar): Likewise.
1246 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1248         * rdcoff.c (external_coff_symbol_p): K&R-ise.
1250 2000-07-20  H.J. Lu  <hjl@gnu.org>
1252         * binutils.texi: Put back "@end table" deleted by
1253         accident.
1255 2000-07-05  Kenneth Block  <krblock@computer.org>
1257         * nm.c: Add optional style to demangle switch.
1258         * objdump.c: Add optional style to demangle switch.
1259         * addr2line.c: Add optional style to demangle switch.
1260         * binutils.texi: Document optional style to demangle
1261         switch.
1263 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
1265         * MAINTAINERS: Add self as CRIS port maintainer.
1266         * readelf.c: Include elf/cris.h.
1267         (guess_is_rela): Handle EM_CRIS.
1268         (dump_relocations): Ditto.
1269         (get_machine_name): Ditto.
1270         * Makefile.am: Rebuild dependencies.
1271         * Makefile.in: Regenerate.
1272         * po/binutils.pot: Regenerate.
1274 2000-07-19  H.J. Lu  <hjl@gnu.org>
1276         * readelf.c (get_dynamic_type): Change "AUXILARY" to
1277         "AUXILIARY".
1278         (process_dynamic_segment): Print out strings for DT_CONFIG,
1279         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
1281 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
1283         * nm.c (usage): Change output of `nm --help' to include a
1284         description of the purpose of the program and a detailed
1285         description of the accepted options.
1287 2000-07-19  H.J. Lu  <hjl@gnu.org>
1289         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
1290         to DF_1_NODEFLIB.
1292 2000-07-19  H.J. Lu  <hjl@gnu.org>
1294         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
1296 2000-07-19  H.J. Lu  <hjl@gnu.org>
1298         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
1299         DT_FEATURE.
1300         (process_dynamic_segment): Likewise.
1302         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
1303         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
1304         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
1305         DF_1_NODUMP and DF_1_CONLFAT.
1307 2000-07-18  Nick Clifton  <nickc@cygnus.com>
1309         * binutils.texi (readelf): Fix spelling typo.
1311 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
1313         * objdump.c (usage): Make output of `objdump --help' more
1314         consistent with the rest of the GNU world.  Add a line describing
1315         the purpose of the program.
1317 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
1319         * stabs.c (parse_stab_range_type): Cast to proper type to fix
1320         warning.
1322 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
1324         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
1325         to fix warnings.
1326         (process_symbol_table): Ditto.
1327         (procesS_extended_line_op): Ditto.
1328         (display_debug_lines): Ditto.
1329         (display_debug_pubnames): Ditto.
1330         (read_and_display_attr): Ditto.
1332 2000-07-09  Nick Clifton  <nickc@cygnus.com>
1334         * MAINTAINERS: Add several more port specific maintainers.
1336 2000-07-05  Nick Clifton  <nickc@cygnus.com>
1338         * MAINTAINERS: Add blanket write privs for Michael Meissner.
1340 2000-06-05  DJ Delorie  <dj@redhat.com>
1342         * MAINTAINERS: New.
1344 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
1346         * dllwrap.c: Changed mistaken dyn_string_append() calls
1347         to dyn_string_append_cstr().
1349 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
1351         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
1352         struct debug_type stores size in bytes.
1354 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
1356         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
1357         (CLEANFILES): Add DEPA.
1358         * Makefile.in: Regenerate.
1360 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
1362         * ar.c: Revert incorrect 2000-06-25 patch.
1363         * bucomm.c: Likewise.
1365 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
1367         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
1368         (external_coff_symbol_p): New function.
1369         (parse_coff): Use it.
1371 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
1373         * ar.c (normalize): Advance past both characters in a DOS based
1374         <letter>: filepath prefix.
1375         (main): Likewise.
1376         * bucomm.c (make_tempname): Likewise.
1378 2000-06-24  Nick Clifton  <nickc@cygnus.com>
1380         * objdump.c (usage): Fix description of --stabs switch.
1382 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
1384         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1385         find one.
1386         * Makefile.in: Regenerate.
1388 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
1390         * ar.c (normalize): Correct pointer comparison when checking for
1391         backslashes.
1392         (main): Likewise.
1393         * bucomm.c (make_tempname): Likewise.
1395         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
1396         and search for backslashes in the original pathname.
1397         (ieee_add_bb11): Likewise.
1399 2000-06-18  Nick Clifton  <nickc@redhat.com>
1401         * ar.c (print_contents): Improve verbose message.
1403 2000-06-15  H.J. Lu  <hjl@gnu.org>
1405         * dyn-string.c: Removed. Not needed with dyn-string.c in
1406         libiberty.
1407         * dyn-string.h: Likewise.
1409         * Makefile.am: Remove references to dyn-string.c and
1410         dyn-string.h. Rebuild dependency.
1411         * Makefile.in: Rebuild.
1413 2000-06-15  H.J. Lu  <hjl@gnu.org>
1415         * binutils.texi: Put a warning on copying relocatable object
1416         files between two different formats.
1418 2000-06-13  DJ Delorie  <dj@cygnus.com>
1420         * rcparse.y (control): ICON controls take an id as the first
1421         parameter, not an optional string.  Also, call new convenience
1422         function that takes res_id's.
1423         * resrc.c (define_control): missing text means zero-length string,
1424         not zero ID.
1425         (define_icon_control): New.
1426         * windres.h: declare define_icon_control.
1428 2000-06-13  H.J. Lu  <hjl@gnu.org>
1430         * configure: Regenerate.
1432 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
1434         * configure.in (VERSION): Update to show this is the CVS mainline.
1436 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
1438         * strings.c (isgraphic): Interpret <TAB> as a printable character,
1439         analogous to <SPACE>.
1441 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
1443         * objdump.c (display_target_list): Use bfd_close_all_done, not
1444         bfd_close to fix crash caused by 2000-05-24 change.
1446 2000-05-25  DJ Delorie  <dj@cygnus.com>
1448         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
1450 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
1452         * Makefile.am: Update dependencies with "make dep-am"
1453         * Makefile.in: Regenerate.
1455 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
1457         * ar.c: Include filenames.h.
1458         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
1459         and drive letters in file names.
1460         (main): Support backslashes and drive letters in argv[0].  Drop
1461         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
1462         FILENAME_CMP instead of strcmp to compare file names.
1463         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
1464         DJGPP v2.
1465         (do_quick_append) [__GO32__]: Ditto.
1466         (get_pos_bfd, delete_members, move_members, replace_members):
1467         Compare file names with FILENAME_CMP.
1469         * bucomm.c: Include filenames.h.
1470         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
1471         forward/backward slashes and drive letters in file names.
1473         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
1474         mixed forward/backward slashes and drive letters in file names.
1476         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
1477         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
1478         mode.
1480         * objcopy.c: Include filenames.h.
1481         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
1482         before comparing to "strip".
1483         Use FILENAME_CMP to compare file names.
1485         * arsup.c: Include filenames.h.
1486         (map_over_list, ar_delete, ar_replace, ar_extract): Use
1487         FILENAME_CMP to compare file names.
1488         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
1489         the temporary file name.
1491         * configure.in: Check for setmode.
1492         * configure: Regenerate.
1494 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
1496         * objdump.c (display_target_list): Close the bfd.
1497         (display_info_table): Likewise.
1499 2000-05-14  H.J. Lu  (hjl@gnu.org)
1501         * objcopy.c (filter_symbols): Don't strip global symbols in
1502         relocatable object files.
1504 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
1506         * size.c (usage): Associate short options with corresponding long
1507         option to give a clue as to their function.
1509 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
1511         * size.c (main): Accept and ignore `-f' option.
1513 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
1515         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
1516         bindtextdomain): Replace defines with those from intl/libgettext.h
1517         to quieten gcc warnings.
1519 2000-05-12  H.J. Lu  <hjl@gnu.org>
1521         * nlmconv.c (temp_filename): Removed.
1523         * nlmconv.c (link_inputs): Use make_temp_file () instead of
1524         choose_temp_base ().
1525         * objdump.c (display_target_list): Likewise.
1526         (display_info_table): Likewise.
1528 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
1530         * objcopy.c (setup_section): Add const and gettext calls for err.
1532 2000-05-02  H.J. Lu  <hjl@gnu.org>
1534         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
1535         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
1536         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
1537         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
1538         and ELFOSABI_OPENBSD.
1540 2000-05-02  Kazu Hirata  <kazu@hxi.com>
1542         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
1543         * srconv.c: Likewise.
1544         * sysdump.c: Likewise.
1546 2000-04-23  Denis Chertykov  <denisc@overta.ru>
1548         * readelf.c (guess_is_rela): AVR uses RELA relocations.
1549         (get_machine_name): machine name for EM_AVR added.
1551 2000-04-21  Richard Henderson  <rth@cygnus.com>
1552             David Mosberger  <davidm@hpl.hp.com>
1554         * Makefile.am (readelf.o): Add elf/ia64.h.
1555         * Makefile.in: Rebuild.
1556         * readelf.c: Include elf/ia64.h.
1557         (guess_is_rela, dump_relocations): Handle EM_IA_64.
1559 2000-04-17  Timothy Wall  <twall@cygnus.com>
1561         * objdump.c (disassemble_data): Set octets per byte *after*
1562         resolving arch/mach for binary files.
1564 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1566         * arlex.l: Add directives to increase lex buffer size.
1568         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
1569         already included by bucomm.h.
1571 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
1573         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
1574         `strftime' since strftime is not available on all systems.
1575         (process_mips_specific): Ditto.
1577 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
1579         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
1580         --enable-build-warnings option.
1581         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1582         * Makefile.in, configure: Re-generate.
1584 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
1586         * addr2line.c: Update copyright.
1587         * objcopy.1: Likewise, and title.
1588         * strings.1: Likewise.
1590         * version.c (print_version): Add 2000.
1592         * rddbg.c (read_section_stabs_debugging_info): Don't use
1593         bfd_size_type for strx to avoid printf problems if BFD64.
1595         * bucomm.c: (report): Remove `static'.
1596         Move inclusion of stdarg.h/vararg.h from here.
1597         * bucomm.h: To here.
1598         (CONST): Change all occurences to const.
1599         (report): Declare it.
1600         (bfd_fatal): Add ATTRIBUTE_NORETURN.
1601         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
1602         (non_fatal): Add ATTRIBUTE_PRINTF_1.
1604         * ar.c (main): Use fatal or non_fatal instead of fprintf.
1605         Correct a typo in an error message.
1606         (do_quick_append): Use non_fatal instead of fprintf.
1607         (move_members): Use fatal instead of fprintf, exit.
1608         * coffdump.c (main): Same here.
1610         * dlltool.c (display): Delete.
1611         (warn): Delete.
1612         (inform): Use `report' instead of `display'.
1613         (rvaafter): Remove trailing \n from fatal error msg.
1614         (rvabefore): Ditto.
1615         (asm_prefix): Ditto.
1616         (yyerror): Replace `warn' with `non_fatal', and remove \n.
1617         (def_name): Likewise.
1618         (run): Likewise.
1619         (scan_all_symbols): Likewise.
1620         (gen_lib_file): Likewise.
1621         (def_library): Likewise.  Remove extra program_name too.
1622         (run): Remove \n from inform strings.
1623         (scan_drectve_symbols): Likewise.
1624         (add_excludes): Likewise.
1625         (scan_open_obj_file): Likewise.
1626         (gen_exp_file): Likewise.
1627         (gen_lib_file): Likewise.
1628         (process_duplicates): Likewise.
1630         * Makefile.am (dllwrap_SOURCES): Add version.c.
1631         * dllwrap.c (program_version): Delete.
1632         (print_version): Delete.
1633         (display): Always print trailing \n.
1634         (warn): New.
1635         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
1636         (run): Here too.
1637         (main): And here.
1638         (usage): gettext'ify.
1639         (long_options): Add missing initialisers.
1641         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
1642         (select_output_format): Likewise.
1643         (powerpc_mangle_relocs): Likewise.
1644         (link_inputs): Likewise.
1646         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
1647         (set_output_format): Likewise.
1648         (main): Use non_fatal instead of fprintf.
1649         (display_rel_file): Likewise.
1651         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
1652         (slurp_dynamic_symtab): Same here.
1653         (disassemble_data): And here.
1654         (read_section_stabs): And here.
1655         (read_section_stabs): And here.
1656         (dump_bfd): And here.
1657         (main): And here.
1658         (objdump_sprintf): Use fatal instead of fprintf, exit.
1659         (disassemble_data): Same here.
1661         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
1662         (parse_coff_struct_type): Same here.
1663         (parse_coff_enum_type): And here.
1664         (parse_coff): And here.
1665         * rddbg.c (read_debugging_info): And here.
1666         * size.c (main): And here.
1667         * windres.c (format_from_name): And here.
1668         * wrstabs.c (stab_write_symbol): Here too.
1669         (write_stabs_in_sections_debugging_info): And here.
1670         (stab_int_type): And here.
1671         (stab_struct_field): And here.
1672         (stab_typdef): And here.
1674         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
1675         * srconv.c (main): Same here.
1676         * strings.c (main): And here.
1677         (integer_arg): And here.
1678         * sysdump.c (main): And here.
1680 2000-04-06  Timothy Wall  <twall@cygnus.com>
1682         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
1684 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
1686         * readelf.c (decode_location_expression): Loop through multiple
1687         operations.
1688         (read_and_display_attr): Pass in length.
1690         * readelf.c (read_and_display_attr): Add CU offset to references.
1691         (display_debug_info): Pass it in.
1693 2000-04-06  Nick Clifton  <nickc@cygnus.com>
1695         * readelf.c (decode_ARM_machine_flags): New function.
1696         (get_machine_flags): Call decode_ARM_machine_flags for ARM
1697         targets.
1699         (get_machine_name): Catch EM_AVR
1701 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
1703         * binutils.texi: Remove optional `=' from long options that have
1704         an `=' in the argument.
1705         * objcopy.1: Here too.  Remove extra space on discard-all.
1707         * binutils.texi (objcopy): Mention --redefine-sym.
1708         * objcopy.1: Here too.
1709         * NEWS: And here.
1711         * objcopy.c (parse_flags): Split off flag names from error message
1712         gettext as they are not translated.
1713         (copy_main): Similarly split off option name for --add-section,
1714         --set-section-flags, --change-section-vma, --change-section-lma
1715         error messages.
1716         Some white space changes.
1718         from Matthew Benjamin <matt@linuxbox.nu>
1719         * objcopy.c (struct redefine_node): New.
1720         (redefine_sym_list): New.
1721         (redefine_list_append): New.
1722         (lookup_sym_redefinition): New.
1723         (OPTION_REDEFINE_SYM): New.
1724         (copy_options): Add --redefine-sym option.
1725         (copy_usage): Mention it.
1726         (filter_symbols): Rename symbols on redefine_sym_list.
1727         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
1728         (copy_main): Handle OPTION_REDEFINE_SYM.
1730 2000-04-04  H.J. Lu  <hjl@gnu.org>
1732         * readelf.c (process_symbol_table): Correctly read in symbol
1733         versioning information.
1735 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
1737         * po/binutils.pot: Regenerate.
1739         * addr2line.c (usage): Restore translated part of bug string.
1740         * ar.c (usage): Likewise.
1741         * nlmconv.c (show_usage): Likewise.
1742         * nm.c (usage): Likewise.
1743         * objcopy.c (copy_usage): Likewise.
1744         (strip_usage): Likewise.
1745         * objdump.c (usage): Likewise.
1746         * readelf.c (usage): Likewise.
1747         * size.c (usage): Likewise.
1748         * strings.c (usage): Likewise.
1749         * windres.c (usage): Likewise.
1751         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1752         (DEP): Quote when passing vars to sub-make.  Add warning
1753         message to end.
1754         (DEP1): Rewrite for "gcc -MM".
1755         (CLEANFILES): Add DEP2.
1756         Update dependencies.
1757         * Makefile.in: Regenerate.
1759 2000-04-04  H.J. Lu  <hjl@gnu.org>
1761         * Makefile.am (GENERATED_HFILES): Add rcparse.h
1762         (arparse.h): Depend on arparse.c
1763         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
1765 2000-04-03  H.J. Lu  (hjl@gnu.org)
1767         * size.c (usage): Use REPORT_BUGS_TO.
1769 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
1771         * bucomm.h: #include "bin-bugs.h"
1772         * addr2line.c (usage): Use REPORT_BUGS_TO.
1773         * ar.c (usage): Likewise.
1774         * nlmconv.c (show_usage): Likewise.
1775         * nm.c (usage): Likewise.
1776         (OPTION_TARGET): Define.
1777         (long_options): Use OPTION_TARGET rather than 200.
1778         (main): Likewise.
1780         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
1781         (strip_usage): Likewise.
1782         * objdump.c (usage): Likewise.
1783         * readelf.c (usage): Likewise.
1784         * strings.c (usage): Likewise.
1785         * windres.c (usage): Likewise.
1787 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1789         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
1791 2000-03-27  Nick Clifton  <nickc@cygnus.com>
1793         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
1794         string offsets in corrupt stabs entries.
1796 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
1798         * readelf.c: Include elf/avr.h
1799         (dump_relocations): Add EM_AVR case.
1801 2000-03-09  Tim Waugh  <twaugh@redhat.com>
1803         * strings.1: Correct '-bytes' to '--bytes'.
1805 2000-03-08  H.J. Lu  <hjl@gnu.org>
1807         * Makefile.am (install-exec-local): Depend on
1808         install-binPROGRAMS for parallel make.
1809         * Makefile.in: Regenerated.
1811 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
1813         From Brad Lucier <lucier@math.purdue.edu>:
1814         * readelf.c (process_dynamic_segment): Add cast to make sure
1815         argument to %* is int.
1817 2000-02-25  H.J. Lu  <hjl@gnu.org>
1819         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
1821 2000-02-24  Nick Clifton  <nickc@cygnus.com>
1823         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
1824         * configure: Regenerate.
1826         * dlltool.c: Add support for sh-pe and mips-pe targets.
1827         * rescoff.c: Add support for sh-pe and mips-pe targets.
1829 2000-02-23  H.J. Lu  <hjl@gnu.org>
1831         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
1833 2000-02-22  Nick Clifton  <nickc@cygnus.com>
1835         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
1837 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
1839         From Brad Lucier <lucier@math.purdue.edu>:
1840         * readelf.c (process_version_sections): Add casts to make sure
1841         argument to %* is an int.
1842         (process_mips_specific): Add casts to make printf arguments match
1843         format.
1845 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
1847         * objdump.c (dump_section_header): Change `opb' to unsigned.
1848         (find_symbol_for_address): Same here.
1849         (disassemble_data): And here.  Change `addr_offset',
1850         `stop_offset', `nextstop_offset' to unsigned long.
1851         (dump_data): Change opb to unsigned.
1853 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
1855         * resrc.c: Remove unmatched #if for cygwin.
1857 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
1859         * binutils.texi: Document the change of flavor name from atpcs-special
1860         to special-atpcs to prevent name conflict in gdb.
1862 2000-02-08  Timothy Wall  <twall@redhat.com>
1864         * objdump.c (show_line): Fix bug preventing printing of the very
1865         first line (line zero) of a file when interlisting source and
1866         assembly.  Added option to print entire context from start of file
1867         when the first line from that file is encountered.
1869 2000-02-03  Timothy Wall <twall@redhat.com>
1871         * objdump.c (dump_section_header, find_symbol_for_address,
1872         show_line, disassemble_bytes, disassemble_data, dump_data):
1873         distinguish between octets and bytes.
1875 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
1877         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
1878         check to unresolved symbols.
1879         (print_symbol_info_sysv):  Ditto.
1880         (print_symbol_info_posix):  Ditto.
1882         * binutils.texi: Document new 'V' symclass flag for nm.
1884 2000-01-27  Nick Clifton  <nickc@redhat.com>
1886         * binutils.texi (objdump): Document new ARM specific
1887         disassembler options.
1889         * objdump.c (usage): Call disassembler_usage().
1891 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
1893         * readelf.c (get_dynamic_flags): Return buff.
1894         (process_dynamic_segment): Don't pass error strings to printf
1895         as format arg.
1896         (read_and_display_attr): Use lx and ld to print longs.
1897         (process_corefile_note_segment): Cast bfd_vma to unsigned long
1898         before printing.
1899         Update copyright.
1901 2000-01-17  Nick Clifton  <nickc@cygnus.com>
1903         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
1905 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
1907         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
1908         false.
1909         (debug_tag_type): Here too.
1910         * ieee.c (ieee_builtin_type): And here.
1911         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
1913 2000-01-13  Nick Clifton  <nickc@cygnus.com>
1915         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
1916         System/370".
1918 2000-01-11  Nick Clifton  <nickc@cygnus.com>
1920         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
1922 2000-01-10  Nick Clifton  <nickc@cygnus.com>
1924         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
1926 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
1928         * windres.c (long_options): Add --use-temp-file and
1929         --no-use-temp-file options.
1930         (usage): Document.
1931         (main): Handle.
1933         * windres.h: Update read_rc_file prototype.
1935         * resrc.c (cpp_temp_file): New static variable.
1936         (istream_type): New static variable.
1937         (close_pipe): Delete function.
1938         (run_cmd): New static function.
1939         (open_input_stream): New static function.
1940         (close_input_stream): New static function.
1941         (look_for_default): Handle DOS directory separator. Use
1942         open_input_stream instead of popen.
1943         (read_rc_file): Likewise.
1945         * binutils.texi: Document --use-temp-file, --no-use-temp-file
1946         options.
1948 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
1950         * dlltool.c (create_compat_implib): New variable.
1951         (gen_exp_file): Use.
1952         (make_one_lib_file): Use.
1953         (long_options): Add --compat-implib option.
1954         (usage): Handle.
1955         (main): Handle.
1957         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
1958         (main): Use. Don't look for "32" in cygwin and mingw target names.
1960 2000-01-03  Nick Clifton  <nickc@cygnus.com>
1962         * binutils.texi: Document new, ARM specific disassembler
1963         command line switch "-M force-thumb".
1965 For older changes see ChangeLog-9899
1967 Local Variables:
1968 mode: change-log
1969 left-margin: 8
1970 fill-column: 74
1971 version-control: never
1972 End: