1 2001-06-19 H.J. Lu <hjl@gnu.org>
3 * doc/Makefile.in: Regenerated.
5 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
7 * readelf.c: Restore formatting.
9 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
11 * Makefile.am: Move documentation into doc subdirectory.
12 * Makefile.in: Regenerated.
13 * binutils.texi: Move into doc subdirectory.
14 * addr2line.1: Removed.
16 * dlltool.1: Likewise.
17 * nlmconv.1: Likewise.
19 * objcopy.1: Likewise.
20 * objdump.1: Likewise.
22 * readelf.1: Likewise.
24 * strings.1: Likewise.
26 * windres.1: Likewise.
27 * cxxfilt.man: Likewise.
29 * doc/Makefile.am: New file.
30 * doc/Makefile.in: Generate.
32 2001-06-09 Alan Modra <amodra@bigpond.net.au>
34 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
36 2001-06-01 Alan Modra <amodra@bigpond.net.au>
38 * MAINTAINERS: Update my email address.
40 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
42 * objcopy.c: Add new switches: --keep-global-symbol,
43 --keep-symbols, --localize-symbols, --keep-global-symbols and
45 * binutils.texi: Document new switches.
46 * objcopy.1: Regenerate.
47 * NEWS: Announce new feature.
49 2001-05-28 Andreas Jaeger <aj@suse.de>
51 * readelf.c (display_debug_frames): Fix warnings: Remove unused
52 variables, fix format strings.
54 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
56 * objdump.c (disassemble_bytes): Remove section VMA adjustment
57 when computing the address of the line to show.
59 2001-05-16 Richard Henderson <rth@redhat.com>
61 * readelf.c (do_debug_frames_interp): New.
62 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
63 (byte_get_big_endian): Likewise.
64 (parse_args) ['F']: Set do_debug_frames_interp.
65 (Frame_Chunk): Make data_factor signed, add fde_encoding.
66 (frame_display_row): Don't trunc pc_begin to int.
67 (size_of_encoded_value): New.
68 (display_debug_frames): Handle 64-bit targets. Print raw data
69 unless do_debug_frames_interp.
70 (debug_displays): Remove duplicate .debug_frame.
72 2001-05-15 Ralf Baechle <ralf@gnu.org>
74 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
75 The former constant was never in active use and is used otherwise
78 2001-05-11 Jakub Jelinek <jakub@redhat.com>
80 * readelf.c (process_unwind): Print all unwind sections, not just
83 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
85 * readelf.c (process_unwind): Remove const specifier.
87 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
89 * strings.c (isgraphic): Do not use isascii() unless it is needed
90 for isprint() to work.
91 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
93 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
95 * NEWS: Announce support for OpenRISC.
97 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
99 * dlltool.c (do_default_excludes): Initialise to true.
101 2001-04-10 Alan Modra <amodra@one.net.au>
103 * MAINTAINERS: Update my email address
104 * nm.c (print_symbol_info_bsd): Use a simple printf string.
106 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
108 * readelf.c (display_debug_lines): Fix typo for "Prologue".
110 2001-03-30 H.J. Lu <hjl@gnu.org>
112 * readelf.c (process_unwind): Just return if do_unwind is 0.
114 2001-03-28 Roger Sayle <roger@metaphorics.com>
116 * dlltool.c (make_one_lib_file): Fix section flags for
117 .text, .data and .bss in stub ds*.o files to match those
120 2001-03-29 H.J. Lu <hjl@gnu.org>
122 * readelf.c (process_unwind): Only do unwind sections for
125 2001-03-28 H.J. Lu <hjl@gnu.org>
127 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
128 * Makefile.in: Regenerate.
130 2001-03-26 Andreas Jaeger <aj@suse.de>
132 * binutils.texi (nm): Fix texi syntax.
134 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
136 * binutils.texi: Put @c man begin and @c man end indications
137 to generate man pages using texi2pod and pod2man. Put @c man title
138 to identify each man. Add SEEALSO entries.
139 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
140 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
142 (*.1): Build the man pages from binutils.texi.
143 * Makefile.in: Regenerate.
145 2001-03-13 Eric Kohl <ekohl@rz-online.de>
147 * defparse.y (opt_equal_name): allow "." in name.
148 * dlltool.c (def_exports): Added ability to generate forwarded exports.
149 (gen_exp_file): Likewise.
151 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
153 * NEWS: Document addition of -B switch to objcopy.
154 * binutils.texi: Document addition of -B switch to objcopy.
155 * objcopy.c: (copy_options): Add --binary-architecture.
156 (copy_usage): Document -B/--binary-architecture.
157 (copy_main): Support -B/--binary-architecture. Set
158 bfd_external_binary_architecture.
160 2001-03-11 Andreas Jaeger <aj@suse.de>
162 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
163 (dump_relocations): Likewise.
164 (get_machine_name): Likewise.
166 2001-02-28 Nick Clifton <nickc@redhat.com>
168 * readelf.c: (struct unw_aux_info): Remove const modifier for
170 (process_unwind): Remove non-K&R compliant LHS type cast in call
171 to GET_DATA_ALLOC macro.
173 2001-02-28 Philip Blundell <pb@futuretv.com>
175 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
176 ABI is in use; remove ambiguity between the "unknown" EABI and
177 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
178 renamed EF_xx constants.
180 2001-02-27 Alan Modra <alan@linuxcare.com.au>
182 * configure.in (BFD_VERSION): New.
183 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
184 * configure: Regenerate.
185 * Makefile.am: Run "make dep-am"
186 * Makefile.in: Regenerate.
188 2001-02-14 Nick Clifton <nickc@redhat.com>
190 * MAINTAINERS: Add "Obvious Fix" rule.
192 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
194 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
195 literal concatenation.
197 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
199 * readelf.c (struct unw_aux_info): Remove const from the info member.
200 (process_unwind): Don't type-cast the third argument to the
201 GET_DATA_ALLOC macro.
203 2001-02-11 Nick Clifton <nickc@redhat.com>
205 * readelf.c (dump_relocations): Free corrected allocated
207 (process_unwind): Fix compile time warning.
209 2001-02-10 Nick Clifton <nickc@redhat.com>
211 * binutils.texi: Document new --unwind option to readelf.
213 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
215 * readelf.c: Add linux target for S/390.
217 2001-02-10 Alan Modra <alan@linuxcare.com.au>
219 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
222 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
224 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
225 * aclocal.m4: Regenerate.
226 * configure: Regenerate.
228 2001-02-07 Todd Vierling <tv@wasabisystems.com>
230 * bucomm.c (bfd_target_vector): Change extern array to pointer.
231 * objdump.c (bfd_target_vector): Likewise.
233 2001-02-07 David Mosberger <davidm@hpl.hp.com>
235 * readelf.c (process_unwind): New function.
236 (slurp_ia64_unwind_table): Ditto.
237 (dump_ia64_unwind): Ditto.
238 (find_symbol_for_address): Ditto.
239 (slurp_rela_relocs): New function (split off from dump_relocations()).
240 (slurp_rel_relocs): Ditto.
241 (parse_args): Handle '-u' option.
243 * unwind-ia64.c: New file.
244 * unwind-ia64.h: New file.
245 * Makefile.am: Include unwind-ia64.c in readelf build.
246 * Makefile.in: Regenerate.
247 * po/binutils.pot: Regenerate.
249 2001-02-04 Philip Blundell <philb@gnu.org>
251 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
252 * configure: Regenerate.
254 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
256 * ieee.c (ieee_add_bb11): Don't check for backslashes
257 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
259 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
261 * ieee.c: Update copyright.
262 (ieee_start_compilation_unit): Don't check for backslashes
263 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
265 * stabs.c: Update copyright. Include "filenames.h".
266 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
268 2001-01-23 Jakub Jelinek <jakub@redhat.com>
270 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
271 sections are present before using them. Remove code duplication.
272 (process_symbol_table): Check if VERDEF or VERNEED sections are
273 present before using them.
275 2001-01-17 Nick Clifton <nickc@redhat.com>
277 * objcopy.c (copy_object): Fail if attempting to convert the
278 endianness of the input object file.
280 * binutils.texi: Explain that objcopy cannot convert endianness.
282 2001-01-16 Nick Clifton <nickc@redhat.com>
284 * readelf.c (string_table_length): New variable.
285 (SECTION_NAME): Catch out of range indices and missing section
287 (process_section_headers): Delete useless local variable
288 string_table_offset. Set the value of string_table_length
289 after loading the string table.
290 (process_mips_specific): Use SECTION_NAME macro.
291 (process_file): Set string_table_length to 0 when it is freed.
293 2001-01-12 Nick Clifton <nickc@redhat.com>
295 * version.c (print_version): Update copyright date.
297 2001-01-11 Peter Targett <peter.targett@arccores.com>
299 * readelf.c (dump_relocations): Include selection with EM_ARC.
300 (get_machine_name) Update name to "ARC".
302 2001-01-09 Nick Clifton <nickc@redhat.com>
304 * Makefile.am: Add rule to build objdump.o from objdump.c and
306 * Makefile.in: Regenerate.
308 * configure.in: Define OBJDUMP_DEFS. Default to empty.
309 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
310 -DDISASSEMBLER_NEEDS_RELOCS.
311 * configure: Regenerate.
313 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
314 is defined read in the relocs even if dump_reloc_info is
317 2001-01-07 Philip Blundell <philb@gnu.org>
319 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
323 2000-12-19 Nick Clifton <nickc@redhat.com>
325 * dlltool.c: Add missing support for arm-epoc-pe.
326 * configure.in: Add missing support for arm-epoc-pe.
327 * configure: Regenerate.
329 2000-12-15 Nick Clifton <nickc@redhat.com>
331 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
332 Mode parts of the x86 port.
334 2000-12-04 Andreas Jaeger <aj@suse.de>
336 * readelf.c (guess_is_rela): Add EM_X86_64.
337 (dump_relocations): Add EM_X86_64.
338 (get_machine_name): Add EM_X86_64.
339 Include "elf/x86-64.h".
341 2000-12-12 Nick Clifton <nickc@redhat.com>
343 * readelf.c: Fix formatting.
345 Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
347 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
349 2000-12-07 Andrew Haley <aph@redhat.com>
351 * readelf.c (display_debug_frames): Only display columns that are
352 referenced by the frame debug info.
354 2000-12-05 Nick Clifton <nickc@redhat.com>
356 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
358 2000-12-04 Jason Merrill <jason@redhat.com>
360 * readelf.c (process_section_headers): Handle linkonce.wi sections.
361 (display_debug_section): Likewise.
362 (display_debug_info): Display CU header before bailing.
364 2000-12-01 Chris Demetriou <cgd@sibyte.com>
366 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
367 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
368 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
370 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
373 * readelf.c (get_machine_flags): Add case for
376 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
378 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
380 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
382 * MAINTAINERS: Add Jörn Rennecke and self as SH maintainers.
383 Change sourceware.cygnus.com to sources.redhat.com.
384 Fix typo for "amongst".
386 2000-11-28 Nick Clifton <nickc@redhat.com>
388 * strip.1 (COPYING): Mention that the GNU Free Documentation
389 License is present in the sources, but not the output, and
390 also available from the GNU website.
391 (GNU Free Documentation License): Comment out this section.
400 * addr2line.1: Ditto.
402 2000-11-27 DJ Delorie <dj@redhat.com>
404 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
405 (parse_args): Support -wf option.
406 (process_section_headers): Ditto.
407 (debug_displays): Ditto.
408 (display_debug_frames): New, dump *_frame sections.
409 (frame_need_space): Support for above.
410 (frame_display_row): Ditto.
411 * binutils.texi: Document it.
413 2000-11-24 Nick Clifton <nickc@redhat.com>
415 * NEWS: Announce support for v5t, v5te and XScale.
417 2000-11-22 Nick Clifton <nickc@redhat.com>
419 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
420 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
421 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
422 (get_elf_section_flags: Add SHF_GROUP.
423 (process_section_headers): Adjust output for 32-bit binaries
424 to look nice on an 80 column terminal.
426 2000-11-20 H.J. Lu <hjl@gnu.org>
428 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
431 2000-11-17 Richard Henderson <rth@redhat.com>
433 * readelf.c (display_debug_lines): Adjust last change to
434 use sizeof (external->li_length).
436 2000-11-17 Richard Henderson <rth@redhat.com>
438 * readelf.c (display_debug_lines): Fix section length check
439 and end_of_sequence computation.
441 2000-11-06 Nick Clifton <nickc@redhat.com>
443 * binutils.texi: Add GNU Free Documentation License.
444 * objcopy.1: Add GNU Free Documentation License.
445 * objdump.1: Add GNU Free Documentation License.
446 * addr2line.1: Add GNU Free Documentation License.
447 * ar.1: Add GNU Free Documentation License.
448 * nlmconv.1: Add GNU Free Documentation License.
449 * nm.1: Add GNU Free Documentation License.
450 * ranlib.1: Add GNU Free Documentation License.
451 * size.1: Add GNU Free Documentation License.
452 * strings.1: Add GNU Free Documentation License.
453 * strip.1: Add GNU Free Documentation License.
455 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
457 * objcopy.c (--srec-len=nn): New parameter to set the
458 maximum length of generated Srecords.
459 (--srec-forceS3): New parameter that restricts the generation of
460 Srecords to type S3 only.
461 * binutils.texi: Document new command line switches.
462 * objcopy.1: Docuemnt the new command line switches.
463 * NEWS: Announce the existence of the new command line switches.
465 2000-10-31 Nick Clifton <nickc@redhat.com>
467 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
468 code. Add Eric Chrisopher as maintainer of MN10300 port.
470 2000-10-12 Roger Sayle <roger@metaphorics.com>
472 * Make comma after string after icon/control optional.
474 2000-09-13 Anders Norlander <anorland@acc.umu.se>
476 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
478 * NEWS: Mention support for MIPS32.
480 2000-09-08 Nick Clifton <nickc@redhat.com>
482 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
484 2000-09-07 H.J. Lu <hjl@gnu.org>
486 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
487 * configure: Rebuild.
489 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
491 * configure: Rebuilt with new libtool.m4.
493 2000-09-05 Nick Clifton <nickc@redhat.com>
495 * aclocal.m4: Regenerate.
496 * config.in: Regenerate.
497 * configure: Regenerate.
499 2000-09-04 Todd Vierling <tv@wasabisystems.com>
501 * strip.1: Fix stray '\' in -o formatting.
503 2000-09-02 Nick Clifton <nickc@redhat.com>
505 * configure.in: Increase version number to 2.10.91.
506 * configure: Regenerate.
507 * aclocal.m4: Regenerate.
508 * config.in: Regenerate.
509 * po/binutils.pot: Regenerate.
511 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
513 * acinclude.m4: Include libtool and gettext macros from the
515 * aclocal.m4, configure: Rebuilt.
517 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
519 * resrc.c (close_input_stream): Delete extraneous logic
521 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
523 * NEWS: Mention support for CRIS.
525 2000-08-21 Nick Clifton <nickc@redhat.com>
527 * addr2line.c: Changed email address for Ulrich Lauther.
529 2000-08-17 Christopher C. Chimelis <chris@debian.org>
531 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
533 2000-08-17 Nick Clifton <nickc@redhat.com>
535 * readelf.c (display_debug_pubnames): Only issue warning
536 message once. Terminate message with a new line.
537 (display_debug_aranges): Only display version 2 debug info.
539 2000-08-14 Todd Vierling <tv@wasabisystems.com>
541 * objcopy.c (strip_main): Silently accept -d as an alias for -g
542 for compatability with old BSD systems.
544 2000-08-14 Jason Eckhardt <jle@cygnus.com>
546 * NEWS: Mention i860 support.
548 2000-08-11 Carlo Wood <carlo@alinoe.com>
550 * addr2line.c (main): Add const to char *.
552 2000-08-11 Geoff Keating <geoffk@cygnus.com>
554 * ar.c (main): Don't crash if called with no arguments
555 or only '-X32_64' as an argument.
557 2000-08-08 DJ Delorie <dj@redhat.com>
559 * resrc.c: use "gcc -xc" instead of -xc-header
561 2000-08-05 Jason Eckhardt <jle@cygnus.com>
563 * readelf.c (elf/i860.h): Include.
564 (dump_relocations): Add recognition of i860 architecture.
565 (guess_is_rela): Add recognition of i860 architecture.
567 2000-08-03 Nick Clifton <nickc@cygnus.com>
569 * MAINTAINERS: Add information about CGEN maintainers.
571 2000-07-26 Geoff Keating <geoffk@cygnus.com>
573 * nm.c (main): Ignore '-X32_64' as an option.
574 * ar.c (main): Likewise.
575 * binutils.texi (nm): Document new option.
578 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
580 * rdcoff.c (external_coff_symbol_p): K&R-ise.
582 2000-07-20 H.J. Lu <hjl@gnu.org>
584 * binutils.texi: Put back "@end table" deleted by
587 2000-07-05 Kenneth Block <krblock@computer.org>
589 * nm.c: Add optional style to demangle switch.
590 * objdump.c: Add optional style to demangle switch.
591 * addr2line.c: Add optional style to demangle switch.
592 * binutils.texi: Document optional style to demangle
595 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
597 * MAINTAINERS: Add self as CRIS port maintainer.
598 * readelf.c: Include elf/cris.h.
599 (guess_is_rela): Handle EM_CRIS.
600 (dump_relocations): Ditto.
601 (get_machine_name): Ditto.
602 * Makefile.am: Rebuild dependencies.
603 * Makefile.in: Regenerate.
604 * po/binutils.pot: Regenerate.
606 2000-07-19 H.J. Lu <hjl@gnu.org>
608 * readelf.c (get_dynamic_type): Change "AUXILARY" to
610 (process_dynamic_segment): Print out strings for DT_CONFIG,
611 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
613 2000-07-19 Mark Kettenis <kettenis@gnu.org>
615 * nm.c (usage): Change output of `nm --help' to include a
616 description of the purpose of the program and a detailed
617 description of the accepted options.
619 2000-07-19 H.J. Lu <hjl@gnu.org>
621 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
624 2000-07-19 H.J. Lu <hjl@gnu.org>
626 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
628 2000-07-19 H.J. Lu <hjl@gnu.org>
630 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
632 (process_dynamic_segment): Likewise.
634 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
635 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
636 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
637 DF_1_NODUMP and DF_1_CONLFAT.
639 2000-07-18 Nick Clifton <nickc@cygnus.com>
641 * binutils.texi (readelf): Fix spelling typo.
643 2000-07-11 Mark Kettenis <kettenis@gnu.org>
645 * objdump.c (usage): Make output of `objdump --help' more
646 consistent with the rest of the GNU world. Add a line describing
647 the purpose of the program.
649 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
651 * stabs.c (parse_stab_range_type): Cast to proper type to fix
654 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
656 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
658 (process_symbol_table): Ditto.
659 (procesS_extended_line_op): Ditto.
660 (display_debug_lines): Ditto.
661 (display_debug_pubnames): Ditto.
662 (read_and_display_attr): Ditto.
664 2000-07-09 Nick Clifton <nickc@cygnus.com>
666 * MAINTAINERS: Add several more port specific maintainers.
668 2000-07-05 Nick Clifton <nickc@cygnus.com>
670 * MAINTAINERS: Add blanket write privs for Michael Meissner.
672 2000-06-05 DJ Delorie <dj@redhat.com>
676 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
678 * dllwrap.c: Changed mistaken dyn_string_append() calls
679 to dyn_string_append_cstr().
681 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
683 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
684 struct debug_type stores size in bytes.
686 2000-07-01 Alan Modra <alan@linuxcare.com.au>
688 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
689 (CLEANFILES): Add DEPA.
690 * Makefile.in: Regenerate.
692 2000-06-27 Alan Modra <alan@linuxcare.com.au>
694 * ar.c: Revert incorrect 2000-06-25 patch.
695 * bucomm.c: Likewise.
697 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
699 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
700 (external_coff_symbol_p): New function.
701 (parse_coff): Use it.
703 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
705 * ar.c (normalize): Advance past both characters in a DOS based
706 <letter>: filepath prefix.
708 * bucomm.c (make_tempname): Likewise.
710 2000-06-24 Nick Clifton <nickc@cygnus.com>
712 * objdump.c (usage): Fix description of --stabs switch.
714 2000-06-22 Alan Modra <alan@linuxcare.com.au>
716 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
718 * Makefile.in: Regenerate.
720 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
722 * ar.c (normalize): Correct pointer comparison when checking for
725 * bucomm.c (make_tempname): Likewise.
727 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
728 and search for backslashes in the original pathname.
729 (ieee_add_bb11): Likewise.
731 2000-06-18 Nick Clifton <nickc@redhat.com>
733 * ar.c (print_contents): Improve verbose message.
735 2000-06-15 H.J. Lu <hjl@gnu.org>
737 * dyn-string.c: Removed. Not needed with dyn-string.c in
739 * dyn-string.h: Likewise.
741 * Makefile.am: Remove references to dyn-string.c and
742 dyn-string.h. Rebuild dependency.
743 * Makefile.in: Rebuild.
745 2000-06-15 H.J. Lu <hjl@gnu.org>
747 * binutils.texi: Put a warning on copying relocatable object
748 files between two different formats.
750 2000-06-13 DJ Delorie <dj@cygnus.com>
752 * rcparse.y (control): ICON controls take an id as the first
753 parameter, not an optional string. Also, call new convenience
754 function that takes res_id's.
755 * resrc.c (define_control): missing text means zero-length string,
757 (define_icon_control): New.
758 * windres.h: declare define_icon_control.
760 2000-06-13 H.J. Lu <hjl@gnu.org>
762 * configure: Regenerate.
764 2000-06-08 David O'Brien <obrien@FreeBSD.org>
766 * configure.in (VERSION): Update to show this is the CVS mainline.
768 2000-06-02 David O'Brien <obrien@FreeBSD.org>
770 * strings.c (isgraphic): Interpret <TAB> as a printable character,
771 analogous to <SPACE>.
773 2000-05-30 Alan Modra <alan@linuxcare.com.au>
775 * objdump.c (display_target_list): Use bfd_close_all_done, not
776 bfd_close to fix crash caused by 2000-05-24 change.
778 2000-05-25 DJ Delorie <dj@cygnus.com>
780 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
782 2000-05-26 Alan Modra <alan@linuxcare.com.au>
784 * Makefile.am: Update dependencies with "make dep-am"
785 * Makefile.in: Regenerate.
787 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
789 * ar.c: Include filenames.h.
790 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
791 and drive letters in file names.
792 (main): Support backslashes and drive letters in argv[0]. Drop
793 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
794 FILENAME_CMP instead of strcmp to compare file names.
795 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
797 (do_quick_append) [__GO32__]: Ditto.
798 (get_pos_bfd, delete_members, move_members, replace_members):
799 Compare file names with FILENAME_CMP.
801 * bucomm.c: Include filenames.h.
802 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
803 forward/backward slashes and drive letters in file names.
805 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
806 mixed forward/backward slashes and drive letters in file names.
808 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
809 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
812 * objcopy.c: Include filenames.h.
813 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
814 before comparing to "strip".
815 Use FILENAME_CMP to compare file names.
817 * arsup.c: Include filenames.h.
818 (map_over_list, ar_delete, ar_replace, ar_extract): Use
819 FILENAME_CMP to compare file names.
820 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
821 the temporary file name.
823 * configure.in: Check for setmode.
824 * configure: Regenerate.
826 2000-05-24 Alan Modra <alan@linuxcare.com.au>
828 * objdump.c (display_target_list): Close the bfd.
829 (display_info_table): Likewise.
831 2000-05-14 H.J. Lu (hjl@gnu.org)
833 * objcopy.c (filter_symbols): Don't strip global symbols in
834 relocatable object files.
836 2000-05-14 Alan Modra <alan@linuxcare.com.au>
838 * size.c (usage): Associate short options with corresponding long
839 option to give a clue as to their function.
841 2000-05-14 Philippe De Muyter <phdm@macqel.be>
843 * size.c (main): Accept and ignore `-f' option.
845 2000-05-13 Alan Modra <alan@linuxcare.com.au>
847 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
848 bindtextdomain): Replace defines with those from intl/libgettext.h
849 to quieten gcc warnings.
851 2000-05-12 H.J. Lu <hjl@gnu.org>
853 * nlmconv.c (temp_filename): Removed.
855 * nlmconv.c (link_inputs): Use make_temp_file () instead of
857 * objdump.c (display_target_list): Likewise.
858 (display_info_table): Likewise.
860 2000-05-08 Alan Modra <alan@linuxcare.com.au>
862 * objcopy.c (setup_section): Add const and gettext calls for err.
864 2000-05-02 H.J. Lu <hjl@gnu.org>
866 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
867 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
868 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
869 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
870 and ELFOSABI_OPENBSD.
872 2000-05-02 Kazu Hirata <kazu@hxi.com>
874 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
875 * srconv.c: Likewise.
876 * sysdump.c: Likewise.
878 Sun Apr 23 14:23:26 2000 Denis Chertykov <denisc@overta.ru>
880 * readelf.c (guess_is_rela): AVR uses RELA relocations.
881 (get_machine_name): machine name for EM_AVR added.
883 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
884 David Mosberger <davidm@hpl.hp.com>
886 * Makefile.am (readelf.o): Add elf/ia64.h.
887 * Makefile.in: Rebuild.
888 * readelf.c: Include elf/ia64.h.
889 (guess_is_rela, dump_relocations): Handle EM_IA_64.
891 2000-04-17 Timothy Wall <twall@cygnus.com>
893 * objdump.c (disassemble_data): Set octets per byte *after*
894 resolving arch/mach for binary files.
896 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
898 * arlex.l: Add directives to increase lex buffer size.
900 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
901 already included by bucomm.h.
903 2000-04-10 Philippe De Muyter <phdm@macqel.be>
905 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
906 `strftime' since strftime is not available on all systems.
907 (process_mips_specific): Ditto.
909 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
911 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
912 --enable-build-warnings option.
913 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
914 * Makefile.in, configure: Re-generate.
916 2000-04-06 Alan Modra <alan@linuxcare.com.au>
918 * addr2line.c: Update copyright.
919 * objcopy.1: Likewise, and title.
920 * strings.1: Likewise.
922 * version.c (print_version): Add 2000.
924 * rddbg.c (read_section_stabs_debugging_info): Don't use
925 bfd_size_type for strx to avoid printf problems if BFD64.
927 * bucomm.c: (report): Remove `static'.
928 Move inclusion of stdarg.h/vararg.h from here.
930 (CONST): Change all occurences to const.
931 (report): Declare it.
932 (bfd_fatal): Add ATTRIBUTE_NORETURN.
933 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
934 (non_fatal): Add ATTRIBUTE_PRINTF_1.
936 * ar.c (main): Use fatal or non_fatal instead of fprintf.
937 Correct a typo in an error message.
938 (do_quick_append): Use non_fatal instead of fprintf.
939 (move_members): Use fatal instead of fprintf, exit.
940 * coffdump.c (main): Same here.
942 * dlltool.c (display): Delete.
944 (inform): Use `report' instead of `display'.
945 (rvaafter): Remove trailing \n from fatal error msg.
948 (yyerror): Replace `warn' with `non_fatal', and remove \n.
949 (def_name): Likewise.
951 (scan_all_symbols): Likewise.
952 (gen_lib_file): Likewise.
953 (def_library): Likewise. Remove extra program_name too.
954 (run): Remove \n from inform strings.
955 (scan_drectve_symbols): Likewise.
956 (add_excludes): Likewise.
957 (scan_open_obj_file): Likewise.
958 (gen_exp_file): Likewise.
959 (gen_lib_file): Likewise.
960 (process_duplicates): Likewise.
962 * Makefile.am (dllwrap_SOURCES): Add version.c.
963 * dllwrap.c (program_version): Delete.
964 (print_version): Delete.
965 (display): Always print trailing \n.
967 (delete_temp_files): Use warn instead of fprintf. Use gettext.
970 (usage): gettext'ify.
971 (long_options): Add missing initialisers.
973 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
974 (select_output_format): Likewise.
975 (powerpc_mangle_relocs): Likewise.
976 (link_inputs): Likewise.
978 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
979 (set_output_format): Likewise.
980 (main): Use non_fatal instead of fprintf.
981 (display_rel_file): Likewise.
983 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
984 (slurp_dynamic_symtab): Same here.
985 (disassemble_data): And here.
986 (read_section_stabs): And here.
987 (read_section_stabs): And here.
988 (dump_bfd): And here.
990 (objdump_sprintf): Use fatal instead of fprintf, exit.
991 (disassemble_data): Same here.
993 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
994 (parse_coff_struct_type): Same here.
995 (parse_coff_enum_type): And here.
996 (parse_coff): And here.
997 * rddbg.c (read_debugging_info): And here.
998 * size.c (main): And here.
999 * windres.c (format_from_name): And here.
1000 * wrstabs.c (stab_write_symbol): Here too.
1001 (write_stabs_in_sections_debugging_info): And here.
1002 (stab_int_type): And here.
1003 (stab_struct_field): And here.
1004 (stab_typdef): And here.
1006 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
1007 * srconv.c (main): Same here.
1008 * strings.c (main): And here.
1009 (integer_arg): And here.
1010 * sysdump.c (main): And here.
1012 2000-04-06 Timothy Wall <twall@cygnus.com>
1014 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
1016 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
1018 * readelf.c (decode_location_expression): Loop through multiple
1020 (read_and_display_attr): Pass in length.
1022 * readelf.c (read_and_display_attr): Add CU offset to references.
1023 (display_debug_info): Pass it in.
1025 2000-04-06 Nick Clifton <nickc@cygnus.com>
1027 * readelf.c (decode_ARM_machine_flags): New function.
1028 (get_machine_flags): Call decode_ARM_machine_flags for ARM
1031 (get_machine_name): Catch EM_AVR
1033 2000-04-05 Alan Modra <alan@linuxcare.com.au>
1035 * binutils.texi: Remove optional `=' from long options that have
1036 an `=' in the argument.
1037 * objcopy.1: Here too. Remove extra space on discard-all.
1039 * binutils.texi (objcopy): Mention --redefine-sym.
1040 * objcopy.1: Here too.
1043 * objcopy.c (parse_flags): Split off flag names from error message
1044 gettext as they are not translated.
1045 (copy_main): Similarly split off option name for --add-section,
1046 --set-section-flags, --change-section-vma, --change-section-lma
1048 Some white space changes.
1050 from Matthew Benjamin <matt@linuxbox.nu>
1051 * objcopy.c (struct redefine_node): New.
1052 (redefine_sym_list): New.
1053 (redefine_list_append): New.
1054 (lookup_sym_redefinition): New.
1055 (OPTION_REDEFINE_SYM): New.
1056 (copy_options): Add --redefine-sym option.
1057 (copy_usage): Mention it.
1058 (filter_symbols): Rename symbols on redefine_sym_list.
1059 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
1060 (copy_main): Handle OPTION_REDEFINE_SYM.
1062 2000-04-04 H.J. Lu <hjl@gnu.org>
1064 * readelf.c (process_symbol_table): Correctly read in symbol
1065 versioning information.
1067 2000-04-04 Alan Modra <alan@linuxcare.com.au>
1069 * po/binutils.pot: Regenerate.
1071 * addr2line.c (usage): Restore translated part of bug string.
1072 * ar.c (usage): Likewise.
1073 * nlmconv.c (show_usage): Likewise.
1074 * nm.c (usage): Likewise.
1075 * objcopy.c (copy_usage): Likewise.
1076 (strip_usage): Likewise.
1077 * objdump.c (usage): Likewise.
1078 * readelf.c (usage): Likewise.
1079 * size.c (usage): Likewise.
1080 * strings.c (usage): Likewise.
1081 * windres.c (usage): Likewise.
1083 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1084 (DEP): Quote when passing vars to sub-make. Add warning
1086 (DEP1): Rewrite for "gcc -MM".
1087 (CLEANFILES): Add DEP2.
1088 Update dependencies.
1089 * Makefile.in: Regenerate.
1091 2000-04-04 H.J. Lu <hjl@gnu.org>
1093 * Makefile.am (GENERATED_HFILES): Add rcparse.h
1094 (arparse.h): Depend on arparse.c
1095 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
1097 2000-04-03 H.J. Lu (hjl@gnu.org)
1099 * size.c (usage): Use REPORT_BUGS_TO.
1101 2000-04-03 Alan Modra <alan@linuxcare.com.au>
1103 * bucomm.h: #include "bin-bugs.h"
1104 * addr2line.c (usage): Use REPORT_BUGS_TO.
1105 * ar.c (usage): Likewise.
1106 * nlmconv.c (show_usage): Likewise.
1107 * nm.c (usage): Likewise.
1108 (OPTION_TARGET): Define.
1109 (long_options): Use OPTION_TARGET rather than 200.
1112 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
1113 (strip_usage): Likewise.
1114 * objdump.c (usage): Likewise.
1115 * readelf.c (usage): Likewise.
1116 * strings.c (usage): Likewise.
1117 * windres.c (usage): Likewise.
1119 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
1121 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
1123 2000-03-27 Nick Clifton <nickc@cygnus.com>
1125 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
1126 string offsets in corrupt stabs entries.
1128 2000-03-27 Alan Modra <alan@linuxcare.com.au>
1130 * readelf.c: Include elf/avr.h
1131 (dump_relocations): Add EM_AVR case.
1133 2000-03-09 Tim Waugh <twaugh@redhat.com>
1135 * strings.1: Correct '-bytes' to '--bytes'.
1137 2000-03-08 H.J. Lu <hjl@gnu.org>
1139 * Makefile.am (install-exec-local): Depend on
1140 install-binPROGRAMS for parallel make.
1141 * Makefile.in: Regenerated.
1143 2000-02-27 Ian Lance Taylor <ian@zembu.com>
1145 From Brad Lucier <lucier@math.purdue.edu>:
1146 * readelf.c (process_dynamic_segment): Add cast to make sure
1147 argument to %* is int.
1149 2000-02-25 H.J. Lu <hjl@gnu.org>
1151 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
1153 2000-02-24 Nick Clifton <nickc@cygnus.com>
1155 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
1156 * configure: Regenerate.
1158 * dlltool.c: Add support for sh-pe and mips-pe targets.
1159 * rescoff.c: Add support for sh-pe and mips-pe targets.
1161 2000-02-23 H.J. Lu <hjl@gnu.org>
1163 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
1165 2000-02-22 Nick Clifton <nickc@cygnus.com>
1167 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
1169 2000-02-22 Ian Lance Taylor <ian@zembu.com>
1171 From Brad Lucier <lucier@math.purdue.edu>:
1172 * readelf.c (process_version_sections): Add casts to make sure
1173 argument to %* is an int.
1174 (process_mips_specific): Add casts to make printf arguments match
1177 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
1179 * objdump.c (dump_section_header): Change `opb' to unsigned.
1180 (find_symbol_for_address): Same here.
1181 (disassemble_data): And here. Change `addr_offset',
1182 `stop_offset', `nextstop_offset' to unsigned long.
1183 (dump_data): Change opb to unsigned.
1185 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
1187 * resrc.c: Remove unmatched #if for cygwin.
1189 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
1191 * binutils.texi: Document the change of flavor name from atpcs-special
1192 to special-atpcs to prevent name conflict in gdb.
1194 2000-02-08 Timothy Wall <twall@redhat.com>
1196 * objdump.c (show_line): Fix bug preventing printing of the very
1197 first line (line zero) of a file when interlisting source and
1198 assembly. Added option to print entire context from start of file
1199 when the first line from that file is encountered.
1201 2000-02-03 Timothy Wall <twall@redhat.com>
1203 * objdump.c (dump_section_header, find_symbol_for_address,
1204 show_line, disassemble_bytes, disassemble_data, dump_data):
1205 distinguish between octets and bytes.
1207 2000-01-27 Thomas de Lellis <tdel@windriver.com>
1209 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
1210 check to unresolved symbols.
1211 (print_symbol_info_sysv): Ditto.
1212 (print_symbol_info_posix): Ditto.
1214 * binutils.texi: Document new 'V' symclass flag for nm.
1216 2000-01-27 Nick Clifton <nickc@redhat.com>
1218 * binutils.texi (objdump): Document new ARM specific
1219 disassembler options.
1221 * objdump.c (usage): Call disassembler_usage().
1223 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
1225 * readelf.c (get_dynamic_flags): Return buff.
1226 (process_dynamic_segment): Don't pass error strings to printf
1228 (read_and_display_attr): Use lx and ld to print longs.
1229 (process_corefile_note_segment): Cast bfd_vma to unsigned long
1233 2000-01-17 Nick Clifton <nickc@cygnus.com>
1235 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
1237 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
1239 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
1241 (debug_tag_type): Here too.
1242 * ieee.c (ieee_builtin_type): And here.
1243 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
1245 2000-01-13 Nick Clifton <nickc@cygnus.com>
1247 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
1250 2000-01-11 Nick Clifton <nickc@cygnus.com>
1252 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
1254 2000-01-10 Nick Clifton <nickc@cygnus.com>
1256 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
1258 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
1260 * windres.c (long_options): Add --use-temp-file and
1261 --no-use-temp-file options.
1265 * windres.h: Update read_rc_file prototype.
1267 * resrc.c (cpp_temp_file): New static variable.
1268 (istream_type): New static variable.
1269 (close_pipe): Delete function.
1270 (run_cmd): New static function.
1271 (open_input_stream): New static function.
1272 (close_input_stream): New static function.
1273 (look_for_default): Handle DOS directory separator. Use
1274 open_input_stream instead of popen.
1275 (read_rc_file): Likewise.
1277 * binutils.texi: Document --use-temp-file, --no-use-temp-file
1280 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
1282 * dlltool.c (create_compat_implib): New variable.
1283 (gen_exp_file): Use.
1284 (make_one_lib_file): Use.
1285 (long_options): Add --compat-implib option.
1289 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
1290 (main): Use. Don't look for "32" in cygwin and mingw target names.
1292 2000-01-03 Nick Clifton <nickc@cygnus.com>
1294 * binutils.texi: Document new, ARM specific disassembler
1295 command line switch "-M force-thumb".
1297 For older changes see ChangeLog-9899
1303 version-control: never