1 2002-06-20 Dave Brolley <brolley@redhat.com>
3 * MAINTAINERS: Add self as fr30 and frv maintainer.
5 2002-06-18 H.J. Lu (hjl@gnu.org)
7 * nm.c: Include "elf/common.h".
8 (extended_symbol_info): Add elfinfo, a pointer to
10 (SYM_SIZE): Use elfinfo if it is not NULL.
11 (get_symbol_type): New function.
12 (display_archive): Set print_width for each archive member.
13 (display_file): Likewise.
14 (display_rel_file): Don't set print_width here.
15 (print_object_filename_sysv): Handle print_width.
16 (print_archive_member_sysv): Likewise.
17 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
18 (print_symbol): Set the elfinfo field in extended_symbol_info
20 (print_object_filename_sysv): Fix the output format.
21 (print_symbol_info_sysv): Print type and section for ELF.
23 2002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
25 * nm.c (print_size_symbols): Remove assignment, which makes
26 the symbol's size equal to its value when --size-sort is
29 2002-06-18 Dave Brolley <brolley@redhat.com>
32 * readelf.c (elf/frv.h): #include it.
33 (guess_is_rela): Support EM_CYGNUS_FRV.
34 (dump_relocations): Ditto.
35 (get_machine_name): Ditto.
36 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
38 2002-06-18 Jakub Jelinek <jakub@redhat.com>
40 * readelf.c (get_file_header): Only read the first section header if
43 2002-06-15 H.J. Lu (hjl@gnu.org)
45 * nm.c (print_size): New variable. Initialize to 0.
46 (long_options): Add 'S'/"print-size".
48 (print_symbol_info_bsd): Print size only if print_size is not
51 * doc/binutils.texi: Document -S/--print-size.
53 2002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
55 * nm.c (struct extended_symbol_info): New strcuture: Add the size
56 of the symbols to the information provided by the symbol_info
58 (print_symbols): Pass the symbol size to print_symbol.
59 (print_size_symbols): Pass the symbol size to print_symbol.
60 (print_symbol): Extra argument: The size of the symbol. Store
61 this in the extended_symbol_info structure.
62 (print_symbol_info): Change type of info parameter to
63 extended_symbol_info. Display the size, if known.
64 (print_symbol_info_posix): Likewise.
65 (print_symbol_info_sysv): Likewise.
67 2002-06-08 Alan Modra <amodra@bigpond.net.au>
69 * Makefile.am: Run "make dep-am".
70 * Makefile.in: Regenerate.
71 * doc/Makefile.in: Regnerate.
73 * bucomm.c: Replace CONST with const.
75 * objdump.c: Likewise.
77 2002-06-07 H.J. Lu <hjl@gnu.org>
79 * readelf.c (DW_CFA_GNU_args_size): Don't define.
80 (DW_CFA_GNU_negative_offset_extended): Likewise.
81 (DW_CFA_GNU_window_save): Likewise.
82 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
83 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
85 2002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
87 * nm.c: When computing size of symbols for an ELF target use the
90 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
92 * testsuite/binutils-all/objcopy.exp: clear xfail for
94 * testsuite/binutils-all/hppa/objdump.exp: Return if
97 2002-06-05 Alan Modra <amodra@bigpond.net.au>
99 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
101 2002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
103 * objdump.c: Fix formatting.
105 2002-05-29 Ben Elliston <bje@redhat.com>
107 * MAINTAINERS: Add self as M68k maintainer.
109 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
111 * readelf.c: Modified/Added DLX elf support.
113 2002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
115 * arsup.c: Fix formatting.
116 * debug.c (debug_record_label): Add missing colon to error
118 * ieee.c (parse_ieee_ty): Fix spelling typo.
119 * readelf.c (process_program_headers): Remove English assumption
120 about making a plural word.
121 (process_section_headers): Likewise.
122 (process_relocs): Allow quotes to be translated.
123 (process_unwind): Likewise,
124 (process_mips_specific): Improve error message.
125 (get_note_type): Fix spelling typo.
127 * configure.in (ALL_LINGUAS): Add sv
128 * po/sv.po: New file.
130 2002-05-27 Alan Modra <amodra@bigpond.net.au>
132 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
133 (unw_print_grmask): Likewise.
134 (unw_print_frmask): Likewise.
136 2002-05-26 Kazu Hirata <kazu@cs.umass.edu>
138 * arsup.c: Remove ARGSUSED.
141 * nlmconv.c: Likewise.
144 * wrstabs.c: Likewise.
146 2002-05-25 Alan Modra <amodra@bigpond.net.au>
148 * arlex.l: Use #include "" instead of <> for local header files.
149 * coffdump.c: Likewise.
150 * coffgrok.c: Likewise.
151 * nlmconv.c: Likewise.
152 * nlmheader.y: Likewise.
153 * srconv.c: Likewise.
154 * strings.c: Likewise.
155 * sysdump.c: Likewise.
156 * unwind-ia64.h: Likewise.
157 * windres.h: Likewise.
158 * winduni.h: Likewise.
160 2002-05-24 Tom Rix <trix@redhat.com>
162 * MAINTAINERS: Add self as the d10v maintainer.
164 2002-05-24 TAMURA Kent <kent@netbsd.org>
166 * configure.in: Builds dlltool for i386-netbsdpe.
167 * configure: Regenerate.
169 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
171 * size.c: Fix formatting.
172 * srconv.c: Likewise.
174 * sysdump.c: Likewise.
175 * unwind-ia64.c: Likewise.
176 * wrstabs.c: Likewise.
178 2002-05-23 Jakub Jelinek <jakub@redhat.com>
180 * readelf.c (get_segment_type): Add PT_TLS.
181 (get_elf_section_flags): Add SHF_TLS.
182 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
183 (process_dynamic_segment): Use puts instead of printf.
184 (get_symbol_type): Support STT_TLS.
185 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
186 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
187 Add SEC_THREAD_LOCAL.
189 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
191 * rdcoff.c: Fix formatting.
193 * readelf.c: Likewise.
194 * rename.c: Likewise.
195 * resbin.c: Likewise.
197 * resres.c: Likewise.
199 2002-05-21 Kazu Hirata <kazu@cs.umass.edu>
201 * filemode.c: Fix formatting.
203 * is-ranlib.c: Likewise.
204 * is-strip.c: Likewise.
205 * maybe-ranlib.c: Likewise.
206 * maybe-strip.c: Likewise.
207 * nlmconv.c: Likewise.
209 * not-ranlib.c: Likewise.
210 * not-strip.c: Likewise.
211 * objcopy.c: Likewise.
212 * objdump.c: Likewise.
214 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
216 * objdump.c (dump_headers): Fix output formatting for ELF32
217 architectures in a BFD64 enabled toolchain.
219 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
221 * debug.c: Fix formatting.
223 * dlltool.c: Likewise.
224 * dllwrap.c: Likewise.
225 * emul_aix.c: Likewise.
226 * emul_vanilla.c: Likewise.
228 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
230 * addr2line.c: Fix formatting.
234 * binemul.c: Likewise.
235 * binemul.h: Likewise.
236 * bucomm.c: Likewise.
237 * coffdump.c: Likewise.
238 * coffgrok.c: Likewise.
239 * coffgrok.h: Likewise.
241 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
243 * MAINTAINERS: Add myself as the second AVR port maintainer.
245 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
247 * MAINTAINERS: Update my email address.
249 2002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
251 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
253 2002-05-09 Alan Modra <amodra@bigpond.net.au>
255 * configure.in: Replace `*pe' with `pe' throughout.
256 * configure: Regenerate.
258 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
260 * Makefile.am: Honour DESTDIR.
261 * Makefile.in: Regenerate.
263 2002-05-06 Alan Modra <amodra@bigpond.net.au>
265 * dlltool.c (process_def_file): Add missing prototype.
266 (new_directive, assemble_file, main): Likewise.
267 (process_def_file, new_directive): Make static.
268 (inform): Rewrite using VA_FIXEDARG.
269 * dllwrap.c (mybasename): Add missing prototype.
270 (strhash, main): Likewise.
271 (inform): Rewrite using VA_FIXEDARG.
273 (cleanup_and_exit): Use old style function definition.
275 * windres.c (define_resource): Use one memset to clear all of
278 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
279 call to rules that need no lookahead. Check for no lookahead.
281 2002-05-06 Borut Razem <borut.razem@siol.net>
283 * rclex.l (get_string): Correct "strings" list handling.
284 * resrc.c (read_rc_file): Discard strings.
286 2002-05-04 Alan Modra <amodra@bigpond.net.au>
288 * ar.c (replace_members): Remove unused var. Formatting fix.
289 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
291 * MAINTAINERS: Sort port maintainers by CPU.
293 2002-05-04 Bob Byrnes <byrnes@curl.com>
295 * size.c (display_archive): Add last_arfile and code to close archives.
297 2002-05-01 Alan Modra <amodra@bigpond.net.au>
299 * nm.c (print_symbol): Check returned filename from
300 bfd_find_nearest_line is non-NULL.
302 2002-04-25 Elena Zannoni <ezannoni@redhat.com>
304 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
306 2002-04-24 Christian Groessler <chris@groessler.org>
308 * MAINTAINERS: Changed my email address.
310 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
312 * arparse.y: Fix syntax warning.
314 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
316 * readelf.c (fetch_location_list): Remove unused function.
318 * readelf.c (process_corefile_note_segment): Catch corrupt notes
319 and display a warning message, then exit the loop.
321 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
323 2002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
325 * resrc.c (write_rc_dialog): If charset is non-default value
326 display all of the DIALOGEX parameters.
328 2002-04-15 Eric Kohl <ekohl@rz-online.de>
330 * rcparse.y: Allow two to five parameter in FONT statement of
332 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
334 (res_to_bin_dialog): Likewise.
335 * windres.h: Added misssing charset variable to dialog_ex
338 2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
340 * rcparse.y: Set MEMFLAG_PURE by default.
342 2002-04-09 Bernd Herd <info@herdsoft.com>
344 * rcparse.y: CLASS definitions in DIALOG resources
346 Fix typo in BEDIT warning.
347 Don't add default dialog style when explicit style specified.
348 Add WS_CAPTION dialog style if CAPTION is specified.
350 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
351 (handle_quotes) "\a" escape (used for right justified key
352 definitions in menus) is encodes as binary 8.
354 * resrc.c (write_rc_dialog): Print style even if it is 0.
355 (write_rc_directory): Fix overlooked sublang shift bug.
356 (bin_to_res_dialog): Don't print empty dialog caption.
358 * resbin.c (bin_to_res_dialog): Use signature to identify
361 * windres.c (main): Set default LANGUAGE to english/us.
363 2002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
365 * resrc.c: print CLASS names in quotes
367 2002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
369 * MAINTAINERS: Update my email address.
371 2002-04-04 Alan Modra <amodra@bigpond.net.au>
373 * dep-in.sed: Cope with absolute paths.
374 * Makefile.am (dep.sed): Subst TOPDIR.
376 * Makefile.in: Regenerate.
378 2002-03-27 Peter Targett <peter.targett@arc.com>
380 * MAINTAINERS: Update my email address.
382 2002-03-21 Alan Modra <amodra@bigpond.net.au>
384 * Makefile.am: Run "make dep-am".
385 * Makefile.in: Regenerate.
386 * doc/Makefile.in: Regenerate.
387 * po/POTFILES.in: Regenerate.
388 * aclocal.m4: Regenerate.
389 * config.in: Regenerate.
390 * configure: Regenerate.
392 2002-03-20 Daniel Berlin <dan@dberlin.org>
394 * readelf.c: Add support for displaying dwarf2 location lists.
395 (do_debug_loc, debug_loc_section, debug_loc_size): New.
396 (parse_args): Use 'O' as shorthand for displaying location list
398 (process_section_headers): Handle debug_loc as well.
399 (load_debug_loc): New.
400 (free_debug_loc): New.
401 (fetch_location_list): New.
402 (display_debug_loc): New.
403 (display_debug_info): Call load_debug_loc and free_debug_loc.
404 (debug_displays): We can display .debug_loc now, too.
405 (usage): Update usage string.
406 (read_and_display_attr_value): Note location lists, but don't
409 2002-03-18 Tom Rix <trix@redhat.com>
411 * Makefile.am: Add binutils emulation support.
412 * configure.in: Same.
413 * configure.tgt: New file. Same.
414 * ar.c (main): Use ar_emul_parse_arg.
415 (usage): Use ar_emul_usage.
416 (replace_members): Use ar_emul_replace, ar_emul_append.
417 * binemul.c: New file. Define the binutils emulation
418 layer. Define default methods.
419 * binemul.h: New file. Binutils emulation layer header file.
420 * emul_aix.c: New file. AIX binutils emulation.
421 * emul_vanilla.c: New file. Default binutils emulation.
422 * Makefile.in: Regenerate.
425 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
427 * po/fr.po: Updated version.
429 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
431 * po/fr.po: Updated version.
433 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
435 * README: Update some version numbers.
437 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
439 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
440 (Architecture Selection): Likewise.
442 2002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
444 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
445 generating .exp file.
447 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
449 * readelf.c (dump_relocations): Fix typo.
451 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
453 * NEWS: Mark 2.12 branch.
455 2002-02-18 Timothy Daly <remote_bob@yahoo.com>
457 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
458 types for 64-bit MIPS. Narrow some fields for 80-char
460 (dump_relocations): Change spelling from 'unrecognised'
462 (decode_ARM_machine_flags): Likewise.
463 (parse_args): Likewise.
464 (read_and_display_attr_value): Likewise.
465 (display_debug_section): Likewise.
467 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
469 * NEWS: Mention support for MMIX.
471 2002-02-13 Matt Fredette <fredette@netbsd.org>
473 * readelf.c (get_machine_flags): Recognize EF_M68000.
475 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
477 * MAINTAINERS: Added self as MN10300 co-maintainer.
479 2002-02-12 Alan Modra <amodra@bigpond.net.au>
481 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
484 2002-02-11 Daniel Jacobowitz <drow@mvista.com>
486 * MAINTAINERS: List myself as branch maintainer.
488 2002-02-11 Alan Modra <amodra@bigpond.net.au>
490 * configure: Regenerate.
491 * objcopy.c: Update copyright date.
492 * doc/Makefile.in: Regenerate.
494 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
496 * nlmconv.c: Back out localtime PARAMS change.
498 2002-02-11 Alan Modra <amodra@bigpond.net.au>
500 * objcopy.c (MKDIR): Define.
501 (copy_archive): Make name_list.name const. Use MKDIR.
502 Handle duplicate files in archives by making more temp dirs.
504 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
506 * coffdump.c: Include "getopt.h" after "bucomm.h"
507 so that macros are defined correctly.
508 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
509 prototype. Prototype main.
510 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
512 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
514 * MAINTAINERS: Added self as SH co-maintainer.
516 2002-02-05 Nick Clifton <nickc@redhat.com>
518 * po/tr.po: Updated translation.
520 2002-02-01 Alan Modra <amodra@bigpond.net.au>
522 * Makefile.am: Run "make dep-am"
523 * Makefile.in: Regenerate.
525 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
527 * nm.c (print_value): Mark abfd unused.
529 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
531 * unwind-ia64.c (unw_decoder): Change second argument
532 to unsigned int, to match function prototypes.
534 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
536 * objdump.c: Include "getopt.h" after "bucomm.h" so that
537 __GNU_LIBRARY__ will be defined.
540 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
542 * configure: Regenerated.
544 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
546 * doc/Makefile.am (install): Depend on install-info.
547 * doc/Makefile.in: Regenerate.
549 2002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
551 * objcopy.c (strip_usage): Document -d as an alias
554 * size.c (usage): Document [-t | --totals] options.
555 (long_options): Add --totals option.
556 (main): If the [-t | --totals] option is specified and
557 the output format is Berkeley-style, print the total
558 text, data, and bss sizes of all objects listed.
559 (print_berkeley_format): If the [-t | --totals] option
560 is specified, track the total text, data, and bss
562 * doc/binutils.texi (size): Document [-t | --totals] options.
563 (strip): Document -d as an alias for --strip-debug.
564 * NEWS: Mention new feature of size.
566 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
568 * po/fr.po: Updated version.
569 * po/es.po: Updated version.
571 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
573 * addr2line.c (usage): Update text to provide verbose
574 description of the command line options.
575 * ar.c (usage): Update text to provide verbose
576 description of the command line options.
577 (main): Accept -h and -H when running as ranlib.
578 * coffdump.c (show_usage): Update text to provide verbose
579 description of the command line options.
580 * dlltool.c (main): Accept -H as an alias for --help.
581 * nlmconv.c (show_usage): Update text to provide verbose
582 description of the command line options.
583 * nm.c (usage): Replace OPTIONS with option(s).
584 (main): Accept -H as an alias for --help.
585 * objcopy.c (strip_main): Accept -H as an alias for --help.
586 * objdump.c (main): Accept -v as an alias for --verbose.
587 * readelf.c (usage): Adjust format to match style used in
589 * size.c (usage): Update text to provide verbose description
590 of the command line options.
591 (main): Accept -v, -h and -H as command line options.
592 * srconv.c (show_usage): Update text to provide verbose
593 description of the command line options.
594 * strings.c (main): Accept -H and -v as command line options.
595 (usage): Update text to provide verbose description of the
596 command line options.
597 * sysdump.c (show_usage): Update text to provide verbose
598 description of the command line options.
599 * windres.c (usage): Adjust format to match style used in
602 * coffdump.c: Fix formatting.
603 * nlmconv.c: Fix formatting.
604 * srconv.c: Fix formatting.
605 * sysdump.c: Fix formatting.
607 2002-01-22 Alan Modra <amodra@bigpond.net.au>
609 * Makefile.am: Run "make dep-am".
610 * Makefile.in: Regenerate.
612 2002-01-18 Andreas Jaeger <aj@suse.de>
614 * version.c (print_version): Update year.
616 2002-01-17 Alan Modra <amodra@bigpond.net.au>
618 * readelf.c (get_machine_name): Handle EM_PPC64.
619 (guess_is_rela): Here too.
621 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
623 * po/binutils.pot: Regenerate.
624 * po/fr.po: Regenerate.
625 * po/tr.po: Regenerate.
627 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
629 * po/tr.po: Import new version.
631 2002-01-16 Alan Modra <amodra@bigpond.net.au>
633 * readelf.c (get_ppc64_dynamic_type): New.
634 (get_dynamic_type): Call it.
636 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
638 * objcopy.c (copy_usage): Use "options" instead of "switches".
639 (strip_usage): Use "options" instead of "switches".
640 * doc/binutils.texi (dlltool): Refer to "options" instead of
643 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
645 * MAINTAINERS: Add self as co-maintainer for the ARM code.
647 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
649 * po/es.po: Import from translation project.
650 * configure.in (ALL_LINGUAS): Add es.
651 * configure: Regenerate.
653 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
655 * readelf.c (get_netbsd_elfcore_note_type): Use
656 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
658 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
660 * readelf.c: Update copyright years.
661 (get_note_type): Return a const char *.
662 (get_netbsd_elfcore_note_type): New function.
663 (process_note): Use get_netbsd_elfcore_note_type to get
664 the note type string for NetBSD ELF core files.
666 2002-01-06 Steve Ellcey <sje@cup.hp.com>
668 * readelf.c (get_ia64_segment_type): Add support for macros.
669 (get_segment_type): Add support for IA64 specific macros.
671 2001-12-20 Julian v. Bock <julian@wongr.net>
673 * readelf.c (print_symbol): New function: Print a formatted symbol
674 name. If --wide is specified do not truncate it.
675 (dump_relocations): Use print_symbol() to print symbol names.
676 (process_symbol_table): Likewise.
677 (process_syminfo): Likewise.
678 (process_mips_specific): Likewise.
679 (usage): Document new feature of --wide switch.
680 * doc/binutils.texi (objdump): Document additional behaviour of
683 2001-12-18 Michael Snyder <msnyder@redhat.com>
685 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
686 (copy_object): Don't set the start address or flags of a core file.
687 (copy_section): Don't relocate a core file. Don't copy contents
688 if the input section has the contents flag set, but the output
689 section does not (which happens with the fake 'note' pseudo-
690 sections that BFD creates for corefiles).
692 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
694 * readelf.c (get_machine_flags): Recognize header flags for ABI and
695 ASE extensions. More robust code for ISA checking. Ignore empty fields
696 in header flags for GNU extensions.
698 2001-12-18 Alan Modra <amodra@bigpond.net.au>
700 * objcopy.c (copy_archive): Set output bfd format outside the loop.
702 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
704 * po/ja.po: Import from translation project.
705 * configure.in (ALL_LINGUAS): Add ja.
706 * configure: Regenerate.
708 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
710 * addr2line.c (main): Protoype.
711 * ar.c (main): Protoype.
712 * nm.c (main): Protoype.
713 * objcopy.c (main): Protoype.
714 * objdump.c (main): Protoype.
715 * size.c (main): Protoype.
716 * strings.c (main): Protoype.
718 2001-12-17 Alan Modra <amodra@bigpond.net.au>
720 * readelf.c (symtab_shndx_hdr): New global.
721 (SECTION_HEADER_INDEX): Define.
722 (SECTION_HEADER_NUM): Define.
723 (SECTION_HEADER): Define.
724 (GET_ELF_SYMBOLS): Pass two params rather than three.
725 (get_32bit_elf_symbols): Take file and section args. Read and
726 use SHT_SYMTAB_SHNDX.
727 (get_64bit_elf_symbols): Likewise.
728 (dump_relocations): Use SECTION_HEADER to index "section_headers".
729 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
730 Remember symtab_shdx_hdr.
731 (process_program_headers): Scan from index 1 for segment map.
732 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
734 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
735 (process_unwind): Likewise.
736 (process_version_sections): Likewise.
737 (process_symbol_table): Likewise.
738 (display_debug_info): Likewise.
739 (process_dynamic_segment): Fake up a symtab section for changed
741 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
742 (process_program_headers): Kill signed/unsigned warning.
743 (load_debug_str): Likewise.
744 (display_debug_info): Likewise.
746 2001-12-13 Jakub Jelinek <jakub@redhat.com>
748 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
750 2001-12-11 Alan Modra <amodra@bigpond.net.au>
752 * readelf.c (process_file_header): Print extended e_shnum and
753 e_shdtrndx values. Set elf_header values for same.
754 (get_32bit_section_headers): Add "num" arg to read "num" headers.
755 (get_64bit_section_headers): Likewise.
756 (process_section_headers): Update calls.
757 (get_file_header): Call get_32bit_section_headers or 64bit variant.
759 2001-12-10 Jakub Jelinek <jakub@redhat.com>
761 * objcopy.c (setup_section): Copy entsize.
763 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
765 * readelf.c (guess_is_rela): Add support for stormy16.
766 (dump_relocations): Likewise.
767 (get_machine_name): Likewise.
769 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
771 * dllwrap.c (main) Replace multiple strings describing a
772 single error with a single, newline escaped sentence to permit
773 better translation into foreign languages.
775 * readelf.c (get_elf_class): Remove internalionalisation of ELF
778 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
780 * strings.c (get_char): Initialize value.
782 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
784 * arlex.l: Silence compile warnings.
785 * arsup.h: Likewise. Fix formatting.
787 2001-12-04 Jakub Jelinek <jakub@redhat.com>
789 * strings.c: Include config.h before bfd.h.
790 (file_off): New type.
792 (print_strings): Use file_off instead of file_ptr. Print addresses
793 which don't fit into long correctly.
794 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
796 (strings_file): Use file_off instead of file_ptr. Use file_open.
797 * configure.in: Check for getc_unlocked.
798 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
800 * configure: Rebuilt.
801 * config.h.in: Rebuilt.
803 2001-11-29 H.J. Lu <hjl@gnu.org>
805 * bucomm.c (make_tempname): Revert the changes made on
806 2001-11-14 and 2001-11-12. They won't work with directories.
808 2001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
810 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
811 CFLAGS_FOR_TARGET to runtest in environment.
812 * Makefile.in: Rebuild.
813 * doc/Makefile.in: Rebuild.
815 2001-11-28 Mike Stump <mrs@wrs.com>
817 * objcopy.c (setup_section): Preserve SEC_RELOC when
818 --set-section-flags is used.
820 2001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
822 * readelf.c (do_debug_str): New variable.
823 (display_debug_str): New function: Display the contents of a
825 (load_debug_str): New function: Load in the contents of a
827 (free_debug_str): New function: Free the memory used by
829 (fetch_indirect_string): Retrieve a string from the .debug_str
832 (parse_args): Accept -ws.
833 (process_section_headers): Allow the display of the .debug_str
835 (read_and_display_attr_value): Use fetch_indirect_string. Show
836 offset into .debug_str section.
837 (display_debug_info): Use load_debug_str and free_debug_str.
838 (debug_displays): Add .debug_str.
839 * doc/binutils.texi: Document -ws.
841 2001-11-19 Andreas Jaeger <aj@suse.de>
843 * testsuite/binutils-all/objdump.exp: Add x86-64.
845 2001-11-15 Andreas Schwab <schwab@suse.de>
847 * readelf.c: Fix warnings without terminating newline.
849 2001-11-15 Alan Modra <amodra@bigpond.net.au>
851 * doc/binutils.texi (objdump): Document ppc -M options.
853 2001-11-14 Andreas Jaeger <aj@suse.de>
855 * doc/binutils.texi (objdump): Fix description to use x86-64.
857 2001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
859 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
860 not all systems provide mkstemp.
862 2001-11-14 Alan Modra <amodra@bigpond.net.au>
864 * doc/binutils.texi (objdump): Document x86 -M options.
866 2001-11-13 Keith Walker <keith.walker@arm.com>
868 * readelf.c (read_and_display_attr_value): New function to
869 handle DW_FORM_indirect.
870 (read_and_display_attr): Use it.
872 2001-11-13 Geoffrey Keating <geoffk@redhat.com>
874 * readelf.c (display_debug_lines): Deal with unknown standard
875 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
878 2001-11-13 Timothy Wall <twall@alum.mit.edu>
880 * MAINTAINERS: Add self as tic54x maintainer. This target
881 includes the IBM C54XDSP clone.
883 2001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
885 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
887 2001-11-09 Jeffrey A Law (law@cygnus.com)
889 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
890 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
891 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
892 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
893 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
894 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
895 (unw_decode_b2, unw_decode_b3_b4): Likewise.
897 * readelf.c (get_elf_class): Fix ISO portability glitch.
898 (get_data_encoding, get_osabi_name, request_dump): Likewise.
900 2001-11-07 Jakub Jelinek <jakub@redhat.com>
902 * readelf.c (debug_str, debug_str_size): New.
903 (display_debug_abbrev): If no abbrevs were read, skip the CU.
905 (read_and_display_addr): Handle DW_FORM_strp.
906 (display_debug_info): Read .debug_str section if present,
907 so that DW_FORM_strp can be handled.
908 Fix test for non-existant .debug_abbrev section.
910 2001-11-05 Jakub Jelinek <jakub@redhat.com>
912 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
914 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
916 2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
918 * MAINTAINERS: Add self as s390/s390x maintainer.
920 2001-11-02 Tom Rix <trix@bluey.cygnus.com>
922 * MAINTAINERS: Add self as PPC XCOFF maintainer.
924 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
926 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
927 * configure: Regernate.
928 * po/fr.po: New file.
929 * po/tr.po: New file.
931 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
933 * MAINTAINERS: Add self as MMIX port maintainer.
934 * readelf.c: Include elf/mmix.h.
935 (guess_is_rela): MMIX is RELA.
936 (dump_relocations): Handle MMIX relocations.
937 * Makefile.am: Regenerate dependencies.
938 * Makefile.in: Regenerate.
940 2001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
942 * readelf.c (parse_args): Handle multiple options to the -w
945 2001-10-12 Jakub Jelinek <jakub@redhat.com>
947 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
948 LOPROC, LOOS and LOUSER.
950 2001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
952 * MAINTAINERS: Update my email address.
954 2001-10-03 Alan Modra <amodra@bigpond.net.au>
956 * doc/Makefile.in: Regenerate.
957 * configure: Regenerate.
959 2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
961 * readelf.c (display_debug_line, display_debug_pubnames,
962 display_debug_info, display_debug_frames): Detect and warn
963 about 64-bit format entries.
964 (display_debug_aranges): Reword 64-bit warning.
965 (debug_displays): Add .debug_pubtypes as a known, but not yet
966 supported, debug section.
968 2001-10-02 Alan Modra <amodra@bigpond.net.au>
970 * coffdump.c (PROGRAM_VERSION): Delete.
971 (main <'V'>): Call print_version.
972 * srconv.c: Likewise.
973 * sysdump.c: Likewise.
974 * version.c (program_version): Remove.
975 (print_version): Use BFD_VERSION_STRING. Just print the current
976 year in copyright message.
977 * addr2line.c (program_version): Remove unused declaration.
978 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
979 place of BFD_VERSION.
980 * Makefile.am (Makefile): Depend on bfd/configure.in.
981 (cplus-dem.o): Depend on Makefile.
983 * Makefile.in: Regenerate.
985 2001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
987 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
988 format .debug_arange sections.
989 (main): Add missing prototype.
991 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
993 * Makefile.am: Update dependencies with "make dep-am".
994 * Makefile.in: Regenerate.
996 2001-09-28 Richard Henderson <rth@redhat.com>
998 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1000 2001-09-26 Alan Modra <amodra@bigpond.net.au>
1002 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1004 (non_fatal): Likewise.
1005 * objdump.c (objdump_sprintf): Likewise.
1006 * readelf.c (error): Likewise.
1009 2001-09-25 Jakub Jelinek <jakub@redhat.com>
1011 * readelf.c (do_wide): New.
1012 (options): Add --wide.
1013 (usage, parse_args): Likewise.
1014 (process_program_headers): Put each segment on a single line if
1016 (process_section_headers): Put each section on a single line if
1018 * doc/binutils.texi: Document it.
1021 2001-09-25 Alan Modra <amodra@bigpond.net.au>
1023 * readelf.c (print_vma): Print 8 digits of low hex value.
1025 2001-09-24 Andreas Jaeger <aj@suse.de>
1027 * nlmconv.c: Fix warnings about unused attributes and function
1030 * strings.c: Add prototype for get_char.
1032 2000-09-19 H.J. Lu <hjl@gnu.org>
1034 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1035 $(srcdir)/cxxfilt.man.
1036 * doc/Makefile.in: Rebuild.
1038 2001-09-19 Alan Modra <amodra@bigpond.net.au>
1040 * objcopy.c (copy_main): Correct rename-section string parsing.
1041 Consolidate new_name parsing, and error messages.
1043 2001-09-18 Bruno Haible <haible@clisp.cons.org>
1045 * addr2line.c: Don't include <ctype.h>.
1046 (main): For gettext, also set the LC_CTYPE locate facet.
1047 * ar.c (main): Likewise.
1048 * coffdump.c (main): Likewise.
1049 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1050 (main): For gettext, also set the LC_CTYPE locate facet.
1051 Use ISALNUM instead of isalpha/isdigit.
1052 * dllwrap.c: Don't include <ctype.h>.
1053 (main): For gettext, also set the LC_CTYPE locate facet.
1054 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1055 (main): For gettext, also set the LC_CTYPE locate facet.
1056 Use TOUPPER instead of islower/toupper.
1057 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1058 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1059 Use TOUPPER instead of islower/toupper.
1060 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1061 * objcopy.c (main): Likewise.
1062 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1063 (disassemble_bytes): Use ISPRINT instead of isprint.
1064 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1065 (dump_data): Use ISPRINT instead of isprint.
1066 (main): For gettext, also set the LC_CTYPE locate facet.
1067 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1068 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1069 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1070 Use TOUPPER instead of islower/toupper.
1071 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1072 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1073 (write_rc_accelerators): Use ISPRINT instead of isprint.
1074 (write_rc_rcdata): Likewise.
1075 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1076 * srconv.c (main): Likewise.
1077 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1078 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1079 isdigit/isupper/islower.
1080 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1081 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1082 stab_demangle_prefix, stab_demangle_qualified,
1083 stab_demangle_template, stab_demangle_type,
1084 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1085 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1086 (isgraphic): Use ISPRINT instead of isascii/isprint.
1087 (main): Remove HAVE_LC_MESSAGES dependency.
1088 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1089 (pbarray): Use ISPRINT instead of isprint.
1090 (main): For gettext, also set the LC_CTYPE locate facet.
1091 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1092 (format_from_filename): Use ISPRINT instead of isprint.
1093 (main): For gettext, also set the LC_CTYPE locate facet.
1094 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1095 (unicode_print): Use ISPRINT instead of isprint.
1096 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1097 (stab_variable): Use ISDIGIT instead of isdigit.
1099 2001-09-18 Alan Modra <amodra@bigpond.net.au>
1101 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1102 Replace bfd_read call with call to bfd_bread.
1103 (extract_file): Likewise.
1105 * objdump.c (dump_section_header): Cast section->filepos to
1106 unsigned long to suit printf format string.
1107 * readelf.c (process_section_headers): Similarly for sh_offset.
1108 (process_unwind): Likewise.
1110 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1112 * strings.c (encoding, encoding_bytes): New variables.
1113 (long_options): Add --encoding.
1114 (main): Accept -e and --encoding.
1115 (get_char): New function. Read a, possibly wide, character from
1117 (print_strings): Use get_char().
1118 (usage): Document new command line option.
1119 * doc/binutils.texi: Document new command line option.
1120 * NEWS: Announce new command line option.
1122 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
1124 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1125 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1126 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1127 Removed EM_CYGNUS_ARC.
1129 2001-09-04 Jeffrey A Law (law@cygnus.com)
1131 * readelf.c: Include elf/h8 for H8 series definitions.
1132 (guess_is_rela): H8 series if RELA.
1133 (dump_relocations): Handle H8 series relocations.
1135 2001-08-31 Eric Christopher <echristo@redhat.com>
1137 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1139 2001-08-29 Peter Targett <peter.targett@arccores.com>
1141 * MAINTAINERS: Include ARC Maintainer.
1143 2001-08-29 Ben Elliston <bje@redhat.com>
1145 * stabs.c (stab_demangle_template): Initialise s4.
1147 2001-08-27 Alan Modra <amodra@bigpond.net.au>
1149 * readelf.c (dump_relocations): Recognise EM_PPC64.
1151 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1153 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1155 2001-08-25 H.J. Lu <hjl@gnu.org>
1157 * nm.c (print_width): New.
1158 (display_rel_file): Set `print_width' according to
1160 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1162 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
1164 * objcopy.c (use_alt_mach_code): New variable.
1165 (OPTION_ALT_MACH_CODE): Define.
1166 (copy_options): Added --alt-machine-code.
1167 (copy_main): Handle it.
1168 (copy_object): Switch to alternate machine code if requested.
1169 * doc/binutils.texi: Document new option.
1172 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1174 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1176 2001-08-21 H.J. Lu <hjl@gnu.org>
1178 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1179 (display_debug_info): Cast for 64bit hosts.
1180 (display_debug_frames): Likewise.
1181 (process_mips_specific): Likewise.
1183 2001-08-21 Andreas Jaeger <aj@suse.de>
1185 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1187 * sysdump.c: Add missing prototypes.
1188 * srconv.c: Likewise.
1189 * unwind-ia64.c: Likewise.
1190 * coffdump.c: Likewise.
1192 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1194 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1195 of declaring xcalloc.
1197 2001-08-10 H.J. Lu <hjl@gnu.org>
1199 * nm.c (print_value): Add one arg, bfd *.
1200 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1201 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1202 (print_symbol_info_sysv): Likewise.
1203 (print_symbol_info_posix): Likewise.
1205 * objdump.c (dump_section_header): Replace printf_vma with
1207 (print_section_stabs): Likewise.
1208 (dump_bfd_header): Likewise.
1209 (objdump_print_value): Replace sprintf_vma with
1211 (disassemble_bytes): Likewise.
1212 (dump_reloc_set): Likewise.
1214 2001-08-10 Andreas Jaeger <aj@suse.de>
1216 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1218 * configure: Regenerate.
1220 2001-08-09 Alan Modra <amodra@bigpond.net.au>
1222 * readelf.c: Add missing prototypes.
1223 * objdump.c: Likewise. Format existing prototypes.
1225 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
1227 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1228 of any RELA relocation for the abbrev_offset memory location that
1229 refers to the .debug_abbrev section symbol.
1231 2001-08-07 H.J. Lu <hjl@gnu.org>
1233 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1234 (main): Return process_file ().
1236 2001-08-05 Philip Blundell <philb@gnu.org>
1238 * doc/binutils.texi: Use "Thumb" not "THUMB".
1240 2001-08-03 John Healy <jhealy@redhat.com>
1242 Patch suggested by Frank Eigler <fche@redhat.com>.
1243 * objdump.c (disassemble_data): Fill in section member of the
1244 disasm_info structure.
1246 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1248 * configure.in: Added --with-windres option.
1249 * configure: Regenerated.
1251 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1253 * doc/binutils.texi: Use @command{name} for commands;
1254 use @option{-opt} for options; use @table @env for list of options;
1255 remove spaces arround [ | ] in synopsis.
1257 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1260 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1262 * objcopy.c: Fix formatting.
1263 (section_rename): New structure.
1264 (OPTION_RENAME_SECTION): New switch.
1265 (copy_usage): Document new switch.
1266 (add_section_rename): New function: Add a node to the section
1268 (find_section_rename): New function: Find the new name and
1269 flags for a section.
1270 (setup_section): Call find_section_name to determine the name
1271 of the output section.
1272 (copy_main): Handle OPTION_RENAME_SECTION.
1273 * binutils.texi: Document new switch.
1274 * NEWS: Mention new switch.
1276 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1278 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1279 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1280 bug-binutils@gcc.org.
1282 2001-07-28 Matthias Kramm <kramm@quiss.org>
1284 * bucomm.c (list_supported_architectures): New function.
1285 * bucomm.h (list_supported_architectures): Declare.
1286 * objdump.c (usage): Call the above.
1288 2001-07-25 Dave Brolley <brolley@redhat.com>
1290 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1291 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1293 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1295 * README: Update for 2.11. Change bug reporting email address.
1296 * MAINTAINERS: Tidy up. Change bug reporting email address.
1298 2001-07-16 DJ Delorie <dj@redhat.com>
1300 * resres.c (write_res_header): Align header size.
1301 (res_align_file): Calculate alignment correctly.
1303 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1305 * resrc.c (write_rc_resource): Likewise.
1306 * windres.h (SUBLANG_SHIFT): Define - as 10.
1308 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1310 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1312 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1314 * MAINTAINERS: Add notes about branch checkins.
1316 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
1318 * readelf.c (display_debug_macinfo): New function, display
1319 .debug_macinfo section.
1320 (do_debug_macinfo): New variable.
1321 (parse_args): Handle "-w[mM]" to mean display macro info.
1322 (process_section_headers): Handle debug_macinfo.
1323 (debug_displays): Replace unsupported function with macinfo
1324 function for .debug_macinfo display.
1325 * doc/binutils.texi: Document new command line switch.
1326 * NEWS: Document new feature of readelf.
1328 2001-07-05 H.J. Lu <hjl@gnu.org>
1330 * objcopy.c (filter_symbols): Don't turn undefined symbols
1333 2001-07-03 H.J. Lu <hjl@gnu.org>
1335 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1338 (dlltool.1): Likewise.
1339 (nlmconv.1): Likewise.
1341 (objcopy.1): Likewise.
1342 (objdump.1): Likewise.
1343 (ranlib.1): Likewise.
1344 (readelf.1): Likewise.
1346 (strings.1): Likewise.
1347 (strip.1): Likewise.
1348 (windres.1): Likewise.
1349 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1350 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1353 * doc/Makefile.in: Regenerated.
1355 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1357 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1359 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
1361 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1363 2001-06-29 James Cownie <jcownie@etnus.com>
1365 * readelf.c: Support DWARF 2.1 attributes.
1367 2001-06-28 Alan Modra <amodra@bigpond.net.au>
1369 * readelf.c (GET_DATA_ALLOC): Remove.
1371 (get_data): New function combining above macros, with an extra
1373 (slurp_rela_relocs): Use get_data, and catch error return.
1374 (slurp_rel_relocs): Likewise.
1375 (get_32bit_program_headers): Likewise.
1376 (get_64bit_program_headers): Likewise.
1377 (get_32bit_section_headers): Likewise.
1378 (get_64bit_section_headers): Likewise.
1379 (get_32bit_elf_symbols): Likewise.
1380 (get_64bit_elf_symbols): Likewise.
1381 (process_section_headers): Likewise.
1382 (process_relocs): Likewise.
1383 (slurp_ia64_unwind_table): Likewise.
1384 (process_unwind): Likewise.
1385 (get_32bit_dynamic_segment): Likewise.
1386 (get_64bit_dynamic_segment): Likewise.
1387 (process_dynamic_segment): Likewise.
1388 (process_version_sections): Likewise.
1389 (process_symbol_table): Likewise.
1390 (dump_section): Likewise.
1391 (display_debug_info): Likewise.
1392 (display_debug_section): Likewise.
1393 (process_section_contents): Likewise.
1394 (process_corefile_note_segment): Likewise.
1395 (process_mips_specific): Likewise. Also free econf32, econf64.
1397 2001-06-25 Alan Modra <amodra@bigpond.net.au>
1399 * readelf.c (dump_relocations): Print "bad symbol index" if
1400 symtab == NULL with non-zero symtab_index.
1401 (process_relocs): Don't bomb if reloc section has no symsec.
1403 2001-06-24 H.J. Lu <hjl@gnu.org>
1405 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1407 (copy_main): Apply the the change made to strip_main on
1408 2001-05-30 by accident.
1410 2001-06-23 Andreas Jaeger <aj@suse.de>
1412 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1414 (unw_decode_x2): Likewise.
1415 (unw_decode_x3): Likewise.
1416 (unw_decode_x4): Likewise.
1418 2001-06-23 Ben Elliston <bje@redhat.com>
1420 * MAINTAINERS: Add myself as M88k maintainer.
1422 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1424 * objcopy.c (strip_main): Support -o or --output-file command lien
1427 2001-06-19 H.J. Lu <hjl@gnu.org>
1429 * doc/Makefile.in: Regenerated.
1431 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1433 * readelf.c: Restore formatting.
1435 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1437 * Makefile.am: Move documentation into doc subdirectory.
1438 * Makefile.in: Regenerated.
1439 * binutils.texi: Move into doc subdirectory.
1440 * addr2line.1: Removed.
1442 * dlltool.1: Likewise.
1443 * nlmconv.1: Likewise.
1445 * objcopy.1: Likewise.
1446 * objdump.1: Likewise.
1447 * ranlib.1: Likewise.
1448 * readelf.1: Likewise.
1450 * strings.1: Likewise.
1451 * strip.1: Likewise.
1452 * windres.1: Likewise.
1453 * cxxfilt.man: Likewise.
1454 * doc: New Directory.
1455 * doc/Makefile.am: New file.
1456 * doc/Makefile.in: Generate.
1458 2001-06-09 Alan Modra <amodra@bigpond.net.au>
1460 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1462 2001-06-01 Alan Modra <amodra@bigpond.net.au>
1464 * MAINTAINERS: Update my email address.
1466 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1468 * objcopy.c: Add new switches: --keep-global-symbol,
1469 --keep-symbols, --localize-symbols, --keep-global-symbols and
1471 * binutils.texi: Document new switches.
1472 * objcopy.1: Regenerate.
1473 * NEWS: Announce new feature.
1475 2001-05-28 Andreas Jaeger <aj@suse.de>
1477 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1478 variables, fix format strings.
1480 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1482 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1483 when computing the address of the line to show.
1485 2001-05-16 Richard Henderson <rth@redhat.com>
1487 * readelf.c (do_debug_frames_interp): New.
1488 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1489 (byte_get_big_endian): Likewise.
1490 (parse_args) ['F']: Set do_debug_frames_interp.
1491 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1492 (frame_display_row): Don't trunc pc_begin to int.
1493 (size_of_encoded_value): New.
1494 (display_debug_frames): Handle 64-bit targets. Print raw data
1495 unless do_debug_frames_interp.
1496 (debug_displays): Remove duplicate .debug_frame.
1498 2001-05-15 Ralf Baechle <ralf@gnu.org>
1500 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1501 The former constant was never in active use and is used otherwise
1504 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1506 * readelf.c (process_unwind): Print all unwind sections, not just
1509 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1511 * readelf.c (process_unwind): Remove const specifier.
1513 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1515 * strings.c (isgraphic): Do not use isascii() unless it is needed
1516 for isprint() to work.
1517 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1519 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
1521 * NEWS: Announce support for OpenRISC.
1523 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
1525 * dlltool.c (do_default_excludes): Initialise to true.
1527 2001-04-10 Alan Modra <amodra@one.net.au>
1529 * MAINTAINERS: Update my email address
1530 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1532 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
1534 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1536 2001-03-30 H.J. Lu <hjl@gnu.org>
1538 * readelf.c (process_unwind): Just return if do_unwind is 0.
1540 2001-03-28 Roger Sayle <roger@metaphorics.com>
1542 * dlltool.c (make_one_lib_file): Fix section flags for
1543 .text, .data and .bss in stub ds*.o files to match those
1546 2001-03-29 H.J. Lu <hjl@gnu.org>
1548 * readelf.c (process_unwind): Only do unwind sections for
1551 2001-03-28 H.J. Lu <hjl@gnu.org>
1553 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1554 * Makefile.in: Regenerate.
1556 2001-03-26 Andreas Jaeger <aj@suse.de>
1558 * binutils.texi (nm): Fix texi syntax.
1560 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1562 * binutils.texi: Put @c man begin and @c man end indications
1563 to generate man pages using texi2pod and pod2man. Put @c man title
1564 to identify each man. Add SEEALSO entries.
1565 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1566 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1568 (*.1): Build the man pages from binutils.texi.
1569 * Makefile.in: Regenerate.
1571 2001-03-13 Eric Kohl <ekohl@rz-online.de>
1573 * defparse.y (opt_equal_name): allow "." in name.
1574 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1575 (gen_exp_file): Likewise.
1577 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1579 * NEWS: Document addition of -B switch to objcopy.
1580 * binutils.texi: Document addition of -B switch to objcopy.
1581 * objcopy.c: (copy_options): Add --binary-architecture.
1582 (copy_usage): Document -B/--binary-architecture.
1583 (copy_main): Support -B/--binary-architecture. Set
1584 bfd_external_binary_architecture.
1586 2001-03-11 Andreas Jaeger <aj@suse.de>
1588 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1589 (dump_relocations): Likewise.
1590 (get_machine_name): Likewise.
1592 2001-02-28 Nick Clifton <nickc@redhat.com>
1594 * readelf.c: (struct unw_aux_info): Remove const modifier for
1596 (process_unwind): Remove non-K&R compliant LHS type cast in call
1597 to GET_DATA_ALLOC macro.
1599 2001-02-28 Philip Blundell <pb@futuretv.com>
1601 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1602 ABI is in use; remove ambiguity between the "unknown" EABI and
1603 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1604 renamed EF_xx constants.
1606 2001-02-27 Alan Modra <alan@linuxcare.com.au>
1608 * configure.in (BFD_VERSION): New.
1609 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1610 * configure: Regenerate.
1611 * Makefile.am: Run "make dep-am"
1612 * Makefile.in: Regenerate.
1614 2001-02-14 Nick Clifton <nickc@redhat.com>
1616 * MAINTAINERS: Add "Obvious Fix" rule.
1618 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1620 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1621 literal concatenation.
1623 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1625 * readelf.c (struct unw_aux_info): Remove const from the info member.
1626 (process_unwind): Don't type-cast the third argument to the
1627 GET_DATA_ALLOC macro.
1629 2001-02-11 Nick Clifton <nickc@redhat.com>
1631 * readelf.c (dump_relocations): Free corrected allocated
1633 (process_unwind): Fix compile time warning.
1635 2001-02-10 Nick Clifton <nickc@redhat.com>
1637 * binutils.texi: Document new --unwind option to readelf.
1639 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1641 * readelf.c: Add linux target for S/390.
1643 2001-02-10 Alan Modra <alan@linuxcare.com.au>
1645 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1648 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1650 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1651 * aclocal.m4: Regenerate.
1652 * configure: Regenerate.
1654 2001-02-07 Todd Vierling <tv@wasabisystems.com>
1656 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1657 * objdump.c (bfd_target_vector): Likewise.
1659 2001-02-07 David Mosberger <davidm@hpl.hp.com>
1661 * readelf.c (process_unwind): New function.
1662 (slurp_ia64_unwind_table): Ditto.
1663 (dump_ia64_unwind): Ditto.
1664 (find_symbol_for_address): Ditto.
1665 (slurp_rela_relocs): New function (split off from dump_relocations()).
1666 (slurp_rel_relocs): Ditto.
1667 (parse_args): Handle '-u' option.
1669 * unwind-ia64.c: New file.
1670 * unwind-ia64.h: New file.
1671 * Makefile.am: Include unwind-ia64.c in readelf build.
1672 * Makefile.in: Regenerate.
1673 * po/binutils.pot: Regenerate.
1675 2001-02-04 Philip Blundell <philb@gnu.org>
1677 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1678 * configure: Regenerate.
1680 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
1682 * ieee.c (ieee_add_bb11): Don't check for backslashes
1683 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1685 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1687 * ieee.c: Update copyright.
1688 (ieee_start_compilation_unit): Don't check for backslashes
1689 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1691 * stabs.c: Update copyright. Include "filenames.h".
1692 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1694 2001-01-23 Jakub Jelinek <jakub@redhat.com>
1696 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1697 sections are present before using them. Remove code duplication.
1698 (process_symbol_table): Check if VERDEF or VERNEED sections are
1699 present before using them.
1701 2001-01-17 Nick Clifton <nickc@redhat.com>
1703 * objcopy.c (copy_object): Fail if attempting to convert the
1704 endianness of the input object file.
1706 * binutils.texi: Explain that objcopy cannot convert endianness.
1708 2001-01-16 Nick Clifton <nickc@redhat.com>
1710 * readelf.c (string_table_length): New variable.
1711 (SECTION_NAME): Catch out of range indices and missing section
1713 (process_section_headers): Delete useless local variable
1714 string_table_offset. Set the value of string_table_length
1715 after loading the string table.
1716 (process_mips_specific): Use SECTION_NAME macro.
1717 (process_file): Set string_table_length to 0 when it is freed.
1719 2001-01-12 Nick Clifton <nickc@redhat.com>
1721 * version.c (print_version): Update copyright date.
1723 2001-01-11 Peter Targett <peter.targett@arccores.com>
1725 * readelf.c (dump_relocations): Include selection with EM_ARC.
1726 (get_machine_name) Update name to "ARC".
1728 2001-01-09 Nick Clifton <nickc@redhat.com>
1730 * Makefile.am: Add rule to build objdump.o from objdump.c and
1732 * Makefile.in: Regenerate.
1734 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1735 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1736 -DDISASSEMBLER_NEEDS_RELOCS.
1737 * configure: Regenerate.
1739 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1740 is defined read in the relocs even if dump_reloc_info is
1743 2001-01-07 Philip Blundell <philb@gnu.org>
1745 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1749 2000-12-19 Nick Clifton <nickc@redhat.com>
1751 * dlltool.c: Add missing support for arm-epoc-pe.
1752 * configure.in: Add missing support for arm-epoc-pe.
1753 * configure: Regenerate.
1755 2000-12-15 Nick Clifton <nickc@redhat.com>
1757 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1758 Mode parts of the x86 port.
1760 2000-12-04 Andreas Jaeger <aj@suse.de>
1762 * readelf.c (guess_is_rela): Add EM_X86_64.
1763 (dump_relocations): Add EM_X86_64.
1764 (get_machine_name): Add EM_X86_64.
1765 Include "elf/x86-64.h".
1767 2000-12-12 Nick Clifton <nickc@redhat.com>
1769 * readelf.c: Fix formatting.
1771 2000-12-11 Jan Hubicka <jh@suse.cz>
1773 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1775 2000-12-07 Andrew Haley <aph@redhat.com>
1777 * readelf.c (display_debug_frames): Only display columns that are
1778 referenced by the frame debug info.
1780 2000-12-05 Nick Clifton <nickc@redhat.com>
1782 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1784 2000-12-04 Jason Merrill <jason@redhat.com>
1786 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1787 (display_debug_section): Likewise.
1788 (display_debug_info): Display CU header before bailing.
1790 2000-12-01 Chris Demetriou <cgd@sibyte.com>
1792 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1793 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1794 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
1796 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1799 * readelf.c (get_machine_flags): Add case for
1802 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
1804 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1806 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1808 * MAINTAINERS: Add J
\81örn Rennecke and self as SH maintainers.
1809 Change sourceware.cygnus.com to sources.redhat.com.
1810 Fix typo for "amongst".
1812 2000-11-28 Nick Clifton <nickc@redhat.com>
1814 * strip.1 (COPYING): Mention that the GNU Free Documentation
1815 License is present in the sources, but not the output, and
1816 also available from the GNU website.
1817 (GNU Free Documentation License): Comment out this section.
1826 * addr2line.1: Ditto.
1828 2000-11-27 DJ Delorie <dj@redhat.com>
1830 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
1831 (parse_args): Support -wf option.
1832 (process_section_headers): Ditto.
1833 (debug_displays): Ditto.
1834 (display_debug_frames): New, dump *_frame sections.
1835 (frame_need_space): Support for above.
1836 (frame_display_row): Ditto.
1837 * binutils.texi: Document it.
1839 2000-11-24 Nick Clifton <nickc@redhat.com>
1841 * NEWS: Announce support for v5t, v5te and XScale.
1843 2000-11-22 Nick Clifton <nickc@redhat.com>
1845 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
1846 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
1847 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
1848 (get_elf_section_flags: Add SHF_GROUP.
1849 (process_section_headers): Adjust output for 32-bit binaries
1850 to look nice on an 80 column terminal.
1852 2000-11-20 H.J. Lu <hjl@gnu.org>
1854 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
1857 2000-11-17 Richard Henderson <rth@redhat.com>
1859 * readelf.c (display_debug_lines): Adjust last change to
1860 use sizeof (external->li_length).
1862 2000-11-17 Richard Henderson <rth@redhat.com>
1864 * readelf.c (display_debug_lines): Fix section length check
1865 and end_of_sequence computation.
1867 2000-11-06 Nick Clifton <nickc@redhat.com>
1869 * binutils.texi: Add GNU Free Documentation License.
1870 * objcopy.1: Add GNU Free Documentation License.
1871 * objdump.1: Add GNU Free Documentation License.
1872 * addr2line.1: Add GNU Free Documentation License.
1873 * ar.1: Add GNU Free Documentation License.
1874 * nlmconv.1: Add GNU Free Documentation License.
1875 * nm.1: Add GNU Free Documentation License.
1876 * ranlib.1: Add GNU Free Documentation License.
1877 * size.1: Add GNU Free Documentation License.
1878 * strings.1: Add GNU Free Documentation License.
1879 * strip.1: Add GNU Free Documentation License.
1881 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
1883 * objcopy.c (--srec-len=nn): New parameter to set the
1884 maximum length of generated Srecords.
1885 (--srec-forceS3): New parameter that restricts the generation of
1886 Srecords to type S3 only.
1887 * binutils.texi: Document new command line switches.
1888 * objcopy.1: Docuemnt the new command line switches.
1889 * NEWS: Announce the existence of the new command line switches.
1891 2000-10-31 Nick Clifton <nickc@redhat.com>
1893 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
1894 code. Add Eric Chrisopher as maintainer of MN10300 port.
1896 2000-10-12 Roger Sayle <roger@metaphorics.com>
1898 * Make comma after string after icon/control optional.
1900 2000-09-13 Anders Norlander <anorland@acc.umu.se>
1902 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
1904 * NEWS: Mention support for MIPS32.
1906 2000-09-08 Nick Clifton <nickc@redhat.com>
1908 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
1910 2000-09-07 H.J. Lu <hjl@gnu.org>
1912 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1913 * configure: Rebuild.
1915 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
1917 * configure: Rebuilt with new libtool.m4.
1919 2000-09-05 Nick Clifton <nickc@redhat.com>
1921 * aclocal.m4: Regenerate.
1922 * config.in: Regenerate.
1923 * configure: Regenerate.
1925 2000-09-04 Todd Vierling <tv@wasabisystems.com>
1927 * strip.1: Fix stray '\' in -o formatting.
1929 2000-09-02 Nick Clifton <nickc@redhat.com>
1931 * configure.in: Increase version number to 2.10.91.
1932 * configure: Regenerate.
1933 * aclocal.m4: Regenerate.
1934 * config.in: Regenerate.
1935 * po/binutils.pot: Regenerate.
1937 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
1939 * acinclude.m4: Include libtool and gettext macros from the
1941 * aclocal.m4, configure: Rebuilt.
1943 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
1945 * resrc.c (close_input_stream): Delete extraneous logic
1947 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
1949 * NEWS: Mention support for CRIS.
1951 2000-08-21 Nick Clifton <nickc@redhat.com>
1953 * addr2line.c: Changed email address for Ulrich Lauther.
1955 2000-08-17 Christopher C. Chimelis <chris@debian.org>
1957 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
1959 2000-08-17 Nick Clifton <nickc@redhat.com>
1961 * readelf.c (display_debug_pubnames): Only issue warning
1962 message once. Terminate message with a new line.
1963 (display_debug_aranges): Only display version 2 debug info.
1965 2000-08-14 Todd Vierling <tv@wasabisystems.com>
1967 * objcopy.c (strip_main): Silently accept -d as an alias for -g
1968 for compatability with old BSD systems.
1970 2000-08-14 Jason Eckhardt <jle@cygnus.com>
1972 * NEWS: Mention i860 support.
1974 2000-08-11 Carlo Wood <carlo@alinoe.com>
1976 * addr2line.c (main): Add const to char *.
1978 2000-08-11 Geoff Keating <geoffk@cygnus.com>
1980 * ar.c (main): Don't crash if called with no arguments
1981 or only '-X32_64' as an argument.
1983 2000-08-08 DJ Delorie <dj@redhat.com>
1985 * resrc.c: use "gcc -xc" instead of -xc-header
1987 2000-08-05 Jason Eckhardt <jle@cygnus.com>
1989 * readelf.c (elf/i860.h): Include.
1990 (dump_relocations): Add recognition of i860 architecture.
1991 (guess_is_rela): Add recognition of i860 architecture.
1993 2000-08-03 Nick Clifton <nickc@cygnus.com>
1995 * MAINTAINERS: Add information about CGEN maintainers.
1997 2000-07-26 Geoff Keating <geoffk@cygnus.com>
1999 * nm.c (main): Ignore '-X32_64' as an option.
2000 * ar.c (main): Likewise.
2001 * binutils.texi (nm): Document new option.
2004 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2006 * rdcoff.c (external_coff_symbol_p): K&R-ise.
2008 2000-07-20 H.J. Lu <hjl@gnu.org>
2010 * binutils.texi: Put back "@end table" deleted by
2013 2000-07-05 Kenneth Block <krblock@computer.org>
2015 * nm.c: Add optional style to demangle switch.
2016 * objdump.c: Add optional style to demangle switch.
2017 * addr2line.c: Add optional style to demangle switch.
2018 * binutils.texi: Document optional style to demangle
2021 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
2023 * MAINTAINERS: Add self as CRIS port maintainer.
2024 * readelf.c: Include elf/cris.h.
2025 (guess_is_rela): Handle EM_CRIS.
2026 (dump_relocations): Ditto.
2027 (get_machine_name): Ditto.
2028 * Makefile.am: Rebuild dependencies.
2029 * Makefile.in: Regenerate.
2030 * po/binutils.pot: Regenerate.
2032 2000-07-19 H.J. Lu <hjl@gnu.org>
2034 * readelf.c (get_dynamic_type): Change "AUXILARY" to
2036 (process_dynamic_segment): Print out strings for DT_CONFIG,
2037 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2039 2000-07-19 Mark Kettenis <kettenis@gnu.org>
2041 * nm.c (usage): Change output of `nm --help' to include a
2042 description of the purpose of the program and a detailed
2043 description of the accepted options.
2045 2000-07-19 H.J. Lu <hjl@gnu.org>
2047 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2050 2000-07-19 H.J. Lu <hjl@gnu.org>
2052 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2054 2000-07-19 H.J. Lu <hjl@gnu.org>
2056 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2058 (process_dynamic_segment): Likewise.
2060 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2061 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2062 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2063 DF_1_NODUMP and DF_1_CONLFAT.
2065 2000-07-18 Nick Clifton <nickc@cygnus.com>
2067 * binutils.texi (readelf): Fix spelling typo.
2069 2000-07-11 Mark Kettenis <kettenis@gnu.org>
2071 * objdump.c (usage): Make output of `objdump --help' more
2072 consistent with the rest of the GNU world. Add a line describing
2073 the purpose of the program.
2075 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
2077 * stabs.c (parse_stab_range_type): Cast to proper type to fix
2080 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
2082 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2084 (process_symbol_table): Ditto.
2085 (procesS_extended_line_op): Ditto.
2086 (display_debug_lines): Ditto.
2087 (display_debug_pubnames): Ditto.
2088 (read_and_display_attr): Ditto.
2090 2000-07-09 Nick Clifton <nickc@cygnus.com>
2092 * MAINTAINERS: Add several more port specific maintainers.
2094 2000-07-05 Nick Clifton <nickc@cygnus.com>
2096 * MAINTAINERS: Add blanket write privs for Michael Meissner.
2098 2000-06-05 DJ Delorie <dj@redhat.com>
2102 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
2104 * dllwrap.c: Changed mistaken dyn_string_append() calls
2105 to dyn_string_append_cstr().
2107 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
2109 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2110 struct debug_type stores size in bytes.
2112 2000-07-01 Alan Modra <alan@linuxcare.com.au>
2114 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2115 (CLEANFILES): Add DEPA.
2116 * Makefile.in: Regenerate.
2118 2000-06-27 Alan Modra <alan@linuxcare.com.au>
2120 * ar.c: Revert incorrect 2000-06-25 patch.
2121 * bucomm.c: Likewise.
2123 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2125 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2126 (external_coff_symbol_p): New function.
2127 (parse_coff): Use it.
2129 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
2131 * ar.c (normalize): Advance past both characters in a DOS based
2132 <letter>: filepath prefix.
2134 * bucomm.c (make_tempname): Likewise.
2136 2000-06-24 Nick Clifton <nickc@cygnus.com>
2138 * objdump.c (usage): Fix description of --stabs switch.
2140 2000-06-22 Alan Modra <alan@linuxcare.com.au>
2142 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2144 * Makefile.in: Regenerate.
2146 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
2148 * ar.c (normalize): Correct pointer comparison when checking for
2151 * bucomm.c (make_tempname): Likewise.
2153 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2154 and search for backslashes in the original pathname.
2155 (ieee_add_bb11): Likewise.
2157 2000-06-18 Nick Clifton <nickc@redhat.com>
2159 * ar.c (print_contents): Improve verbose message.
2161 2000-06-15 H.J. Lu <hjl@gnu.org>
2163 * dyn-string.c: Removed. Not needed with dyn-string.c in
2165 * dyn-string.h: Likewise.
2167 * Makefile.am: Remove references to dyn-string.c and
2168 dyn-string.h. Rebuild dependency.
2169 * Makefile.in: Rebuild.
2171 2000-06-15 H.J. Lu <hjl@gnu.org>
2173 * binutils.texi: Put a warning on copying relocatable object
2174 files between two different formats.
2176 2000-06-13 DJ Delorie <dj@cygnus.com>
2178 * rcparse.y (control): ICON controls take an id as the first
2179 parameter, not an optional string. Also, call new convenience
2180 function that takes res_id's.
2181 * resrc.c (define_control): missing text means zero-length string,
2183 (define_icon_control): New.
2184 * windres.h: declare define_icon_control.
2186 2000-06-13 H.J. Lu <hjl@gnu.org>
2188 * configure: Regenerate.
2190 2000-06-08 David O'Brien <obrien@FreeBSD.org>
2192 * configure.in (VERSION): Update to show this is the CVS mainline.
2194 2000-06-02 David O'Brien <obrien@FreeBSD.org>
2196 * strings.c (isgraphic): Interpret <TAB> as a printable character,
2197 analogous to <SPACE>.
2199 2000-05-30 Alan Modra <alan@linuxcare.com.au>
2201 * objdump.c (display_target_list): Use bfd_close_all_done, not
2202 bfd_close to fix crash caused by 2000-05-24 change.
2204 2000-05-25 DJ Delorie <dj@cygnus.com>
2206 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2208 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2210 * Makefile.am: Update dependencies with "make dep-am"
2211 * Makefile.in: Regenerate.
2213 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2215 * ar.c: Include filenames.h.
2216 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2217 and drive letters in file names.
2218 (main): Support backslashes and drive letters in argv[0]. Drop
2219 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
2220 FILENAME_CMP instead of strcmp to compare file names.
2221 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2223 (do_quick_append) [__GO32__]: Ditto.
2224 (get_pos_bfd, delete_members, move_members, replace_members):
2225 Compare file names with FILENAME_CMP.
2227 * bucomm.c: Include filenames.h.
2228 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2229 forward/backward slashes and drive letters in file names.
2231 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2232 mixed forward/backward slashes and drive letters in file names.
2234 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2235 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2238 * objcopy.c: Include filenames.h.
2239 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2240 before comparing to "strip".
2241 Use FILENAME_CMP to compare file names.
2243 * arsup.c: Include filenames.h.
2244 (map_over_list, ar_delete, ar_replace, ar_extract): Use
2245 FILENAME_CMP to compare file names.
2246 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2247 the temporary file name.
2249 * configure.in: Check for setmode.
2250 * configure: Regenerate.
2252 2000-05-24 Alan Modra <alan@linuxcare.com.au>
2254 * objdump.c (display_target_list): Close the bfd.
2255 (display_info_table): Likewise.
2257 2000-05-14 H.J. Lu (hjl@gnu.org)
2259 * objcopy.c (filter_symbols): Don't strip global symbols in
2260 relocatable object files.
2262 2000-05-14 Alan Modra <alan@linuxcare.com.au>
2264 * size.c (usage): Associate short options with corresponding long
2265 option to give a clue as to their function.
2267 2000-05-14 Philippe De Muyter <phdm@macqel.be>
2269 * size.c (main): Accept and ignore `-f' option.
2271 2000-05-13 Alan Modra <alan@linuxcare.com.au>
2273 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2274 bindtextdomain): Replace defines with those from intl/libgettext.h
2275 to quieten gcc warnings.
2277 2000-05-12 H.J. Lu <hjl@gnu.org>
2279 * nlmconv.c (temp_filename): Removed.
2281 * nlmconv.c (link_inputs): Use make_temp_file () instead of
2282 choose_temp_base ().
2283 * objdump.c (display_target_list): Likewise.
2284 (display_info_table): Likewise.
2286 2000-05-08 Alan Modra <alan@linuxcare.com.au>
2288 * objcopy.c (setup_section): Add const and gettext calls for err.
2290 2000-05-02 H.J. Lu <hjl@gnu.org>
2292 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2293 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2294 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2295 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2296 and ELFOSABI_OPENBSD.
2298 2000-05-02 Kazu Hirata <kazu@hxi.com>
2300 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2301 * srconv.c: Likewise.
2302 * sysdump.c: Likewise.
2304 2000-04-23 Denis Chertykov <denisc@overta.ru>
2306 * readelf.c (guess_is_rela): AVR uses RELA relocations.
2307 (get_machine_name): machine name for EM_AVR added.
2309 2000-04-21 Richard Henderson <rth@cygnus.com>
2310 David Mosberger <davidm@hpl.hp.com>
2312 * Makefile.am (readelf.o): Add elf/ia64.h.
2313 * Makefile.in: Rebuild.
2314 * readelf.c: Include elf/ia64.h.
2315 (guess_is_rela, dump_relocations): Handle EM_IA_64.
2317 2000-04-17 Timothy Wall <twall@cygnus.com>
2319 * objdump.c (disassemble_data): Set octets per byte *after*
2320 resolving arch/mach for binary files.
2322 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2324 * arlex.l: Add directives to increase lex buffer size.
2326 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2327 already included by bucomm.h.
2329 2000-04-10 Philippe De Muyter <phdm@macqel.be>
2331 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2332 `strftime' since strftime is not available on all systems.
2333 (process_mips_specific): Ditto.
2335 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
2337 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
2338 --enable-build-warnings option.
2339 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2340 * Makefile.in, configure: Re-generate.
2342 2000-04-06 Alan Modra <alan@linuxcare.com.au>
2344 * addr2line.c: Update copyright.
2345 * objcopy.1: Likewise, and title.
2346 * strings.1: Likewise.
2348 * version.c (print_version): Add 2000.
2350 * rddbg.c (read_section_stabs_debugging_info): Don't use
2351 bfd_size_type for strx to avoid printf problems if BFD64.
2353 * bucomm.c: (report): Remove `static'.
2354 Move inclusion of stdarg.h/vararg.h from here.
2355 * bucomm.h: To here.
2356 (CONST): Change all occurences to const.
2357 (report): Declare it.
2358 (bfd_fatal): Add ATTRIBUTE_NORETURN.
2359 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2360 (non_fatal): Add ATTRIBUTE_PRINTF_1.
2362 * ar.c (main): Use fatal or non_fatal instead of fprintf.
2363 Correct a typo in an error message.
2364 (do_quick_append): Use non_fatal instead of fprintf.
2365 (move_members): Use fatal instead of fprintf, exit.
2366 * coffdump.c (main): Same here.
2368 * dlltool.c (display): Delete.
2370 (inform): Use `report' instead of `display'.
2371 (rvaafter): Remove trailing \n from fatal error msg.
2373 (asm_prefix): Ditto.
2374 (yyerror): Replace `warn' with `non_fatal', and remove \n.
2375 (def_name): Likewise.
2377 (scan_all_symbols): Likewise.
2378 (gen_lib_file): Likewise.
2379 (def_library): Likewise. Remove extra program_name too.
2380 (run): Remove \n from inform strings.
2381 (scan_drectve_symbols): Likewise.
2382 (add_excludes): Likewise.
2383 (scan_open_obj_file): Likewise.
2384 (gen_exp_file): Likewise.
2385 (gen_lib_file): Likewise.
2386 (process_duplicates): Likewise.
2388 * Makefile.am (dllwrap_SOURCES): Add version.c.
2389 * dllwrap.c (program_version): Delete.
2390 (print_version): Delete.
2391 (display): Always print trailing \n.
2393 (delete_temp_files): Use warn instead of fprintf. Use gettext.
2396 (usage): gettext'ify.
2397 (long_options): Add missing initialisers.
2399 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2400 (select_output_format): Likewise.
2401 (powerpc_mangle_relocs): Likewise.
2402 (link_inputs): Likewise.
2404 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2405 (set_output_format): Likewise.
2406 (main): Use non_fatal instead of fprintf.
2407 (display_rel_file): Likewise.
2409 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2410 (slurp_dynamic_symtab): Same here.
2411 (disassemble_data): And here.
2412 (read_section_stabs): And here.
2413 (read_section_stabs): And here.
2414 (dump_bfd): And here.
2416 (objdump_sprintf): Use fatal instead of fprintf, exit.
2417 (disassemble_data): Same here.
2419 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2420 (parse_coff_struct_type): Same here.
2421 (parse_coff_enum_type): And here.
2422 (parse_coff): And here.
2423 * rddbg.c (read_debugging_info): And here.
2424 * size.c (main): And here.
2425 * windres.c (format_from_name): And here.
2426 * wrstabs.c (stab_write_symbol): Here too.
2427 (write_stabs_in_sections_debugging_info): And here.
2428 (stab_int_type): And here.
2429 (stab_struct_field): And here.
2430 (stab_typdef): And here.
2432 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2433 * srconv.c (main): Same here.
2434 * strings.c (main): And here.
2435 (integer_arg): And here.
2436 * sysdump.c (main): And here.
2438 2000-04-06 Timothy Wall <twall@cygnus.com>
2440 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2442 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
2444 * readelf.c (decode_location_expression): Loop through multiple
2446 (read_and_display_attr): Pass in length.
2448 * readelf.c (read_and_display_attr): Add CU offset to references.
2449 (display_debug_info): Pass it in.
2451 2000-04-06 Nick Clifton <nickc@cygnus.com>
2453 * readelf.c (decode_ARM_machine_flags): New function.
2454 (get_machine_flags): Call decode_ARM_machine_flags for ARM
2457 (get_machine_name): Catch EM_AVR
2459 2000-04-05 Alan Modra <alan@linuxcare.com.au>
2461 * binutils.texi: Remove optional `=' from long options that have
2462 an `=' in the argument.
2463 * objcopy.1: Here too. Remove extra space on discard-all.
2465 * binutils.texi (objcopy): Mention --redefine-sym.
2466 * objcopy.1: Here too.
2469 * objcopy.c (parse_flags): Split off flag names from error message
2470 gettext as they are not translated.
2471 (copy_main): Similarly split off option name for --add-section,
2472 --set-section-flags, --change-section-vma, --change-section-lma
2474 Some white space changes.
2476 from Matthew Benjamin <matt@linuxbox.nu>
2477 * objcopy.c (struct redefine_node): New.
2478 (redefine_sym_list): New.
2479 (redefine_list_append): New.
2480 (lookup_sym_redefinition): New.
2481 (OPTION_REDEFINE_SYM): New.
2482 (copy_options): Add --redefine-sym option.
2483 (copy_usage): Mention it.
2484 (filter_symbols): Rename symbols on redefine_sym_list.
2485 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2486 (copy_main): Handle OPTION_REDEFINE_SYM.
2488 2000-04-04 H.J. Lu <hjl@gnu.org>
2490 * readelf.c (process_symbol_table): Correctly read in symbol
2491 versioning information.
2493 2000-04-04 Alan Modra <alan@linuxcare.com.au>
2495 * po/binutils.pot: Regenerate.
2497 * addr2line.c (usage): Restore translated part of bug string.
2498 * ar.c (usage): Likewise.
2499 * nlmconv.c (show_usage): Likewise.
2500 * nm.c (usage): Likewise.
2501 * objcopy.c (copy_usage): Likewise.
2502 (strip_usage): Likewise.
2503 * objdump.c (usage): Likewise.
2504 * readelf.c (usage): Likewise.
2505 * size.c (usage): Likewise.
2506 * strings.c (usage): Likewise.
2507 * windres.c (usage): Likewise.
2509 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2510 (DEP): Quote when passing vars to sub-make. Add warning
2512 (DEP1): Rewrite for "gcc -MM".
2513 (CLEANFILES): Add DEP2.
2514 Update dependencies.
2515 * Makefile.in: Regenerate.
2517 2000-04-04 H.J. Lu <hjl@gnu.org>
2519 * Makefile.am (GENERATED_HFILES): Add rcparse.h
2520 (arparse.h): Depend on arparse.c
2521 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2523 2000-04-03 H.J. Lu (hjl@gnu.org)
2525 * size.c (usage): Use REPORT_BUGS_TO.
2527 2000-04-03 Alan Modra <alan@linuxcare.com.au>
2529 * bucomm.h: #include "bin-bugs.h"
2530 * addr2line.c (usage): Use REPORT_BUGS_TO.
2531 * ar.c (usage): Likewise.
2532 * nlmconv.c (show_usage): Likewise.
2533 * nm.c (usage): Likewise.
2534 (OPTION_TARGET): Define.
2535 (long_options): Use OPTION_TARGET rather than 200.
2538 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2539 (strip_usage): Likewise.
2540 * objdump.c (usage): Likewise.
2541 * readelf.c (usage): Likewise.
2542 * strings.c (usage): Likewise.
2543 * windres.c (usage): Likewise.
2545 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
2547 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2549 2000-03-27 Nick Clifton <nickc@cygnus.com>
2551 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2552 string offsets in corrupt stabs entries.
2554 2000-03-27 Alan Modra <alan@linuxcare.com.au>
2556 * readelf.c: Include elf/avr.h
2557 (dump_relocations): Add EM_AVR case.
2559 2000-03-09 Tim Waugh <twaugh@redhat.com>
2561 * strings.1: Correct '-bytes' to '--bytes'.
2563 2000-03-08 H.J. Lu <hjl@gnu.org>
2565 * Makefile.am (install-exec-local): Depend on
2566 install-binPROGRAMS for parallel make.
2567 * Makefile.in: Regenerated.
2569 2000-02-27 Ian Lance Taylor <ian@zembu.com>
2571 From Brad Lucier <lucier@math.purdue.edu>:
2572 * readelf.c (process_dynamic_segment): Add cast to make sure
2573 argument to %* is int.
2575 2000-02-25 H.J. Lu <hjl@gnu.org>
2577 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2579 2000-02-24 Nick Clifton <nickc@cygnus.com>
2581 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
2582 * configure: Regenerate.
2584 * dlltool.c: Add support for sh-pe and mips-pe targets.
2585 * rescoff.c: Add support for sh-pe and mips-pe targets.
2587 2000-02-23 H.J. Lu <hjl@gnu.org>
2589 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2591 2000-02-22 Nick Clifton <nickc@cygnus.com>
2593 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
2595 2000-02-22 Ian Lance Taylor <ian@zembu.com>
2597 From Brad Lucier <lucier@math.purdue.edu>:
2598 * readelf.c (process_version_sections): Add casts to make sure
2599 argument to %* is an int.
2600 (process_mips_specific): Add casts to make printf arguments match
2603 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
2605 * objdump.c (dump_section_header): Change `opb' to unsigned.
2606 (find_symbol_for_address): Same here.
2607 (disassemble_data): And here. Change `addr_offset',
2608 `stop_offset', `nextstop_offset' to unsigned long.
2609 (dump_data): Change opb to unsigned.
2611 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
2613 * resrc.c: Remove unmatched #if for cygwin.
2615 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
2617 * binutils.texi: Document the change of flavor name from atpcs-special
2618 to special-atpcs to prevent name conflict in gdb.
2620 2000-02-08 Timothy Wall <twall@redhat.com>
2622 * objdump.c (show_line): Fix bug preventing printing of the very
2623 first line (line zero) of a file when interlisting source and
2624 assembly. Added option to print entire context from start of file
2625 when the first line from that file is encountered.
2627 2000-02-03 Timothy Wall <twall@redhat.com>
2629 * objdump.c (dump_section_header, find_symbol_for_address,
2630 show_line, disassemble_bytes, disassemble_data, dump_data):
2631 distinguish between octets and bytes.
2633 2000-01-27 Thomas de Lellis <tdel@windriver.com>
2635 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
2636 check to unresolved symbols.
2637 (print_symbol_info_sysv): Ditto.
2638 (print_symbol_info_posix): Ditto.
2640 * binutils.texi: Document new 'V' symclass flag for nm.
2642 2000-01-27 Nick Clifton <nickc@redhat.com>
2644 * binutils.texi (objdump): Document new ARM specific
2645 disassembler options.
2647 * objdump.c (usage): Call disassembler_usage().
2649 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
2651 * readelf.c (get_dynamic_flags): Return buff.
2652 (process_dynamic_segment): Don't pass error strings to printf
2654 (read_and_display_attr): Use lx and ld to print longs.
2655 (process_corefile_note_segment): Cast bfd_vma to unsigned long
2659 2000-01-17 Nick Clifton <nickc@cygnus.com>
2661 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2663 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
2665 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2667 (debug_tag_type): Here too.
2668 * ieee.c (ieee_builtin_type): And here.
2669 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
2671 2000-01-13 Nick Clifton <nickc@cygnus.com>
2673 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
2676 2000-01-11 Nick Clifton <nickc@cygnus.com>
2678 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
2680 2000-01-10 Nick Clifton <nickc@cygnus.com>
2682 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2684 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
2686 * windres.c (long_options): Add --use-temp-file and
2687 --no-use-temp-file options.
2691 * windres.h: Update read_rc_file prototype.
2693 * resrc.c (cpp_temp_file): New static variable.
2694 (istream_type): New static variable.
2695 (close_pipe): Delete function.
2696 (run_cmd): New static function.
2697 (open_input_stream): New static function.
2698 (close_input_stream): New static function.
2699 (look_for_default): Handle DOS directory separator. Use
2700 open_input_stream instead of popen.
2701 (read_rc_file): Likewise.
2703 * binutils.texi: Document --use-temp-file, --no-use-temp-file
2706 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2708 * dlltool.c (create_compat_implib): New variable.
2709 (gen_exp_file): Use.
2710 (make_one_lib_file): Use.
2711 (long_options): Add --compat-implib option.
2715 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2716 (main): Use. Don't look for "32" in cygwin and mingw target names.
2718 2000-01-03 Nick Clifton <nickc@cygnus.com>
2720 * binutils.texi: Document new, ARM specific disassembler
2721 command line switch "-M force-thumb".
2723 For older changes see ChangeLog-9899
2729 version-control: never