1 2001-03-28 H.J. Lu <hjl@gnu.org>
3 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
4 * Makefile.in: Regenerate.
6 2001-03-26 Andreas Jaeger <aj@suse.de>
8 * binutils.texi (nm): Fix texi syntax.
10 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12 * binutils.texi: Put @c man begin and @c man end indications
13 to generate man pages using texi2pod and pod2man. Put @c man title
14 to identify each man. Add SEEALSO entries.
15 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
16 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
18 (*.1): Build the man pages from binutils.texi.
19 * Makefile.in: Regenerate.
21 2001-03-13 Eric Kohl <ekohl@rz-online.de>
23 * defparse.y (opt_equal_name): allow "." in name.
24 * dlltool.c (def_exports): Added ability to generate forwarded exports.
25 (gen_exp_file): Likewise.
27 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
29 * NEWS: Document addition of -B switch to objcopy.
30 * binutils.texi: Document addition of -B switch to objcopy.
31 * objcopy.c: (copy_options): Add --binary-architecture.
32 (copy_usage): Document -B/--binary-architecture.
33 (copy_main): Support -B/--binary-architecture. Set
34 bfd_external_binary_architecture.
36 2001-03-11 Andreas Jaeger <aj@suse.de>
38 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
39 (dump_relocations): Likewise.
40 (get_machine_name): Likewise.
42 2001-02-28 Nick Clifton <nickc@redhat.com>
44 * readelf.c: (struct unw_aux_info): Remove const modifier for
46 (process_unwind): Remove non-K&R compliant LHS type cast in call
47 to GET_DATA_ALLOC macro.
49 2001-02-28 Philip Blundell <pb@futuretv.com>
51 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
52 ABI is in use; remove ambiguity between the "unknown" EABI and
53 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
54 renamed EF_xx constants.
56 2001-02-27 Alan Modra <alan@linuxcare.com.au>
58 * configure.in (BFD_VERSION): New.
59 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
60 * configure: Regenerate.
61 * Makefile.am: Run "make dep-am"
62 * Makefile.in: Regenerate.
64 2001-02-14 Nick Clifton <nickc@redhat.com>
66 * MAINTAINERS: Add "Obvious Fix" rule.
68 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
70 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
71 literal concatenation.
73 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
75 * readelf.c (struct unw_aux_info): Remove const from the info member.
76 (process_unwind): Don't type-cast the third argument to the
79 2001-02-11 Nick Clifton <nickc@redhat.com>
81 * readelf.c (dump_relocations): Free corrected allocated
83 (process_unwind): Fix compile time warning.
85 2001-02-10 Nick Clifton <nickc@redhat.com>
87 * binutils.texi: Document new --unwind option to readelf.
89 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
91 * readelf.c: Add linux target for S/390.
93 2001-02-10 Alan Modra <alan@linuxcare.com.au>
95 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
98 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
100 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
101 * aclocal.m4: Regenerate.
102 * configure: Regenerate.
104 2001-02-07 Todd Vierling <tv@wasabisystems.com>
106 * bucomm.c (bfd_target_vector): Change extern array to pointer.
107 * objdump.c (bfd_target_vector): Likewise.
109 2001-02-07 David Mosberger <davidm@hpl.hp.com>
111 * readelf.c (process_unwind): New function.
112 (slurp_ia64_unwind_table): Ditto.
113 (dump_ia64_unwind): Ditto.
114 (find_symbol_for_address): Ditto.
115 (slurp_rela_relocs): New function (split off from dump_relocations()).
116 (slurp_rel_relocs): Ditto.
117 (parse_args): Handle '-u' option.
119 * unwind-ia64.c: New file.
120 * unwind-ia64.h: New file.
121 * Makefile.am: Include unwind-ia64.c in readelf build.
122 * Makefile.in: Regenerate.
123 * po/binutils.pot: Regenerate.
125 2001-02-04 Philip Blundell <philb@gnu.org>
127 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
128 * configure: Regenerate.
130 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
132 * ieee.c (ieee_add_bb11): Don't check for backslashes
133 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
135 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
137 * ieee.c: Update copyright.
138 (ieee_start_compilation_unit): Don't check for backslashes
139 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
141 * stabs.c: Update copyright. Include "filenames.h".
142 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
144 2001-01-23 Jakub Jelinek <jakub@redhat.com>
146 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
147 sections are present before using them. Remove code duplication.
148 (process_symbol_table): Check if VERDEF or VERNEED sections are
149 present before using them.
151 2001-01-17 Nick Clifton <nickc@redhat.com>
153 * objcopy.c (copy_object): Fail if attempting to convert the
154 endianness of the input object file.
156 * binutils.texi: Explain that objcopy cannot convert endianness.
158 2001-01-16 Nick Clifton <nickc@redhat.com>
160 * readelf.c (string_table_length): New variable.
161 (SECTION_NAME): Catch out of range indices and missing section
163 (process_section_headers): Delete useless local variable
164 string_table_offset. Set the value of string_table_length
165 after loading the string table.
166 (process_mips_specific): Use SECTION_NAME macro.
167 (process_file): Set string_table_length to 0 when it is freed.
169 2001-01-12 Nick Clifton <nickc@redhat.com>
171 * version.c (print_version): Update copyright date.
173 2001-01-11 Peter Targett <peter.targett@arccores.com>
175 * readelf.c (dump_relocations): Include selection with EM_ARC.
176 (get_machine_name) Update name to "ARC".
178 2001-01-09 Nick Clifton <nickc@redhat.com>
180 * Makefile.am: Add rule to build objdump.o from objdump.c and
182 * Makefile.in: Regenerate.
184 * configure.in: Define OBJDUMP_DEFS. Default to empty.
185 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
186 -DDISASSEMBLER_NEEDS_RELOCS.
187 * configure: Regenerate.
189 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
190 is defined read in the relocs even if dump_reloc_info is
193 2001-01-07 Philip Blundell <philb@gnu.org>
195 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
199 2000-12-19 Nick Clifton <nickc@redhat.com>
201 * dlltool.c: Add missing support for arm-epoc-pe.
202 * configure.in: Add missing support for arm-epoc-pe.
203 * configure: Regenerate.
205 2000-12-15 Nick Clifton <nickc@redhat.com>
207 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
208 Mode parts of the x86 port.
210 2000-12-04 Andreas Jaeger <aj@suse.de>
212 * readelf.c (guess_is_rela): Add EM_X86_64.
213 (dump_relocations): Add EM_X86_64.
214 (get_machine_name): Add EM_X86_64.
215 Include "elf/x86-64.h".
217 2000-12-12 Nick Clifton <nickc@redhat.com>
219 * readelf.c: Fix formatting.
221 Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
223 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
225 2000-12-07 Andrew Haley <aph@redhat.com>
227 * readelf.c (display_debug_frames): Only display columns that are
228 referenced by the frame debug info.
230 2000-12-05 Nick Clifton <nickc@redhat.com>
232 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
234 2000-12-04 Jason Merrill <jason@redhat.com>
236 * readelf.c (process_section_headers): Handle linkonce.wi sections.
237 (display_debug_section): Likewise.
238 (display_debug_info): Display CU header before bailing.
240 2000-12-01 Chris Demetriou <cgd@sibyte.com>
242 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
243 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
244 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
246 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
249 * readelf.c (get_machine_flags): Add case for
252 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
254 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
256 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
258 * MAINTAINERS: Add Jvrn Rennecke and self as SH maintainers.
259 Change sourceware.cygnus.com to sources.redhat.com.
260 Fix typo for "amongst".
262 2000-11-28 Nick Clifton <nickc@redhat.com>
264 * strip.1 (COPYING): Mention that the GNU Free Documentation
265 License is present in the sources, but not the output, and
266 also available from the GNU website.
267 (GNU Free Documentation License): Comment out this section.
276 * addr2line.1: Ditto.
278 2000-11-27 DJ Delorie <dj@redhat.com>
280 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
281 (parse_args): Support -wf option.
282 (process_section_headers): Ditto.
283 (debug_displays): Ditto.
284 (display_debug_frames): New, dump *_frame sections.
285 (frame_need_space): Support for above.
286 (frame_display_row): Ditto.
287 * binutils.texi: Document it.
289 2000-11-24 Nick Clifton <nickc@redhat.com>
291 * NEWS: Announce support for v5t, v5te and XScale.
293 2000-11-22 Nick Clifton <nickc@redhat.com>
295 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
296 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
297 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
298 (get_elf_section_flags: Add SHF_GROUP.
299 (process_section_headers): Adjust output for 32-bit binaries
300 to look nice on an 80 column terminal.
302 2000-11-20 H.J. Lu <hjl@gnu.org>
304 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
307 2000-11-17 Richard Henderson <rth@redhat.com>
309 * readelf.c (display_debug_lines): Adjust last change to
310 use sizeof (external->li_length).
312 2000-11-17 Richard Henderson <rth@redhat.com>
314 * readelf.c (display_debug_lines): Fix section length check
315 and end_of_sequence computation.
317 2000-11-06 Nick Clifton <nickc@redhat.com>
319 * binutils.texi: Add GNU Free Documentation License.
320 * objcopy.1: Add GNU Free Documentation License.
321 * objdump.1: Add GNU Free Documentation License.
322 * addr2line.1: Add GNU Free Documentation License.
323 * ar.1: Add GNU Free Documentation License.
324 * nlmconv.1: Add GNU Free Documentation License.
325 * nm.1: Add GNU Free Documentation License.
326 * ranlib.1: Add GNU Free Documentation License.
327 * size.1: Add GNU Free Documentation License.
328 * strings.1: Add GNU Free Documentation License.
329 * strip.1: Add GNU Free Documentation License.
331 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
333 * objcopy.c (--srec-len=nn): New parameter to set the
334 maximum length of generated Srecords.
335 (--srec-forceS3): New parameter that restricts the generation of
336 Srecords to type S3 only.
337 * binutils.texi: Document new command line switches.
338 * objcopy.1: Docuemnt the new command line switches.
339 * NEWS: Announce the existence of the new command line switches.
341 2000-10-31 Nick Clifton <nickc@redhat.com>
343 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
344 code. Add Eric Chrisopher as maintainer of MN10300 port.
346 2000-10-12 Roger Sayle <roger@metaphorics.com>
348 * Make comma after string after icon/control optional.
350 2000-09-13 Anders Norlander <anorland@acc.umu.se>
352 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
354 * NEWS: Mention support for MIPS32.
356 2000-09-08 Nick Clifton <nickc@redhat.com>
358 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
360 2000-09-07 H.J. Lu <hjl@gnu.org>
362 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
363 * configure: Rebuild.
365 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
367 * configure: Rebuilt with new libtool.m4.
369 2000-09-05 Nick Clifton <nickc@redhat.com>
371 * aclocal.m4: Regenerate.
372 * config.in: Regenerate.
373 * configure: Regenerate.
375 2000-09-04 Todd Vierling <tv@wasabisystems.com>
377 * strip.1: Fix stray '\' in -o formatting.
379 2000-09-02 Nick Clifton <nickc@redhat.com>
381 * configure.in: Increase version number to 2.10.91.
382 * configure: Regenerate.
383 * aclocal.m4: Regenerate.
384 * config.in: Regenerate.
385 * po/binutils.pot: Regenerate.
387 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
389 * acinclude.m4: Include libtool and gettext macros from the
391 * aclocal.m4, configure: Rebuilt.
393 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
395 * resrc.c (close_input_stream): Delete extraneous logic
397 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
399 * NEWS: Mention support for CRIS.
401 2000-08-21 Nick Clifton <nickc@redhat.com>
403 * addr2line.c: Changed email address for Ulrich Lauther.
405 2000-08-17 Christopher C. Chimelis <chris@debian.org>
407 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
409 2000-08-17 Nick Clifton <nickc@redhat.com>
411 * readelf.c (display_debug_pubnames): Only issue warning
412 message once. Terminate message with a new line.
413 (display_debug_aranges): Only display version 2 debug info.
415 2000-08-14 Todd Vierling <tv@wasabisystems.com>
417 * objcopy.c (strip_main): Silently accept -d as an alias for -g
418 for compatability with old BSD systems.
420 2000-08-14 Jason Eckhardt <jle@cygnus.com>
422 * NEWS: Mention i860 support.
424 2000-08-11 Carlo Wood <carlo@alinoe.com>
426 * addr2line.c (main): Add const to char *.
428 2000-08-11 Geoff Keating <geoffk@cygnus.com>
430 * ar.c (main): Don't crash if called with no arguments
431 or only '-X32_64' as an argument.
433 2000-08-08 DJ Delorie <dj@redhat.com>
435 * resrc.c: use "gcc -xc" instead of -xc-header
437 2000-08-05 Jason Eckhardt <jle@cygnus.com>
439 * readelf.c (elf/i860.h): Include.
440 (dump_relocations): Add recognition of i860 architecture.
441 (guess_is_rela): Add recognition of i860 architecture.
443 2000-08-03 Nick Clifton <nickc@cygnus.com>
445 * MAINTAINERS: Add information about CGEN maintainers.
447 2000-07-26 Geoff Keating <geoffk@cygnus.com>
449 * nm.c (main): Ignore '-X32_64' as an option.
450 * ar.c (main): Likewise.
451 * binutils.texi (nm): Document new option.
454 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
456 * rdcoff.c (external_coff_symbol_p): K&R-ise.
458 2000-07-20 H.J. Lu <hjl@gnu.org>
460 * binutils.texi: Put back "@end table" deleted by
463 2000-07-05 Kenneth Block <krblock@computer.org>
465 * nm.c: Add optional style to demangle switch.
466 * objdump.c: Add optional style to demangle switch.
467 * addr2line.c: Add optional style to demangle switch.
468 * binutils.texi: Document optional style to demangle
471 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
473 * MAINTAINERS: Add self as CRIS port maintainer.
474 * readelf.c: Include elf/cris.h.
475 (guess_is_rela): Handle EM_CRIS.
476 (dump_relocations): Ditto.
477 (get_machine_name): Ditto.
478 * Makefile.am: Rebuild dependencies.
479 * Makefile.in: Regenerate.
480 * po/binutils.pot: Regenerate.
482 2000-07-19 H.J. Lu <hjl@gnu.org>
484 * readelf.c (get_dynamic_type): Change "AUXILARY" to
486 (process_dynamic_segment): Print out strings for DT_CONFIG,
487 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
489 2000-07-19 Mark Kettenis <kettenis@gnu.org>
491 * nm.c (usage): Change output of `nm --help' to include a
492 description of the purpose of the program and a detailed
493 description of the accepted options.
495 2000-07-19 H.J. Lu <hjl@gnu.org>
497 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
500 2000-07-19 H.J. Lu <hjl@gnu.org>
502 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
504 2000-07-19 H.J. Lu <hjl@gnu.org>
506 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
508 (process_dynamic_segment): Likewise.
510 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
511 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
512 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
513 DF_1_NODUMP and DF_1_CONLFAT.
515 2000-07-18 Nick Clifton <nickc@cygnus.com>
517 * binutils.texi (readelf): Fix spelling typo.
519 2000-07-11 Mark Kettenis <kettenis@gnu.org>
521 * objdump.c (usage): Make output of `objdump --help' more
522 consistent with the rest of the GNU world. Add a line describing
523 the purpose of the program.
525 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
527 * stabs.c (parse_stab_range_type): Cast to proper type to fix
530 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
532 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
534 (process_symbol_table): Ditto.
535 (procesS_extended_line_op): Ditto.
536 (display_debug_lines): Ditto.
537 (display_debug_pubnames): Ditto.
538 (read_and_display_attr): Ditto.
540 2000-07-09 Nick Clifton <nickc@cygnus.com>
542 * MAINTAINERS: Add several more port specific maintainers.
544 2000-07-05 Nick Clifton <nickc@cygnus.com>
546 * MAINTAINERS: Add blanket write privs for Michael Meissner.
548 2000-06-05 DJ Delorie <dj@redhat.com>
552 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
554 * dllwrap.c: Changed mistaken dyn_string_append() calls
555 to dyn_string_append_cstr().
557 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
559 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
560 struct debug_type stores size in bytes.
562 2000-07-01 Alan Modra <alan@linuxcare.com.au>
564 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
565 (CLEANFILES): Add DEPA.
566 * Makefile.in: Regenerate.
568 2000-06-27 Alan Modra <alan@linuxcare.com.au>
570 * ar.c: Revert incorrect 2000-06-25 patch.
571 * bucomm.c: Likewise.
573 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
575 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
576 (external_coff_symbol_p): New function.
577 (parse_coff): Use it.
579 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
581 * ar.c (normalize): Advance past both characters in a DOS based
582 <letter>: filepath prefix.
584 * bucomm.c (make_tempname): Likewise.
586 2000-06-24 Nick Clifton <nickc@cygnus.com>
588 * objdump.c (usage): Fix description of --stabs switch.
590 2000-06-22 Alan Modra <alan@linuxcare.com.au>
592 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
594 * Makefile.in: Regenerate.
596 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
598 * ar.c (normalize): Correct pointer comparison when checking for
601 * bucomm.c (make_tempname): Likewise.
603 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
604 and search for backslashes in the original pathname.
605 (ieee_add_bb11): Likewise.
607 2000-06-18 Nick Clifton <nickc@redhat.com>
609 * ar.c (print_contents): Improve verbose message.
611 2000-06-15 H.J. Lu <hjl@gnu.org>
613 * dyn-string.c: Removed. Not needed with dyn-string.c in
615 * dyn-string.h: Likewise.
617 * Makefile.am: Remove references to dyn-string.c and
618 dyn-string.h. Rebuild dependency.
619 * Makefile.in: Rebuild.
621 2000-06-15 H.J. Lu <hjl@gnu.org>
623 * binutils.texi: Put a warning on copying relocatable object
624 files between two different formats.
626 2000-06-13 DJ Delorie <dj@cygnus.com>
628 * rcparse.y (control): ICON controls take an id as the first
629 parameter, not an optional string. Also, call new convenience
630 function that takes res_id's.
631 * resrc.c (define_control): missing text means zero-length string,
633 (define_icon_control): New.
634 * windres.h: declare define_icon_control.
636 2000-06-13 H.J. Lu <hjl@gnu.org>
638 * configure: Regenerate.
640 2000-06-08 David O'Brien <obrien@FreeBSD.org>
642 * configure.in (VERSION): Update to show this is the CVS mainline.
644 2000-06-02 David O'Brien <obrien@FreeBSD.org>
646 * strings.c (isgraphic): Interpret <TAB> as a printable character,
647 analogous to <SPACE>.
649 2000-05-30 Alan Modra <alan@linuxcare.com.au>
651 * objdump.c (display_target_list): Use bfd_close_all_done, not
652 bfd_close to fix crash caused by 2000-05-24 change.
654 2000-05-25 DJ Delorie <dj@cygnus.com>
656 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
658 2000-05-26 Alan Modra <alan@linuxcare.com.au>
660 * Makefile.am: Update dependencies with "make dep-am"
661 * Makefile.in: Regenerate.
663 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
665 * ar.c: Include filenames.h.
666 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
667 and drive letters in file names.
668 (main): Support backslashes and drive letters in argv[0]. Drop
669 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
670 FILENAME_CMP instead of strcmp to compare file names.
671 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
673 (do_quick_append) [__GO32__]: Ditto.
674 (get_pos_bfd, delete_members, move_members, replace_members):
675 Compare file names with FILENAME_CMP.
677 * bucomm.c: Include filenames.h.
678 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
679 forward/backward slashes and drive letters in file names.
681 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
682 mixed forward/backward slashes and drive letters in file names.
684 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
685 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
688 * objcopy.c: Include filenames.h.
689 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
690 before comparing to "strip".
691 Use FILENAME_CMP to compare file names.
693 * arsup.c: Include filenames.h.
694 (map_over_list, ar_delete, ar_replace, ar_extract): Use
695 FILENAME_CMP to compare file names.
696 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
697 the temporary file name.
699 * configure.in: Check for setmode.
700 * configure: Regenerate.
702 2000-05-24 Alan Modra <alan@linuxcare.com.au>
704 * objdump.c (display_target_list): Close the bfd.
705 (display_info_table): Likewise.
707 2000-05-14 H.J. Lu (hjl@gnu.org)
709 * objcopy.c (filter_symbols): Don't strip global symbols in
710 relocatable object files.
712 2000-05-14 Alan Modra <alan@linuxcare.com.au>
714 * size.c (usage): Associate short options with corresponding long
715 option to give a clue as to their function.
717 2000-05-14 Philippe De Muyter <phdm@macqel.be>
719 * size.c (main): Accept and ignore `-f' option.
721 2000-05-13 Alan Modra <alan@linuxcare.com.au>
723 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
724 bindtextdomain): Replace defines with those from intl/libgettext.h
725 to quieten gcc warnings.
727 2000-05-12 H.J. Lu <hjl@gnu.org>
729 * nlmconv.c (temp_filename): Removed.
731 * nlmconv.c (link_inputs): Use make_temp_file () instead of
733 * objdump.c (display_target_list): Likewise.
734 (display_info_table): Likewise.
736 2000-05-08 Alan Modra <alan@linuxcare.com.au>
738 * objcopy.c (setup_section): Add const and gettext calls for err.
740 2000-05-02 H.J. Lu <hjl@gnu.org>
742 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
743 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
744 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
745 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
746 and ELFOSABI_OPENBSD.
748 2000-05-02 Kazu Hirata <kazu@hxi.com>
750 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
751 * srconv.c: Likewise.
752 * sysdump.c: Likewise.
754 Sun Apr 23 14:23:26 2000 Denis Chertykov <denisc@overta.ru>
756 * readelf.c (guess_is_rela): AVR uses RELA relocations.
757 (get_machine_name): machine name for EM_AVR added.
759 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
760 David Mosberger <davidm@hpl.hp.com>
762 * Makefile.am (readelf.o): Add elf/ia64.h.
763 * Makefile.in: Rebuild.
764 * readelf.c: Include elf/ia64.h.
765 (guess_is_rela, dump_relocations): Handle EM_IA_64.
767 2000-04-17 Timothy Wall <twall@cygnus.com>
769 * objdump.c (disassemble_data): Set octets per byte *after*
770 resolving arch/mach for binary files.
772 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
774 * arlex.l: Add directives to increase lex buffer size.
776 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
777 already included by bucomm.h.
779 2000-04-10 Philippe De Muyter <phdm@macqel.be>
781 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
782 `strftime' since strftime is not available on all systems.
783 (process_mips_specific): Ditto.
785 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
787 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
788 --enable-build-warnings option.
789 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
790 * Makefile.in, configure: Re-generate.
792 2000-04-06 Alan Modra <alan@linuxcare.com.au>
794 * addr2line.c: Update copyright.
795 * objcopy.1: Likewise, and title.
796 * strings.1: Likewise.
798 * version.c (print_version): Add 2000.
800 * rddbg.c (read_section_stabs_debugging_info): Don't use
801 bfd_size_type for strx to avoid printf problems if BFD64.
803 * bucomm.c: (report): Remove `static'.
804 Move inclusion of stdarg.h/vararg.h from here.
806 (CONST): Change all occurences to const.
807 (report): Declare it.
808 (bfd_fatal): Add ATTRIBUTE_NORETURN.
809 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
810 (non_fatal): Add ATTRIBUTE_PRINTF_1.
812 * ar.c (main): Use fatal or non_fatal instead of fprintf.
813 Correct a typo in an error message.
814 (do_quick_append): Use non_fatal instead of fprintf.
815 (move_members): Use fatal instead of fprintf, exit.
816 * coffdump.c (main): Same here.
818 * dlltool.c (display): Delete.
820 (inform): Use `report' instead of `display'.
821 (rvaafter): Remove trailing \n from fatal error msg.
824 (yyerror): Replace `warn' with `non_fatal', and remove \n.
825 (def_name): Likewise.
827 (scan_all_symbols): Likewise.
828 (gen_lib_file): Likewise.
829 (def_library): Likewise. Remove extra program_name too.
830 (run): Remove \n from inform strings.
831 (scan_drectve_symbols): Likewise.
832 (add_excludes): Likewise.
833 (scan_open_obj_file): Likewise.
834 (gen_exp_file): Likewise.
835 (gen_lib_file): Likewise.
836 (process_duplicates): Likewise.
838 * Makefile.am (dllwrap_SOURCES): Add version.c.
839 * dllwrap.c (program_version): Delete.
840 (print_version): Delete.
841 (display): Always print trailing \n.
843 (delete_temp_files): Use warn instead of fprintf. Use gettext.
846 (usage): gettext'ify.
847 (long_options): Add missing initialisers.
849 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
850 (select_output_format): Likewise.
851 (powerpc_mangle_relocs): Likewise.
852 (link_inputs): Likewise.
854 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
855 (set_output_format): Likewise.
856 (main): Use non_fatal instead of fprintf.
857 (display_rel_file): Likewise.
859 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
860 (slurp_dynamic_symtab): Same here.
861 (disassemble_data): And here.
862 (read_section_stabs): And here.
863 (read_section_stabs): And here.
864 (dump_bfd): And here.
866 (objdump_sprintf): Use fatal instead of fprintf, exit.
867 (disassemble_data): Same here.
869 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
870 (parse_coff_struct_type): Same here.
871 (parse_coff_enum_type): And here.
872 (parse_coff): And here.
873 * rddbg.c (read_debugging_info): And here.
874 * size.c (main): And here.
875 * windres.c (format_from_name): And here.
876 * wrstabs.c (stab_write_symbol): Here too.
877 (write_stabs_in_sections_debugging_info): And here.
878 (stab_int_type): And here.
879 (stab_struct_field): And here.
880 (stab_typdef): And here.
882 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
883 * srconv.c (main): Same here.
884 * strings.c (main): And here.
885 (integer_arg): And here.
886 * sysdump.c (main): And here.
888 2000-04-06 Timothy Wall <twall@cygnus.com>
890 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
892 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
894 * readelf.c (decode_location_expression): Loop through multiple
896 (read_and_display_attr): Pass in length.
898 * readelf.c (read_and_display_attr): Add CU offset to references.
899 (display_debug_info): Pass it in.
901 2000-04-06 Nick Clifton <nickc@cygnus.com>
903 * readelf.c (decode_ARM_machine_flags): New function.
904 (get_machine_flags): Call decode_ARM_machine_flags for ARM
907 (get_machine_name): Catch EM_AVR
909 2000-04-05 Alan Modra <alan@linuxcare.com.au>
911 * binutils.texi: Remove optional `=' from long options that have
912 an `=' in the argument.
913 * objcopy.1: Here too. Remove extra space on discard-all.
915 * binutils.texi (objcopy): Mention --redefine-sym.
916 * objcopy.1: Here too.
919 * objcopy.c (parse_flags): Split off flag names from error message
920 gettext as they are not translated.
921 (copy_main): Similarly split off option name for --add-section,
922 --set-section-flags, --change-section-vma, --change-section-lma
924 Some white space changes.
926 from Matthew Benjamin <matt@linuxbox.nu>
927 * objcopy.c (struct redefine_node): New.
928 (redefine_sym_list): New.
929 (redefine_list_append): New.
930 (lookup_sym_redefinition): New.
931 (OPTION_REDEFINE_SYM): New.
932 (copy_options): Add --redefine-sym option.
933 (copy_usage): Mention it.
934 (filter_symbols): Rename symbols on redefine_sym_list.
935 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
936 (copy_main): Handle OPTION_REDEFINE_SYM.
938 2000-04-04 H.J. Lu <hjl@gnu.org>
940 * readelf.c (process_symbol_table): Correctly read in symbol
941 versioning information.
943 2000-04-04 Alan Modra <alan@linuxcare.com.au>
945 * po/binutils.pot: Regenerate.
947 * addr2line.c (usage): Restore translated part of bug string.
948 * ar.c (usage): Likewise.
949 * nlmconv.c (show_usage): Likewise.
950 * nm.c (usage): Likewise.
951 * objcopy.c (copy_usage): Likewise.
952 (strip_usage): Likewise.
953 * objdump.c (usage): Likewise.
954 * readelf.c (usage): Likewise.
955 * size.c (usage): Likewise.
956 * strings.c (usage): Likewise.
957 * windres.c (usage): Likewise.
959 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
960 (DEP): Quote when passing vars to sub-make. Add warning
962 (DEP1): Rewrite for "gcc -MM".
963 (CLEANFILES): Add DEP2.
965 * Makefile.in: Regenerate.
967 2000-04-04 H.J. Lu <hjl@gnu.org>
969 * Makefile.am (GENERATED_HFILES): Add rcparse.h
970 (arparse.h): Depend on arparse.c
971 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
973 2000-04-03 H.J. Lu (hjl@gnu.org)
975 * size.c (usage): Use REPORT_BUGS_TO.
977 2000-04-03 Alan Modra <alan@linuxcare.com.au>
979 * bucomm.h: #include "bin-bugs.h"
980 * addr2line.c (usage): Use REPORT_BUGS_TO.
981 * ar.c (usage): Likewise.
982 * nlmconv.c (show_usage): Likewise.
983 * nm.c (usage): Likewise.
984 (OPTION_TARGET): Define.
985 (long_options): Use OPTION_TARGET rather than 200.
988 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
989 (strip_usage): Likewise.
990 * objdump.c (usage): Likewise.
991 * readelf.c (usage): Likewise.
992 * strings.c (usage): Likewise.
993 * windres.c (usage): Likewise.
995 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
997 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
999 2000-03-27 Nick Clifton <nickc@cygnus.com>
1001 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
1002 string offsets in corrupt stabs entries.
1004 2000-03-27 Alan Modra <alan@linuxcare.com.au>
1006 * readelf.c: Include elf/avr.h
1007 (dump_relocations): Add EM_AVR case.
1009 2000-03-09 Tim Waugh <twaugh@redhat.com>
1011 * strings.1: Correct '-bytes' to '--bytes'.
1013 2000-03-08 H.J. Lu <hjl@gnu.org>
1015 * Makefile.am (install-exec-local): Depend on
1016 install-binPROGRAMS for parallel make.
1017 * Makefile.in: Regenerated.
1019 2000-02-27 Ian Lance Taylor <ian@zembu.com>
1021 From Brad Lucier <lucier@math.purdue.edu>:
1022 * readelf.c (process_dynamic_segment): Add cast to make sure
1023 argument to %* is int.
1025 2000-02-25 H.J. Lu <hjl@gnu.org>
1027 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
1029 2000-02-24 Nick Clifton <nickc@cygnus.com>
1031 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
1032 * configure: Regenerate.
1034 * dlltool.c: Add support for sh-pe and mips-pe targets.
1035 * rescoff.c: Add support for sh-pe and mips-pe targets.
1037 2000-02-23 H.J. Lu <hjl@gnu.org>
1039 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
1041 2000-02-22 Nick Clifton <nickc@cygnus.com>
1043 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
1045 2000-02-22 Ian Lance Taylor <ian@zembu.com>
1047 From Brad Lucier <lucier@math.purdue.edu>:
1048 * readelf.c (process_version_sections): Add casts to make sure
1049 argument to %* is an int.
1050 (process_mips_specific): Add casts to make printf arguments match
1053 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
1055 * objdump.c (dump_section_header): Change `opb' to unsigned.
1056 (find_symbol_for_address): Same here.
1057 (disassemble_data): And here. Change `addr_offset',
1058 `stop_offset', `nextstop_offset' to unsigned long.
1059 (dump_data): Change opb to unsigned.
1061 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
1063 * resrc.c: Remove unmatched #if for cygwin.
1065 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
1067 * binutils.texi: Document the change of flavor name from atpcs-special
1068 to special-atpcs to prevent name conflict in gdb.
1070 2000-02-08 Timothy Wall <twall@redhat.com>
1072 * objdump.c (show_line): Fix bug preventing printing of the very
1073 first line (line zero) of a file when interlisting source and
1074 assembly. Added option to print entire context from start of file
1075 when the first line from that file is encountered.
1077 2000-02-03 Timothy Wall <twall@redhat.com>
1079 * objdump.c (dump_section_header, find_symbol_for_address,
1080 show_line, disassemble_bytes, disassemble_data, dump_data):
1081 distinguish between octets and bytes.
1083 2000-01-27 Thomas de Lellis <tdel@windriver.com>
1085 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
1086 check to unresolved symbols.
1087 (print_symbol_info_sysv): Ditto.
1088 (print_symbol_info_posix): Ditto.
1090 * binutils.texi: Document new 'V' symclass flag for nm.
1092 2000-01-27 Nick Clifton <nickc@redhat.com>
1094 * binutils.texi (objdump): Document new ARM specific
1095 disassembler options.
1097 * objdump.c (usage): Call disassembler_usage().
1099 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
1101 * readelf.c (get_dynamic_flags): Return buff.
1102 (process_dynamic_segment): Don't pass error strings to printf
1104 (read_and_display_attr): Use lx and ld to print longs.
1105 (process_corefile_note_segment): Cast bfd_vma to unsigned long
1109 2000-01-17 Nick Clifton <nickc@cygnus.com>
1111 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
1113 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
1115 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
1117 (debug_tag_type): Here too.
1118 * ieee.c (ieee_builtin_type): And here.
1119 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
1121 2000-01-13 Nick Clifton <nickc@cygnus.com>
1123 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
1126 2000-01-11 Nick Clifton <nickc@cygnus.com>
1128 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
1130 2000-01-10 Nick Clifton <nickc@cygnus.com>
1132 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
1134 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
1136 * windres.c (long_options): Add --use-temp-file and
1137 --no-use-temp-file options.
1141 * windres.h: Update read_rc_file prototype.
1143 * resrc.c (cpp_temp_file): New static variable.
1144 (istream_type): New static variable.
1145 (close_pipe): Delete function.
1146 (run_cmd): New static function.
1147 (open_input_stream): New static function.
1148 (close_input_stream): New static function.
1149 (look_for_default): Handle DOS directory separator. Use
1150 open_input_stream instead of popen.
1151 (read_rc_file): Likewise.
1153 * binutils.texi: Document --use-temp-file, --no-use-temp-file
1156 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
1158 * dlltool.c (create_compat_implib): New variable.
1159 (gen_exp_file): Use.
1160 (make_one_lib_file): Use.
1161 (long_options): Add --compat-implib option.
1165 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
1166 (main): Use. Don't look for "32" in cygwin and mingw target names.
1168 2000-01-03 Nick Clifton <nickc@cygnus.com>
1170 * binutils.texi: Document new, ARM specific disassembler
1171 command line switch "-M force-thumb".
1173 For older changes see ChangeLog-9899
1179 version-control: never