1 2002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
3 * arsup.c: Fix formatting.
4 * debug.c (debug_record_label): Add missing colon to error
6 * ieee.c (parse_ieee_ty): Fix spelling typo.
7 * readelf.c (process_program_headers): Remove English assumption
8 about making a plural word.
9 (process_section_headers): Likewise.
10 (process_relocs): Allow quotes to be translated.
11 (process_unwind): Likewise,
12 (process_mips_specific): Improve error message.
13 (get_note_type): Fix spelling typo.
15 * configure.in (ALL_LINGUAS): Add sv
18 2002-05-27 Alan Modra <amodra@bigpond.net.au>
20 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
21 (unw_print_grmask): Likewise.
22 (unw_print_frmask): Likewise.
24 2002-05-26 Kazu Hirata <kazu@cs.umass.edu>
26 * arsup.c: Remove ARGSUSED.
29 * nlmconv.c: Likewise.
32 * wrstabs.c: Likewise.
34 2002-05-25 Alan Modra <amodra@bigpond.net.au>
36 * arlex.l: Use #include "" instead of <> for local header files.
37 * coffdump.c: Likewise.
38 * coffgrok.c: Likewise.
39 * nlmconv.c: Likewise.
40 * nlmheader.y: Likewise.
42 * strings.c: Likewise.
43 * sysdump.c: Likewise.
44 * unwind-ia64.h: Likewise.
45 * windres.h: Likewise.
46 * winduni.h: Likewise.
48 2002-05-24 Tom Rix <trix@redhat.com>
50 * MAINTAINERS: Add self as the d10v maintainer.
52 2002-05-24 TAMURA Kent <kent@netbsd.org>
54 * configure.in: Builds dlltool for i386-netbsdpe.
55 * configure: Regenerate.
57 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
59 * size.c: Fix formatting.
62 * sysdump.c: Likewise.
63 * unwind-ia64.c: Likewise.
64 * wrstabs.c: Likewise.
66 2002-05-23 Jakub Jelinek <jakub@redhat.com>
68 * readelf.c (get_segment_type): Add PT_TLS.
69 (get_elf_section_flags): Add SHF_TLS.
70 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
71 (process_dynamic_segment): Use puts instead of printf.
72 (get_symbol_type): Support STT_TLS.
73 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
74 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
77 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
79 * rdcoff.c: Fix formatting.
81 * readelf.c: Likewise.
87 2002-05-21 Kazu Hirata <kazu@cs.umass.edu>
89 * filemode.c: Fix formatting.
91 * is-ranlib.c: Likewise.
92 * is-strip.c: Likewise.
93 * maybe-ranlib.c: Likewise.
94 * maybe-strip.c: Likewise.
95 * nlmconv.c: Likewise.
97 * not-ranlib.c: Likewise.
98 * not-strip.c: Likewise.
99 * objcopy.c: Likewise.
100 * objdump.c: Likewise.
102 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
104 * objdump.c (dump_headers): Fix output formatting for ELF32
105 architectures in a BFD64 enabled toolchain.
107 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
109 * debug.c: Fix formatting.
111 * dlltool.c: Likewise.
112 * dllwrap.c: Likewise.
113 * emul_aix.c: Likewise.
114 * emul_vanilla.c: Likewise.
116 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
118 * addr2line.c: Fix formatting.
122 * binemul.c: Likewise.
123 * binemul.h: Likewise.
124 * bucomm.c: Likewise.
125 * coffdump.c: Likewise.
126 * coffgrok.c: Likewise.
127 * coffgrok.h: Likewise.
129 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
131 * MAINTAINERS: Add myself as the second AVR port maintainer.
133 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
135 * MAINTAINERS: Update my email address.
137 2002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
139 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
141 2002-05-09 Alan Modra <amodra@bigpond.net.au>
143 * configure.in: Replace `*pe' with `pe' throughout.
144 * configure: Regenerate.
146 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
148 * Makefile.am: Honour DESTDIR.
149 * Makefile.in: Regenerate.
151 2002-05-06 Alan Modra <amodra@bigpond.net.au>
153 * dlltool.c (process_def_file): Add missing prototype.
154 (new_directive, assemble_file, main): Likewise.
155 (process_def_file, new_directive): Make static.
156 (inform): Rewrite using VA_FIXEDARG.
157 * dllwrap.c (mybasename): Add missing prototype.
158 (strhash, main): Likewise.
159 (inform): Rewrite using VA_FIXEDARG.
161 (cleanup_and_exit): Use old style function definition.
163 * windres.c (define_resource): Use one memset to clear all of
166 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
167 call to rules that need no lookahead. Check for no lookahead.
169 2002-05-06 Borut Razem <borut.razem@siol.net>
171 * rclex.l (get_string): Correct "strings" list handling.
172 * resrc.c (read_rc_file): Discard strings.
174 2002-05-04 Alan Modra <amodra@bigpond.net.au>
176 * ar.c (replace_members): Remove unused var. Formatting fix.
177 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
179 * MAINTAINERS: Sort port maintainers by CPU.
181 2002-05-04 Bob Byrnes <byrnes@curl.com>
183 * size.c (display_archive): Add last_arfile and code to close archives.
185 2002-05-01 Alan Modra <amodra@bigpond.net.au>
187 * nm.c (print_symbol): Check returned filename from
188 bfd_find_nearest_line is non-NULL.
190 2002-04-25 Elena Zannoni <ezannoni@redhat.com>
192 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
194 2002-04-24 Christian Groessler <chris@groessler.org>
196 * MAINTAINERS: Changed my email address.
198 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
200 * arparse.y: Fix syntax warning.
202 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
204 * readelf.c (fetch_location_list): Remove unused function.
206 * readelf.c (process_corefile_note_segment): Catch corrupt notes
207 and display a warning message, then exit the loop.
209 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
211 2002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
213 * resrc.c (write_rc_dialog): If charset is non-default value
214 display all of the DIALOGEX parameters.
216 2002-04-15 Eric Kohl <ekohl@rz-online.de>
218 * rcparse.y: Allow two to five parameter in FONT statement of
220 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
222 (res_to_bin_dialog): Likewise.
223 * windres.h: Added misssing charset variable to dialog_ex
226 2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
228 * rcparse.y: Set MEMFLAG_PURE by default.
230 2002-04-09 Bernd Herd <info@herdsoft.com>
232 * rcparse.y: CLASS definitions in DIALOG resources
234 Fix typo in BEDIT warning.
235 Don't add default dialog style when explicit style specified.
236 Add WS_CAPTION dialog style if CAPTION is specified.
238 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
239 (handle_quotes) "\a" escape (used for right justified key
240 definitions in menus) is encodes as binary 8.
242 * resrc.c (write_rc_dialog): Print style even if it is 0.
243 (write_rc_directory): Fix overlooked sublang shift bug.
244 (bin_to_res_dialog): Don't print empty dialog caption.
246 * resbin.c (bin_to_res_dialog): Use signature to identify
249 * windres.c (main): Set default LANGUAGE to english/us.
251 2002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
253 * resrc.c: print CLASS names in quotes
255 2002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
257 * MAINTAINERS: Update my email address.
259 2002-04-04 Alan Modra <amodra@bigpond.net.au>
261 * dep-in.sed: Cope with absolute paths.
262 * Makefile.am (dep.sed): Subst TOPDIR.
264 * Makefile.in: Regenerate.
266 2002-03-27 Peter Targett <peter.targett@arc.com>
268 * MAINTAINERS: Update my email address.
270 2002-03-21 Alan Modra <amodra@bigpond.net.au>
272 * Makefile.am: Run "make dep-am".
273 * Makefile.in: Regenerate.
274 * doc/Makefile.in: Regenerate.
275 * po/POTFILES.in: Regenerate.
276 * aclocal.m4: Regenerate.
277 * config.in: Regenerate.
278 * configure: Regenerate.
280 2002-03-20 Daniel Berlin <dan@dberlin.org>
282 * readelf.c: Add support for displaying dwarf2 location lists.
283 (do_debug_loc, debug_loc_section, debug_loc_size): New.
284 (parse_args): Use 'O' as shorthand for displaying location list
286 (process_section_headers): Handle debug_loc as well.
287 (load_debug_loc): New.
288 (free_debug_loc): New.
289 (fetch_location_list): New.
290 (display_debug_loc): New.
291 (display_debug_info): Call load_debug_loc and free_debug_loc.
292 (debug_displays): We can display .debug_loc now, too.
293 (usage): Update usage string.
294 (read_and_display_attr_value): Note location lists, but don't
297 2002-03-18 Tom Rix <trix@redhat.com>
299 * Makefile.am: Add binutils emulation support.
300 * configure.in: Same.
301 * configure.tgt: New file. Same.
302 * ar.c (main): Use ar_emul_parse_arg.
303 (usage): Use ar_emul_usage.
304 (replace_members): Use ar_emul_replace, ar_emul_append.
305 * binemul.c: New file. Define the binutils emulation
306 layer. Define default methods.
307 * binemul.h: New file. Binutils emulation layer header file.
308 * emul_aix.c: New file. AIX binutils emulation.
309 * emul_vanilla.c: New file. Default binutils emulation.
310 * Makefile.in: Regenerate.
313 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
315 * po/fr.po: Updated version.
317 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
319 * po/fr.po: Updated version.
321 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
323 * README: Update some version numbers.
325 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
327 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
328 (Architecture Selection): Likewise.
330 2002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
332 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
333 generating .exp file.
335 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
337 * readelf.c (dump_relocations): Fix typo.
339 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
341 * NEWS: Mark 2.12 branch.
343 2002-02-18 Timothy Daly <remote_bob@yahoo.com>
345 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
346 types for 64-bit MIPS. Narrow some fields for 80-char
348 (dump_relocations): Change spelling from 'unrecognised'
350 (decode_ARM_machine_flags): Likewise.
351 (parse_args): Likewise.
352 (read_and_display_attr_value): Likewise.
353 (display_debug_section): Likewise.
355 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
357 * NEWS: Mention support for MMIX.
359 2002-02-13 Matt Fredette <fredette@netbsd.org>
361 * readelf.c (get_machine_flags): Recognize EF_M68000.
363 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
365 * MAINTAINERS: Added self as MN10300 co-maintainer.
367 2002-02-12 Alan Modra <amodra@bigpond.net.au>
369 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
372 2002-02-11 Daniel Jacobowitz <drow@mvista.com>
374 * MAINTAINERS: List myself as branch maintainer.
376 2002-02-11 Alan Modra <amodra@bigpond.net.au>
378 * configure: Regenerate.
379 * objcopy.c: Update copyright date.
380 * doc/Makefile.in: Regenerate.
382 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
384 * nlmconv.c: Back out localtime PARAMS change.
386 2002-02-11 Alan Modra <amodra@bigpond.net.au>
388 * objcopy.c (MKDIR): Define.
389 (copy_archive): Make name_list.name const. Use MKDIR.
390 Handle duplicate files in archives by making more temp dirs.
392 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
394 * coffdump.c: Include "getopt.h" after "bucomm.h"
395 so that macros are defined correctly.
396 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
397 prototype. Prototype main.
398 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
400 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
402 * MAINTAINERS: Added self as SH co-maintainer.
404 2002-02-05 Nick Clifton <nickc@redhat.com>
406 * po/tr.po: Updated translation.
408 2002-02-01 Alan Modra <amodra@bigpond.net.au>
410 * Makefile.am: Run "make dep-am"
411 * Makefile.in: Regenerate.
413 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
415 * nm.c (print_value): Mark abfd unused.
417 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
419 * unwind-ia64.c (unw_decoder): Change second argument
420 to unsigned int, to match function prototypes.
422 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
424 * objdump.c: Include "getopt.h" after "bucomm.h" so that
425 __GNU_LIBRARY__ will be defined.
428 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
430 * configure: Regenerated.
432 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
434 * doc/Makefile.am (install): Depend on install-info.
435 * doc/Makefile.in: Regenerate.
437 2002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
439 * objcopy.c (strip_usage): Document -d as an alias
442 * size.c (usage): Document [-t | --totals] options.
443 (long_options): Add --totals option.
444 (main): If the [-t | --totals] option is specified and
445 the output format is Berkeley-style, print the total
446 text, data, and bss sizes of all objects listed.
447 (print_berkeley_format): If the [-t | --totals] option
448 is specified, track the total text, data, and bss
450 * doc/binutils.texi (size): Document [-t | --totals] options.
451 (strip): Document -d as an alias for --strip-debug.
452 * NEWS: Mention new feature of size.
454 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
456 * po/fr.po: Updated version.
457 * po/es.po: Updated version.
459 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
461 * addr2line.c (usage): Update text to provide verbose
462 description of the command line options.
463 * ar.c (usage): Update text to provide verbose
464 description of the command line options.
465 (main): Accept -h and -H when running as ranlib.
466 * coffdump.c (show_usage): Update text to provide verbose
467 description of the command line options.
468 * dlltool.c (main): Accept -H as an alias for --help.
469 * nlmconv.c (show_usage): Update text to provide verbose
470 description of the command line options.
471 * nm.c (usage): Replace OPTIONS with option(s).
472 (main): Accept -H as an alias for --help.
473 * objcopy.c (strip_main): Accept -H as an alias for --help.
474 * objdump.c (main): Accept -v as an alias for --verbose.
475 * readelf.c (usage): Adjust format to match style used in
477 * size.c (usage): Update text to provide verbose description
478 of the command line options.
479 (main): Accept -v, -h and -H as command line options.
480 * srconv.c (show_usage): Update text to provide verbose
481 description of the command line options.
482 * strings.c (main): Accept -H and -v as command line options.
483 (usage): Update text to provide verbose description of the
484 command line options.
485 * sysdump.c (show_usage): Update text to provide verbose
486 description of the command line options.
487 * windres.c (usage): Adjust format to match style used in
490 * coffdump.c: Fix formatting.
491 * nlmconv.c: Fix formatting.
492 * srconv.c: Fix formatting.
493 * sysdump.c: Fix formatting.
495 2002-01-22 Alan Modra <amodra@bigpond.net.au>
497 * Makefile.am: Run "make dep-am".
498 * Makefile.in: Regenerate.
500 2002-01-18 Andreas Jaeger <aj@suse.de>
502 * version.c (print_version): Update year.
504 2002-01-17 Alan Modra <amodra@bigpond.net.au>
506 * readelf.c (get_machine_name): Handle EM_PPC64.
507 (guess_is_rela): Here too.
509 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
511 * po/binutils.pot: Regenerate.
512 * po/fr.po: Regenerate.
513 * po/tr.po: Regenerate.
515 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
517 * po/tr.po: Import new version.
519 2002-01-16 Alan Modra <amodra@bigpond.net.au>
521 * readelf.c (get_ppc64_dynamic_type): New.
522 (get_dynamic_type): Call it.
524 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
526 * objcopy.c (copy_usage): Use "options" instead of "switches".
527 (strip_usage): Use "options" instead of "switches".
528 * doc/binutils.texi (dlltool): Refer to "options" instead of
531 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
533 * MAINTAINERS: Add self as co-maintainer for the ARM code.
535 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
537 * po/es.po: Import from translation project.
538 * configure.in (ALL_LINGUAS): Add es.
539 * configure: Regenerate.
541 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
543 * readelf.c (get_netbsd_elfcore_note_type): Use
544 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
546 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
548 * readelf.c: Update copyright years.
549 (get_note_type): Return a const char *.
550 (get_netbsd_elfcore_note_type): New function.
551 (process_note): Use get_netbsd_elfcore_note_type to get
552 the note type string for NetBSD ELF core files.
554 2002-01-06 Steve Ellcey <sje@cup.hp.com>
556 * readelf.c (get_ia64_segment_type): Add support for macros.
557 (get_segment_type): Add support for IA64 specific macros.
559 2001-12-20 Julian v. Bock <julian@wongr.net>
561 * readelf.c (print_symbol): New function: Print a formatted symbol
562 name. If --wide is specified do not truncate it.
563 (dump_relocations): Use print_symbol() to print symbol names.
564 (process_symbol_table): Likewise.
565 (process_syminfo): Likewise.
566 (process_mips_specific): Likewise.
567 (usage): Document new feature of --wide switch.
568 * doc/binutils.texi (objdump): Document additional behaviour of
571 2001-12-18 Michael Snyder <msnyder@redhat.com>
573 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
574 (copy_object): Don't set the start address or flags of a core file.
575 (copy_section): Don't relocate a core file. Don't copy contents
576 if the input section has the contents flag set, but the output
577 section does not (which happens with the fake 'note' pseudo-
578 sections that BFD creates for corefiles).
580 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
582 * readelf.c (get_machine_flags): Recognize header flags for ABI and
583 ASE extensions. More robust code for ISA checking. Ignore empty fields
584 in header flags for GNU extensions.
586 2001-12-18 Alan Modra <amodra@bigpond.net.au>
588 * objcopy.c (copy_archive): Set output bfd format outside the loop.
590 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
592 * po/ja.po: Import from translation project.
593 * configure.in (ALL_LINGUAS): Add ja.
594 * configure: Regenerate.
596 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
598 * addr2line.c (main): Protoype.
599 * ar.c (main): Protoype.
600 * nm.c (main): Protoype.
601 * objcopy.c (main): Protoype.
602 * objdump.c (main): Protoype.
603 * size.c (main): Protoype.
604 * strings.c (main): Protoype.
606 2001-12-17 Alan Modra <amodra@bigpond.net.au>
608 * readelf.c (symtab_shndx_hdr): New global.
609 (SECTION_HEADER_INDEX): Define.
610 (SECTION_HEADER_NUM): Define.
611 (SECTION_HEADER): Define.
612 (GET_ELF_SYMBOLS): Pass two params rather than three.
613 (get_32bit_elf_symbols): Take file and section args. Read and
614 use SHT_SYMTAB_SHNDX.
615 (get_64bit_elf_symbols): Likewise.
616 (dump_relocations): Use SECTION_HEADER to index "section_headers".
617 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
618 Remember symtab_shdx_hdr.
619 (process_program_headers): Scan from index 1 for segment map.
620 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
622 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
623 (process_unwind): Likewise.
624 (process_version_sections): Likewise.
625 (process_symbol_table): Likewise.
626 (display_debug_info): Likewise.
627 (process_dynamic_segment): Fake up a symtab section for changed
629 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
630 (process_program_headers): Kill signed/unsigned warning.
631 (load_debug_str): Likewise.
632 (display_debug_info): Likewise.
634 2001-12-13 Jakub Jelinek <jakub@redhat.com>
636 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
638 2001-12-11 Alan Modra <amodra@bigpond.net.au>
640 * readelf.c (process_file_header): Print extended e_shnum and
641 e_shdtrndx values. Set elf_header values for same.
642 (get_32bit_section_headers): Add "num" arg to read "num" headers.
643 (get_64bit_section_headers): Likewise.
644 (process_section_headers): Update calls.
645 (get_file_header): Call get_32bit_section_headers or 64bit variant.
647 2001-12-10 Jakub Jelinek <jakub@redhat.com>
649 * objcopy.c (setup_section): Copy entsize.
651 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
653 * readelf.c (guess_is_rela): Add support for stormy16.
654 (dump_relocations): Likewise.
655 (get_machine_name): Likewise.
657 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
659 * dllwrap.c (main) Replace multiple strings describing a
660 single error with a single, newline escaped sentence to permit
661 better translation into foreign languages.
663 * readelf.c (get_elf_class): Remove internalionalisation of ELF
666 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
668 * strings.c (get_char): Initialize value.
670 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
672 * arlex.l: Silence compile warnings.
673 * arsup.h: Likewise. Fix formatting.
675 2001-12-04 Jakub Jelinek <jakub@redhat.com>
677 * strings.c: Include config.h before bfd.h.
678 (file_off): New type.
680 (print_strings): Use file_off instead of file_ptr. Print addresses
681 which don't fit into long correctly.
682 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
684 (strings_file): Use file_off instead of file_ptr. Use file_open.
685 * configure.in: Check for getc_unlocked.
686 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
688 * configure: Rebuilt.
689 * config.h.in: Rebuilt.
691 2001-11-29 H.J. Lu <hjl@gnu.org>
693 * bucomm.c (make_tempname): Revert the changes made on
694 2001-11-14 and 2001-11-12. They won't work with directories.
696 2001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
698 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
699 CFLAGS_FOR_TARGET to runtest in environment.
700 * Makefile.in: Rebuild.
701 * doc/Makefile.in: Rebuild.
703 2001-11-28 Mike Stump <mrs@wrs.com>
705 * objcopy.c (setup_section): Preserve SEC_RELOC when
706 --set-section-flags is used.
708 2001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
710 * readelf.c (do_debug_str): New variable.
711 (display_debug_str): New function: Display the contents of a
713 (load_debug_str): New function: Load in the contents of a
715 (free_debug_str): New function: Free the memory used by
717 (fetch_indirect_string): Retrieve a string from the .debug_str
720 (parse_args): Accept -ws.
721 (process_section_headers): Allow the display of the .debug_str
723 (read_and_display_attr_value): Use fetch_indirect_string. Show
724 offset into .debug_str section.
725 (display_debug_info): Use load_debug_str and free_debug_str.
726 (debug_displays): Add .debug_str.
727 * doc/binutils.texi: Document -ws.
729 2001-11-19 Andreas Jaeger <aj@suse.de>
731 * testsuite/binutils-all/objdump.exp: Add x86-64.
733 2001-11-15 Andreas Schwab <schwab@suse.de>
735 * readelf.c: Fix warnings without terminating newline.
737 2001-11-15 Alan Modra <amodra@bigpond.net.au>
739 * doc/binutils.texi (objdump): Document ppc -M options.
741 2001-11-14 Andreas Jaeger <aj@suse.de>
743 * doc/binutils.texi (objdump): Fix description to use x86-64.
745 2001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
747 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
748 not all systems provide mkstemp.
750 2001-11-14 Alan Modra <amodra@bigpond.net.au>
752 * doc/binutils.texi (objdump): Document x86 -M options.
754 2001-11-13 Keith Walker <keith.walker@arm.com>
756 * readelf.c (read_and_display_attr_value): New function to
757 handle DW_FORM_indirect.
758 (read_and_display_attr): Use it.
760 2001-11-13 Geoffrey Keating <geoffk@redhat.com>
762 * readelf.c (display_debug_lines): Deal with unknown standard
763 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
766 2001-11-13 Timothy Wall <twall@alum.mit.edu>
768 * MAINTAINERS: Add self as tic54x maintainer. This target
769 includes the IBM C54XDSP clone.
771 2001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
773 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
775 2001-11-09 Jeffrey A Law (law@cygnus.com)
777 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
778 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
779 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
780 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
781 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
782 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
783 (unw_decode_b2, unw_decode_b3_b4): Likewise.
785 * readelf.c (get_elf_class): Fix ISO portability glitch.
786 (get_data_encoding, get_osabi_name, request_dump): Likewise.
788 2001-11-07 Jakub Jelinek <jakub@redhat.com>
790 * readelf.c (debug_str, debug_str_size): New.
791 (display_debug_abbrev): If no abbrevs were read, skip the CU.
793 (read_and_display_addr): Handle DW_FORM_strp.
794 (display_debug_info): Read .debug_str section if present,
795 so that DW_FORM_strp can be handled.
796 Fix test for non-existant .debug_abbrev section.
798 2001-11-05 Jakub Jelinek <jakub@redhat.com>
800 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
802 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
804 2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
806 * MAINTAINERS: Add self as s390/s390x maintainer.
808 2001-11-02 Tom Rix <trix@bluey.cygnus.com>
810 * MAINTAINERS: Add self as PPC XCOFF maintainer.
812 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
814 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
815 * configure: Regernate.
816 * po/fr.po: New file.
817 * po/tr.po: New file.
819 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
821 * MAINTAINERS: Add self as MMIX port maintainer.
822 * readelf.c: Include elf/mmix.h.
823 (guess_is_rela): MMIX is RELA.
824 (dump_relocations): Handle MMIX relocations.
825 * Makefile.am: Regenerate dependencies.
826 * Makefile.in: Regenerate.
828 2001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
830 * readelf.c (parse_args): Handle multiple options to the -w
833 2001-10-12 Jakub Jelinek <jakub@redhat.com>
835 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
836 LOPROC, LOOS and LOUSER.
838 2001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
840 * MAINTAINERS: Update my email address.
842 2001-10-03 Alan Modra <amodra@bigpond.net.au>
844 * doc/Makefile.in: Regenerate.
845 * configure: Regenerate.
847 2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
849 * readelf.c (display_debug_line, display_debug_pubnames,
850 display_debug_info, display_debug_frames): Detect and warn
851 about 64-bit format entries.
852 (display_debug_aranges): Reword 64-bit warning.
853 (debug_displays): Add .debug_pubtypes as a known, but not yet
854 supported, debug section.
856 2001-10-02 Alan Modra <amodra@bigpond.net.au>
858 * coffdump.c (PROGRAM_VERSION): Delete.
859 (main <'V'>): Call print_version.
860 * srconv.c: Likewise.
861 * sysdump.c: Likewise.
862 * version.c (program_version): Remove.
863 (print_version): Use BFD_VERSION_STRING. Just print the current
864 year in copyright message.
865 * addr2line.c (program_version): Remove unused declaration.
866 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
867 place of BFD_VERSION.
868 * Makefile.am (Makefile): Depend on bfd/configure.in.
869 (cplus-dem.o): Depend on Makefile.
871 * Makefile.in: Regenerate.
873 2001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
875 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
876 format .debug_arange sections.
877 (main): Add missing prototype.
879 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
881 * Makefile.am: Update dependencies with "make dep-am".
882 * Makefile.in: Regenerate.
884 2001-09-28 Richard Henderson <rth@redhat.com>
886 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
888 2001-09-26 Alan Modra <amodra@bigpond.net.au>
890 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
892 (non_fatal): Likewise.
893 * objdump.c (objdump_sprintf): Likewise.
894 * readelf.c (error): Likewise.
897 2001-09-25 Jakub Jelinek <jakub@redhat.com>
899 * readelf.c (do_wide): New.
900 (options): Add --wide.
901 (usage, parse_args): Likewise.
902 (process_program_headers): Put each segment on a single line if
904 (process_section_headers): Put each section on a single line if
906 * doc/binutils.texi: Document it.
909 2001-09-25 Alan Modra <amodra@bigpond.net.au>
911 * readelf.c (print_vma): Print 8 digits of low hex value.
913 2001-09-24 Andreas Jaeger <aj@suse.de>
915 * nlmconv.c: Fix warnings about unused attributes and function
918 * strings.c: Add prototype for get_char.
920 2000-09-19 H.J. Lu <hjl@gnu.org>
922 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
923 $(srcdir)/cxxfilt.man.
924 * doc/Makefile.in: Rebuild.
926 2001-09-19 Alan Modra <amodra@bigpond.net.au>
928 * objcopy.c (copy_main): Correct rename-section string parsing.
929 Consolidate new_name parsing, and error messages.
931 2001-09-18 Bruno Haible <haible@clisp.cons.org>
933 * addr2line.c: Don't include <ctype.h>.
934 (main): For gettext, also set the LC_CTYPE locate facet.
935 * ar.c (main): Likewise.
936 * coffdump.c (main): Likewise.
937 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
938 (main): For gettext, also set the LC_CTYPE locate facet.
939 Use ISALNUM instead of isalpha/isdigit.
940 * dllwrap.c: Don't include <ctype.h>.
941 (main): For gettext, also set the LC_CTYPE locate facet.
942 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
943 (main): For gettext, also set the LC_CTYPE locate facet.
944 Use TOUPPER instead of islower/toupper.
945 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
946 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
947 Use TOUPPER instead of islower/toupper.
948 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
949 * objcopy.c (main): Likewise.
950 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
951 (disassemble_bytes): Use ISPRINT instead of isprint.
952 (dump_section_stabs): Use ISDIGIT instead of isdigit.
953 (dump_data): Use ISPRINT instead of isprint.
954 (main): For gettext, also set the LC_CTYPE locate facet.
955 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
956 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
957 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
958 Use TOUPPER instead of islower/toupper.
959 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
960 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
961 (write_rc_accelerators): Use ISPRINT instead of isprint.
962 (write_rc_rcdata): Likewise.
963 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
964 * srconv.c (main): Likewise.
965 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
966 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
967 isdigit/isupper/islower.
968 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
969 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
970 stab_demangle_prefix, stab_demangle_qualified,
971 stab_demangle_template, stab_demangle_type,
972 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
973 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
974 (isgraphic): Use ISPRINT instead of isascii/isprint.
975 (main): Remove HAVE_LC_MESSAGES dependency.
976 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
977 (pbarray): Use ISPRINT instead of isprint.
978 (main): For gettext, also set the LC_CTYPE locate facet.
979 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
980 (format_from_filename): Use ISPRINT instead of isprint.
981 (main): For gettext, also set the LC_CTYPE locate facet.
982 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
983 (unicode_print): Use ISPRINT instead of isprint.
984 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
985 (stab_variable): Use ISDIGIT instead of isdigit.
987 2001-09-18 Alan Modra <amodra@bigpond.net.au>
989 * ar.c (print_contents): Cast args of bfd_seek to the right types.
990 Replace bfd_read call with call to bfd_bread.
991 (extract_file): Likewise.
993 * objdump.c (dump_section_header): Cast section->filepos to
994 unsigned long to suit printf format string.
995 * readelf.c (process_section_headers): Similarly for sh_offset.
996 (process_unwind): Likewise.
998 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1000 * strings.c (encoding, encoding_bytes): New variables.
1001 (long_options): Add --encoding.
1002 (main): Accept -e and --encoding.
1003 (get_char): New function. Read a, possibly wide, character from
1005 (print_strings): Use get_char().
1006 (usage): Document new command line option.
1007 * doc/binutils.texi: Document new command line option.
1008 * NEWS: Announce new command line option.
1010 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
1012 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1013 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1014 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1015 Removed EM_CYGNUS_ARC.
1017 2001-09-04 Jeffrey A Law (law@cygnus.com)
1019 * readelf.c: Include elf/h8 for H8 series definitions.
1020 (guess_is_rela): H8 series if RELA.
1021 (dump_relocations): Handle H8 series relocations.
1023 2001-08-31 Eric Christopher <echristo@redhat.com>
1025 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1027 2001-08-29 Peter Targett <peter.targett@arccores.com>
1029 * MAINTAINERS: Include ARC Maintainer.
1031 2001-08-29 Ben Elliston <bje@redhat.com>
1033 * stabs.c (stab_demangle_template): Initialise s4.
1035 2001-08-27 Alan Modra <amodra@bigpond.net.au>
1037 * readelf.c (dump_relocations): Recognise EM_PPC64.
1039 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1041 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1043 2001-08-25 H.J. Lu <hjl@gnu.org>
1045 * nm.c (print_width): New.
1046 (display_rel_file): Set `print_width' according to
1048 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1050 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
1052 * objcopy.c (use_alt_mach_code): New variable.
1053 (OPTION_ALT_MACH_CODE): Define.
1054 (copy_options): Added --alt-machine-code.
1055 (copy_main): Handle it.
1056 (copy_object): Switch to alternate machine code if requested.
1057 * doc/binutils.texi: Document new option.
1060 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1062 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1064 2001-08-21 H.J. Lu <hjl@gnu.org>
1066 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1067 (display_debug_info): Cast for 64bit hosts.
1068 (display_debug_frames): Likewise.
1069 (process_mips_specific): Likewise.
1071 2001-08-21 Andreas Jaeger <aj@suse.de>
1073 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1075 * sysdump.c: Add missing prototypes.
1076 * srconv.c: Likewise.
1077 * unwind-ia64.c: Likewise.
1078 * coffdump.c: Likewise.
1080 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1082 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1083 of declaring xcalloc.
1085 2001-08-10 H.J. Lu <hjl@gnu.org>
1087 * nm.c (print_value): Add one arg, bfd *.
1088 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1089 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1090 (print_symbol_info_sysv): Likewise.
1091 (print_symbol_info_posix): Likewise.
1093 * objdump.c (dump_section_header): Replace printf_vma with
1095 (print_section_stabs): Likewise.
1096 (dump_bfd_header): Likewise.
1097 (objdump_print_value): Replace sprintf_vma with
1099 (disassemble_bytes): Likewise.
1100 (dump_reloc_set): Likewise.
1102 2001-08-10 Andreas Jaeger <aj@suse.de>
1104 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1106 * configure: Regenerate.
1108 2001-08-09 Alan Modra <amodra@bigpond.net.au>
1110 * readelf.c: Add missing prototypes.
1111 * objdump.c: Likewise. Format existing prototypes.
1113 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
1115 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1116 of any RELA relocation for the abbrev_offset memory location that
1117 refers to the .debug_abbrev section symbol.
1119 2001-08-07 H.J. Lu <hjl@gnu.org>
1121 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1122 (main): Return process_file ().
1124 2001-08-05 Philip Blundell <philb@gnu.org>
1126 * doc/binutils.texi: Use "Thumb" not "THUMB".
1128 2001-08-03 John Healy <jhealy@redhat.com>
1130 Patch suggested by Frank Eigler <fche@redhat.com>.
1131 * objdump.c (disassemble_data): Fill in section member of the
1132 disasm_info structure.
1134 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1136 * configure.in: Added --with-windres option.
1137 * configure: Regenerated.
1139 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1141 * doc/binutils.texi: Use @command{name} for commands;
1142 use @option{-opt} for options; use @table @env for list of options;
1143 remove spaces arround [ | ] in synopsis.
1145 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1148 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1150 * objcopy.c: Fix formatting.
1151 (section_rename): New structure.
1152 (OPTION_RENAME_SECTION): New switch.
1153 (copy_usage): Document new switch.
1154 (add_section_rename): New function: Add a node to the section
1156 (find_section_rename): New function: Find the new name and
1157 flags for a section.
1158 (setup_section): Call find_section_name to determine the name
1159 of the output section.
1160 (copy_main): Handle OPTION_RENAME_SECTION.
1161 * binutils.texi: Document new switch.
1162 * NEWS: Mention new switch.
1164 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1166 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1167 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1168 bug-binutils@gcc.org.
1170 2001-07-28 Matthias Kramm <kramm@quiss.org>
1172 * bucomm.c (list_supported_architectures): New function.
1173 * bucomm.h (list_supported_architectures): Declare.
1174 * objdump.c (usage): Call the above.
1176 2001-07-25 Dave Brolley <brolley@redhat.com>
1178 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1179 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1181 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1183 * README: Update for 2.11. Change bug reporting email address.
1184 * MAINTAINERS: Tidy up. Change bug reporting email address.
1186 2001-07-16 DJ Delorie <dj@redhat.com>
1188 * resres.c (write_res_header): Align header size.
1189 (res_align_file): Calculate alignment correctly.
1191 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1193 * resrc.c (write_rc_resource): Likewise.
1194 * windres.h (SUBLANG_SHIFT): Define - as 10.
1196 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1198 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1200 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1202 * MAINTAINERS: Add notes about branch checkins.
1204 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
1206 * readelf.c (display_debug_macinfo): New function, display
1207 .debug_macinfo section.
1208 (do_debug_macinfo): New variable.
1209 (parse_args): Handle "-w[mM]" to mean display macro info.
1210 (process_section_headers): Handle debug_macinfo.
1211 (debug_displays): Replace unsupported function with macinfo
1212 function for .debug_macinfo display.
1213 * doc/binutils.texi: Document new command line switch.
1214 * NEWS: Document new feature of readelf.
1216 2001-07-05 H.J. Lu <hjl@gnu.org>
1218 * objcopy.c (filter_symbols): Don't turn undefined symbols
1221 2001-07-03 H.J. Lu <hjl@gnu.org>
1223 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1226 (dlltool.1): Likewise.
1227 (nlmconv.1): Likewise.
1229 (objcopy.1): Likewise.
1230 (objdump.1): Likewise.
1231 (ranlib.1): Likewise.
1232 (readelf.1): Likewise.
1234 (strings.1): Likewise.
1235 (strip.1): Likewise.
1236 (windres.1): Likewise.
1237 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1238 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1241 * doc/Makefile.in: Regenerated.
1243 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1245 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1247 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
1249 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1251 2001-06-29 James Cownie <jcownie@etnus.com>
1253 * readelf.c: Support DWARF 2.1 attributes.
1255 2001-06-28 Alan Modra <amodra@bigpond.net.au>
1257 * readelf.c (GET_DATA_ALLOC): Remove.
1259 (get_data): New function combining above macros, with an extra
1261 (slurp_rela_relocs): Use get_data, and catch error return.
1262 (slurp_rel_relocs): Likewise.
1263 (get_32bit_program_headers): Likewise.
1264 (get_64bit_program_headers): Likewise.
1265 (get_32bit_section_headers): Likewise.
1266 (get_64bit_section_headers): Likewise.
1267 (get_32bit_elf_symbols): Likewise.
1268 (get_64bit_elf_symbols): Likewise.
1269 (process_section_headers): Likewise.
1270 (process_relocs): Likewise.
1271 (slurp_ia64_unwind_table): Likewise.
1272 (process_unwind): Likewise.
1273 (get_32bit_dynamic_segment): Likewise.
1274 (get_64bit_dynamic_segment): Likewise.
1275 (process_dynamic_segment): Likewise.
1276 (process_version_sections): Likewise.
1277 (process_symbol_table): Likewise.
1278 (dump_section): Likewise.
1279 (display_debug_info): Likewise.
1280 (display_debug_section): Likewise.
1281 (process_section_contents): Likewise.
1282 (process_corefile_note_segment): Likewise.
1283 (process_mips_specific): Likewise. Also free econf32, econf64.
1285 2001-06-25 Alan Modra <amodra@bigpond.net.au>
1287 * readelf.c (dump_relocations): Print "bad symbol index" if
1288 symtab == NULL with non-zero symtab_index.
1289 (process_relocs): Don't bomb if reloc section has no symsec.
1291 2001-06-24 H.J. Lu <hjl@gnu.org>
1293 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1295 (copy_main): Apply the the change made to strip_main on
1296 2001-05-30 by accident.
1298 2001-06-23 Andreas Jaeger <aj@suse.de>
1300 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1302 (unw_decode_x2): Likewise.
1303 (unw_decode_x3): Likewise.
1304 (unw_decode_x4): Likewise.
1306 2001-06-23 Ben Elliston <bje@redhat.com>
1308 * MAINTAINERS: Add myself as M88k maintainer.
1310 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1312 * objcopy.c (strip_main): Support -o or --output-file command lien
1315 2001-06-19 H.J. Lu <hjl@gnu.org>
1317 * doc/Makefile.in: Regenerated.
1319 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1321 * readelf.c: Restore formatting.
1323 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1325 * Makefile.am: Move documentation into doc subdirectory.
1326 * Makefile.in: Regenerated.
1327 * binutils.texi: Move into doc subdirectory.
1328 * addr2line.1: Removed.
1330 * dlltool.1: Likewise.
1331 * nlmconv.1: Likewise.
1333 * objcopy.1: Likewise.
1334 * objdump.1: Likewise.
1335 * ranlib.1: Likewise.
1336 * readelf.1: Likewise.
1338 * strings.1: Likewise.
1339 * strip.1: Likewise.
1340 * windres.1: Likewise.
1341 * cxxfilt.man: Likewise.
1342 * doc: New Directory.
1343 * doc/Makefile.am: New file.
1344 * doc/Makefile.in: Generate.
1346 2001-06-09 Alan Modra <amodra@bigpond.net.au>
1348 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1350 2001-06-01 Alan Modra <amodra@bigpond.net.au>
1352 * MAINTAINERS: Update my email address.
1354 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1356 * objcopy.c: Add new switches: --keep-global-symbol,
1357 --keep-symbols, --localize-symbols, --keep-global-symbols and
1359 * binutils.texi: Document new switches.
1360 * objcopy.1: Regenerate.
1361 * NEWS: Announce new feature.
1363 2001-05-28 Andreas Jaeger <aj@suse.de>
1365 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1366 variables, fix format strings.
1368 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1370 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1371 when computing the address of the line to show.
1373 2001-05-16 Richard Henderson <rth@redhat.com>
1375 * readelf.c (do_debug_frames_interp): New.
1376 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1377 (byte_get_big_endian): Likewise.
1378 (parse_args) ['F']: Set do_debug_frames_interp.
1379 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1380 (frame_display_row): Don't trunc pc_begin to int.
1381 (size_of_encoded_value): New.
1382 (display_debug_frames): Handle 64-bit targets. Print raw data
1383 unless do_debug_frames_interp.
1384 (debug_displays): Remove duplicate .debug_frame.
1386 2001-05-15 Ralf Baechle <ralf@gnu.org>
1388 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1389 The former constant was never in active use and is used otherwise
1392 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1394 * readelf.c (process_unwind): Print all unwind sections, not just
1397 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1399 * readelf.c (process_unwind): Remove const specifier.
1401 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1403 * strings.c (isgraphic): Do not use isascii() unless it is needed
1404 for isprint() to work.
1405 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1407 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
1409 * NEWS: Announce support for OpenRISC.
1411 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
1413 * dlltool.c (do_default_excludes): Initialise to true.
1415 2001-04-10 Alan Modra <amodra@one.net.au>
1417 * MAINTAINERS: Update my email address
1418 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1420 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
1422 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1424 2001-03-30 H.J. Lu <hjl@gnu.org>
1426 * readelf.c (process_unwind): Just return if do_unwind is 0.
1428 2001-03-28 Roger Sayle <roger@metaphorics.com>
1430 * dlltool.c (make_one_lib_file): Fix section flags for
1431 .text, .data and .bss in stub ds*.o files to match those
1434 2001-03-29 H.J. Lu <hjl@gnu.org>
1436 * readelf.c (process_unwind): Only do unwind sections for
1439 2001-03-28 H.J. Lu <hjl@gnu.org>
1441 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1442 * Makefile.in: Regenerate.
1444 2001-03-26 Andreas Jaeger <aj@suse.de>
1446 * binutils.texi (nm): Fix texi syntax.
1448 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1450 * binutils.texi: Put @c man begin and @c man end indications
1451 to generate man pages using texi2pod and pod2man. Put @c man title
1452 to identify each man. Add SEEALSO entries.
1453 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1454 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1456 (*.1): Build the man pages from binutils.texi.
1457 * Makefile.in: Regenerate.
1459 2001-03-13 Eric Kohl <ekohl@rz-online.de>
1461 * defparse.y (opt_equal_name): allow "." in name.
1462 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1463 (gen_exp_file): Likewise.
1465 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1467 * NEWS: Document addition of -B switch to objcopy.
1468 * binutils.texi: Document addition of -B switch to objcopy.
1469 * objcopy.c: (copy_options): Add --binary-architecture.
1470 (copy_usage): Document -B/--binary-architecture.
1471 (copy_main): Support -B/--binary-architecture. Set
1472 bfd_external_binary_architecture.
1474 2001-03-11 Andreas Jaeger <aj@suse.de>
1476 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1477 (dump_relocations): Likewise.
1478 (get_machine_name): Likewise.
1480 2001-02-28 Nick Clifton <nickc@redhat.com>
1482 * readelf.c: (struct unw_aux_info): Remove const modifier for
1484 (process_unwind): Remove non-K&R compliant LHS type cast in call
1485 to GET_DATA_ALLOC macro.
1487 2001-02-28 Philip Blundell <pb@futuretv.com>
1489 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1490 ABI is in use; remove ambiguity between the "unknown" EABI and
1491 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1492 renamed EF_xx constants.
1494 2001-02-27 Alan Modra <alan@linuxcare.com.au>
1496 * configure.in (BFD_VERSION): New.
1497 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1498 * configure: Regenerate.
1499 * Makefile.am: Run "make dep-am"
1500 * Makefile.in: Regenerate.
1502 2001-02-14 Nick Clifton <nickc@redhat.com>
1504 * MAINTAINERS: Add "Obvious Fix" rule.
1506 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1508 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1509 literal concatenation.
1511 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1513 * readelf.c (struct unw_aux_info): Remove const from the info member.
1514 (process_unwind): Don't type-cast the third argument to the
1515 GET_DATA_ALLOC macro.
1517 2001-02-11 Nick Clifton <nickc@redhat.com>
1519 * readelf.c (dump_relocations): Free corrected allocated
1521 (process_unwind): Fix compile time warning.
1523 2001-02-10 Nick Clifton <nickc@redhat.com>
1525 * binutils.texi: Document new --unwind option to readelf.
1527 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1529 * readelf.c: Add linux target for S/390.
1531 2001-02-10 Alan Modra <alan@linuxcare.com.au>
1533 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1536 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1538 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1539 * aclocal.m4: Regenerate.
1540 * configure: Regenerate.
1542 2001-02-07 Todd Vierling <tv@wasabisystems.com>
1544 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1545 * objdump.c (bfd_target_vector): Likewise.
1547 2001-02-07 David Mosberger <davidm@hpl.hp.com>
1549 * readelf.c (process_unwind): New function.
1550 (slurp_ia64_unwind_table): Ditto.
1551 (dump_ia64_unwind): Ditto.
1552 (find_symbol_for_address): Ditto.
1553 (slurp_rela_relocs): New function (split off from dump_relocations()).
1554 (slurp_rel_relocs): Ditto.
1555 (parse_args): Handle '-u' option.
1557 * unwind-ia64.c: New file.
1558 * unwind-ia64.h: New file.
1559 * Makefile.am: Include unwind-ia64.c in readelf build.
1560 * Makefile.in: Regenerate.
1561 * po/binutils.pot: Regenerate.
1563 2001-02-04 Philip Blundell <philb@gnu.org>
1565 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1566 * configure: Regenerate.
1568 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
1570 * ieee.c (ieee_add_bb11): Don't check for backslashes
1571 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1573 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1575 * ieee.c: Update copyright.
1576 (ieee_start_compilation_unit): Don't check for backslashes
1577 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1579 * stabs.c: Update copyright. Include "filenames.h".
1580 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1582 2001-01-23 Jakub Jelinek <jakub@redhat.com>
1584 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1585 sections are present before using them. Remove code duplication.
1586 (process_symbol_table): Check if VERDEF or VERNEED sections are
1587 present before using them.
1589 2001-01-17 Nick Clifton <nickc@redhat.com>
1591 * objcopy.c (copy_object): Fail if attempting to convert the
1592 endianness of the input object file.
1594 * binutils.texi: Explain that objcopy cannot convert endianness.
1596 2001-01-16 Nick Clifton <nickc@redhat.com>
1598 * readelf.c (string_table_length): New variable.
1599 (SECTION_NAME): Catch out of range indices and missing section
1601 (process_section_headers): Delete useless local variable
1602 string_table_offset. Set the value of string_table_length
1603 after loading the string table.
1604 (process_mips_specific): Use SECTION_NAME macro.
1605 (process_file): Set string_table_length to 0 when it is freed.
1607 2001-01-12 Nick Clifton <nickc@redhat.com>
1609 * version.c (print_version): Update copyright date.
1611 2001-01-11 Peter Targett <peter.targett@arccores.com>
1613 * readelf.c (dump_relocations): Include selection with EM_ARC.
1614 (get_machine_name) Update name to "ARC".
1616 2001-01-09 Nick Clifton <nickc@redhat.com>
1618 * Makefile.am: Add rule to build objdump.o from objdump.c and
1620 * Makefile.in: Regenerate.
1622 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1623 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1624 -DDISASSEMBLER_NEEDS_RELOCS.
1625 * configure: Regenerate.
1627 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1628 is defined read in the relocs even if dump_reloc_info is
1631 2001-01-07 Philip Blundell <philb@gnu.org>
1633 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1637 2000-12-19 Nick Clifton <nickc@redhat.com>
1639 * dlltool.c: Add missing support for arm-epoc-pe.
1640 * configure.in: Add missing support for arm-epoc-pe.
1641 * configure: Regenerate.
1643 2000-12-15 Nick Clifton <nickc@redhat.com>
1645 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1646 Mode parts of the x86 port.
1648 2000-12-04 Andreas Jaeger <aj@suse.de>
1650 * readelf.c (guess_is_rela): Add EM_X86_64.
1651 (dump_relocations): Add EM_X86_64.
1652 (get_machine_name): Add EM_X86_64.
1653 Include "elf/x86-64.h".
1655 2000-12-12 Nick Clifton <nickc@redhat.com>
1657 * readelf.c: Fix formatting.
1659 2000-12-11 Jan Hubicka <jh@suse.cz>
1661 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1663 2000-12-07 Andrew Haley <aph@redhat.com>
1665 * readelf.c (display_debug_frames): Only display columns that are
1666 referenced by the frame debug info.
1668 2000-12-05 Nick Clifton <nickc@redhat.com>
1670 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1672 2000-12-04 Jason Merrill <jason@redhat.com>
1674 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1675 (display_debug_section): Likewise.
1676 (display_debug_info): Display CU header before bailing.
1678 2000-12-01 Chris Demetriou <cgd@sibyte.com>
1680 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1681 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1682 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
1684 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1687 * readelf.c (get_machine_flags): Add case for
1690 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
1692 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1694 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1696 * MAINTAINERS: Add J
\81örn Rennecke and self as SH maintainers.
1697 Change sourceware.cygnus.com to sources.redhat.com.
1698 Fix typo for "amongst".
1700 2000-11-28 Nick Clifton <nickc@redhat.com>
1702 * strip.1 (COPYING): Mention that the GNU Free Documentation
1703 License is present in the sources, but not the output, and
1704 also available from the GNU website.
1705 (GNU Free Documentation License): Comment out this section.
1714 * addr2line.1: Ditto.
1716 2000-11-27 DJ Delorie <dj@redhat.com>
1718 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
1719 (parse_args): Support -wf option.
1720 (process_section_headers): Ditto.
1721 (debug_displays): Ditto.
1722 (display_debug_frames): New, dump *_frame sections.
1723 (frame_need_space): Support for above.
1724 (frame_display_row): Ditto.
1725 * binutils.texi: Document it.
1727 2000-11-24 Nick Clifton <nickc@redhat.com>
1729 * NEWS: Announce support for v5t, v5te and XScale.
1731 2000-11-22 Nick Clifton <nickc@redhat.com>
1733 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
1734 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
1735 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
1736 (get_elf_section_flags: Add SHF_GROUP.
1737 (process_section_headers): Adjust output for 32-bit binaries
1738 to look nice on an 80 column terminal.
1740 2000-11-20 H.J. Lu <hjl@gnu.org>
1742 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
1745 2000-11-17 Richard Henderson <rth@redhat.com>
1747 * readelf.c (display_debug_lines): Adjust last change to
1748 use sizeof (external->li_length).
1750 2000-11-17 Richard Henderson <rth@redhat.com>
1752 * readelf.c (display_debug_lines): Fix section length check
1753 and end_of_sequence computation.
1755 2000-11-06 Nick Clifton <nickc@redhat.com>
1757 * binutils.texi: Add GNU Free Documentation License.
1758 * objcopy.1: Add GNU Free Documentation License.
1759 * objdump.1: Add GNU Free Documentation License.
1760 * addr2line.1: Add GNU Free Documentation License.
1761 * ar.1: Add GNU Free Documentation License.
1762 * nlmconv.1: Add GNU Free Documentation License.
1763 * nm.1: Add GNU Free Documentation License.
1764 * ranlib.1: Add GNU Free Documentation License.
1765 * size.1: Add GNU Free Documentation License.
1766 * strings.1: Add GNU Free Documentation License.
1767 * strip.1: Add GNU Free Documentation License.
1769 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
1771 * objcopy.c (--srec-len=nn): New parameter to set the
1772 maximum length of generated Srecords.
1773 (--srec-forceS3): New parameter that restricts the generation of
1774 Srecords to type S3 only.
1775 * binutils.texi: Document new command line switches.
1776 * objcopy.1: Docuemnt the new command line switches.
1777 * NEWS: Announce the existence of the new command line switches.
1779 2000-10-31 Nick Clifton <nickc@redhat.com>
1781 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
1782 code. Add Eric Chrisopher as maintainer of MN10300 port.
1784 2000-10-12 Roger Sayle <roger@metaphorics.com>
1786 * Make comma after string after icon/control optional.
1788 2000-09-13 Anders Norlander <anorland@acc.umu.se>
1790 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
1792 * NEWS: Mention support for MIPS32.
1794 2000-09-08 Nick Clifton <nickc@redhat.com>
1796 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
1798 2000-09-07 H.J. Lu <hjl@gnu.org>
1800 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1801 * configure: Rebuild.
1803 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
1805 * configure: Rebuilt with new libtool.m4.
1807 2000-09-05 Nick Clifton <nickc@redhat.com>
1809 * aclocal.m4: Regenerate.
1810 * config.in: Regenerate.
1811 * configure: Regenerate.
1813 2000-09-04 Todd Vierling <tv@wasabisystems.com>
1815 * strip.1: Fix stray '\' in -o formatting.
1817 2000-09-02 Nick Clifton <nickc@redhat.com>
1819 * configure.in: Increase version number to 2.10.91.
1820 * configure: Regenerate.
1821 * aclocal.m4: Regenerate.
1822 * config.in: Regenerate.
1823 * po/binutils.pot: Regenerate.
1825 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
1827 * acinclude.m4: Include libtool and gettext macros from the
1829 * aclocal.m4, configure: Rebuilt.
1831 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
1833 * resrc.c (close_input_stream): Delete extraneous logic
1835 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
1837 * NEWS: Mention support for CRIS.
1839 2000-08-21 Nick Clifton <nickc@redhat.com>
1841 * addr2line.c: Changed email address for Ulrich Lauther.
1843 2000-08-17 Christopher C. Chimelis <chris@debian.org>
1845 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
1847 2000-08-17 Nick Clifton <nickc@redhat.com>
1849 * readelf.c (display_debug_pubnames): Only issue warning
1850 message once. Terminate message with a new line.
1851 (display_debug_aranges): Only display version 2 debug info.
1853 2000-08-14 Todd Vierling <tv@wasabisystems.com>
1855 * objcopy.c (strip_main): Silently accept -d as an alias for -g
1856 for compatability with old BSD systems.
1858 2000-08-14 Jason Eckhardt <jle@cygnus.com>
1860 * NEWS: Mention i860 support.
1862 2000-08-11 Carlo Wood <carlo@alinoe.com>
1864 * addr2line.c (main): Add const to char *.
1866 2000-08-11 Geoff Keating <geoffk@cygnus.com>
1868 * ar.c (main): Don't crash if called with no arguments
1869 or only '-X32_64' as an argument.
1871 2000-08-08 DJ Delorie <dj@redhat.com>
1873 * resrc.c: use "gcc -xc" instead of -xc-header
1875 2000-08-05 Jason Eckhardt <jle@cygnus.com>
1877 * readelf.c (elf/i860.h): Include.
1878 (dump_relocations): Add recognition of i860 architecture.
1879 (guess_is_rela): Add recognition of i860 architecture.
1881 2000-08-03 Nick Clifton <nickc@cygnus.com>
1883 * MAINTAINERS: Add information about CGEN maintainers.
1885 2000-07-26 Geoff Keating <geoffk@cygnus.com>
1887 * nm.c (main): Ignore '-X32_64' as an option.
1888 * ar.c (main): Likewise.
1889 * binutils.texi (nm): Document new option.
1892 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1894 * rdcoff.c (external_coff_symbol_p): K&R-ise.
1896 2000-07-20 H.J. Lu <hjl@gnu.org>
1898 * binutils.texi: Put back "@end table" deleted by
1901 2000-07-05 Kenneth Block <krblock@computer.org>
1903 * nm.c: Add optional style to demangle switch.
1904 * objdump.c: Add optional style to demangle switch.
1905 * addr2line.c: Add optional style to demangle switch.
1906 * binutils.texi: Document optional style to demangle
1909 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
1911 * MAINTAINERS: Add self as CRIS port maintainer.
1912 * readelf.c: Include elf/cris.h.
1913 (guess_is_rela): Handle EM_CRIS.
1914 (dump_relocations): Ditto.
1915 (get_machine_name): Ditto.
1916 * Makefile.am: Rebuild dependencies.
1917 * Makefile.in: Regenerate.
1918 * po/binutils.pot: Regenerate.
1920 2000-07-19 H.J. Lu <hjl@gnu.org>
1922 * readelf.c (get_dynamic_type): Change "AUXILARY" to
1924 (process_dynamic_segment): Print out strings for DT_CONFIG,
1925 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
1927 2000-07-19 Mark Kettenis <kettenis@gnu.org>
1929 * nm.c (usage): Change output of `nm --help' to include a
1930 description of the purpose of the program and a detailed
1931 description of the accepted options.
1933 2000-07-19 H.J. Lu <hjl@gnu.org>
1935 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
1938 2000-07-19 H.J. Lu <hjl@gnu.org>
1940 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
1942 2000-07-19 H.J. Lu <hjl@gnu.org>
1944 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
1946 (process_dynamic_segment): Likewise.
1948 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
1949 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
1950 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
1951 DF_1_NODUMP and DF_1_CONLFAT.
1953 2000-07-18 Nick Clifton <nickc@cygnus.com>
1955 * binutils.texi (readelf): Fix spelling typo.
1957 2000-07-11 Mark Kettenis <kettenis@gnu.org>
1959 * objdump.c (usage): Make output of `objdump --help' more
1960 consistent with the rest of the GNU world. Add a line describing
1961 the purpose of the program.
1963 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
1965 * stabs.c (parse_stab_range_type): Cast to proper type to fix
1968 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
1970 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
1972 (process_symbol_table): Ditto.
1973 (procesS_extended_line_op): Ditto.
1974 (display_debug_lines): Ditto.
1975 (display_debug_pubnames): Ditto.
1976 (read_and_display_attr): Ditto.
1978 2000-07-09 Nick Clifton <nickc@cygnus.com>
1980 * MAINTAINERS: Add several more port specific maintainers.
1982 2000-07-05 Nick Clifton <nickc@cygnus.com>
1984 * MAINTAINERS: Add blanket write privs for Michael Meissner.
1986 2000-06-05 DJ Delorie <dj@redhat.com>
1990 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
1992 * dllwrap.c: Changed mistaken dyn_string_append() calls
1993 to dyn_string_append_cstr().
1995 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
1997 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
1998 struct debug_type stores size in bytes.
2000 2000-07-01 Alan Modra <alan@linuxcare.com.au>
2002 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2003 (CLEANFILES): Add DEPA.
2004 * Makefile.in: Regenerate.
2006 2000-06-27 Alan Modra <alan@linuxcare.com.au>
2008 * ar.c: Revert incorrect 2000-06-25 patch.
2009 * bucomm.c: Likewise.
2011 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2013 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2014 (external_coff_symbol_p): New function.
2015 (parse_coff): Use it.
2017 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
2019 * ar.c (normalize): Advance past both characters in a DOS based
2020 <letter>: filepath prefix.
2022 * bucomm.c (make_tempname): Likewise.
2024 2000-06-24 Nick Clifton <nickc@cygnus.com>
2026 * objdump.c (usage): Fix description of --stabs switch.
2028 2000-06-22 Alan Modra <alan@linuxcare.com.au>
2030 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2032 * Makefile.in: Regenerate.
2034 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
2036 * ar.c (normalize): Correct pointer comparison when checking for
2039 * bucomm.c (make_tempname): Likewise.
2041 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2042 and search for backslashes in the original pathname.
2043 (ieee_add_bb11): Likewise.
2045 2000-06-18 Nick Clifton <nickc@redhat.com>
2047 * ar.c (print_contents): Improve verbose message.
2049 2000-06-15 H.J. Lu <hjl@gnu.org>
2051 * dyn-string.c: Removed. Not needed with dyn-string.c in
2053 * dyn-string.h: Likewise.
2055 * Makefile.am: Remove references to dyn-string.c and
2056 dyn-string.h. Rebuild dependency.
2057 * Makefile.in: Rebuild.
2059 2000-06-15 H.J. Lu <hjl@gnu.org>
2061 * binutils.texi: Put a warning on copying relocatable object
2062 files between two different formats.
2064 2000-06-13 DJ Delorie <dj@cygnus.com>
2066 * rcparse.y (control): ICON controls take an id as the first
2067 parameter, not an optional string. Also, call new convenience
2068 function that takes res_id's.
2069 * resrc.c (define_control): missing text means zero-length string,
2071 (define_icon_control): New.
2072 * windres.h: declare define_icon_control.
2074 2000-06-13 H.J. Lu <hjl@gnu.org>
2076 * configure: Regenerate.
2078 2000-06-08 David O'Brien <obrien@FreeBSD.org>
2080 * configure.in (VERSION): Update to show this is the CVS mainline.
2082 2000-06-02 David O'Brien <obrien@FreeBSD.org>
2084 * strings.c (isgraphic): Interpret <TAB> as a printable character,
2085 analogous to <SPACE>.
2087 2000-05-30 Alan Modra <alan@linuxcare.com.au>
2089 * objdump.c (display_target_list): Use bfd_close_all_done, not
2090 bfd_close to fix crash caused by 2000-05-24 change.
2092 2000-05-25 DJ Delorie <dj@cygnus.com>
2094 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2096 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2098 * Makefile.am: Update dependencies with "make dep-am"
2099 * Makefile.in: Regenerate.
2101 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2103 * ar.c: Include filenames.h.
2104 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2105 and drive letters in file names.
2106 (main): Support backslashes and drive letters in argv[0]. Drop
2107 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
2108 FILENAME_CMP instead of strcmp to compare file names.
2109 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2111 (do_quick_append) [__GO32__]: Ditto.
2112 (get_pos_bfd, delete_members, move_members, replace_members):
2113 Compare file names with FILENAME_CMP.
2115 * bucomm.c: Include filenames.h.
2116 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2117 forward/backward slashes and drive letters in file names.
2119 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2120 mixed forward/backward slashes and drive letters in file names.
2122 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2123 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2126 * objcopy.c: Include filenames.h.
2127 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2128 before comparing to "strip".
2129 Use FILENAME_CMP to compare file names.
2131 * arsup.c: Include filenames.h.
2132 (map_over_list, ar_delete, ar_replace, ar_extract): Use
2133 FILENAME_CMP to compare file names.
2134 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2135 the temporary file name.
2137 * configure.in: Check for setmode.
2138 * configure: Regenerate.
2140 2000-05-24 Alan Modra <alan@linuxcare.com.au>
2142 * objdump.c (display_target_list): Close the bfd.
2143 (display_info_table): Likewise.
2145 2000-05-14 H.J. Lu (hjl@gnu.org)
2147 * objcopy.c (filter_symbols): Don't strip global symbols in
2148 relocatable object files.
2150 2000-05-14 Alan Modra <alan@linuxcare.com.au>
2152 * size.c (usage): Associate short options with corresponding long
2153 option to give a clue as to their function.
2155 2000-05-14 Philippe De Muyter <phdm@macqel.be>
2157 * size.c (main): Accept and ignore `-f' option.
2159 2000-05-13 Alan Modra <alan@linuxcare.com.au>
2161 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2162 bindtextdomain): Replace defines with those from intl/libgettext.h
2163 to quieten gcc warnings.
2165 2000-05-12 H.J. Lu <hjl@gnu.org>
2167 * nlmconv.c (temp_filename): Removed.
2169 * nlmconv.c (link_inputs): Use make_temp_file () instead of
2170 choose_temp_base ().
2171 * objdump.c (display_target_list): Likewise.
2172 (display_info_table): Likewise.
2174 2000-05-08 Alan Modra <alan@linuxcare.com.au>
2176 * objcopy.c (setup_section): Add const and gettext calls for err.
2178 2000-05-02 H.J. Lu <hjl@gnu.org>
2180 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2181 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2182 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2183 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2184 and ELFOSABI_OPENBSD.
2186 2000-05-02 Kazu Hirata <kazu@hxi.com>
2188 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2189 * srconv.c: Likewise.
2190 * sysdump.c: Likewise.
2192 2000-04-23 Denis Chertykov <denisc@overta.ru>
2194 * readelf.c (guess_is_rela): AVR uses RELA relocations.
2195 (get_machine_name): machine name for EM_AVR added.
2197 2000-04-21 Richard Henderson <rth@cygnus.com>
2198 David Mosberger <davidm@hpl.hp.com>
2200 * Makefile.am (readelf.o): Add elf/ia64.h.
2201 * Makefile.in: Rebuild.
2202 * readelf.c: Include elf/ia64.h.
2203 (guess_is_rela, dump_relocations): Handle EM_IA_64.
2205 2000-04-17 Timothy Wall <twall@cygnus.com>
2207 * objdump.c (disassemble_data): Set octets per byte *after*
2208 resolving arch/mach for binary files.
2210 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2212 * arlex.l: Add directives to increase lex buffer size.
2214 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2215 already included by bucomm.h.
2217 2000-04-10 Philippe De Muyter <phdm@macqel.be>
2219 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2220 `strftime' since strftime is not available on all systems.
2221 (process_mips_specific): Ditto.
2223 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
2225 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
2226 --enable-build-warnings option.
2227 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2228 * Makefile.in, configure: Re-generate.
2230 2000-04-06 Alan Modra <alan@linuxcare.com.au>
2232 * addr2line.c: Update copyright.
2233 * objcopy.1: Likewise, and title.
2234 * strings.1: Likewise.
2236 * version.c (print_version): Add 2000.
2238 * rddbg.c (read_section_stabs_debugging_info): Don't use
2239 bfd_size_type for strx to avoid printf problems if BFD64.
2241 * bucomm.c: (report): Remove `static'.
2242 Move inclusion of stdarg.h/vararg.h from here.
2243 * bucomm.h: To here.
2244 (CONST): Change all occurences to const.
2245 (report): Declare it.
2246 (bfd_fatal): Add ATTRIBUTE_NORETURN.
2247 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2248 (non_fatal): Add ATTRIBUTE_PRINTF_1.
2250 * ar.c (main): Use fatal or non_fatal instead of fprintf.
2251 Correct a typo in an error message.
2252 (do_quick_append): Use non_fatal instead of fprintf.
2253 (move_members): Use fatal instead of fprintf, exit.
2254 * coffdump.c (main): Same here.
2256 * dlltool.c (display): Delete.
2258 (inform): Use `report' instead of `display'.
2259 (rvaafter): Remove trailing \n from fatal error msg.
2261 (asm_prefix): Ditto.
2262 (yyerror): Replace `warn' with `non_fatal', and remove \n.
2263 (def_name): Likewise.
2265 (scan_all_symbols): Likewise.
2266 (gen_lib_file): Likewise.
2267 (def_library): Likewise. Remove extra program_name too.
2268 (run): Remove \n from inform strings.
2269 (scan_drectve_symbols): Likewise.
2270 (add_excludes): Likewise.
2271 (scan_open_obj_file): Likewise.
2272 (gen_exp_file): Likewise.
2273 (gen_lib_file): Likewise.
2274 (process_duplicates): Likewise.
2276 * Makefile.am (dllwrap_SOURCES): Add version.c.
2277 * dllwrap.c (program_version): Delete.
2278 (print_version): Delete.
2279 (display): Always print trailing \n.
2281 (delete_temp_files): Use warn instead of fprintf. Use gettext.
2284 (usage): gettext'ify.
2285 (long_options): Add missing initialisers.
2287 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2288 (select_output_format): Likewise.
2289 (powerpc_mangle_relocs): Likewise.
2290 (link_inputs): Likewise.
2292 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2293 (set_output_format): Likewise.
2294 (main): Use non_fatal instead of fprintf.
2295 (display_rel_file): Likewise.
2297 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2298 (slurp_dynamic_symtab): Same here.
2299 (disassemble_data): And here.
2300 (read_section_stabs): And here.
2301 (read_section_stabs): And here.
2302 (dump_bfd): And here.
2304 (objdump_sprintf): Use fatal instead of fprintf, exit.
2305 (disassemble_data): Same here.
2307 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2308 (parse_coff_struct_type): Same here.
2309 (parse_coff_enum_type): And here.
2310 (parse_coff): And here.
2311 * rddbg.c (read_debugging_info): And here.
2312 * size.c (main): And here.
2313 * windres.c (format_from_name): And here.
2314 * wrstabs.c (stab_write_symbol): Here too.
2315 (write_stabs_in_sections_debugging_info): And here.
2316 (stab_int_type): And here.
2317 (stab_struct_field): And here.
2318 (stab_typdef): And here.
2320 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2321 * srconv.c (main): Same here.
2322 * strings.c (main): And here.
2323 (integer_arg): And here.
2324 * sysdump.c (main): And here.
2326 2000-04-06 Timothy Wall <twall@cygnus.com>
2328 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2330 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
2332 * readelf.c (decode_location_expression): Loop through multiple
2334 (read_and_display_attr): Pass in length.
2336 * readelf.c (read_and_display_attr): Add CU offset to references.
2337 (display_debug_info): Pass it in.
2339 2000-04-06 Nick Clifton <nickc@cygnus.com>
2341 * readelf.c (decode_ARM_machine_flags): New function.
2342 (get_machine_flags): Call decode_ARM_machine_flags for ARM
2345 (get_machine_name): Catch EM_AVR
2347 2000-04-05 Alan Modra <alan@linuxcare.com.au>
2349 * binutils.texi: Remove optional `=' from long options that have
2350 an `=' in the argument.
2351 * objcopy.1: Here too. Remove extra space on discard-all.
2353 * binutils.texi (objcopy): Mention --redefine-sym.
2354 * objcopy.1: Here too.
2357 * objcopy.c (parse_flags): Split off flag names from error message
2358 gettext as they are not translated.
2359 (copy_main): Similarly split off option name for --add-section,
2360 --set-section-flags, --change-section-vma, --change-section-lma
2362 Some white space changes.
2364 from Matthew Benjamin <matt@linuxbox.nu>
2365 * objcopy.c (struct redefine_node): New.
2366 (redefine_sym_list): New.
2367 (redefine_list_append): New.
2368 (lookup_sym_redefinition): New.
2369 (OPTION_REDEFINE_SYM): New.
2370 (copy_options): Add --redefine-sym option.
2371 (copy_usage): Mention it.
2372 (filter_symbols): Rename symbols on redefine_sym_list.
2373 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2374 (copy_main): Handle OPTION_REDEFINE_SYM.
2376 2000-04-04 H.J. Lu <hjl@gnu.org>
2378 * readelf.c (process_symbol_table): Correctly read in symbol
2379 versioning information.
2381 2000-04-04 Alan Modra <alan@linuxcare.com.au>
2383 * po/binutils.pot: Regenerate.
2385 * addr2line.c (usage): Restore translated part of bug string.
2386 * ar.c (usage): Likewise.
2387 * nlmconv.c (show_usage): Likewise.
2388 * nm.c (usage): Likewise.
2389 * objcopy.c (copy_usage): Likewise.
2390 (strip_usage): Likewise.
2391 * objdump.c (usage): Likewise.
2392 * readelf.c (usage): Likewise.
2393 * size.c (usage): Likewise.
2394 * strings.c (usage): Likewise.
2395 * windres.c (usage): Likewise.
2397 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2398 (DEP): Quote when passing vars to sub-make. Add warning
2400 (DEP1): Rewrite for "gcc -MM".
2401 (CLEANFILES): Add DEP2.
2402 Update dependencies.
2403 * Makefile.in: Regenerate.
2405 2000-04-04 H.J. Lu <hjl@gnu.org>
2407 * Makefile.am (GENERATED_HFILES): Add rcparse.h
2408 (arparse.h): Depend on arparse.c
2409 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2411 2000-04-03 H.J. Lu (hjl@gnu.org)
2413 * size.c (usage): Use REPORT_BUGS_TO.
2415 2000-04-03 Alan Modra <alan@linuxcare.com.au>
2417 * bucomm.h: #include "bin-bugs.h"
2418 * addr2line.c (usage): Use REPORT_BUGS_TO.
2419 * ar.c (usage): Likewise.
2420 * nlmconv.c (show_usage): Likewise.
2421 * nm.c (usage): Likewise.
2422 (OPTION_TARGET): Define.
2423 (long_options): Use OPTION_TARGET rather than 200.
2426 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2427 (strip_usage): Likewise.
2428 * objdump.c (usage): Likewise.
2429 * readelf.c (usage): Likewise.
2430 * strings.c (usage): Likewise.
2431 * windres.c (usage): Likewise.
2433 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
2435 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2437 2000-03-27 Nick Clifton <nickc@cygnus.com>
2439 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2440 string offsets in corrupt stabs entries.
2442 2000-03-27 Alan Modra <alan@linuxcare.com.au>
2444 * readelf.c: Include elf/avr.h
2445 (dump_relocations): Add EM_AVR case.
2447 2000-03-09 Tim Waugh <twaugh@redhat.com>
2449 * strings.1: Correct '-bytes' to '--bytes'.
2451 2000-03-08 H.J. Lu <hjl@gnu.org>
2453 * Makefile.am (install-exec-local): Depend on
2454 install-binPROGRAMS for parallel make.
2455 * Makefile.in: Regenerated.
2457 2000-02-27 Ian Lance Taylor <ian@zembu.com>
2459 From Brad Lucier <lucier@math.purdue.edu>:
2460 * readelf.c (process_dynamic_segment): Add cast to make sure
2461 argument to %* is int.
2463 2000-02-25 H.J. Lu <hjl@gnu.org>
2465 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2467 2000-02-24 Nick Clifton <nickc@cygnus.com>
2469 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
2470 * configure: Regenerate.
2472 * dlltool.c: Add support for sh-pe and mips-pe targets.
2473 * rescoff.c: Add support for sh-pe and mips-pe targets.
2475 2000-02-23 H.J. Lu <hjl@gnu.org>
2477 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2479 2000-02-22 Nick Clifton <nickc@cygnus.com>
2481 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
2483 2000-02-22 Ian Lance Taylor <ian@zembu.com>
2485 From Brad Lucier <lucier@math.purdue.edu>:
2486 * readelf.c (process_version_sections): Add casts to make sure
2487 argument to %* is an int.
2488 (process_mips_specific): Add casts to make printf arguments match
2491 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
2493 * objdump.c (dump_section_header): Change `opb' to unsigned.
2494 (find_symbol_for_address): Same here.
2495 (disassemble_data): And here. Change `addr_offset',
2496 `stop_offset', `nextstop_offset' to unsigned long.
2497 (dump_data): Change opb to unsigned.
2499 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
2501 * resrc.c: Remove unmatched #if for cygwin.
2503 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
2505 * binutils.texi: Document the change of flavor name from atpcs-special
2506 to special-atpcs to prevent name conflict in gdb.
2508 2000-02-08 Timothy Wall <twall@redhat.com>
2510 * objdump.c (show_line): Fix bug preventing printing of the very
2511 first line (line zero) of a file when interlisting source and
2512 assembly. Added option to print entire context from start of file
2513 when the first line from that file is encountered.
2515 2000-02-03 Timothy Wall <twall@redhat.com>
2517 * objdump.c (dump_section_header, find_symbol_for_address,
2518 show_line, disassemble_bytes, disassemble_data, dump_data):
2519 distinguish between octets and bytes.
2521 2000-01-27 Thomas de Lellis <tdel@windriver.com>
2523 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
2524 check to unresolved symbols.
2525 (print_symbol_info_sysv): Ditto.
2526 (print_symbol_info_posix): Ditto.
2528 * binutils.texi: Document new 'V' symclass flag for nm.
2530 2000-01-27 Nick Clifton <nickc@redhat.com>
2532 * binutils.texi (objdump): Document new ARM specific
2533 disassembler options.
2535 * objdump.c (usage): Call disassembler_usage().
2537 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
2539 * readelf.c (get_dynamic_flags): Return buff.
2540 (process_dynamic_segment): Don't pass error strings to printf
2542 (read_and_display_attr): Use lx and ld to print longs.
2543 (process_corefile_note_segment): Cast bfd_vma to unsigned long
2547 2000-01-17 Nick Clifton <nickc@cygnus.com>
2549 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2551 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
2553 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2555 (debug_tag_type): Here too.
2556 * ieee.c (ieee_builtin_type): And here.
2557 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
2559 2000-01-13 Nick Clifton <nickc@cygnus.com>
2561 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
2564 2000-01-11 Nick Clifton <nickc@cygnus.com>
2566 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
2568 2000-01-10 Nick Clifton <nickc@cygnus.com>
2570 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2572 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
2574 * windres.c (long_options): Add --use-temp-file and
2575 --no-use-temp-file options.
2579 * windres.h: Update read_rc_file prototype.
2581 * resrc.c (cpp_temp_file): New static variable.
2582 (istream_type): New static variable.
2583 (close_pipe): Delete function.
2584 (run_cmd): New static function.
2585 (open_input_stream): New static function.
2586 (close_input_stream): New static function.
2587 (look_for_default): Handle DOS directory separator. Use
2588 open_input_stream instead of popen.
2589 (read_rc_file): Likewise.
2591 * binutils.texi: Document --use-temp-file, --no-use-temp-file
2594 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2596 * dlltool.c (create_compat_implib): New variable.
2597 (gen_exp_file): Use.
2598 (make_one_lib_file): Use.
2599 (long_options): Add --compat-implib option.
2603 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2604 (main): Use. Don't look for "32" in cygwin and mingw target names.
2606 2000-01-03 Nick Clifton <nickc@cygnus.com>
2608 * binutils.texi: Document new, ARM specific disassembler
2609 command line switch "-M force-thumb".
2611 For older changes see ChangeLog-9899
2617 version-control: never