1 2002-04-25 Elena Zannoni <ezannoni@redhat.com>
3 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
5 2002-04-24 Christian Groessler <chris@groessler.org>
7 * MAINTAINERS: Changed my email address.
9 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
11 * arparse.y: Fix syntax warning.
13 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
15 * readelf.c (fetch_location_list): Remove unused function.
17 * readelf.c (process_corefile_note_segment): Catch corrupt notes
18 and display a warning message, then exit the loop.
20 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
22 2002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
24 * resrc.c (write_rc_dialog): If charset is non-default value
25 display all of the DIALOGEX parameters.
27 2002-04-15 Eric Kohl <ekohl@rz-online.de>
29 * rcparse.y: Allow two to five parameter in FONT statement of
31 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
33 (res_to_bin_dialog): Likewise.
34 * windres.h: Added misssing charset variable to dialog_ex
37 2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
39 * rcparse.y: Set MEMFLAG_PURE by default.
41 2002-04-09 Bernd Herd <info@herdsoft.com>
43 * rcparse.y: CLASS definitions in DIALOG resources
45 Fix typo in BEDIT warning.
46 Don't add default dialog style when explicit style specified.
47 Add WS_CAPTION dialog style if CAPTION is specified.
49 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
50 (handle_quotes) "\a" escape (used for right justified key
51 definitions in menus) is encodes as binary 8.
53 * resrc.c (write_rc_dialog): Print style even if it is 0.
54 (write_rc_directory): Fix overlooked sublang shift bug.
55 (bin_to_res_dialog): Don't print empty dialog caption.
57 * resbin.c (bin_to_res_dialog): Use signature to identify
60 * windres.c (main): Set default LANGUAGE to english/us.
62 2002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
64 * resrc.c: print CLASS names in quotes
66 2002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
68 * MAINTAINERS: Update my email address.
70 2002-04-04 Alan Modra <amodra@bigpond.net.au>
72 * dep-in.sed: Cope with absolute paths.
73 * Makefile.am (dep.sed): Subst TOPDIR.
75 * Makefile.in: Regenerate.
77 2002-03-27 Peter Targett <peter.targett@arc.com>
79 * MAINTAINERS: Update my email address.
81 2002-03-21 Alan Modra <amodra@bigpond.net.au>
83 * Makefile.am: Run "make dep-am".
84 * Makefile.in: Regenerate.
85 * doc/Makefile.in: Regenerate.
86 * po/POTFILES.in: Regenerate.
87 * aclocal.m4: Regenerate.
88 * config.in: Regenerate.
89 * configure: Regenerate.
91 2002-03-20 Daniel Berlin <dan@dberlin.org>
93 * readelf.c: Add support for displaying dwarf2 location lists.
94 (do_debug_loc, debug_loc_section, debug_loc_size): New.
95 (parse_args): Use 'O' as shorthand for displaying location list
97 (process_section_headers): Handle debug_loc as well.
98 (load_debug_loc): New.
99 (free_debug_loc): New.
100 (fetch_location_list): New.
101 (display_debug_loc): New.
102 (display_debug_info): Call load_debug_loc and free_debug_loc.
103 (debug_displays): We can display .debug_loc now, too.
104 (usage): Update usage string.
105 (read_and_display_attr_value): Note location lists, but don't
108 2002-03-18 Tom Rix <trix@redhat.com>
110 * Makefile.am: Add binutils emulation support.
111 * configure.in: Same.
112 * configure.tgt: New file. Same.
113 * ar.c (main): Use ar_emul_parse_arg.
114 (usage): Use ar_emul_usage.
115 (replace_members): Use ar_emul_replace, ar_emul_append.
116 * binemul.c: New file. Define the binutils emulation
117 layer. Define default methods.
118 * binemul.h: New file. Binutils emulation layer header file.
119 * emul_aix.c: New file. AIX binutils emulation.
120 * emul_vanilla.c: New file. Default binutils emulation.
121 * Makefile.in: Regenerate.
124 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
126 * po/fr.po: Updated version.
128 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
130 * po/fr.po: Updated version.
132 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
134 * README: Update some version numbers.
136 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
138 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
139 (Architecture Selection): Likewise.
141 2002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
143 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
144 generating .exp file.
146 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
148 * readelf.c (dump_relocations): Fix typo.
150 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
152 * NEWS: Mark 2.12 branch.
154 2002-02-18 Timothy Daly <remote_bob@yahoo.com>
156 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
157 types for 64-bit MIPS. Narrow some fields for 80-char
159 (dump_relocations): Change spelling from 'unrecognised'
161 (decode_ARM_machine_flags): Likewise.
162 (parse_args): Likewise.
163 (read_and_display_attr_value): Likewise.
164 (display_debug_section): Likewise.
166 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
168 * NEWS: Mention support for MMIX.
170 2002-02-13 Matt Fredette <fredette@netbsd.org>
172 * readelf.c (get_machine_flags): Recognize EF_M68000.
174 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
176 * MAINTAINERS: Added self as MN10300 co-maintainer.
178 2002-02-12 Alan Modra <amodra@bigpond.net.au>
180 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
183 2002-02-11 Daniel Jacobowitz <drow@mvista.com>
185 * MAINTAINERS: List myself as branch maintainer.
187 2002-02-11 Alan Modra <amodra@bigpond.net.au>
189 * configure: Regenerate.
190 * objcopy.c: Update copyright date.
191 * doc/Makefile.in: Regenerate.
193 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
195 * nlmconv.c: Back out localtime PARAMS change.
197 2002-02-11 Alan Modra <amodra@bigpond.net.au>
199 * objcopy.c (MKDIR): Define.
200 (copy_archive): Make name_list.name const. Use MKDIR.
201 Handle duplicate files in archives by making more temp dirs.
203 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
205 * coffdump.c: Include "getopt.h" after "bucomm.h"
206 so that macros are defined correctly.
207 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
208 prototype. Prototype main.
209 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
211 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
213 * MAINTAINERS: Added self as SH co-maintainer.
215 2002-02-05 Nick Clifton <nickc@redhat.com>
217 * po/tr.po: Updated translation.
219 2002-02-01 Alan Modra <amodra@bigpond.net.au>
221 * Makefile.am: Run "make dep-am"
222 * Makefile.in: Regenerate.
224 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
226 * nm.c (print_value): Mark abfd unused.
228 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
230 * unwind-ia64.c (unw_decoder): Change second argument
231 to unsigned int, to match function prototypes.
233 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
235 * objdump.c: Include "getopt.h" after "bucomm.h" so that
236 __GNU_LIBRARY__ will be defined.
239 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
241 * configure: Regenerated.
243 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
245 * doc/Makefile.am (install): Depend on install-info.
246 * doc/Makefile.in: Regenerate.
248 2002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
250 * objcopy.c (strip_usage): Document -d as an alias
253 * size.c (usage): Document [-t | --totals] options.
254 (long_options): Add --totals option.
255 (main): If the [-t | --totals] option is specified and
256 the output format is Berkeley-style, print the total
257 text, data, and bss sizes of all objects listed.
258 (print_berkeley_format): If the [-t | --totals] option
259 is specified, track the total text, data, and bss
261 * doc/binutils.texi (size): Document [-t | --totals] options.
262 (strip): Document -d as an alias for --strip-debug.
263 * NEWS: Mention new feature of size.
265 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
267 * po/fr.po: Updated version.
268 * po/es.po: Updated version.
270 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
272 * addr2line.c (usage): Update text to provide verbose
273 description of the command line options.
274 * ar.c (usage): Update text to provide verbose
275 description of the command line options.
276 (main): Accept -h and -H when running as ranlib.
277 * coffdump.c (show_usage): Update text to provide verbose
278 description of the command line options.
279 * dlltool.c (main): Accept -H as an alias for --help.
280 * nlmconv.c (show_usage): Update text to provide verbose
281 description of the command line options.
282 * nm.c (usage): Replace OPTIONS with option(s).
283 (main): Accept -H as an alias for --help.
284 * objcopy.c (strip_main): Accept -H as an alias for --help.
285 * objdump.c (main): Accept -v as an alias for --verbose.
286 * readelf.c (usage): Adjust format to match style used in
288 * size.c (usage): Update text to provide verbose description
289 of the command line options.
290 (main): Accept -v, -h and -H as command line options.
291 * srconv.c (show_usage): Update text to provide verbose
292 description of the command line options.
293 * strings.c (main): Accept -H and -v as command line options.
294 (usage): Update text to provide verbose description of the
295 command line options.
296 * sysdump.c (show_usage): Update text to provide verbose
297 description of the command line options.
298 * windres.c (usage): Adjust format to match style used in
301 * coffdump.c: Fix formatting.
302 * nlmconv.c: Fix formatting.
303 * srconv.c: Fix formatting.
304 * sysdump.c: Fix formatting.
306 2002-01-22 Alan Modra <amodra@bigpond.net.au>
308 * Makefile.am: Run "make dep-am".
309 * Makefile.in: Regenerate.
311 2002-01-18 Andreas Jaeger <aj@suse.de>
313 * version.c (print_version): Update year.
315 2002-01-17 Alan Modra <amodra@bigpond.net.au>
317 * readelf.c (get_machine_name): Handle EM_PPC64.
318 (guess_is_rela): Here too.
320 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
322 * po/binutils.pot: Regenerate.
323 * po/fr.po: Regenerate.
324 * po/tr.po: Regenerate.
326 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
328 * po/tr.po: Import new version.
330 2002-01-16 Alan Modra <amodra@bigpond.net.au>
332 * readelf.c (get_ppc64_dynamic_type): New.
333 (get_dynamic_type): Call it.
335 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
337 * objcopy.c (copy_usage): Use "options" instead of "switches".
338 (strip_usage): Use "options" instead of "switches".
339 * doc/binutils.texi (dlltool): Refer to "options" instead of
342 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
344 * MAINTAINERS: Add self as co-maintainer for the ARM code.
346 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
348 * po/es.po: Import from translation project.
349 * configure.in (ALL_LINGUAS): Add es.
350 * configure: Regenerate.
352 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
354 * readelf.c (get_netbsd_elfcore_note_type): Use
355 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
357 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
359 * readelf.c: Update copyright years.
360 (get_note_type): Return a const char *.
361 (get_netbsd_elfcore_note_type): New function.
362 (process_note): Use get_netbsd_elfcore_note_type to get
363 the note type string for NetBSD ELF core files.
365 2002-01-06 Steve Ellcey <sje@cup.hp.com>
367 * readelf.c (get_ia64_segment_type): Add support for macros.
368 (get_segment_type): Add support for IA64 specific macros.
370 2001-12-20 Julian v. Bock <julian@wongr.net>
372 * readelf.c (print_symbol): New function: Print a formatted symbol
373 name. If --wide is specified do not truncate it.
374 (dump_relocations): Use print_symbol() to print symbol names.
375 (process_symbol_table): Likewise.
376 (process_syminfo): Likewise.
377 (process_mips_specific): Likewise.
378 (usage): Document new feature of --wide switch.
379 * doc/binutils.texi (objdump): Document additional behaviour of
382 2001-12-18 Michael Snyder <msnyder@redhat.com>
384 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
385 (copy_object): Don't set the start address or flags of a core file.
386 (copy_section): Don't relocate a core file. Don't copy contents
387 if the input section has the contents flag set, but the output
388 section does not (which happens with the fake 'note' pseudo-
389 sections that BFD creates for corefiles).
391 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
393 * readelf.c (get_machine_flags): Recognize header flags for ABI and
394 ASE extensions. More robust code for ISA checking. Ignore empty fields
395 in header flags for GNU extensions.
397 2001-12-18 Alan Modra <amodra@bigpond.net.au>
399 * objcopy.c (copy_archive): Set output bfd format outside the loop.
401 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
403 * po/ja.po: Import from translation project.
404 * configure.in (ALL_LINGUAS): Add ja.
405 * configure: Regenerate.
407 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
409 * addr2line.c (main): Protoype.
410 * ar.c (main): Protoype.
411 * nm.c (main): Protoype.
412 * objcopy.c (main): Protoype.
413 * objdump.c (main): Protoype.
414 * size.c (main): Protoype.
415 * strings.c (main): Protoype.
417 2001-12-17 Alan Modra <amodra@bigpond.net.au>
419 * readelf.c (symtab_shndx_hdr): New global.
420 (SECTION_HEADER_INDEX): Define.
421 (SECTION_HEADER_NUM): Define.
422 (SECTION_HEADER): Define.
423 (GET_ELF_SYMBOLS): Pass two params rather than three.
424 (get_32bit_elf_symbols): Take file and section args. Read and
425 use SHT_SYMTAB_SHNDX.
426 (get_64bit_elf_symbols): Likewise.
427 (dump_relocations): Use SECTION_HEADER to index "section_headers".
428 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
429 Remember symtab_shdx_hdr.
430 (process_program_headers): Scan from index 1 for segment map.
431 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
433 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
434 (process_unwind): Likewise.
435 (process_version_sections): Likewise.
436 (process_symbol_table): Likewise.
437 (display_debug_info): Likewise.
438 (process_dynamic_segment): Fake up a symtab section for changed
440 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
441 (process_program_headers): Kill signed/unsigned warning.
442 (load_debug_str): Likewise.
443 (display_debug_info): Likewise.
445 2001-12-13 Jakub Jelinek <jakub@redhat.com>
447 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
449 2001-12-11 Alan Modra <amodra@bigpond.net.au>
451 * readelf.c (process_file_header): Print extended e_shnum and
452 e_shdtrndx values. Set elf_header values for same.
453 (get_32bit_section_headers): Add "num" arg to read "num" headers.
454 (get_64bit_section_headers): Likewise.
455 (process_section_headers): Update calls.
456 (get_file_header): Call get_32bit_section_headers or 64bit variant.
458 2001-12-10 Jakub Jelinek <jakub@redhat.com>
460 * objcopy.c (setup_section): Copy entsize.
462 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
464 * readelf.c (guess_is_rela): Add support for stormy16.
465 (dump_relocations): Likewise.
466 (get_machine_name): Likewise.
468 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
470 * dllwrap.c (main) Replace multiple strings describing a
471 single error with a single, newline escaped sentence to permit
472 better translation into foreign languages.
474 * readelf.c (get_elf_class): Remove internalionalisation of ELF
477 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
479 * strings.c (get_char): Initialize value.
481 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
483 * arlex.l: Silence compile warnings.
484 * arsup.h: Likewise. Fix formatting.
486 2001-12-04 Jakub Jelinek <jakub@redhat.com>
488 * strings.c: Include config.h before bfd.h.
489 (file_off): New type.
491 (print_strings): Use file_off instead of file_ptr. Print addresses
492 which don't fit into long correctly.
493 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
495 (strings_file): Use file_off instead of file_ptr. Use file_open.
496 * configure.in: Check for getc_unlocked.
497 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
499 * configure: Rebuilt.
500 * config.h.in: Rebuilt.
502 2001-11-29 H.J. Lu <hjl@gnu.org>
504 * bucomm.c (make_tempname): Revert the changes made on
505 2001-11-14 and 2001-11-12. They won't work with directories.
507 2001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
509 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
510 CFLAGS_FOR_TARGET to runtest in environment.
511 * Makefile.in: Rebuild.
512 * doc/Makefile.in: Rebuild.
514 2001-11-28 Mike Stump <mrs@wrs.com>
516 * objcopy.c (setup_section): Preserve SEC_RELOC when
517 --set-section-flags is used.
519 2001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
521 * readelf.c (do_debug_str): New variable.
522 (display_debug_str): New function: Display the contents of a
524 (load_debug_str): New function: Load in the contents of a
526 (free_debug_str): New function: Free the memory used by
528 (fetch_indirect_string): Retrieve a string from the .debug_str
531 (parse_args): Accept -ws.
532 (process_section_headers): Allow the display of the .debug_str
534 (read_and_display_attr_value): Use fetch_indirect_string. Show
535 offset into .debug_str section.
536 (display_debug_info): Use load_debug_str and free_debug_str.
537 (debug_displays): Add .debug_str.
538 * doc/binutils.texi: Document -ws.
540 2001-11-19 Andreas Jaeger <aj@suse.de>
542 * testsuite/binutils-all/objdump.exp: Add x86-64.
544 2001-11-15 Andreas Schwab <schwab@suse.de>
546 * readelf.c: Fix warnings without terminating newline.
548 2001-11-15 Alan Modra <amodra@bigpond.net.au>
550 * doc/binutils.texi (objdump): Document ppc -M options.
552 2001-11-14 Andreas Jaeger <aj@suse.de>
554 * doc/binutils.texi (objdump): Fix description to use x86-64.
556 2001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
558 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
559 not all systems provide mkstemp.
561 2001-11-14 Alan Modra <amodra@bigpond.net.au>
563 * doc/binutils.texi (objdump): Document x86 -M options.
565 2001-11-13 Keith Walker <keith.walker@arm.com>
567 * readelf.c (read_and_display_attr_value): New function to
568 handle DW_FORM_indirect.
569 (read_and_display_attr): Use it.
571 2001-11-13 Geoffrey Keating <geoffk@redhat.com>
573 * readelf.c (display_debug_lines): Deal with unknown standard
574 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
577 2001-11-13 Timothy Wall <twall@alum.mit.edu>
579 * MAINTAINERS: Add self as tic54x maintainer. This target
580 includes the IBM C54XDSP clone.
582 2001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
584 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
586 2001-11-09 Jeffrey A Law (law@cygnus.com)
588 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
589 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
590 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
591 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
592 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
593 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
594 (unw_decode_b2, unw_decode_b3_b4): Likewise.
596 * readelf.c (get_elf_class): Fix ISO portability glitch.
597 (get_data_encoding, get_osabi_name, request_dump): Likewise.
599 2001-11-07 Jakub Jelinek <jakub@redhat.com>
601 * readelf.c (debug_str, debug_str_size): New.
602 (display_debug_abbrev): If no abbrevs were read, skip the CU.
604 (read_and_display_addr): Handle DW_FORM_strp.
605 (display_debug_info): Read .debug_str section if present,
606 so that DW_FORM_strp can be handled.
607 Fix test for non-existant .debug_abbrev section.
609 2001-11-05 Jakub Jelinek <jakub@redhat.com>
611 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
613 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
615 2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
617 * MAINTAINERS: Add self as s390/s390x maintainer.
619 2001-11-02 Tom Rix <trix@bluey.cygnus.com>
621 * MAINTAINERS: Add self as PPC XCOFF maintainer.
623 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
625 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
626 * configure: Regernate.
627 * po/fr.po: New file.
628 * po/tr.po: New file.
630 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
632 * MAINTAINERS: Add self as MMIX port maintainer.
633 * readelf.c: Include elf/mmix.h.
634 (guess_is_rela): MMIX is RELA.
635 (dump_relocations): Handle MMIX relocations.
636 * Makefile.am: Regenerate dependencies.
637 * Makefile.in: Regenerate.
639 2001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
641 * readelf.c (parse_args): Handle multiple options to the -w
644 2001-10-12 Jakub Jelinek <jakub@redhat.com>
646 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
647 LOPROC, LOOS and LOUSER.
649 2001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
651 * MAINTAINERS: Update my email address.
653 2001-10-03 Alan Modra <amodra@bigpond.net.au>
655 * doc/Makefile.in: Regenerate.
656 * configure: Regenerate.
658 2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
660 * readelf.c (display_debug_line, display_debug_pubnames,
661 display_debug_info, display_debug_frames): Detect and warn
662 about 64-bit format entries.
663 (display_debug_aranges): Reword 64-bit warning.
664 (debug_displays): Add .debug_pubtypes as a known, but not yet
665 supported, debug section.
667 2001-10-02 Alan Modra <amodra@bigpond.net.au>
669 * coffdump.c (PROGRAM_VERSION): Delete.
670 (main <'V'>): Call print_version.
671 * srconv.c: Likewise.
672 * sysdump.c: Likewise.
673 * version.c (program_version): Remove.
674 (print_version): Use BFD_VERSION_STRING. Just print the current
675 year in copyright message.
676 * addr2line.c (program_version): Remove unused declaration.
677 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
678 place of BFD_VERSION.
679 * Makefile.am (Makefile): Depend on bfd/configure.in.
680 (cplus-dem.o): Depend on Makefile.
682 * Makefile.in: Regenerate.
684 2001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
686 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
687 format .debug_arange sections.
688 (main): Add missing prototype.
690 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
692 * Makefile.am: Update dependencies with "make dep-am".
693 * Makefile.in: Regenerate.
695 2001-09-28 Richard Henderson <rth@redhat.com>
697 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
699 2001-09-26 Alan Modra <amodra@bigpond.net.au>
701 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
703 (non_fatal): Likewise.
704 * objdump.c (objdump_sprintf): Likewise.
705 * readelf.c (error): Likewise.
708 2001-09-25 Jakub Jelinek <jakub@redhat.com>
710 * readelf.c (do_wide): New.
711 (options): Add --wide.
712 (usage, parse_args): Likewise.
713 (process_program_headers): Put each segment on a single line if
715 (process_section_headers): Put each section on a single line if
717 * doc/binutils.texi: Document it.
720 2001-09-25 Alan Modra <amodra@bigpond.net.au>
722 * readelf.c (print_vma): Print 8 digits of low hex value.
724 2001-09-24 Andreas Jaeger <aj@suse.de>
726 * nlmconv.c: Fix warnings about unused attributes and function
729 * strings.c: Add prototype for get_char.
731 2000-09-19 H.J. Lu <hjl@gnu.org>
733 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
734 $(srcdir)/cxxfilt.man.
735 * doc/Makefile.in: Rebuild.
737 2001-09-19 Alan Modra <amodra@bigpond.net.au>
739 * objcopy.c (copy_main): Correct rename-section string parsing.
740 Consolidate new_name parsing, and error messages.
742 2001-09-18 Bruno Haible <haible@clisp.cons.org>
744 * addr2line.c: Don't include <ctype.h>.
745 (main): For gettext, also set the LC_CTYPE locate facet.
746 * ar.c (main): Likewise.
747 * coffdump.c (main): Likewise.
748 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
749 (main): For gettext, also set the LC_CTYPE locate facet.
750 Use ISALNUM instead of isalpha/isdigit.
751 * dllwrap.c: Don't include <ctype.h>.
752 (main): For gettext, also set the LC_CTYPE locate facet.
753 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
754 (main): For gettext, also set the LC_CTYPE locate facet.
755 Use TOUPPER instead of islower/toupper.
756 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
757 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
758 Use TOUPPER instead of islower/toupper.
759 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
760 * objcopy.c (main): Likewise.
761 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
762 (disassemble_bytes): Use ISPRINT instead of isprint.
763 (dump_section_stabs): Use ISDIGIT instead of isdigit.
764 (dump_data): Use ISPRINT instead of isprint.
765 (main): For gettext, also set the LC_CTYPE locate facet.
766 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
767 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
768 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
769 Use TOUPPER instead of islower/toupper.
770 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
771 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
772 (write_rc_accelerators): Use ISPRINT instead of isprint.
773 (write_rc_rcdata): Likewise.
774 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
775 * srconv.c (main): Likewise.
776 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
777 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
778 isdigit/isupper/islower.
779 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
780 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
781 stab_demangle_prefix, stab_demangle_qualified,
782 stab_demangle_template, stab_demangle_type,
783 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
784 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
785 (isgraphic): Use ISPRINT instead of isascii/isprint.
786 (main): Remove HAVE_LC_MESSAGES dependency.
787 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
788 (pbarray): Use ISPRINT instead of isprint.
789 (main): For gettext, also set the LC_CTYPE locate facet.
790 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
791 (format_from_filename): Use ISPRINT instead of isprint.
792 (main): For gettext, also set the LC_CTYPE locate facet.
793 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
794 (unicode_print): Use ISPRINT instead of isprint.
795 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
796 (stab_variable): Use ISDIGIT instead of isdigit.
798 2001-09-18 Alan Modra <amodra@bigpond.net.au>
800 * ar.c (print_contents): Cast args of bfd_seek to the right types.
801 Replace bfd_read call with call to bfd_bread.
802 (extract_file): Likewise.
804 * objdump.c (dump_section_header): Cast section->filepos to
805 unsigned long to suit printf format string.
806 * readelf.c (process_section_headers): Similarly for sh_offset.
807 (process_unwind): Likewise.
809 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
811 * strings.c (encoding, encoding_bytes): New variables.
812 (long_options): Add --encoding.
813 (main): Accept -e and --encoding.
814 (get_char): New function. Read a, possibly wide, character from
816 (print_strings): Use get_char().
817 (usage): Document new command line option.
818 * doc/binutils.texi: Document new command line option.
819 * NEWS: Announce new command line option.
821 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
823 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
824 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
825 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
826 Removed EM_CYGNUS_ARC.
828 2001-09-04 Jeffrey A Law (law@cygnus.com)
830 * readelf.c: Include elf/h8 for H8 series definitions.
831 (guess_is_rela): H8 series if RELA.
832 (dump_relocations): Handle H8 series relocations.
834 2001-08-31 Eric Christopher <echristo@redhat.com>
836 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
838 2001-08-29 Peter Targett <peter.targett@arccores.com>
840 * MAINTAINERS: Include ARC Maintainer.
842 2001-08-29 Ben Elliston <bje@redhat.com>
844 * stabs.c (stab_demangle_template): Initialise s4.
846 2001-08-27 Alan Modra <amodra@bigpond.net.au>
848 * readelf.c (dump_relocations): Recognise EM_PPC64.
850 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
852 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
854 2001-08-25 H.J. Lu <hjl@gnu.org>
856 * nm.c (print_width): New.
857 (display_rel_file): Set `print_width' according to
859 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
861 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
863 * objcopy.c (use_alt_mach_code): New variable.
864 (OPTION_ALT_MACH_CODE): Define.
865 (copy_options): Added --alt-machine-code.
866 (copy_main): Handle it.
867 (copy_object): Switch to alternate machine code if requested.
868 * doc/binutils.texi: Document new option.
871 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
873 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
875 2001-08-21 H.J. Lu <hjl@gnu.org>
877 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
878 (display_debug_info): Cast for 64bit hosts.
879 (display_debug_frames): Likewise.
880 (process_mips_specific): Likewise.
882 2001-08-21 Andreas Jaeger <aj@suse.de>
884 * coffgrok.h: Add missing parameter for prototype of coff_grok.
886 * sysdump.c: Add missing prototypes.
887 * srconv.c: Likewise.
888 * unwind-ia64.c: Likewise.
889 * coffdump.c: Likewise.
891 * sysinfo.y: Print prototypes, include <ansidecl.h>.
893 * coffgrok.c: Add missing prototypes, include libiberty.h instead
894 of declaring xcalloc.
896 2001-08-10 H.J. Lu <hjl@gnu.org>
898 * nm.c (print_value): Add one arg, bfd *.
899 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
900 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
901 (print_symbol_info_sysv): Likewise.
902 (print_symbol_info_posix): Likewise.
904 * objdump.c (dump_section_header): Replace printf_vma with
906 (print_section_stabs): Likewise.
907 (dump_bfd_header): Likewise.
908 (objdump_print_value): Replace sprintf_vma with
910 (disassemble_bytes): Likewise.
911 (dump_reloc_set): Likewise.
913 2001-08-10 Andreas Jaeger <aj@suse.de>
915 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
917 * configure: Regenerate.
919 2001-08-09 Alan Modra <amodra@bigpond.net.au>
921 * readelf.c: Add missing prototypes.
922 * objdump.c: Likewise. Format existing prototypes.
924 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
926 * readelf.c (display_debug_info): Add to abbrev_offset the addend
927 of any RELA relocation for the abbrev_offset memory location that
928 refers to the .debug_abbrev section symbol.
930 2001-08-07 H.J. Lu <hjl@gnu.org>
932 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
933 (main): Return process_file ().
935 2001-08-05 Philip Blundell <philb@gnu.org>
937 * doc/binutils.texi: Use "Thumb" not "THUMB".
939 2001-08-03 John Healy <jhealy@redhat.com>
941 Patch suggested by Frank Eigler <fche@redhat.com>.
942 * objdump.c (disassemble_data): Fill in section member of the
943 disasm_info structure.
945 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
947 * configure.in: Added --with-windres option.
948 * configure: Regenerated.
950 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
952 * doc/binutils.texi: Use @command{name} for commands;
953 use @option{-opt} for options; use @table @env for list of options;
954 remove spaces arround [ | ] in synopsis.
956 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
959 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
961 * objcopy.c: Fix formatting.
962 (section_rename): New structure.
963 (OPTION_RENAME_SECTION): New switch.
964 (copy_usage): Document new switch.
965 (add_section_rename): New function: Add a node to the section
967 (find_section_rename): New function: Find the new name and
969 (setup_section): Call find_section_name to determine the name
970 of the output section.
971 (copy_main): Handle OPTION_RENAME_SECTION.
972 * binutils.texi: Document new switch.
973 * NEWS: Mention new switch.
975 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
977 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
978 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
979 bug-binutils@gcc.org.
981 2001-07-28 Matthias Kramm <kramm@quiss.org>
983 * bucomm.c (list_supported_architectures): New function.
984 * bucomm.h (list_supported_architectures): Declare.
985 * objdump.c (usage): Call the above.
987 2001-07-25 Dave Brolley <brolley@redhat.com>
989 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
990 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
992 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
994 * README: Update for 2.11. Change bug reporting email address.
995 * MAINTAINERS: Tidy up. Change bug reporting email address.
997 2001-07-16 DJ Delorie <dj@redhat.com>
999 * resres.c (write_res_header): Align header size.
1000 (res_align_file): Calculate alignment correctly.
1002 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1004 * resrc.c (write_rc_resource): Likewise.
1005 * windres.h (SUBLANG_SHIFT): Define - as 10.
1007 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1009 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1011 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1013 * MAINTAINERS: Add notes about branch checkins.
1015 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
1017 * readelf.c (display_debug_macinfo): New function, display
1018 .debug_macinfo section.
1019 (do_debug_macinfo): New variable.
1020 (parse_args): Handle "-w[mM]" to mean display macro info.
1021 (process_section_headers): Handle debug_macinfo.
1022 (debug_displays): Replace unsupported function with macinfo
1023 function for .debug_macinfo display.
1024 * doc/binutils.texi: Document new command line switch.
1025 * NEWS: Document new feature of readelf.
1027 2001-07-05 H.J. Lu <hjl@gnu.org>
1029 * objcopy.c (filter_symbols): Don't turn undefined symbols
1032 2001-07-03 H.J. Lu <hjl@gnu.org>
1034 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1037 (dlltool.1): Likewise.
1038 (nlmconv.1): Likewise.
1040 (objcopy.1): Likewise.
1041 (objdump.1): Likewise.
1042 (ranlib.1): Likewise.
1043 (readelf.1): Likewise.
1045 (strings.1): Likewise.
1046 (strip.1): Likewise.
1047 (windres.1): Likewise.
1048 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1049 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1052 * doc/Makefile.in: Regenerated.
1054 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1056 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1058 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
1060 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1062 2001-06-29 James Cownie <jcownie@etnus.com>
1064 * readelf.c: Support DWARF 2.1 attributes.
1066 2001-06-28 Alan Modra <amodra@bigpond.net.au>
1068 * readelf.c (GET_DATA_ALLOC): Remove.
1070 (get_data): New function combining above macros, with an extra
1072 (slurp_rela_relocs): Use get_data, and catch error return.
1073 (slurp_rel_relocs): Likewise.
1074 (get_32bit_program_headers): Likewise.
1075 (get_64bit_program_headers): Likewise.
1076 (get_32bit_section_headers): Likewise.
1077 (get_64bit_section_headers): Likewise.
1078 (get_32bit_elf_symbols): Likewise.
1079 (get_64bit_elf_symbols): Likewise.
1080 (process_section_headers): Likewise.
1081 (process_relocs): Likewise.
1082 (slurp_ia64_unwind_table): Likewise.
1083 (process_unwind): Likewise.
1084 (get_32bit_dynamic_segment): Likewise.
1085 (get_64bit_dynamic_segment): Likewise.
1086 (process_dynamic_segment): Likewise.
1087 (process_version_sections): Likewise.
1088 (process_symbol_table): Likewise.
1089 (dump_section): Likewise.
1090 (display_debug_info): Likewise.
1091 (display_debug_section): Likewise.
1092 (process_section_contents): Likewise.
1093 (process_corefile_note_segment): Likewise.
1094 (process_mips_specific): Likewise. Also free econf32, econf64.
1096 2001-06-25 Alan Modra <amodra@bigpond.net.au>
1098 * readelf.c (dump_relocations): Print "bad symbol index" if
1099 symtab == NULL with non-zero symtab_index.
1100 (process_relocs): Don't bomb if reloc section has no symsec.
1102 2001-06-24 H.J. Lu <hjl@gnu.org>
1104 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1106 (copy_main): Apply the the change made to strip_main on
1107 2001-05-30 by accident.
1109 2001-06-23 Andreas Jaeger <aj@suse.de>
1111 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1113 (unw_decode_x2): Likewise.
1114 (unw_decode_x3): Likewise.
1115 (unw_decode_x4): Likewise.
1117 2001-06-23 Ben Elliston <bje@redhat.com>
1119 * MAINTAINERS: Add myself as M88k maintainer.
1121 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1123 * objcopy.c (strip_main): Support -o or --output-file command lien
1126 2001-06-19 H.J. Lu <hjl@gnu.org>
1128 * doc/Makefile.in: Regenerated.
1130 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1132 * readelf.c: Restore formatting.
1134 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1136 * Makefile.am: Move documentation into doc subdirectory.
1137 * Makefile.in: Regenerated.
1138 * binutils.texi: Move into doc subdirectory.
1139 * addr2line.1: Removed.
1141 * dlltool.1: Likewise.
1142 * nlmconv.1: Likewise.
1144 * objcopy.1: Likewise.
1145 * objdump.1: Likewise.
1146 * ranlib.1: Likewise.
1147 * readelf.1: Likewise.
1149 * strings.1: Likewise.
1150 * strip.1: Likewise.
1151 * windres.1: Likewise.
1152 * cxxfilt.man: Likewise.
1153 * doc: New Directory.
1154 * doc/Makefile.am: New file.
1155 * doc/Makefile.in: Generate.
1157 2001-06-09 Alan Modra <amodra@bigpond.net.au>
1159 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1161 2001-06-01 Alan Modra <amodra@bigpond.net.au>
1163 * MAINTAINERS: Update my email address.
1165 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1167 * objcopy.c: Add new switches: --keep-global-symbol,
1168 --keep-symbols, --localize-symbols, --keep-global-symbols and
1170 * binutils.texi: Document new switches.
1171 * objcopy.1: Regenerate.
1172 * NEWS: Announce new feature.
1174 2001-05-28 Andreas Jaeger <aj@suse.de>
1176 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1177 variables, fix format strings.
1179 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1181 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1182 when computing the address of the line to show.
1184 2001-05-16 Richard Henderson <rth@redhat.com>
1186 * readelf.c (do_debug_frames_interp): New.
1187 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1188 (byte_get_big_endian): Likewise.
1189 (parse_args) ['F']: Set do_debug_frames_interp.
1190 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1191 (frame_display_row): Don't trunc pc_begin to int.
1192 (size_of_encoded_value): New.
1193 (display_debug_frames): Handle 64-bit targets. Print raw data
1194 unless do_debug_frames_interp.
1195 (debug_displays): Remove duplicate .debug_frame.
1197 2001-05-15 Ralf Baechle <ralf@gnu.org>
1199 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1200 The former constant was never in active use and is used otherwise
1203 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1205 * readelf.c (process_unwind): Print all unwind sections, not just
1208 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1210 * readelf.c (process_unwind): Remove const specifier.
1212 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1214 * strings.c (isgraphic): Do not use isascii() unless it is needed
1215 for isprint() to work.
1216 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1218 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
1220 * NEWS: Announce support for OpenRISC.
1222 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
1224 * dlltool.c (do_default_excludes): Initialise to true.
1226 2001-04-10 Alan Modra <amodra@one.net.au>
1228 * MAINTAINERS: Update my email address
1229 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1231 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
1233 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1235 2001-03-30 H.J. Lu <hjl@gnu.org>
1237 * readelf.c (process_unwind): Just return if do_unwind is 0.
1239 2001-03-28 Roger Sayle <roger@metaphorics.com>
1241 * dlltool.c (make_one_lib_file): Fix section flags for
1242 .text, .data and .bss in stub ds*.o files to match those
1245 2001-03-29 H.J. Lu <hjl@gnu.org>
1247 * readelf.c (process_unwind): Only do unwind sections for
1250 2001-03-28 H.J. Lu <hjl@gnu.org>
1252 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1253 * Makefile.in: Regenerate.
1255 2001-03-26 Andreas Jaeger <aj@suse.de>
1257 * binutils.texi (nm): Fix texi syntax.
1259 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1261 * binutils.texi: Put @c man begin and @c man end indications
1262 to generate man pages using texi2pod and pod2man. Put @c man title
1263 to identify each man. Add SEEALSO entries.
1264 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1265 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1267 (*.1): Build the man pages from binutils.texi.
1268 * Makefile.in: Regenerate.
1270 2001-03-13 Eric Kohl <ekohl@rz-online.de>
1272 * defparse.y (opt_equal_name): allow "." in name.
1273 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1274 (gen_exp_file): Likewise.
1276 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1278 * NEWS: Document addition of -B switch to objcopy.
1279 * binutils.texi: Document addition of -B switch to objcopy.
1280 * objcopy.c: (copy_options): Add --binary-architecture.
1281 (copy_usage): Document -B/--binary-architecture.
1282 (copy_main): Support -B/--binary-architecture. Set
1283 bfd_external_binary_architecture.
1285 2001-03-11 Andreas Jaeger <aj@suse.de>
1287 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1288 (dump_relocations): Likewise.
1289 (get_machine_name): Likewise.
1291 2001-02-28 Nick Clifton <nickc@redhat.com>
1293 * readelf.c: (struct unw_aux_info): Remove const modifier for
1295 (process_unwind): Remove non-K&R compliant LHS type cast in call
1296 to GET_DATA_ALLOC macro.
1298 2001-02-28 Philip Blundell <pb@futuretv.com>
1300 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1301 ABI is in use; remove ambiguity between the "unknown" EABI and
1302 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1303 renamed EF_xx constants.
1305 2001-02-27 Alan Modra <alan@linuxcare.com.au>
1307 * configure.in (BFD_VERSION): New.
1308 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1309 * configure: Regenerate.
1310 * Makefile.am: Run "make dep-am"
1311 * Makefile.in: Regenerate.
1313 2001-02-14 Nick Clifton <nickc@redhat.com>
1315 * MAINTAINERS: Add "Obvious Fix" rule.
1317 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1319 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1320 literal concatenation.
1322 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1324 * readelf.c (struct unw_aux_info): Remove const from the info member.
1325 (process_unwind): Don't type-cast the third argument to the
1326 GET_DATA_ALLOC macro.
1328 2001-02-11 Nick Clifton <nickc@redhat.com>
1330 * readelf.c (dump_relocations): Free corrected allocated
1332 (process_unwind): Fix compile time warning.
1334 2001-02-10 Nick Clifton <nickc@redhat.com>
1336 * binutils.texi: Document new --unwind option to readelf.
1338 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1340 * readelf.c: Add linux target for S/390.
1342 2001-02-10 Alan Modra <alan@linuxcare.com.au>
1344 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1347 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1349 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1350 * aclocal.m4: Regenerate.
1351 * configure: Regenerate.
1353 2001-02-07 Todd Vierling <tv@wasabisystems.com>
1355 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1356 * objdump.c (bfd_target_vector): Likewise.
1358 2001-02-07 David Mosberger <davidm@hpl.hp.com>
1360 * readelf.c (process_unwind): New function.
1361 (slurp_ia64_unwind_table): Ditto.
1362 (dump_ia64_unwind): Ditto.
1363 (find_symbol_for_address): Ditto.
1364 (slurp_rela_relocs): New function (split off from dump_relocations()).
1365 (slurp_rel_relocs): Ditto.
1366 (parse_args): Handle '-u' option.
1368 * unwind-ia64.c: New file.
1369 * unwind-ia64.h: New file.
1370 * Makefile.am: Include unwind-ia64.c in readelf build.
1371 * Makefile.in: Regenerate.
1372 * po/binutils.pot: Regenerate.
1374 2001-02-04 Philip Blundell <philb@gnu.org>
1376 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1377 * configure: Regenerate.
1379 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
1381 * ieee.c (ieee_add_bb11): Don't check for backslashes
1382 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1384 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1386 * ieee.c: Update copyright.
1387 (ieee_start_compilation_unit): Don't check for backslashes
1388 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1390 * stabs.c: Update copyright. Include "filenames.h".
1391 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1393 2001-01-23 Jakub Jelinek <jakub@redhat.com>
1395 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1396 sections are present before using them. Remove code duplication.
1397 (process_symbol_table): Check if VERDEF or VERNEED sections are
1398 present before using them.
1400 2001-01-17 Nick Clifton <nickc@redhat.com>
1402 * objcopy.c (copy_object): Fail if attempting to convert the
1403 endianness of the input object file.
1405 * binutils.texi: Explain that objcopy cannot convert endianness.
1407 2001-01-16 Nick Clifton <nickc@redhat.com>
1409 * readelf.c (string_table_length): New variable.
1410 (SECTION_NAME): Catch out of range indices and missing section
1412 (process_section_headers): Delete useless local variable
1413 string_table_offset. Set the value of string_table_length
1414 after loading the string table.
1415 (process_mips_specific): Use SECTION_NAME macro.
1416 (process_file): Set string_table_length to 0 when it is freed.
1418 2001-01-12 Nick Clifton <nickc@redhat.com>
1420 * version.c (print_version): Update copyright date.
1422 2001-01-11 Peter Targett <peter.targett@arccores.com>
1424 * readelf.c (dump_relocations): Include selection with EM_ARC.
1425 (get_machine_name) Update name to "ARC".
1427 2001-01-09 Nick Clifton <nickc@redhat.com>
1429 * Makefile.am: Add rule to build objdump.o from objdump.c and
1431 * Makefile.in: Regenerate.
1433 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1434 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1435 -DDISASSEMBLER_NEEDS_RELOCS.
1436 * configure: Regenerate.
1438 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1439 is defined read in the relocs even if dump_reloc_info is
1442 2001-01-07 Philip Blundell <philb@gnu.org>
1444 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1448 2000-12-19 Nick Clifton <nickc@redhat.com>
1450 * dlltool.c: Add missing support for arm-epoc-pe.
1451 * configure.in: Add missing support for arm-epoc-pe.
1452 * configure: Regenerate.
1454 2000-12-15 Nick Clifton <nickc@redhat.com>
1456 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1457 Mode parts of the x86 port.
1459 2000-12-04 Andreas Jaeger <aj@suse.de>
1461 * readelf.c (guess_is_rela): Add EM_X86_64.
1462 (dump_relocations): Add EM_X86_64.
1463 (get_machine_name): Add EM_X86_64.
1464 Include "elf/x86-64.h".
1466 2000-12-12 Nick Clifton <nickc@redhat.com>
1468 * readelf.c: Fix formatting.
1470 2000-12-11 Jan Hubicka <jh@suse.cz>
1472 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1474 2000-12-07 Andrew Haley <aph@redhat.com>
1476 * readelf.c (display_debug_frames): Only display columns that are
1477 referenced by the frame debug info.
1479 2000-12-05 Nick Clifton <nickc@redhat.com>
1481 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1483 2000-12-04 Jason Merrill <jason@redhat.com>
1485 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1486 (display_debug_section): Likewise.
1487 (display_debug_info): Display CU header before bailing.
1489 2000-12-01 Chris Demetriou <cgd@sibyte.com>
1491 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1492 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1493 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
1495 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1498 * readelf.c (get_machine_flags): Add case for
1501 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
1503 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1505 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1507 * MAINTAINERS: Add J
\81örn Rennecke and self as SH maintainers.
1508 Change sourceware.cygnus.com to sources.redhat.com.
1509 Fix typo for "amongst".
1511 2000-11-28 Nick Clifton <nickc@redhat.com>
1513 * strip.1 (COPYING): Mention that the GNU Free Documentation
1514 License is present in the sources, but not the output, and
1515 also available from the GNU website.
1516 (GNU Free Documentation License): Comment out this section.
1525 * addr2line.1: Ditto.
1527 2000-11-27 DJ Delorie <dj@redhat.com>
1529 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
1530 (parse_args): Support -wf option.
1531 (process_section_headers): Ditto.
1532 (debug_displays): Ditto.
1533 (display_debug_frames): New, dump *_frame sections.
1534 (frame_need_space): Support for above.
1535 (frame_display_row): Ditto.
1536 * binutils.texi: Document it.
1538 2000-11-24 Nick Clifton <nickc@redhat.com>
1540 * NEWS: Announce support for v5t, v5te and XScale.
1542 2000-11-22 Nick Clifton <nickc@redhat.com>
1544 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
1545 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
1546 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
1547 (get_elf_section_flags: Add SHF_GROUP.
1548 (process_section_headers): Adjust output for 32-bit binaries
1549 to look nice on an 80 column terminal.
1551 2000-11-20 H.J. Lu <hjl@gnu.org>
1553 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
1556 2000-11-17 Richard Henderson <rth@redhat.com>
1558 * readelf.c (display_debug_lines): Adjust last change to
1559 use sizeof (external->li_length).
1561 2000-11-17 Richard Henderson <rth@redhat.com>
1563 * readelf.c (display_debug_lines): Fix section length check
1564 and end_of_sequence computation.
1566 2000-11-06 Nick Clifton <nickc@redhat.com>
1568 * binutils.texi: Add GNU Free Documentation License.
1569 * objcopy.1: Add GNU Free Documentation License.
1570 * objdump.1: Add GNU Free Documentation License.
1571 * addr2line.1: Add GNU Free Documentation License.
1572 * ar.1: Add GNU Free Documentation License.
1573 * nlmconv.1: Add GNU Free Documentation License.
1574 * nm.1: Add GNU Free Documentation License.
1575 * ranlib.1: Add GNU Free Documentation License.
1576 * size.1: Add GNU Free Documentation License.
1577 * strings.1: Add GNU Free Documentation License.
1578 * strip.1: Add GNU Free Documentation License.
1580 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
1582 * objcopy.c (--srec-len=nn): New parameter to set the
1583 maximum length of generated Srecords.
1584 (--srec-forceS3): New parameter that restricts the generation of
1585 Srecords to type S3 only.
1586 * binutils.texi: Document new command line switches.
1587 * objcopy.1: Docuemnt the new command line switches.
1588 * NEWS: Announce the existence of the new command line switches.
1590 2000-10-31 Nick Clifton <nickc@redhat.com>
1592 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
1593 code. Add Eric Chrisopher as maintainer of MN10300 port.
1595 2000-10-12 Roger Sayle <roger@metaphorics.com>
1597 * Make comma after string after icon/control optional.
1599 2000-09-13 Anders Norlander <anorland@acc.umu.se>
1601 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
1603 * NEWS: Mention support for MIPS32.
1605 2000-09-08 Nick Clifton <nickc@redhat.com>
1607 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
1609 2000-09-07 H.J. Lu <hjl@gnu.org>
1611 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1612 * configure: Rebuild.
1614 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
1616 * configure: Rebuilt with new libtool.m4.
1618 2000-09-05 Nick Clifton <nickc@redhat.com>
1620 * aclocal.m4: Regenerate.
1621 * config.in: Regenerate.
1622 * configure: Regenerate.
1624 2000-09-04 Todd Vierling <tv@wasabisystems.com>
1626 * strip.1: Fix stray '\' in -o formatting.
1628 2000-09-02 Nick Clifton <nickc@redhat.com>
1630 * configure.in: Increase version number to 2.10.91.
1631 * configure: Regenerate.
1632 * aclocal.m4: Regenerate.
1633 * config.in: Regenerate.
1634 * po/binutils.pot: Regenerate.
1636 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
1638 * acinclude.m4: Include libtool and gettext macros from the
1640 * aclocal.m4, configure: Rebuilt.
1642 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
1644 * resrc.c (close_input_stream): Delete extraneous logic
1646 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
1648 * NEWS: Mention support for CRIS.
1650 2000-08-21 Nick Clifton <nickc@redhat.com>
1652 * addr2line.c: Changed email address for Ulrich Lauther.
1654 2000-08-17 Christopher C. Chimelis <chris@debian.org>
1656 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
1658 2000-08-17 Nick Clifton <nickc@redhat.com>
1660 * readelf.c (display_debug_pubnames): Only issue warning
1661 message once. Terminate message with a new line.
1662 (display_debug_aranges): Only display version 2 debug info.
1664 2000-08-14 Todd Vierling <tv@wasabisystems.com>
1666 * objcopy.c (strip_main): Silently accept -d as an alias for -g
1667 for compatability with old BSD systems.
1669 2000-08-14 Jason Eckhardt <jle@cygnus.com>
1671 * NEWS: Mention i860 support.
1673 2000-08-11 Carlo Wood <carlo@alinoe.com>
1675 * addr2line.c (main): Add const to char *.
1677 2000-08-11 Geoff Keating <geoffk@cygnus.com>
1679 * ar.c (main): Don't crash if called with no arguments
1680 or only '-X32_64' as an argument.
1682 2000-08-08 DJ Delorie <dj@redhat.com>
1684 * resrc.c: use "gcc -xc" instead of -xc-header
1686 2000-08-05 Jason Eckhardt <jle@cygnus.com>
1688 * readelf.c (elf/i860.h): Include.
1689 (dump_relocations): Add recognition of i860 architecture.
1690 (guess_is_rela): Add recognition of i860 architecture.
1692 2000-08-03 Nick Clifton <nickc@cygnus.com>
1694 * MAINTAINERS: Add information about CGEN maintainers.
1696 2000-07-26 Geoff Keating <geoffk@cygnus.com>
1698 * nm.c (main): Ignore '-X32_64' as an option.
1699 * ar.c (main): Likewise.
1700 * binutils.texi (nm): Document new option.
1703 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1705 * rdcoff.c (external_coff_symbol_p): K&R-ise.
1707 2000-07-20 H.J. Lu <hjl@gnu.org>
1709 * binutils.texi: Put back "@end table" deleted by
1712 2000-07-05 Kenneth Block <krblock@computer.org>
1714 * nm.c: Add optional style to demangle switch.
1715 * objdump.c: Add optional style to demangle switch.
1716 * addr2line.c: Add optional style to demangle switch.
1717 * binutils.texi: Document optional style to demangle
1720 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
1722 * MAINTAINERS: Add self as CRIS port maintainer.
1723 * readelf.c: Include elf/cris.h.
1724 (guess_is_rela): Handle EM_CRIS.
1725 (dump_relocations): Ditto.
1726 (get_machine_name): Ditto.
1727 * Makefile.am: Rebuild dependencies.
1728 * Makefile.in: Regenerate.
1729 * po/binutils.pot: Regenerate.
1731 2000-07-19 H.J. Lu <hjl@gnu.org>
1733 * readelf.c (get_dynamic_type): Change "AUXILARY" to
1735 (process_dynamic_segment): Print out strings for DT_CONFIG,
1736 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
1738 2000-07-19 Mark Kettenis <kettenis@gnu.org>
1740 * nm.c (usage): Change output of `nm --help' to include a
1741 description of the purpose of the program and a detailed
1742 description of the accepted options.
1744 2000-07-19 H.J. Lu <hjl@gnu.org>
1746 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
1749 2000-07-19 H.J. Lu <hjl@gnu.org>
1751 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
1753 2000-07-19 H.J. Lu <hjl@gnu.org>
1755 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
1757 (process_dynamic_segment): Likewise.
1759 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
1760 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
1761 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
1762 DF_1_NODUMP and DF_1_CONLFAT.
1764 2000-07-18 Nick Clifton <nickc@cygnus.com>
1766 * binutils.texi (readelf): Fix spelling typo.
1768 2000-07-11 Mark Kettenis <kettenis@gnu.org>
1770 * objdump.c (usage): Make output of `objdump --help' more
1771 consistent with the rest of the GNU world. Add a line describing
1772 the purpose of the program.
1774 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
1776 * stabs.c (parse_stab_range_type): Cast to proper type to fix
1779 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
1781 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
1783 (process_symbol_table): Ditto.
1784 (procesS_extended_line_op): Ditto.
1785 (display_debug_lines): Ditto.
1786 (display_debug_pubnames): Ditto.
1787 (read_and_display_attr): Ditto.
1789 2000-07-09 Nick Clifton <nickc@cygnus.com>
1791 * MAINTAINERS: Add several more port specific maintainers.
1793 2000-07-05 Nick Clifton <nickc@cygnus.com>
1795 * MAINTAINERS: Add blanket write privs for Michael Meissner.
1797 2000-06-05 DJ Delorie <dj@redhat.com>
1801 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
1803 * dllwrap.c: Changed mistaken dyn_string_append() calls
1804 to dyn_string_append_cstr().
1806 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
1808 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
1809 struct debug_type stores size in bytes.
1811 2000-07-01 Alan Modra <alan@linuxcare.com.au>
1813 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
1814 (CLEANFILES): Add DEPA.
1815 * Makefile.in: Regenerate.
1817 2000-06-27 Alan Modra <alan@linuxcare.com.au>
1819 * ar.c: Revert incorrect 2000-06-25 patch.
1820 * bucomm.c: Likewise.
1822 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
1824 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
1825 (external_coff_symbol_p): New function.
1826 (parse_coff): Use it.
1828 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
1830 * ar.c (normalize): Advance past both characters in a DOS based
1831 <letter>: filepath prefix.
1833 * bucomm.c (make_tempname): Likewise.
1835 2000-06-24 Nick Clifton <nickc@cygnus.com>
1837 * objdump.c (usage): Fix description of --stabs switch.
1839 2000-06-22 Alan Modra <alan@linuxcare.com.au>
1841 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1843 * Makefile.in: Regenerate.
1845 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
1847 * ar.c (normalize): Correct pointer comparison when checking for
1850 * bucomm.c (make_tempname): Likewise.
1852 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
1853 and search for backslashes in the original pathname.
1854 (ieee_add_bb11): Likewise.
1856 2000-06-18 Nick Clifton <nickc@redhat.com>
1858 * ar.c (print_contents): Improve verbose message.
1860 2000-06-15 H.J. Lu <hjl@gnu.org>
1862 * dyn-string.c: Removed. Not needed with dyn-string.c in
1864 * dyn-string.h: Likewise.
1866 * Makefile.am: Remove references to dyn-string.c and
1867 dyn-string.h. Rebuild dependency.
1868 * Makefile.in: Rebuild.
1870 2000-06-15 H.J. Lu <hjl@gnu.org>
1872 * binutils.texi: Put a warning on copying relocatable object
1873 files between two different formats.
1875 2000-06-13 DJ Delorie <dj@cygnus.com>
1877 * rcparse.y (control): ICON controls take an id as the first
1878 parameter, not an optional string. Also, call new convenience
1879 function that takes res_id's.
1880 * resrc.c (define_control): missing text means zero-length string,
1882 (define_icon_control): New.
1883 * windres.h: declare define_icon_control.
1885 2000-06-13 H.J. Lu <hjl@gnu.org>
1887 * configure: Regenerate.
1889 2000-06-08 David O'Brien <obrien@FreeBSD.org>
1891 * configure.in (VERSION): Update to show this is the CVS mainline.
1893 2000-06-02 David O'Brien <obrien@FreeBSD.org>
1895 * strings.c (isgraphic): Interpret <TAB> as a printable character,
1896 analogous to <SPACE>.
1898 2000-05-30 Alan Modra <alan@linuxcare.com.au>
1900 * objdump.c (display_target_list): Use bfd_close_all_done, not
1901 bfd_close to fix crash caused by 2000-05-24 change.
1903 2000-05-25 DJ Delorie <dj@cygnus.com>
1905 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
1907 2000-05-26 Alan Modra <alan@linuxcare.com.au>
1909 * Makefile.am: Update dependencies with "make dep-am"
1910 * Makefile.in: Regenerate.
1912 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
1914 * ar.c: Include filenames.h.
1915 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
1916 and drive letters in file names.
1917 (main): Support backslashes and drive letters in argv[0]. Drop
1918 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
1919 FILENAME_CMP instead of strcmp to compare file names.
1920 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
1922 (do_quick_append) [__GO32__]: Ditto.
1923 (get_pos_bfd, delete_members, move_members, replace_members):
1924 Compare file names with FILENAME_CMP.
1926 * bucomm.c: Include filenames.h.
1927 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
1928 forward/backward slashes and drive letters in file names.
1930 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
1931 mixed forward/backward slashes and drive letters in file names.
1933 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
1934 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
1937 * objcopy.c: Include filenames.h.
1938 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
1939 before comparing to "strip".
1940 Use FILENAME_CMP to compare file names.
1942 * arsup.c: Include filenames.h.
1943 (map_over_list, ar_delete, ar_replace, ar_extract): Use
1944 FILENAME_CMP to compare file names.
1945 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
1946 the temporary file name.
1948 * configure.in: Check for setmode.
1949 * configure: Regenerate.
1951 2000-05-24 Alan Modra <alan@linuxcare.com.au>
1953 * objdump.c (display_target_list): Close the bfd.
1954 (display_info_table): Likewise.
1956 2000-05-14 H.J. Lu (hjl@gnu.org)
1958 * objcopy.c (filter_symbols): Don't strip global symbols in
1959 relocatable object files.
1961 2000-05-14 Alan Modra <alan@linuxcare.com.au>
1963 * size.c (usage): Associate short options with corresponding long
1964 option to give a clue as to their function.
1966 2000-05-14 Philippe De Muyter <phdm@macqel.be>
1968 * size.c (main): Accept and ignore `-f' option.
1970 2000-05-13 Alan Modra <alan@linuxcare.com.au>
1972 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
1973 bindtextdomain): Replace defines with those from intl/libgettext.h
1974 to quieten gcc warnings.
1976 2000-05-12 H.J. Lu <hjl@gnu.org>
1978 * nlmconv.c (temp_filename): Removed.
1980 * nlmconv.c (link_inputs): Use make_temp_file () instead of
1981 choose_temp_base ().
1982 * objdump.c (display_target_list): Likewise.
1983 (display_info_table): Likewise.
1985 2000-05-08 Alan Modra <alan@linuxcare.com.au>
1987 * objcopy.c (setup_section): Add const and gettext calls for err.
1989 2000-05-02 H.J. Lu <hjl@gnu.org>
1991 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
1992 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
1993 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
1994 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
1995 and ELFOSABI_OPENBSD.
1997 2000-05-02 Kazu Hirata <kazu@hxi.com>
1999 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2000 * srconv.c: Likewise.
2001 * sysdump.c: Likewise.
2003 2000-04-23 Denis Chertykov <denisc@overta.ru>
2005 * readelf.c (guess_is_rela): AVR uses RELA relocations.
2006 (get_machine_name): machine name for EM_AVR added.
2008 2000-04-21 Richard Henderson <rth@cygnus.com>
2009 David Mosberger <davidm@hpl.hp.com>
2011 * Makefile.am (readelf.o): Add elf/ia64.h.
2012 * Makefile.in: Rebuild.
2013 * readelf.c: Include elf/ia64.h.
2014 (guess_is_rela, dump_relocations): Handle EM_IA_64.
2016 2000-04-17 Timothy Wall <twall@cygnus.com>
2018 * objdump.c (disassemble_data): Set octets per byte *after*
2019 resolving arch/mach for binary files.
2021 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2023 * arlex.l: Add directives to increase lex buffer size.
2025 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2026 already included by bucomm.h.
2028 2000-04-10 Philippe De Muyter <phdm@macqel.be>
2030 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2031 `strftime' since strftime is not available on all systems.
2032 (process_mips_specific): Ditto.
2034 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
2036 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
2037 --enable-build-warnings option.
2038 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2039 * Makefile.in, configure: Re-generate.
2041 2000-04-06 Alan Modra <alan@linuxcare.com.au>
2043 * addr2line.c: Update copyright.
2044 * objcopy.1: Likewise, and title.
2045 * strings.1: Likewise.
2047 * version.c (print_version): Add 2000.
2049 * rddbg.c (read_section_stabs_debugging_info): Don't use
2050 bfd_size_type for strx to avoid printf problems if BFD64.
2052 * bucomm.c: (report): Remove `static'.
2053 Move inclusion of stdarg.h/vararg.h from here.
2054 * bucomm.h: To here.
2055 (CONST): Change all occurences to const.
2056 (report): Declare it.
2057 (bfd_fatal): Add ATTRIBUTE_NORETURN.
2058 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2059 (non_fatal): Add ATTRIBUTE_PRINTF_1.
2061 * ar.c (main): Use fatal or non_fatal instead of fprintf.
2062 Correct a typo in an error message.
2063 (do_quick_append): Use non_fatal instead of fprintf.
2064 (move_members): Use fatal instead of fprintf, exit.
2065 * coffdump.c (main): Same here.
2067 * dlltool.c (display): Delete.
2069 (inform): Use `report' instead of `display'.
2070 (rvaafter): Remove trailing \n from fatal error msg.
2072 (asm_prefix): Ditto.
2073 (yyerror): Replace `warn' with `non_fatal', and remove \n.
2074 (def_name): Likewise.
2076 (scan_all_symbols): Likewise.
2077 (gen_lib_file): Likewise.
2078 (def_library): Likewise. Remove extra program_name too.
2079 (run): Remove \n from inform strings.
2080 (scan_drectve_symbols): Likewise.
2081 (add_excludes): Likewise.
2082 (scan_open_obj_file): Likewise.
2083 (gen_exp_file): Likewise.
2084 (gen_lib_file): Likewise.
2085 (process_duplicates): Likewise.
2087 * Makefile.am (dllwrap_SOURCES): Add version.c.
2088 * dllwrap.c (program_version): Delete.
2089 (print_version): Delete.
2090 (display): Always print trailing \n.
2092 (delete_temp_files): Use warn instead of fprintf. Use gettext.
2095 (usage): gettext'ify.
2096 (long_options): Add missing initialisers.
2098 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2099 (select_output_format): Likewise.
2100 (powerpc_mangle_relocs): Likewise.
2101 (link_inputs): Likewise.
2103 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2104 (set_output_format): Likewise.
2105 (main): Use non_fatal instead of fprintf.
2106 (display_rel_file): Likewise.
2108 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2109 (slurp_dynamic_symtab): Same here.
2110 (disassemble_data): And here.
2111 (read_section_stabs): And here.
2112 (read_section_stabs): And here.
2113 (dump_bfd): And here.
2115 (objdump_sprintf): Use fatal instead of fprintf, exit.
2116 (disassemble_data): Same here.
2118 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2119 (parse_coff_struct_type): Same here.
2120 (parse_coff_enum_type): And here.
2121 (parse_coff): And here.
2122 * rddbg.c (read_debugging_info): And here.
2123 * size.c (main): And here.
2124 * windres.c (format_from_name): And here.
2125 * wrstabs.c (stab_write_symbol): Here too.
2126 (write_stabs_in_sections_debugging_info): And here.
2127 (stab_int_type): And here.
2128 (stab_struct_field): And here.
2129 (stab_typdef): And here.
2131 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2132 * srconv.c (main): Same here.
2133 * strings.c (main): And here.
2134 (integer_arg): And here.
2135 * sysdump.c (main): And here.
2137 2000-04-06 Timothy Wall <twall@cygnus.com>
2139 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2141 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
2143 * readelf.c (decode_location_expression): Loop through multiple
2145 (read_and_display_attr): Pass in length.
2147 * readelf.c (read_and_display_attr): Add CU offset to references.
2148 (display_debug_info): Pass it in.
2150 2000-04-06 Nick Clifton <nickc@cygnus.com>
2152 * readelf.c (decode_ARM_machine_flags): New function.
2153 (get_machine_flags): Call decode_ARM_machine_flags for ARM
2156 (get_machine_name): Catch EM_AVR
2158 2000-04-05 Alan Modra <alan@linuxcare.com.au>
2160 * binutils.texi: Remove optional `=' from long options that have
2161 an `=' in the argument.
2162 * objcopy.1: Here too. Remove extra space on discard-all.
2164 * binutils.texi (objcopy): Mention --redefine-sym.
2165 * objcopy.1: Here too.
2168 * objcopy.c (parse_flags): Split off flag names from error message
2169 gettext as they are not translated.
2170 (copy_main): Similarly split off option name for --add-section,
2171 --set-section-flags, --change-section-vma, --change-section-lma
2173 Some white space changes.
2175 from Matthew Benjamin <matt@linuxbox.nu>
2176 * objcopy.c (struct redefine_node): New.
2177 (redefine_sym_list): New.
2178 (redefine_list_append): New.
2179 (lookup_sym_redefinition): New.
2180 (OPTION_REDEFINE_SYM): New.
2181 (copy_options): Add --redefine-sym option.
2182 (copy_usage): Mention it.
2183 (filter_symbols): Rename symbols on redefine_sym_list.
2184 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2185 (copy_main): Handle OPTION_REDEFINE_SYM.
2187 2000-04-04 H.J. Lu <hjl@gnu.org>
2189 * readelf.c (process_symbol_table): Correctly read in symbol
2190 versioning information.
2192 2000-04-04 Alan Modra <alan@linuxcare.com.au>
2194 * po/binutils.pot: Regenerate.
2196 * addr2line.c (usage): Restore translated part of bug string.
2197 * ar.c (usage): Likewise.
2198 * nlmconv.c (show_usage): Likewise.
2199 * nm.c (usage): Likewise.
2200 * objcopy.c (copy_usage): Likewise.
2201 (strip_usage): Likewise.
2202 * objdump.c (usage): Likewise.
2203 * readelf.c (usage): Likewise.
2204 * size.c (usage): Likewise.
2205 * strings.c (usage): Likewise.
2206 * windres.c (usage): Likewise.
2208 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2209 (DEP): Quote when passing vars to sub-make. Add warning
2211 (DEP1): Rewrite for "gcc -MM".
2212 (CLEANFILES): Add DEP2.
2213 Update dependencies.
2214 * Makefile.in: Regenerate.
2216 2000-04-04 H.J. Lu <hjl@gnu.org>
2218 * Makefile.am (GENERATED_HFILES): Add rcparse.h
2219 (arparse.h): Depend on arparse.c
2220 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2222 2000-04-03 H.J. Lu (hjl@gnu.org)
2224 * size.c (usage): Use REPORT_BUGS_TO.
2226 2000-04-03 Alan Modra <alan@linuxcare.com.au>
2228 * bucomm.h: #include "bin-bugs.h"
2229 * addr2line.c (usage): Use REPORT_BUGS_TO.
2230 * ar.c (usage): Likewise.
2231 * nlmconv.c (show_usage): Likewise.
2232 * nm.c (usage): Likewise.
2233 (OPTION_TARGET): Define.
2234 (long_options): Use OPTION_TARGET rather than 200.
2237 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2238 (strip_usage): Likewise.
2239 * objdump.c (usage): Likewise.
2240 * readelf.c (usage): Likewise.
2241 * strings.c (usage): Likewise.
2242 * windres.c (usage): Likewise.
2244 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
2246 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2248 2000-03-27 Nick Clifton <nickc@cygnus.com>
2250 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2251 string offsets in corrupt stabs entries.
2253 2000-03-27 Alan Modra <alan@linuxcare.com.au>
2255 * readelf.c: Include elf/avr.h
2256 (dump_relocations): Add EM_AVR case.
2258 2000-03-09 Tim Waugh <twaugh@redhat.com>
2260 * strings.1: Correct '-bytes' to '--bytes'.
2262 2000-03-08 H.J. Lu <hjl@gnu.org>
2264 * Makefile.am (install-exec-local): Depend on
2265 install-binPROGRAMS for parallel make.
2266 * Makefile.in: Regenerated.
2268 2000-02-27 Ian Lance Taylor <ian@zembu.com>
2270 From Brad Lucier <lucier@math.purdue.edu>:
2271 * readelf.c (process_dynamic_segment): Add cast to make sure
2272 argument to %* is int.
2274 2000-02-25 H.J. Lu <hjl@gnu.org>
2276 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2278 2000-02-24 Nick Clifton <nickc@cygnus.com>
2280 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
2281 * configure: Regenerate.
2283 * dlltool.c: Add support for sh-pe and mips-pe targets.
2284 * rescoff.c: Add support for sh-pe and mips-pe targets.
2286 2000-02-23 H.J. Lu <hjl@gnu.org>
2288 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2290 2000-02-22 Nick Clifton <nickc@cygnus.com>
2292 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
2294 2000-02-22 Ian Lance Taylor <ian@zembu.com>
2296 From Brad Lucier <lucier@math.purdue.edu>:
2297 * readelf.c (process_version_sections): Add casts to make sure
2298 argument to %* is an int.
2299 (process_mips_specific): Add casts to make printf arguments match
2302 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
2304 * objdump.c (dump_section_header): Change `opb' to unsigned.
2305 (find_symbol_for_address): Same here.
2306 (disassemble_data): And here. Change `addr_offset',
2307 `stop_offset', `nextstop_offset' to unsigned long.
2308 (dump_data): Change opb to unsigned.
2310 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
2312 * resrc.c: Remove unmatched #if for cygwin.
2314 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
2316 * binutils.texi: Document the change of flavor name from atpcs-special
2317 to special-atpcs to prevent name conflict in gdb.
2319 2000-02-08 Timothy Wall <twall@redhat.com>
2321 * objdump.c (show_line): Fix bug preventing printing of the very
2322 first line (line zero) of a file when interlisting source and
2323 assembly. Added option to print entire context from start of file
2324 when the first line from that file is encountered.
2326 2000-02-03 Timothy Wall <twall@redhat.com>
2328 * objdump.c (dump_section_header, find_symbol_for_address,
2329 show_line, disassemble_bytes, disassemble_data, dump_data):
2330 distinguish between octets and bytes.
2332 2000-01-27 Thomas de Lellis <tdel@windriver.com>
2334 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
2335 check to unresolved symbols.
2336 (print_symbol_info_sysv): Ditto.
2337 (print_symbol_info_posix): Ditto.
2339 * binutils.texi: Document new 'V' symclass flag for nm.
2341 2000-01-27 Nick Clifton <nickc@redhat.com>
2343 * binutils.texi (objdump): Document new ARM specific
2344 disassembler options.
2346 * objdump.c (usage): Call disassembler_usage().
2348 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
2350 * readelf.c (get_dynamic_flags): Return buff.
2351 (process_dynamic_segment): Don't pass error strings to printf
2353 (read_and_display_attr): Use lx and ld to print longs.
2354 (process_corefile_note_segment): Cast bfd_vma to unsigned long
2358 2000-01-17 Nick Clifton <nickc@cygnus.com>
2360 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2362 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
2364 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2366 (debug_tag_type): Here too.
2367 * ieee.c (ieee_builtin_type): And here.
2368 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
2370 2000-01-13 Nick Clifton <nickc@cygnus.com>
2372 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
2375 2000-01-11 Nick Clifton <nickc@cygnus.com>
2377 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
2379 2000-01-10 Nick Clifton <nickc@cygnus.com>
2381 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2383 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
2385 * windres.c (long_options): Add --use-temp-file and
2386 --no-use-temp-file options.
2390 * windres.h: Update read_rc_file prototype.
2392 * resrc.c (cpp_temp_file): New static variable.
2393 (istream_type): New static variable.
2394 (close_pipe): Delete function.
2395 (run_cmd): New static function.
2396 (open_input_stream): New static function.
2397 (close_input_stream): New static function.
2398 (look_for_default): Handle DOS directory separator. Use
2399 open_input_stream instead of popen.
2400 (read_rc_file): Likewise.
2402 * binutils.texi: Document --use-temp-file, --no-use-temp-file
2405 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2407 * dlltool.c (create_compat_implib): New variable.
2408 (gen_exp_file): Use.
2409 (make_one_lib_file): Use.
2410 (long_options): Add --compat-implib option.
2414 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2415 (main): Use. Don't look for "32" in cygwin and mingw target names.
2417 2000-01-03 Nick Clifton <nickc@cygnus.com>
2419 * binutils.texi: Document new, ARM specific disassembler
2420 command line switch "-M force-thumb".
2422 For older changes see ChangeLog-9899
2428 version-control: never