2001-11-29 H.J. Lu <hjl@gnu.org>
[binutils.git] / binutils / ChangeLog
blob3bb6ea2f6f0bc060b778bbc8c8447299b4a695a8
1 2001-11-29  H.J. Lu <hjl@gnu.org>
3         * bucomm.c (make_tempname): Revert the changes made on
4         2001-11-14 and 2001-11-12. They won't work with directories.
6 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
9         CFLAGS_FOR_TARGET to runtest in environment.
10         * Makefile.in: Rebuild.
11         * doc/Makefile.in: Rebuild.
13 2001-11-28  Mike Stump  <mrs@wrs.com>
15         * objcopy.c (setup_section): Preserve SEC_RELOC when
16         --set-section-flags is used.
18 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
20         * readelf.c (do_debug_str): New variable.
21         (display_debug_str): New function: Display the contents of a
22         .debug_str section.
23         (load_debug_str): New function: Load in the contents of a
24         .debug_str section.
25         (free_debug_str): New function: Free the memory used by
26         load_debug_str().
27         (fetch_indirect_string): Retrieve a string from the .debug_str
28         section.
29         (usage): Add -ws.
30         (parse_args): Accept -ws.
31         (process_section_headers): Allow the display of the .debug_str
32         section.
33         (read_and_display_attr_value): Use fetch_indirect_string.  Show
34         offset into .debug_str section.
35         (display_debug_info): Use load_debug_str and free_debug_str.
36         (debug_displays): Add .debug_str.
37         * doc/binutils.texi: Document -ws.
39 2001-11-19  Andreas Jaeger  <aj@suse.de>
41         * testsuite/binutils-all/objdump.exp: Add x86-64.
43 2001-11-15  Andreas Schwab  <schwab@suse.de>
45         * readelf.c: Fix warnings without terminating newline.
47 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
49         * doc/binutils.texi (objdump): Document ppc -M options.
51 2001-11-14  Andreas Jaeger  <aj@suse.de>
53         * doc/binutils.texi (objdump): Fix description to use x86-64.
55 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
57         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
58         not all systems provide mkstemp.
60 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
62         * doc/binutils.texi (objdump): Document x86 -M options.
64 2001-11-13  Keith Walker <keith.walker@arm.com>
66         * readelf.c (read_and_display_attr_value): New function to
67         handle DW_FORM_indirect.
68         (read_and_display_attr): Use it.
70 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
72         * readelf.c (display_debug_lines): Deal with unknown standard
73         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
74         DW_LNS_set_isa.
76 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
78         * MAINTAINERS: Add self as tic54x maintainer.  This target
79         includes the IBM C54XDSP clone.
81 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
83         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
85 2001-11-09  Jeffrey A Law  (law@cygnus.com)
87         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
88         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
89         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
90         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
91         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
92         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
93         (unw_decode_b2, unw_decode_b3_b4): Likewise.
95         * readelf.c (get_elf_class): Fix ISO portability glitch.
96         (get_data_encoding, get_osabi_name, request_dump): Likewise.
98 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
100         * readelf.c (debug_str, debug_str_size): New.
101         (display_debug_abbrev): If no abbrevs were read, skip the CU.
102         Call free_abbrevs.
103         (read_and_display_addr): Handle DW_FORM_strp.
104         (display_debug_info): Read .debug_str section if present,
105         so that DW_FORM_strp can be handled.
106         Fix test for non-existant .debug_abbrev section.
108 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
110         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
112         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
114 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
116         * MAINTAINERS: Add self as s390/s390x maintainer.
118 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
120         * MAINTAINERS: Add self as PPC XCOFF maintainer.
122 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
124         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
125         * configure: Regernate.
126         * po/fr.po: New file.
127         * po/tr.po: New file.
129 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
131         * MAINTAINERS: Add self as MMIX port maintainer.
132         * readelf.c: Include elf/mmix.h.
133         (guess_is_rela): MMIX is RELA.
134         (dump_relocations): Handle MMIX relocations.
135         * Makefile.am: Regenerate dependencies.
136         * Makefile.in: Regenerate.
138 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
140         * readelf.c (parse_args): Handle multiple options to the -w
141         switch.
143 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
145         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
146         LOPROC, LOOS and LOUSER.
148 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
150         * MAINTAINERS: Update my email address.
152 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
154         * doc/Makefile.in: Regenerate.
155         * configure: Regenerate.
157 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
159         * readelf.c (display_debug_line, display_debug_pubnames,
160         display_debug_info, display_debug_frames): Detect and warn
161         about 64-bit format entries.
162         (display_debug_aranges): Reword 64-bit warning.
163         (debug_displays): Add .debug_pubtypes as a known, but not yet
164         supported, debug section.
166 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
168         * coffdump.c (PROGRAM_VERSION): Delete.
169         (main <'V'>): Call print_version.
170         * srconv.c: Likewise.
171         * sysdump.c: Likewise.
172         * version.c (program_version): Remove.
173         (print_version): Use BFD_VERSION_STRING.  Just print the current
174         year in copyright message.
175         * addr2line.c (program_version): Remove unused declaration.
176         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
177         place of BFD_VERSION.
178         * Makefile.am (Makefile): Depend on bfd/configure.in.
179         (cplus-dem.o): Depend on Makefile.
180         Run "make dep-am".
181         * Makefile.in: Regenerate.
183 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
185         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
186         format .debug_arange sections.
187         (main): Add missing prototype.
189 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
191         * Makefile.am: Update dependencies with "make dep-am".
192         * Makefile.in: Regenerate.
194 2001-09-28  Richard Henderson  <rth@redhat.com>
196         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
198 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
200         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
201         VA_CLOSE.
202         (non_fatal): Likewise.
203         * objdump.c (objdump_sprintf): Likewise.
204         * readelf.c (error): Likewise.
205         (warn): Likewise.
207 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
209         * readelf.c (do_wide): New.
210         (options): Add --wide.
211         (usage, parse_args): Likewise.
212         (process_program_headers): Put each segment on a single line if
213         --wide is given.
214         (process_section_headers): Put each section on a single line if
215         --wide is given.
216         * doc/binutils.texi: Document it.
217         * NEWS: Likewise.
219 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
221         * readelf.c (print_vma): Print 8 digits of low hex value.
223 2001-09-24  Andreas Jaeger  <aj@suse.de>
225         * nlmconv.c: Fix warnings about unused attributes and function
226         prototypes.
228         * strings.c: Add prototype for get_char.
230 2000-09-19  H.J. Lu  <hjl@gnu.org>
232         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
233         $(srcdir)/cxxfilt.man.
234         * doc/Makefile.in: Rebuild.
236 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
238         * objcopy.c (copy_main): Correct rename-section string parsing.
239         Consolidate new_name parsing, and error messages.
241 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
243         * addr2line.c: Don't include <ctype.h>.
244         (main): For gettext, also set the LC_CTYPE locate facet.
245         * ar.c (main): Likewise.
246         * coffdump.c (main): Likewise.
247         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
248         (main): For gettext, also set the LC_CTYPE locate facet.
249         Use ISALNUM instead of isalpha/isdigit.
250         * dllwrap.c: Don't include <ctype.h>.
251         (main): For gettext, also set the LC_CTYPE locate facet.
252         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
253         (main): For gettext, also set the LC_CTYPE locate facet.
254         Use TOUPPER instead of islower/toupper.
255         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
256         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
257         Use TOUPPER instead of islower/toupper.
258         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
259         * objcopy.c (main): Likewise.
260         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
261         (disassemble_bytes): Use ISPRINT instead of isprint.
262         (dump_section_stabs): Use ISDIGIT instead of isdigit.
263         (dump_data): Use ISPRINT instead of isprint.
264         (main): For gettext, also set the LC_CTYPE locate facet.
265         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
266         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
267         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
268         Use TOUPPER instead of islower/toupper.
269         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
270         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
271         (write_rc_accelerators): Use ISPRINT instead of isprint.
272         (write_rc_rcdata): Likewise.
273         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
274         * srconv.c (main): Likewise.
275         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
276         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
277         isdigit/isupper/islower.
278         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
279         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
280         stab_demangle_prefix, stab_demangle_qualified,
281         stab_demangle_template, stab_demangle_type,
282         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
283         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
284         (isgraphic): Use ISPRINT instead of isascii/isprint.
285         (main): Remove HAVE_LC_MESSAGES dependency.
286         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
287         (pbarray): Use ISPRINT instead of isprint.
288         (main): For gettext, also set the LC_CTYPE locate facet.
289         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
290         (format_from_filename): Use ISPRINT instead of isprint.
291         (main): For gettext, also set the LC_CTYPE locate facet.
292         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
293         (unicode_print): Use ISPRINT instead of isprint.
294         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
295         (stab_variable): Use ISDIGIT instead of isdigit.
297 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
299         * ar.c (print_contents): Cast args of bfd_seek to the right types.
300         Replace bfd_read call with call to bfd_bread.
301         (extract_file): Likewise.
303         * objdump.c (dump_section_header): Cast section->filepos to
304         unsigned long to suit printf format string.
305         * readelf.c (process_section_headers): Similarly for sh_offset.
306         (process_unwind): Likewise.
308 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
310         * strings.c (encoding, encoding_bytes): New variables.
311         (long_options): Add --encoding.
312         (main): Accept -e and --encoding.
313         (get_char): New function.  Read a, possibly wide, character from
314         the input stream.
315         (print_strings): Use get_char().
316         (usage): Document new command line option.
317         * doc/binutils.texi: Document new command line option.
318         * NEWS: Announce new command line option.
320 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
322         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
323         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
324         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
325         Removed EM_CYGNUS_ARC.
327 2001-09-04  Jeffrey A Law  (law@cygnus.com)
329         * readelf.c: Include elf/h8 for H8 series definitions.
330         (guess_is_rela): H8 series if RELA.
331         (dump_relocations): Handle H8 series relocations.
333 2001-08-31  Eric Christopher  <echristo@redhat.com>
335         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
337 2001-08-29  Peter Targett  <peter.targett@arccores.com>
339         * MAINTAINERS: Include ARC Maintainer.
341 2001-08-29  Ben Elliston  <bje@redhat.com>
343         * stabs.c (stab_demangle_template): Initialise s4.
345 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
347         * readelf.c (dump_relocations): Recognise EM_PPC64.
349 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
351         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
353 2001-08-25  H.J. Lu  <hjl@gnu.org>
355         * nm.c (print_width): New.
356         (display_rel_file): Set `print_width' according to
357         bfd_sprintf_vma.
358         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
360 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
362         * objcopy.c (use_alt_mach_code): New variable.
363         (OPTION_ALT_MACH_CODE): Define.
364         (copy_options): Added --alt-machine-code.
365         (copy_main): Handle it.
366         (copy_object): Switch to alternate machine code if requested.
367         * doc/binutils.texi: Document new option.
368         * NEWS: Likewise.
370 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
372         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
374 2001-08-21  H.J. Lu  <hjl@gnu.org>
376         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
377         (display_debug_info): Cast for 64bit hosts.
378         (display_debug_frames): Likewise.
379         (process_mips_specific): Likewise.
381 2001-08-21  Andreas Jaeger  <aj@suse.de>
383         * coffgrok.h: Add missing parameter for prototype of coff_grok.
385         * sysdump.c: Add missing prototypes.
386         * srconv.c: Likewise.
387         * unwind-ia64.c: Likewise.
388         * coffdump.c: Likewise.
390         * sysinfo.y: Print prototypes, include <ansidecl.h>.
392         * coffgrok.c: Add missing prototypes, include libiberty.h instead
393         of declaring xcalloc.
395 2001-08-10  H.J. Lu  <hjl@gnu.org>
397         * nm.c (print_value): Add one arg, bfd *.
398         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
399         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
400         (print_symbol_info_sysv): Likewise.
401         (print_symbol_info_posix): Likewise.
403         * objdump.c (dump_section_header): Replace printf_vma with
404         bfd_printf_vma.
405         (print_section_stabs): Likewise.
406         (dump_bfd_header): Likewise.
407         (objdump_print_value): Replace sprintf_vma with
408         bfd_sprintf_vma.
409         (disassemble_bytes): Likewise.
410         (dump_reloc_set): Likewise.
412 2001-08-10  Andreas Jaeger  <aj@suse.de>
414         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
415         to build warnings.
416         * configure: Regenerate.
418 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
420         * readelf.c: Add missing prototypes.
421         * objdump.c: Likewise.  Format existing prototypes.
423 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
425         * readelf.c (display_debug_info): Add to abbrev_offset the addend
426         of any RELA relocation for the abbrev_offset memory location that
427         refers to the .debug_abbrev section symbol.
429 2001-08-07  H.J. Lu  <hjl@gnu.org>
431         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
432         (main): Return process_file ().
434 2001-08-05  Philip Blundell  <philb@gnu.org>
436         * doc/binutils.texi: Use "Thumb" not "THUMB".
438 2001-08-03  John Healy  <jhealy@redhat.com>
440         Patch suggested by Frank Eigler <fche@redhat.com>.
441         * objdump.c (disassemble_data): Fill in section member of the
442         disasm_info structure.
444 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
446         * configure.in: Added --with-windres option.
447         * configure: Regenerated.
449 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
451         * doc/binutils.texi: Use @command{name} for commands;
452         use @option{-opt} for options; use @table @env for list of options;
453         remove spaces arround [ | ] in synopsis.
455         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
456         center title.
458 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
460         * objcopy.c: Fix formatting.
461         (section_rename): New structure.
462         (OPTION_RENAME_SECTION): New switch.
463         (copy_usage): Document new switch.
464         (add_section_rename): New function: Add a node to the section
465         rename list.
466         (find_section_rename): New function: Find the new name and
467         flags for a section.
468         (setup_section): Call find_section_name to determine the name
469         of the output section.
470         (copy_main): Handle OPTION_RENAME_SECTION.
471         * binutils.texi: Document new switch.
472         * NEWS: Mention new switch.
474 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
476         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
477         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
478         bug-binutils@gcc.org.
480 2001-07-28  Matthias Kramm  <kramm@quiss.org>
482         * bucomm.c (list_supported_architectures): New function.
483         * bucomm.h (list_supported_architectures): Declare.
484         * objdump.c (usage): Call the above.
486 2001-07-25  Dave Brolley  <brolley@redhat.com>
488         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
489         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
491 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
493         * README: Update for 2.11.  Change bug reporting email address.
494         * MAINTAINERS: Tidy up.  Change bug reporting email address.
496 2001-07-16  DJ Delorie  <dj@redhat.com>
498         * resres.c (write_res_header): Align header size.
499         (res_align_file): Calculate alignment correctly.
501         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
502         correct 10).
503         * resrc.c (write_rc_resource): Likewise.
504         * windres.h (SUBLANG_SHIFT): Define - as 10.
506 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
508         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
510 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
512         * MAINTAINERS: Add notes about branch checkins.
514 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
516         * readelf.c (display_debug_macinfo): New function, display
517         .debug_macinfo section.
518         (do_debug_macinfo): New variable.
519         (parse_args): Handle "-w[mM]" to mean display macro info.
520         (process_section_headers): Handle debug_macinfo.
521         (debug_displays): Replace unsupported function with macinfo
522         function for .debug_macinfo display.
523         * doc/binutils.texi: Document new command line switch.
524         * NEWS: Document new feature of readelf.
526 2001-07-05  H.J. Lu  <hjl@gnu.org>
528         * objcopy.c (filter_symbols): Don't turn undefined symbols
529         into local.
531 2001-07-03  H.J. Lu <hjl@gnu.org>
533         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
534         $@.pod.
535         (ar.1): Likewise.
536         (dlltool.1): Likewise.
537         (nlmconv.1): Likewise.
538         (nm.1): Likewise.
539         (objcopy.1): Likewise.
540         (objdump.1): Likewise.
541         (ranlib.1): Likewise.
542         (readelf.1): Likewise.
543         (size.1): Likewise.
544         (strings.1): Likewise.
545         (strip.1): Likewise.
546         (windres.1): Likewise.
547         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
548         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
549         $(DEMANGLER_NAME).
550         (as.1): Removed.
551         * doc/Makefile.in: Regenerated.
553 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
555         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
557 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
559         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
561 2001-06-29  James Cownie <jcownie@etnus.com>
563         * readelf.c: Support DWARF 2.1 attributes.
565 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
567         * readelf.c (GET_DATA_ALLOC): Remove.
568         (GET_DATA): Remove.
569         (get_data): New function combining above macros, with an extra
570         test for zero size.
571         (slurp_rela_relocs): Use get_data, and catch error return.
572         (slurp_rel_relocs): Likewise.
573         (get_32bit_program_headers): Likewise.
574         (get_64bit_program_headers): Likewise.
575         (get_32bit_section_headers): Likewise.
576         (get_64bit_section_headers): Likewise.
577         (get_32bit_elf_symbols): Likewise.
578         (get_64bit_elf_symbols): Likewise.
579         (process_section_headers): Likewise.
580         (process_relocs): Likewise.
581         (slurp_ia64_unwind_table): Likewise.
582         (process_unwind): Likewise.
583         (get_32bit_dynamic_segment): Likewise.
584         (get_64bit_dynamic_segment): Likewise.
585         (process_dynamic_segment): Likewise.
586         (process_version_sections): Likewise.
587         (process_symbol_table): Likewise.
588         (dump_section): Likewise.
589         (display_debug_info): Likewise.
590         (display_debug_section): Likewise.
591         (process_section_contents): Likewise.
592         (process_corefile_note_segment): Likewise.
593         (process_mips_specific): Likewise.  Also free econf32, econf64.
595 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
597         * readelf.c (dump_relocations): Print "bad symbol index" if
598         symtab == NULL with non-zero symtab_index.
599         (process_relocs): Don't bomb if reloc section has no symsec.
601 2001-06-24  H.J. Lu  <hjl@gnu.org>
603         * objcopy.c (strip_main): Revert the change made on 2001-05-30
604         by accident.
605         (copy_main): Apply the the change made to strip_main on
606         2001-05-30 by accident.
608 2001-06-23  Andreas Jaeger  <aj@suse.de>
610         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
611         parameter 'code'.
612         (unw_decode_x2): Likewise.
613         (unw_decode_x3): Likewise.
614         (unw_decode_x4): Likewise.
616 2001-06-23  Ben Elliston  <bje@redhat.com>
618         * MAINTAINERS: Add myself as M88k maintainer.
620 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
622         * objcopy.c (strip_main): Support -o or --output-file command lien
623         switch.
625 2001-06-19  H.J. Lu <hjl@gnu.org>
627         * doc/Makefile.in: Regenerated.
629 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
631         * readelf.c: Restore formatting.
633 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
635         * Makefile.am: Move documentation into doc subdirectory.
636         * Makefile.in: Regenerated.
637         * binutils.texi: Move into doc subdirectory.
638         * addr2line.1: Removed.
639         * ar.1: Likewise.
640         * dlltool.1: Likewise.
641         * nlmconv.1: Likewise.
642         * nm.1: Likewise.
643         * objcopy.1: Likewise.
644         * objdump.1: Likewise.
645         * ranlib.1: Likewise.
646         * readelf.1: Likewise.
647         * size.1: Likewise.
648         * strings.1: Likewise.
649         * strip.1: Likewise.
650         * windres.1: Likewise.
651         * cxxfilt.man: Likewise.
652         * doc: New Directory.
653         * doc/Makefile.am: New file.
654         * doc/Makefile.in: Generate.
656 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
658         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
660 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
662         * MAINTAINERS: Update my email address.
664 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
666         * objcopy.c: Add new switches: --keep-global-symbol,
667         --keep-symbols, --localize-symbols, --keep-global-symbols and
668         --weaken-symbols.
669         * binutils.texi: Document new switches.
670         * objcopy.1: Regenerate.
671         * NEWS: Announce new feature.
673 2001-05-28  Andreas Jaeger  <aj@suse.de>
675         * readelf.c (display_debug_frames): Fix warnings: Remove unused
676         variables, fix format strings.
678 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
680         * objdump.c (disassemble_bytes): Remove section VMA adjustment
681         when computing the address of the line to show.
683 2001-05-16  Richard Henderson  <rth@redhat.com>
685         * readelf.c (do_debug_frames_interp): New.
686         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
687         (byte_get_big_endian): Likewise.
688         (parse_args) ['F']: Set do_debug_frames_interp.
689         (Frame_Chunk): Make data_factor signed, add fde_encoding.
690         (frame_display_row): Don't trunc pc_begin to int.
691         (size_of_encoded_value): New.
692         (display_debug_frames): Handle 64-bit targets.  Print raw data
693         unless do_debug_frames_interp.
694         (debug_displays): Remove duplicate .debug_frame.
696 2001-05-15  Ralf Baechle  <ralf@gnu.org>
698         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
699         The former constant was never in active use and is used otherwise
700         by the ABI.
702 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
704         * readelf.c (process_unwind): Print all unwind sections, not just
705         one.
707 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
709         * readelf.c (process_unwind): Remove const specifier.
711 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
713         * strings.c (isgraphic): Do not use isascii() unless it is needed
714         for isprint() to work.
715         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
717 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
719         * NEWS: Announce support for OpenRISC.
721 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
723         * dlltool.c (do_default_excludes): Initialise to true.
725 2001-04-10  Alan Modra  <amodra@one.net.au>
727         * MAINTAINERS: Update my email address
728         * nm.c (print_symbol_info_bsd): Use a simple printf string.
730 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
732         * readelf.c (display_debug_lines): Fix typo for "Prologue".
734 2001-03-30  H.J. Lu  <hjl@gnu.org>
736         * readelf.c (process_unwind): Just return if do_unwind is 0.
738 2001-03-28  Roger Sayle  <roger@metaphorics.com>
740         * dlltool.c (make_one_lib_file): Fix section flags for
741         .text, .data and .bss in stub ds*.o files to match those
742         generated by gas.
744 2001-03-29  H.J. Lu  <hjl@gnu.org>
746         * readelf.c (process_unwind): Only do unwind sections for
747         IA64.
749 2001-03-28  H.J. Lu  <hjl@gnu.org>
751         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
752         * Makefile.in: Regenerate.
754 2001-03-26  Andreas Jaeger  <aj@suse.de>
756         * binutils.texi (nm): Fix texi syntax.
758 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
760         * binutils.texi: Put @c man begin and @c man end indications
761         to generate man pages using texi2pod and pod2man. Put @c man title
762         to identify each man. Add SEEALSO entries.
763         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
764         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
765         sort the list.
766         (*.1): Build the man pages from binutils.texi.
767         * Makefile.in: Regenerate.
769 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
771         * defparse.y (opt_equal_name): allow "." in name.
772         * dlltool.c (def_exports): Added ability to generate forwarded exports.
773         (gen_exp_file): Likewise.
775 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
777         * NEWS: Document addition of -B switch to objcopy.
778         * binutils.texi:  Document addition of -B switch to objcopy.
779         * objcopy.c: (copy_options): Add --binary-architecture.
780         (copy_usage): Document -B/--binary-architecture.
781         (copy_main): Support -B/--binary-architecture.  Set
782         bfd_external_binary_architecture.
784 2001-03-11  Andreas Jaeger  <aj@suse.de>
786         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
787         (dump_relocations): Likewise.
788         (get_machine_name): Likewise.
790 2001-02-28  Nick Clifton  <nickc@redhat.com>
792         * readelf.c: (struct unw_aux_info): Remove const modifier for
793         'strtab' field.
794         (process_unwind): Remove non-K&R compliant LHS type cast in call
795         to GET_DATA_ALLOC macro.
797 2001-02-28  Philip Blundell  <pb@futuretv.com>
799         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
800         ABI is in use; remove ambiguity between the "unknown" EABI and
801         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
802         renamed EF_xx constants.
804 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
806         * configure.in (BFD_VERSION): New.
807         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
808         * configure: Regenerate.
809         * Makefile.am: Run "make dep-am"
810         * Makefile.in: Regenerate.
812 2001-02-14  Nick Clifton  <nickc@redhat.com>
814         * MAINTAINERS: Add "Obvious Fix" rule.
816 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
818         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
819         literal concatenation.
821 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
823         * readelf.c (struct unw_aux_info): Remove const from the info member.
824         (process_unwind): Don't type-cast the third argument to the
825         GET_DATA_ALLOC macro.
827 2001-02-11  Nick Clifton  <nickc@redhat.com>
829         * readelf.c (dump_relocations): Free corrected allocated
830         array.
831         (process_unwind): Fix compile time warning.
833 2001-02-10  Nick Clifton  <nickc@redhat.com>
835         * binutils.texi: Document new --unwind option to readelf.
837 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
839         * readelf.c: Add linux target for S/390.
841 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
843         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
844         printf is a macro.
846 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
848         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
849         * aclocal.m4: Regenerate.
850         * configure: Regenerate.
852 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
854         * bucomm.c (bfd_target_vector): Change extern array to pointer.
855         * objdump.c (bfd_target_vector): Likewise.
857 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
859         * readelf.c (process_unwind): New function.
860         (slurp_ia64_unwind_table): Ditto.
861         (dump_ia64_unwind): Ditto.
862         (find_symbol_for_address): Ditto.
863         (slurp_rela_relocs): New function (split off from dump_relocations()).
864         (slurp_rel_relocs): Ditto.
865         (parse_args): Handle '-u' option.
867         * unwind-ia64.c: New file.
868         * unwind-ia64.h: New file.
869         * Makefile.am: Include unwind-ia64.c in readelf build.
870         * Makefile.in: Regenerate.
871         * po/binutils.pot: Regenerate.
873 2001-02-04  Philip Blundell  <philb@gnu.org>
875         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
876         * configure: Regenerate.
878 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
880         * ieee.c (ieee_add_bb11): Don't check for backslashes
881         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
883 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
885         * ieee.c: Update copyright.
886         (ieee_start_compilation_unit): Don't check for backslashes
887         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
889         * stabs.c: Update copyright. Include "filenames.h".
890         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
892 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
894         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
895         sections are present before using them.  Remove code duplication.
896         (process_symbol_table): Check if VERDEF or VERNEED sections are
897         present before using them.
899 2001-01-17  Nick Clifton  <nickc@redhat.com>
901         * objcopy.c (copy_object): Fail if attempting to convert the
902         endianness of the input object file.
904         * binutils.texi: Explain that objcopy cannot convert endianness.
906 2001-01-16  Nick Clifton  <nickc@redhat.com>
908         * readelf.c (string_table_length): New variable.
909         (SECTION_NAME): Catch out of range indices and missing section
910         pointers.
911         (process_section_headers): Delete useless local variable
912         string_table_offset.  Set the value of string_table_length
913         after loading the string table.
914         (process_mips_specific): Use SECTION_NAME macro.
915         (process_file): Set string_table_length to 0 when it is freed.
917 2001-01-12  Nick Clifton  <nickc@redhat.com>
919         * version.c (print_version): Update copyright date.
921 2001-01-11  Peter Targett  <peter.targett@arccores.com>
923         * readelf.c (dump_relocations): Include selection with EM_ARC.
924         (get_machine_name) Update name to "ARC".
926 2001-01-09  Nick Clifton  <nickc@redhat.com>
928         * Makefile.am: Add rule to build objdump.o from objdump.c and
929         using OBJDUMP_DEFS.
930         * Makefile.in: Regenerate.
932         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
933         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
934         -DDISASSEMBLER_NEEDS_RELOCS.
935         * configure: Regenerate.
937         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
938         is defined read in the relocs even if dump_reloc_info is
939         false.
941 2001-01-07  Philip Blundell  <philb@gnu.org>
943         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
944         `bug-binutils'.
945         * README: Likewise.
947 2000-12-19  Nick Clifton  <nickc@redhat.com>
949         * dlltool.c: Add missing support for arm-epoc-pe.
950         * configure.in: Add missing support for arm-epoc-pe.
951         * configure: Regenerate.
953 2000-12-15  Nick Clifton  <nickc@redhat.com>
955         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
956         Mode parts of the x86 port.
958 2000-12-04  Andreas Jaeger  <aj@suse.de>
960         * readelf.c (guess_is_rela): Add EM_X86_64.
961         (dump_relocations): Add EM_X86_64.
962         (get_machine_name): Add EM_X86_64.
963         Include "elf/x86-64.h".
965 2000-12-12  Nick Clifton  <nickc@redhat.com>
967         * readelf.c: Fix formatting.
969 2000-12-11  Jan Hubicka  <jh@suse.cz>
971         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
973 2000-12-07  Andrew Haley  <aph@redhat.com>
975         * readelf.c (display_debug_frames): Only display columns that are
976         referenced by the frame debug info.
978 2000-12-05  Nick Clifton  <nickc@redhat.com>
980         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
982 2000-12-04  Jason Merrill  <jason@redhat.com>
984         * readelf.c (process_section_headers): Handle linkonce.wi sections.
985         (display_debug_section): Likewise.
986         (display_debug_info): Display CU header before bailing.
988 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
990         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
991         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
992         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
994         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
995         and E_MIPS_ARCH_64.
997         * readelf.c (get_machine_flags): Add case for
998         E_MIPS_MACH_SB1.
1000 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
1002         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1004 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
1006         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
1007         Change sourceware.cygnus.com to sources.redhat.com.
1008         Fix typo for "amongst".
1010 2000-11-28  Nick Clifton  <nickc@redhat.com>
1012         * strip.1 (COPYING): Mention that the GNU Free Documentation
1013         License is present in the sources, but not the output, and
1014         also available from the GNU website.
1015         (GNU Free Documentation License): Comment out this section.
1016         * strings.1: Ditto.
1017         * size.1: Ditto.
1018         * ranlib.1: Ditto.
1019         * objdump.1: Ditto.
1020         * objcopy.1: Ditto.
1021         * nm.1: Ditto.
1022         * nlmconv.1: Ditto.
1023         * ar.1: Ditto.
1024         * addr2line.1: Ditto.
1026 2000-11-27  DJ Delorie  <dj@redhat.com>
1028         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
1029         (parse_args): Support -wf option.
1030         (process_section_headers): Ditto.
1031         (debug_displays): Ditto.
1032         (display_debug_frames): New, dump *_frame sections.
1033         (frame_need_space): Support for above.
1034         (frame_display_row): Ditto.
1035         * binutils.texi: Document it.
1037 2000-11-24  Nick Clifton  <nickc@redhat.com>
1039         * NEWS: Announce support for v5t, v5te and XScale.
1041 2000-11-22  Nick Clifton  <nickc@redhat.com>
1043         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
1044         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
1045         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
1046         (get_elf_section_flags: Add SHF_GROUP.
1047         (process_section_headers): Adjust output for 32-bit binaries
1048         to look nice on an 80 column terminal.
1050 2000-11-20  H.J. Lu  <hjl@gnu.org>
1052         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
1053         ELFOSABI_AIX.
1055 2000-11-17  Richard Henderson  <rth@redhat.com>
1057         * readelf.c (display_debug_lines): Adjust last change to
1058         use sizeof (external->li_length).
1060 2000-11-17  Richard Henderson  <rth@redhat.com>
1062         * readelf.c (display_debug_lines): Fix section length check
1063         and end_of_sequence computation.
1065 2000-11-06  Nick Clifton  <nickc@redhat.com>
1067         * binutils.texi: Add GNU Free Documentation License.
1068         * objcopy.1: Add GNU Free Documentation License.
1069         * objdump.1: Add GNU Free Documentation License.
1070         * addr2line.1: Add GNU Free Documentation License.
1071         * ar.1: Add GNU Free Documentation License.
1072         * nlmconv.1: Add GNU Free Documentation License.
1073         * nm.1: Add GNU Free Documentation License.
1074         * ranlib.1: Add GNU Free Documentation License.
1075         * size.1: Add GNU Free Documentation License.
1076         * strings.1: Add GNU Free Documentation License.
1077         * strip.1: Add GNU Free Documentation License.
1079 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
1081         * objcopy.c (--srec-len=nn): New parameter to set the
1082         maximum length of generated Srecords.
1083         (--srec-forceS3): New parameter that restricts the generation of
1084         Srecords to type S3 only.
1085         * binutils.texi: Document new command line switches.
1086         * objcopy.1: Docuemnt the new command line switches.
1087         * NEWS: Announce the existence of the new command line switches.
1089 2000-10-31  Nick Clifton  <nickc@redhat.com>
1091         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
1092         code.  Add Eric Chrisopher as maintainer of MN10300 port.
1094 2000-10-12  Roger Sayle  <roger@metaphorics.com>
1096         * Make comma after string after icon/control optional.
1098 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
1100         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
1102         * NEWS: Mention support for MIPS32.
1104 2000-09-08  Nick Clifton  <nickc@redhat.com>
1106         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
1108 2000-09-07  H.J. Lu  <hjl@gnu.org>
1110         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1111         * configure: Rebuild.
1113 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
1115         * configure: Rebuilt with new libtool.m4.
1117 2000-09-05  Nick Clifton  <nickc@redhat.com>
1119         * aclocal.m4: Regenerate.
1120         * config.in: Regenerate.
1121         * configure: Regenerate.
1123 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
1125         * strip.1: Fix stray '\' in -o formatting.
1127 2000-09-02  Nick Clifton  <nickc@redhat.com>
1129         * configure.in: Increase version number to 2.10.91.
1130         * configure: Regenerate.
1131         * aclocal.m4: Regenerate.
1132         * config.in: Regenerate.
1133         * po/binutils.pot: Regenerate.
1135 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
1137         * acinclude.m4: Include libtool and gettext macros from the
1138         top level.
1139         * aclocal.m4, configure: Rebuilt.
1141 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
1143         * resrc.c (close_input_stream): Delete extraneous logic
1145 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
1147         * NEWS: Mention support for CRIS.
1149 2000-08-21  Nick Clifton  <nickc@redhat.com>
1151         * addr2line.c: Changed email address for Ulrich Lauther.
1153 2000-08-17  Christopher C. Chimelis <chris@debian.org>
1155         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
1157 2000-08-17  Nick Clifton  <nickc@redhat.com>
1159         * readelf.c (display_debug_pubnames): Only issue warning
1160         message once.  Terminate message with a new line.
1161         (display_debug_aranges): Only display version 2 debug info.
1163 2000-08-14  Todd Vierling <tv@wasabisystems.com>
1165         * objcopy.c (strip_main): Silently accept -d as an alias for -g
1166         for compatability with old BSD systems.
1168 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
1170         * NEWS: Mention i860 support.
1172 2000-08-11  Carlo Wood <carlo@alinoe.com>
1174         * addr2line.c (main): Add const to char *.
1176 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
1178         * ar.c (main): Don't crash if called with no arguments
1179         or only '-X32_64' as an argument.
1181 2000-08-08  DJ Delorie  <dj@redhat.com>
1183         * resrc.c: use "gcc -xc" instead of -xc-header
1185 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
1187         * readelf.c (elf/i860.h): Include.
1188         (dump_relocations): Add recognition of i860 architecture.
1189         (guess_is_rela): Add recognition of i860 architecture.
1191 2000-08-03  Nick Clifton  <nickc@cygnus.com>
1193         * MAINTAINERS: Add information about CGEN maintainers.
1195 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
1197         * nm.c (main): Ignore '-X32_64' as an option.
1198         * ar.c (main): Likewise.
1199         * binutils.texi (nm): Document new option.
1200         (ar): Likewise.
1202 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1204         * rdcoff.c (external_coff_symbol_p): K&R-ise.
1206 2000-07-20  H.J. Lu  <hjl@gnu.org>
1208         * binutils.texi: Put back "@end table" deleted by
1209         accident.
1211 2000-07-05  Kenneth Block  <krblock@computer.org>
1213         * nm.c: Add optional style to demangle switch.
1214         * objdump.c: Add optional style to demangle switch.
1215         * addr2line.c: Add optional style to demangle switch.
1216         * binutils.texi: Document optional style to demangle
1217         switch.
1219 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
1221         * MAINTAINERS: Add self as CRIS port maintainer.
1222         * readelf.c: Include elf/cris.h.
1223         (guess_is_rela): Handle EM_CRIS.
1224         (dump_relocations): Ditto.
1225         (get_machine_name): Ditto.
1226         * Makefile.am: Rebuild dependencies.
1227         * Makefile.in: Regenerate.
1228         * po/binutils.pot: Regenerate.
1230 2000-07-19  H.J. Lu  <hjl@gnu.org>
1232         * readelf.c (get_dynamic_type): Change "AUXILARY" to
1233         "AUXILIARY".
1234         (process_dynamic_segment): Print out strings for DT_CONFIG,
1235         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
1237 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
1239         * nm.c (usage): Change output of `nm --help' to include a
1240         description of the purpose of the program and a detailed
1241         description of the accepted options.
1243 2000-07-19  H.J. Lu  <hjl@gnu.org>
1245         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
1246         to DF_1_NODEFLIB.
1248 2000-07-19  H.J. Lu  <hjl@gnu.org>
1250         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
1252 2000-07-19  H.J. Lu  <hjl@gnu.org>
1254         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
1255         DT_FEATURE.
1256         (process_dynamic_segment): Likewise.
1258         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
1259         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
1260         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
1261         DF_1_NODUMP and DF_1_CONLFAT.
1263 2000-07-18  Nick Clifton  <nickc@cygnus.com>
1265         * binutils.texi (readelf): Fix spelling typo.
1267 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
1269         * objdump.c (usage): Make output of `objdump --help' more
1270         consistent with the rest of the GNU world.  Add a line describing
1271         the purpose of the program.
1273 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
1275         * stabs.c (parse_stab_range_type): Cast to proper type to fix
1276         warning.
1278 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
1280         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
1281         to fix warnings.
1282         (process_symbol_table): Ditto.
1283         (procesS_extended_line_op): Ditto.
1284         (display_debug_lines): Ditto.
1285         (display_debug_pubnames): Ditto.
1286         (read_and_display_attr): Ditto.
1288 2000-07-09  Nick Clifton  <nickc@cygnus.com>
1290         * MAINTAINERS: Add several more port specific maintainers.
1292 2000-07-05  Nick Clifton  <nickc@cygnus.com>
1294         * MAINTAINERS: Add blanket write privs for Michael Meissner.
1296 2000-06-05  DJ Delorie  <dj@redhat.com>
1298         * MAINTAINERS: New.
1300 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
1302         * dllwrap.c: Changed mistaken dyn_string_append() calls
1303         to dyn_string_append_cstr().
1305 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
1307         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
1308         struct debug_type stores size in bytes.
1310 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
1312         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
1313         (CLEANFILES): Add DEPA.
1314         * Makefile.in: Regenerate.
1316 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
1318         * ar.c: Revert incorrect 2000-06-25 patch.
1319         * bucomm.c: Likewise.
1321 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
1323         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
1324         (external_coff_symbol_p): New function.
1325         (parse_coff): Use it.
1327 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
1329         * ar.c (normalize): Advance past both characters in a DOS based
1330         <letter>: filepath prefix.
1331         (main): Likewise.
1332         * bucomm.c (make_tempname): Likewise.
1334 2000-06-24  Nick Clifton  <nickc@cygnus.com>
1336         * objdump.c (usage): Fix description of --stabs switch.
1338 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
1340         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1341         find one.
1342         * Makefile.in: Regenerate.
1344 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
1346         * ar.c (normalize): Correct pointer comparison when checking for
1347         backslashes.
1348         (main): Likewise.
1349         * bucomm.c (make_tempname): Likewise.
1351         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
1352         and search for backslashes in the original pathname.
1353         (ieee_add_bb11): Likewise.
1355 2000-06-18  Nick Clifton  <nickc@redhat.com>
1357         * ar.c (print_contents): Improve verbose message.
1359 2000-06-15  H.J. Lu  <hjl@gnu.org>
1361         * dyn-string.c: Removed. Not needed with dyn-string.c in
1362         libiberty.
1363         * dyn-string.h: Likewise.
1365         * Makefile.am: Remove references to dyn-string.c and
1366         dyn-string.h. Rebuild dependency.
1367         * Makefile.in: Rebuild.
1369 2000-06-15  H.J. Lu  <hjl@gnu.org>
1371         * binutils.texi: Put a warning on copying relocatable object
1372         files between two different formats.
1374 2000-06-13  DJ Delorie  <dj@cygnus.com>
1376         * rcparse.y (control): ICON controls take an id as the first
1377         parameter, not an optional string.  Also, call new convenience
1378         function that takes res_id's.
1379         * resrc.c (define_control): missing text means zero-length string,
1380         not zero ID.
1381         (define_icon_control): New.
1382         * windres.h: declare define_icon_control.
1384 2000-06-13  H.J. Lu  <hjl@gnu.org>
1386         * configure: Regenerate.
1388 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
1390         * configure.in (VERSION): Update to show this is the CVS mainline.
1392 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
1394         * strings.c (isgraphic): Interpret <TAB> as a printable character,
1395         analogous to <SPACE>.
1397 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
1399         * objdump.c (display_target_list): Use bfd_close_all_done, not
1400         bfd_close to fix crash caused by 2000-05-24 change.
1402 2000-05-25  DJ Delorie  <dj@cygnus.com>
1404         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
1406 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
1408         * Makefile.am: Update dependencies with "make dep-am"
1409         * Makefile.in: Regenerate.
1411 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
1413         * ar.c: Include filenames.h.
1414         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
1415         and drive letters in file names.
1416         (main): Support backslashes and drive letters in argv[0].  Drop
1417         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
1418         FILENAME_CMP instead of strcmp to compare file names.
1419         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
1420         DJGPP v2.
1421         (do_quick_append) [__GO32__]: Ditto.
1422         (get_pos_bfd, delete_members, move_members, replace_members):
1423         Compare file names with FILENAME_CMP.
1425         * bucomm.c: Include filenames.h.
1426         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
1427         forward/backward slashes and drive letters in file names.
1429         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
1430         mixed forward/backward slashes and drive letters in file names.
1432         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
1433         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
1434         mode.
1436         * objcopy.c: Include filenames.h.
1437         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
1438         before comparing to "strip".
1439         Use FILENAME_CMP to compare file names.
1441         * arsup.c: Include filenames.h.
1442         (map_over_list, ar_delete, ar_replace, ar_extract): Use
1443         FILENAME_CMP to compare file names.
1444         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
1445         the temporary file name.
1447         * configure.in: Check for setmode.
1448         * configure: Regenerate.
1450 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
1452         * objdump.c (display_target_list): Close the bfd.
1453         (display_info_table): Likewise.
1455 2000-05-14  H.J. Lu  (hjl@gnu.org)
1457         * objcopy.c (filter_symbols): Don't strip global symbols in
1458         relocatable object files.
1460 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
1462         * size.c (usage): Associate short options with corresponding long
1463         option to give a clue as to their function.
1465 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
1467         * size.c (main): Accept and ignore `-f' option.
1469 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
1471         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
1472         bindtextdomain): Replace defines with those from intl/libgettext.h
1473         to quieten gcc warnings.
1475 2000-05-12  H.J. Lu  <hjl@gnu.org>
1477         * nlmconv.c (temp_filename): Removed.
1479         * nlmconv.c (link_inputs): Use make_temp_file () instead of
1480         choose_temp_base ().
1481         * objdump.c (display_target_list): Likewise.
1482         (display_info_table): Likewise.
1484 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
1486         * objcopy.c (setup_section): Add const and gettext calls for err.
1488 2000-05-02  H.J. Lu  <hjl@gnu.org>
1490         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
1491         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
1492         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
1493         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
1494         and ELFOSABI_OPENBSD.
1496 2000-05-02  Kazu Hirata  <kazu@hxi.com>
1498         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
1499         * srconv.c: Likewise.
1500         * sysdump.c: Likewise.
1502 2000-04-23  Denis Chertykov  <denisc@overta.ru>
1504         * readelf.c (guess_is_rela): AVR uses RELA relocations.
1505         (get_machine_name): machine name for EM_AVR added.
1507 2000-04-21  Richard Henderson  <rth@cygnus.com>
1508             David Mosberger  <davidm@hpl.hp.com>
1510         * Makefile.am (readelf.o): Add elf/ia64.h.
1511         * Makefile.in: Rebuild.
1512         * readelf.c: Include elf/ia64.h.
1513         (guess_is_rela, dump_relocations): Handle EM_IA_64.
1515 2000-04-17  Timothy Wall  <twall@cygnus.com>
1517         * objdump.c (disassemble_data): Set octets per byte *after*
1518         resolving arch/mach for binary files.
1520 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1522         * arlex.l: Add directives to increase lex buffer size.
1524         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
1525         already included by bucomm.h.
1527 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
1529         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
1530         `strftime' since strftime is not available on all systems.
1531         (process_mips_specific): Ditto.
1533 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
1535         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
1536         --enable-build-warnings option.
1537         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1538         * Makefile.in, configure: Re-generate.
1540 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
1542         * addr2line.c: Update copyright.
1543         * objcopy.1: Likewise, and title.
1544         * strings.1: Likewise.
1546         * version.c (print_version): Add 2000.
1548         * rddbg.c (read_section_stabs_debugging_info): Don't use
1549         bfd_size_type for strx to avoid printf problems if BFD64.
1551         * bucomm.c: (report): Remove `static'.
1552         Move inclusion of stdarg.h/vararg.h from here.
1553         * bucomm.h: To here.
1554         (CONST): Change all occurences to const.
1555         (report): Declare it.
1556         (bfd_fatal): Add ATTRIBUTE_NORETURN.
1557         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
1558         (non_fatal): Add ATTRIBUTE_PRINTF_1.
1560         * ar.c (main): Use fatal or non_fatal instead of fprintf.
1561         Correct a typo in an error message.
1562         (do_quick_append): Use non_fatal instead of fprintf.
1563         (move_members): Use fatal instead of fprintf, exit.
1564         * coffdump.c (main): Same here.
1566         * dlltool.c (display): Delete.
1567         (warn): Delete.
1568         (inform): Use `report' instead of `display'.
1569         (rvaafter): Remove trailing \n from fatal error msg.
1570         (rvabefore): Ditto.
1571         (asm_prefix): Ditto.
1572         (yyerror): Replace `warn' with `non_fatal', and remove \n.
1573         (def_name): Likewise.
1574         (run): Likewise.
1575         (scan_all_symbols): Likewise.
1576         (gen_lib_file): Likewise.
1577         (def_library): Likewise.  Remove extra program_name too.
1578         (run): Remove \n from inform strings.
1579         (scan_drectve_symbols): Likewise.
1580         (add_excludes): Likewise.
1581         (scan_open_obj_file): Likewise.
1582         (gen_exp_file): Likewise.
1583         (gen_lib_file): Likewise.
1584         (process_duplicates): Likewise.
1586         * Makefile.am (dllwrap_SOURCES): Add version.c.
1587         * dllwrap.c (program_version): Delete.
1588         (print_version): Delete.
1589         (display): Always print trailing \n.
1590         (warn): New.
1591         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
1592         (run): Here too.
1593         (main): And here.
1594         (usage): gettext'ify.
1595         (long_options): Add missing initialisers.
1597         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
1598         (select_output_format): Likewise.
1599         (powerpc_mangle_relocs): Likewise.
1600         (link_inputs): Likewise.
1602         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
1603         (set_output_format): Likewise.
1604         (main): Use non_fatal instead of fprintf.
1605         (display_rel_file): Likewise.
1607         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
1608         (slurp_dynamic_symtab): Same here.
1609         (disassemble_data): And here.
1610         (read_section_stabs): And here.
1611         (read_section_stabs): And here.
1612         (dump_bfd): And here.
1613         (main): And here.
1614         (objdump_sprintf): Use fatal instead of fprintf, exit.
1615         (disassemble_data): Same here.
1617         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
1618         (parse_coff_struct_type): Same here.
1619         (parse_coff_enum_type): And here.
1620         (parse_coff): And here.
1621         * rddbg.c (read_debugging_info): And here.
1622         * size.c (main): And here.
1623         * windres.c (format_from_name): And here.
1624         * wrstabs.c (stab_write_symbol): Here too.
1625         (write_stabs_in_sections_debugging_info): And here.
1626         (stab_int_type): And here.
1627         (stab_struct_field): And here.
1628         (stab_typdef): And here.
1630         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
1631         * srconv.c (main): Same here.
1632         * strings.c (main): And here.
1633         (integer_arg): And here.
1634         * sysdump.c (main): And here.
1636 2000-04-06  Timothy Wall  <twall@cygnus.com>
1638         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
1640 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
1642         * readelf.c (decode_location_expression): Loop through multiple
1643         operations.
1644         (read_and_display_attr): Pass in length.
1646         * readelf.c (read_and_display_attr): Add CU offset to references.
1647         (display_debug_info): Pass it in.
1649 2000-04-06  Nick Clifton  <nickc@cygnus.com>
1651         * readelf.c (decode_ARM_machine_flags): New function.
1652         (get_machine_flags): Call decode_ARM_machine_flags for ARM
1653         targets.
1655         (get_machine_name): Catch EM_AVR
1657 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
1659         * binutils.texi: Remove optional `=' from long options that have
1660         an `=' in the argument.
1661         * objcopy.1: Here too.  Remove extra space on discard-all.
1663         * binutils.texi (objcopy): Mention --redefine-sym.
1664         * objcopy.1: Here too.
1665         * NEWS: And here.
1667         * objcopy.c (parse_flags): Split off flag names from error message
1668         gettext as they are not translated.
1669         (copy_main): Similarly split off option name for --add-section,
1670         --set-section-flags, --change-section-vma, --change-section-lma
1671         error messages.
1672         Some white space changes.
1674         from Matthew Benjamin <matt@linuxbox.nu>
1675         * objcopy.c (struct redefine_node): New.
1676         (redefine_sym_list): New.
1677         (redefine_list_append): New.
1678         (lookup_sym_redefinition): New.
1679         (OPTION_REDEFINE_SYM): New.
1680         (copy_options): Add --redefine-sym option.
1681         (copy_usage): Mention it.
1682         (filter_symbols): Rename symbols on redefine_sym_list.
1683         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
1684         (copy_main): Handle OPTION_REDEFINE_SYM.
1686 2000-04-04  H.J. Lu  <hjl@gnu.org>
1688         * readelf.c (process_symbol_table): Correctly read in symbol
1689         versioning information.
1691 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
1693         * po/binutils.pot: Regenerate.
1695         * addr2line.c (usage): Restore translated part of bug string.
1696         * ar.c (usage): Likewise.
1697         * nlmconv.c (show_usage): Likewise.
1698         * nm.c (usage): Likewise.
1699         * objcopy.c (copy_usage): Likewise.
1700         (strip_usage): Likewise.
1701         * objdump.c (usage): Likewise.
1702         * readelf.c (usage): Likewise.
1703         * size.c (usage): Likewise.
1704         * strings.c (usage): Likewise.
1705         * windres.c (usage): Likewise.
1707         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1708         (DEP): Quote when passing vars to sub-make.  Add warning
1709         message to end.
1710         (DEP1): Rewrite for "gcc -MM".
1711         (CLEANFILES): Add DEP2.
1712         Update dependencies.
1713         * Makefile.in: Regenerate.
1715 2000-04-04  H.J. Lu  <hjl@gnu.org>
1717         * Makefile.am (GENERATED_HFILES): Add rcparse.h
1718         (arparse.h): Depend on arparse.c
1719         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
1721 2000-04-03  H.J. Lu  (hjl@gnu.org)
1723         * size.c (usage): Use REPORT_BUGS_TO.
1725 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
1727         * bucomm.h: #include "bin-bugs.h"
1728         * addr2line.c (usage): Use REPORT_BUGS_TO.
1729         * ar.c (usage): Likewise.
1730         * nlmconv.c (show_usage): Likewise.
1731         * nm.c (usage): Likewise.
1732         (OPTION_TARGET): Define.
1733         (long_options): Use OPTION_TARGET rather than 200.
1734         (main): Likewise.
1736         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
1737         (strip_usage): Likewise.
1738         * objdump.c (usage): Likewise.
1739         * readelf.c (usage): Likewise.
1740         * strings.c (usage): Likewise.
1741         * windres.c (usage): Likewise.
1743 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1745         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
1747 2000-03-27  Nick Clifton  <nickc@cygnus.com>
1749         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
1750         string offsets in corrupt stabs entries.
1752 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
1754         * readelf.c: Include elf/avr.h
1755         (dump_relocations): Add EM_AVR case.
1757 2000-03-09  Tim Waugh  <twaugh@redhat.com>
1759         * strings.1: Correct '-bytes' to '--bytes'.
1761 2000-03-08  H.J. Lu  <hjl@gnu.org>
1763         * Makefile.am (install-exec-local): Depend on
1764         install-binPROGRAMS for parallel make.
1765         * Makefile.in: Regenerated.
1767 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
1769         From Brad Lucier <lucier@math.purdue.edu>:
1770         * readelf.c (process_dynamic_segment): Add cast to make sure
1771         argument to %* is int.
1773 2000-02-25  H.J. Lu  <hjl@gnu.org>
1775         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
1777 2000-02-24  Nick Clifton  <nickc@cygnus.com>
1779         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
1780         * configure: Regenerate.
1782         * dlltool.c: Add support for sh-pe and mips-pe targets.
1783         * rescoff.c: Add support for sh-pe and mips-pe targets.
1785 2000-02-23  H.J. Lu  <hjl@gnu.org>
1787         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
1789 2000-02-22  Nick Clifton  <nickc@cygnus.com>
1791         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
1793 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
1795         From Brad Lucier <lucier@math.purdue.edu>:
1796         * readelf.c (process_version_sections): Add casts to make sure
1797         argument to %* is an int.
1798         (process_mips_specific): Add casts to make printf arguments match
1799         format.
1801 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
1803         * objdump.c (dump_section_header): Change `opb' to unsigned.
1804         (find_symbol_for_address): Same here.
1805         (disassemble_data): And here.  Change `addr_offset',
1806         `stop_offset', `nextstop_offset' to unsigned long.
1807         (dump_data): Change opb to unsigned.
1809 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
1811         * resrc.c: Remove unmatched #if for cygwin.
1813 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
1815         * binutils.texi: Document the change of flavor name from atpcs-special
1816         to special-atpcs to prevent name conflict in gdb.
1818 2000-02-08  Timothy Wall  <twall@redhat.com>
1820         * objdump.c (show_line): Fix bug preventing printing of the very
1821         first line (line zero) of a file when interlisting source and
1822         assembly.  Added option to print entire context from start of file
1823         when the first line from that file is encountered.
1825 2000-02-03  Timothy Wall <twall@redhat.com>
1827         * objdump.c (dump_section_header, find_symbol_for_address,
1828         show_line, disassemble_bytes, disassemble_data, dump_data):
1829         distinguish between octets and bytes.
1831 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
1833         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
1834         check to unresolved symbols.
1835         (print_symbol_info_sysv):  Ditto.
1836         (print_symbol_info_posix):  Ditto.
1838         * binutils.texi: Document new 'V' symclass flag for nm.
1840 2000-01-27  Nick Clifton  <nickc@redhat.com>
1842         * binutils.texi (objdump): Document new ARM specific
1843         disassembler options.
1845         * objdump.c (usage): Call disassembler_usage().
1847 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
1849         * readelf.c (get_dynamic_flags): Return buff.
1850         (process_dynamic_segment): Don't pass error strings to printf
1851         as format arg.
1852         (read_and_display_attr): Use lx and ld to print longs.
1853         (process_corefile_note_segment): Cast bfd_vma to unsigned long
1854         before printing.
1855         Update copyright.
1857 2000-01-17  Nick Clifton  <nickc@cygnus.com>
1859         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
1861 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
1863         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
1864         false.
1865         (debug_tag_type): Here too.
1866         * ieee.c (ieee_builtin_type): And here.
1867         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
1869 2000-01-13  Nick Clifton  <nickc@cygnus.com>
1871         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
1872         System/370".
1874 2000-01-11  Nick Clifton  <nickc@cygnus.com>
1876         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
1878 2000-01-10  Nick Clifton  <nickc@cygnus.com>
1880         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
1882 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
1884         * windres.c (long_options): Add --use-temp-file and
1885         --no-use-temp-file options.
1886         (usage): Document.
1887         (main): Handle.
1889         * windres.h: Update read_rc_file prototype.
1891         * resrc.c (cpp_temp_file): New static variable.
1892         (istream_type): New static variable.
1893         (close_pipe): Delete function.
1894         (run_cmd): New static function.
1895         (open_input_stream): New static function.
1896         (close_input_stream): New static function.
1897         (look_for_default): Handle DOS directory separator. Use
1898         open_input_stream instead of popen.
1899         (read_rc_file): Likewise.
1901         * binutils.texi: Document --use-temp-file, --no-use-temp-file
1902         options.
1904 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
1906         * dlltool.c (create_compat_implib): New variable.
1907         (gen_exp_file): Use.
1908         (make_one_lib_file): Use.
1909         (long_options): Add --compat-implib option.
1910         (usage): Handle.
1911         (main): Handle.
1913         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
1914         (main): Use. Don't look for "32" in cygwin and mingw target names.
1916 2000-01-03  Nick Clifton  <nickc@cygnus.com>
1918         * binutils.texi: Document new, ARM specific disassembler
1919         command line switch "-M force-thumb".
1921 For older changes see ChangeLog-9899
1923 Local Variables:
1924 mode: change-log
1925 left-margin: 8
1926 fill-column: 74
1927 version-control: never
1928 End: