1 2002-12-08 Alan Modra <amodra@bigpond.net.au>
3 * NEWS: Mention that bfd no longer declares a "boolean" type.
5 2002-12-07 Alan Modra <amodra@bigpond.net.au>
7 * readelf.c (process_program_headers): When setting loadaddr, don't
8 assume segment size is 4k. Use p_align instead.
9 (loadaddr): Change from int to long.
10 (dynamic_addr, dynamic_info, version_info): Likewise.
11 (process_dynamic_segment <syminsz>): Likewise.
12 (process_dynamic_segment): Adjust print format string.
13 (rela_addr, rela_size): Delete.
14 (process_relocs): Formatting.
16 2002-12-05 Jim Wilson <wilson@redhat.com>
18 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
19 * configure: Regenerate.
21 2002-12-04 Ian Lance Taylor <ian@airs.com>
23 * MAINTAINERS: Change e-mail address back to airs.com.
25 2002-12-04 Aldy Hernandez <aldyh@redhat.com>
27 * MAINTAINERS: Add self.
29 2002-11-30 Alan Modra <amodra@bigpond.net.au>
31 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
32 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
33 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
34 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
35 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
36 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
37 with TRUE/FALSE. Formatting.
39 2002-11-29 Jakub Jelinek <jakub@redhat.com>
41 * readelf.c Replace occurrences of Elf32_Internal_* and
42 Elf64_Internal_* with Elf_Internal_*.
43 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
45 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
48 2002-11-23 Nick Clifton <nickc@redhat.com>
50 * size.c (usage): Fix typo describing switch for hex format.
52 2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
54 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
55 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
58 2002-11-14 Nick Clifton <nickc@redhat.com>
60 * readelf.c (process_program_headers): Add comment about return
61 value. Ensure that 0 is returned if the headers are not loaded.
62 (process_file): If process_section_headers failed to load the
63 headers disable any tests that rely upon them. Similarly for
64 process_program_headers.
66 2002-11-12 Nick Clifton <nickc@redhat.com>
68 * po/da.po: Updated Danish translation.
70 2002-11-12 Klee Dienes <kdienes@apple.com>
72 * rddbg.c (read_section_stabs_debugging_info): Also recognize
73 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
75 2002-11-11 Christopher Faylor <cgf@redhat.com>
77 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
80 2002-11-11 Christopher Faylor <cgf@redhat.com>
82 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
84 2002-11-07 Nick Clifton <nickc@redhat.com>
86 * configure.in (ALL_LINGUAS): Add 'da'.
87 * configure: Regenerate.
88 * po/da.po: New Danish translation.
90 * readelf.c (get_symbol_index_type): Revert part of previous
91 patch: Display unknown symbol types in decimal, not hex.
93 2002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
95 * dlltool.c (add_excludes): Don't prefix excluded fastcall
96 symbols with underscore.
97 (xlate): Ignore add_underscore for decorated fastcall symbols.
99 2002-11-07 Eric Kohl <ekohl@rz-online.de>
101 * deflex.l: Accept '@' as first character of an ID.
102 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
103 ASM_PREFIX for fastcall symbols.
104 (scan_drectve_symbols): Handle fastcall symbols when generating
105 undecorated aliases for symbols in drectve section.
106 (scan_filtered_symbols): Likewise, with export-all.
107 (xlate): Likewise, with --kill-at.
108 (make_imp_label): New function to handle fastcall symbols
110 (make_one_lib_file): Use make_imp_label instead of make_label
113 2002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
115 * MAINTAINERS: Add self as TIC4X maintainer.
117 2002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
119 * readelf.c (get_symbol_index_type): Add hex number to
120 PROCESSOR-specific, OS-specific, reserved and unknown symbol
123 2002-11-04 Alan Modra <amodra@bigpond.net.au>
125 * readelf.c (byte_get_little_endian): Comment typo fix.
126 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
127 as the format string.
128 (dump_relocations): Correct section sym names.
129 (process_section_headers): Clear symtab_shndx_hdr.
130 (read_and_display_attr_value): Don't pass indirect string to printf
131 as the format string.
132 (display_debug_frames): Indicate when zero terminator found. Decode
133 DW_EH_PE_pcrel addresses.
135 2002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
137 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
138 order to ensure proper disassembly of the valid 0-value opcode.
139 * configure: Regenerate.
140 * aclocal.m4: Regenerate.
141 * config.in: Regenerate.
142 * configure.in: Regenerate.
143 * doc/Makefile.in: Regenerate.
144 * po/binutils.pot: Regenerate.
146 2002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
148 * MAINTAINERS: Add self as SH maintainer.
150 2002-10-23 Ben Elliston <bje@redhat.com>
152 * doc/binutils.texi (objdump): Document -z and move the entry for
153 --disassemble-zeroes to the end of the options section (for `z').
155 2002-10-21 Nick Clifton <nickc@redhat.com>
157 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
159 2002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
161 * objdump.c (dump_data): Correct addr_offset for opb != 1.
163 2002-10-15 Alan Modra <amodra@bigpond.net.au>
165 * bucomm.c (list_supported_targets): Use bfd_target_list.
167 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
168 other object errors in preference to bfd_core errors.
170 2002-10-14 Alan Modra <amodra@bigpond.net.au>
172 * Makefile.am: Run "make dep-am".
173 * objdump.c: #include "bfdver.h".
174 * version.c: Likewise.
175 * Makefile.in: Regenerate.
176 * config.in: Regenerate.
177 * configure: Regenerate.
178 * po/POTFILES.in: Regenerate.
180 2002-10-09 Daniel Jacobowitz <drow@mvista.com>
182 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
183 sections. Allow relocations against the absolute symbol. Don't
184 use the value in compunit.cu_abbrev_offset if we found a RELA
187 2002-10-07 Gordon Chaffee <chaffee@netvmg.com>
189 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
190 ordinary ones are available.
192 2002-09-30 H.J. Lu <hjl@gnu.org>
194 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
195 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
197 2002-09-17 Zack Weinberg <zack@codesourcery.com>
199 * Makefile.am (CFILES): Add cxxfilt.c.
200 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
201 (cxxfilt_LDADD): Delete.
202 Remove all references to underscore.c.
204 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
205 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
206 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
207 adjustments to fit into binutils framework.
208 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
210 2002-09-12 Roland McGrath <roland@redhat.com>
212 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
213 Handle DW_OP_GNU_push_tls_address.
215 2002-09-11 Nick Clifton <nickc@redhat.com>
217 * po/tr.po: Updated Turkish translation.
219 2002-09-10 Nick Clifton <nickc@redhat.com>
221 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
222 testsuite changes. Add paragraphs about testsuite and config
225 2002-08-29 Nick Clifton <nickc@redhat.com>
227 * readelf.c (get_machine_flags): Remove redundant reference to
230 2002-08-28 Alan Modra <amodra@bigpond.net.au>
232 * objdump.c (dump_bfd): Restore lines accidentally deleted in
235 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
237 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
238 (dump_bfd_header): Likewise.
240 2002-08-27 Alan Modra <amodra@bigpond.net.au>
242 * nm.c: Revert last change.
244 2002-08-26 Alan Modra <amodra@bigpond.net.au>
246 * nm.c (display_rel_file): Don't report "no symbols" as an error.
247 * objdump.c (slurp_symtab): Likewise.
248 (slurp_dynamic_symtab): Likewise.
249 (dump_symbols): Likewise. Do print "no symbols" to stdout.
251 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
253 * MAINTAINERS: Change my mailing address.
255 2002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
257 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
259 2002-08-22 Nick Clifton <nickc@redhat.com>
261 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
264 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
266 * readelf.c (parse_args): Change debug_dump_opt to static.
268 2002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
270 * stabs.c (parse_stab_argtype): Pass length of physname to
271 stab_demangle_argtypes.
272 (stab_demangle_argtypes): Add new parameter - length of physname.
273 Pass length of physname on to stab_demangle_prefix.
274 (stab_demangle_prefix): Add new parameter - length of physname.
275 Use length of physname (if supplied) to compute end of function
278 2002-08-15 Alan Modra <amodra@bigpond.net.au>
280 * readelf.c: Include elf/i370.h.
281 (dump_relocations): Handle EM_S370.
282 (dynamic_segment_parisc_val): Print \n.
283 (process_dynamic_segment <DT_BIND_NOW>): Here too.
285 2002-08-14 Nick Clifton <nickc@redhat.com>
287 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
288 * objdump.c (usage): Likewise.
289 * doc/binutils.texi: Likewise.
291 2002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
293 * rcparse.y (acc_entry): Don't warn about ALT use with
296 2002-08-13 H.J. Lu <hjl@gnu.org>
298 * objcopy.c (copy_object): Don't warn about the unsupported
299 architecture unless the input target is defaulted or the
300 output architecture is different from the input.
302 2002-08-09 Nick Clifton <nickc@redhat.com>
304 * po/sv.po: Updated Swedish translation.
306 2002-08-05 Alan Modra <amodra@bigpond.net.au>
308 * prdbg.c (pr_fix_visibility): Remove assert.
310 2002-07-31 Nick Clifton <nickc@redhat.com>
312 * addr2line.c (process_file): Rename parameter 'filename' to
313 'file_name' in order to avoid shadowing global symbol of the
317 2002-07-30 Jakub Jelinek <jakub@redhat.com>
319 * readelf.c (OPTION_DEBUG_DUMP): Define.
321 (usage): Update help.
322 (parse_args): Handle --debug-dump separately from -w.
323 * doc/binutils.texi (readelf): Update documentation.
325 2002-07-25 Nick Clifton <nickc@redhat.com>
327 * po/es.po: Updated Spanish translation.
328 * po/fr.po: Updated French translation.
330 2002-07-24 Nick Clifton <nickc@redhat.com>
332 * po/es.po: Updated Spanish translation.
334 2002-07-23 Alan Modra <amodra@bigpond.net.au>
336 * Makefile.am: Run "make dep-am".
337 * Makefile.in: Regenerate.
339 2002-07-23 Nick Clifton <nickc@redhat.com>
341 * po/fr.po: Updated French translation.
343 2002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
345 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
347 2002-07-20 Alan Modra <amodra@bigpond.net.au>
349 * budemang.c: Include config.h and string.h/strings.h.
351 2002-07-18 Denis Chertykov <denisc@overta.ru>
352 Frank Ch. Eigler <fche@redhat.com>
354 * readelf.c: Include "elf/ip2k.h".
355 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
356 (dump_relocations): Likewise.
357 (get_machine_name): Likewise.
358 * NEWS: Mention IP2K support.
360 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
362 * NEWS: Add 'Changes in 2.13'.
364 2002-07-10 Jakub Jelinek <jakub@redhat.com>
366 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
367 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
368 (get_section_type_name): Handle SHT_GNU_LIBLIST.
369 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
370 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
371 (process_gnu_liblist): New.
372 (process_file): Call it.
374 2002-07-03 Alan Modra <amodra@bigpond.net.au>
376 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
377 * Makefile.in: Regenerate.
379 2002-07-02 Alan Modra <amodra@bigpond.net.au>
381 * budemang.c: New file, "demangle" function.
382 * budemang.h: New file.
383 * addr2line.c (translate_addresses): Use "demangle".
384 * nm.c (print_symname): Likewise.
385 * objdump.c (objdump_print_symname): Likewise.
386 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
387 here since that obfuscates.
388 * rdcoff.c: Don't #include demangle.h.
389 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
390 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
391 (HFILES): Add budemang.h. Sort.
392 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
394 * Makefile.in: Regenerate.
396 2002-07-01 Matt Thomas <matt@3am-software.com>
398 * readelf.c: Include "elf/vax.h".
399 (guess_is_rela): Move EM_VAX from unknown to RELA case.
400 (dump_relocations): Handle VAX relocations.
401 (get_machine_flags): Handle VAX machine flags.
403 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
405 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
407 2002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
409 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
411 2002-06-26 Alan Modra <amodra@bigpond.net.au>
413 * nm.c (print_symname): When demangling, strip leading dots from
414 symbol names to avoid confusing the demangler.
416 2002-06-25 H.J. Lu <hjl@gnu.org>
418 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
419 * Makefile.in: Regenerated.
421 2002-06-21 Igor Schein <igor@txc.com>
423 * configure.in: Quote bu_cv_have_fopen64.
424 * configure: Regenerate.
426 2002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
428 * configure.in: Check for strcoll.
429 * configure: Regenerate.
430 * config.in: Regenerate.
431 * nm.c (main): Set locale for LC_COLLATE category.
432 (non_numeric_forward): Use strcoll if available.
434 2002-06-20 Dave Brolley <brolley@redhat.com>
436 * MAINTAINERS: Add self as fr30 and frv maintainer.
438 2002-06-18 H.J. Lu (hjl@gnu.org)
440 * nm.c: Include "elf/common.h".
441 (extended_symbol_info): Add elfinfo, a pointer to
443 (SYM_SIZE): Use elfinfo if it is not NULL.
444 (get_symbol_type): New function.
445 (display_archive): Set print_width for each archive member.
446 (display_file): Likewise.
447 (display_rel_file): Don't set print_width here.
448 (print_object_filename_sysv): Handle print_width.
449 (print_archive_member_sysv): Likewise.
450 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
451 (print_symbol): Set the elfinfo field in extended_symbol_info
453 (print_object_filename_sysv): Fix the output format.
454 (print_symbol_info_sysv): Print type and section for ELF.
456 2002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
458 * nm.c (print_size_symbols): Remove assignment, which makes
459 the symbol's size equal to its value when --size-sort is
462 2002-06-18 Dave Brolley <brolley@redhat.com>
464 From Catherine Moore:
465 * readelf.c (elf/frv.h): #include it.
466 (guess_is_rela): Support EM_CYGNUS_FRV.
467 (dump_relocations): Ditto.
468 (get_machine_name): Ditto.
469 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
471 2002-06-18 Jakub Jelinek <jakub@redhat.com>
473 * readelf.c (get_file_header): Only read the first section header if
476 2002-06-15 H.J. Lu (hjl@gnu.org)
478 * nm.c (print_size): New variable. Initialize to 0.
479 (long_options): Add 'S'/"print-size".
481 (print_symbol_info_bsd): Print size only if print_size is not
484 * doc/binutils.texi: Document -S/--print-size.
486 2002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
488 * nm.c (struct extended_symbol_info): New strcuture: Add the size
489 of the symbols to the information provided by the symbol_info
491 (print_symbols): Pass the symbol size to print_symbol.
492 (print_size_symbols): Pass the symbol size to print_symbol.
493 (print_symbol): Extra argument: The size of the symbol. Store
494 this in the extended_symbol_info structure.
495 (print_symbol_info): Change type of info parameter to
496 extended_symbol_info. Display the size, if known.
497 (print_symbol_info_posix): Likewise.
498 (print_symbol_info_sysv): Likewise.
500 2002-06-08 Alan Modra <amodra@bigpond.net.au>
502 * Makefile.am: Run "make dep-am".
503 * Makefile.in: Regenerate.
504 * doc/Makefile.in: Regnerate.
506 * bucomm.c: Replace CONST with const.
508 * objdump.c: Likewise.
510 2002-06-07 H.J. Lu <hjl@gnu.org>
512 * readelf.c (DW_CFA_GNU_args_size): Don't define.
513 (DW_CFA_GNU_negative_offset_extended): Likewise.
514 (DW_CFA_GNU_window_save): Likewise.
515 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
516 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
518 2002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
520 * nm.c: When computing size of symbols for an ELF target use the
523 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
525 * testsuite/binutils-all/objcopy.exp: clear xfail for
527 * testsuite/binutils-all/hppa/objdump.exp: Return if
530 2002-06-05 Alan Modra <amodra@bigpond.net.au>
532 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
534 2002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
536 * objdump.c: Fix formatting.
538 2002-05-29 Ben Elliston <bje@redhat.com>
540 * MAINTAINERS: Add self as M68k maintainer.
542 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
544 * readelf.c: Modified/Added DLX elf support.
546 2002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
548 * arsup.c: Fix formatting.
549 * debug.c (debug_record_label): Add missing colon to error
551 * ieee.c (parse_ieee_ty): Fix spelling typo.
552 * readelf.c (process_program_headers): Remove English assumption
553 about making a plural word.
554 (process_section_headers): Likewise.
555 (process_relocs): Allow quotes to be translated.
556 (process_unwind): Likewise,
557 (process_mips_specific): Improve error message.
558 (get_note_type): Fix spelling typo.
560 * configure.in (ALL_LINGUAS): Add sv
561 * po/sv.po: New file.
563 2002-05-27 Alan Modra <amodra@bigpond.net.au>
565 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
566 (unw_print_grmask): Likewise.
567 (unw_print_frmask): Likewise.
569 2002-05-26 Kazu Hirata <kazu@cs.umass.edu>
571 * arsup.c: Remove ARGSUSED.
574 * nlmconv.c: Likewise.
577 * wrstabs.c: Likewise.
579 2002-05-25 Alan Modra <amodra@bigpond.net.au>
581 * arlex.l: Use #include "" instead of <> for local header files.
582 * coffdump.c: Likewise.
583 * coffgrok.c: Likewise.
584 * nlmconv.c: Likewise.
585 * nlmheader.y: Likewise.
586 * srconv.c: Likewise.
587 * strings.c: Likewise.
588 * sysdump.c: Likewise.
589 * unwind-ia64.h: Likewise.
590 * windres.h: Likewise.
591 * winduni.h: Likewise.
593 2002-05-24 Tom Rix <trix@redhat.com>
595 * MAINTAINERS: Add self as the d10v maintainer.
597 2002-05-24 TAMURA Kent <kent@netbsd.org>
599 * configure.in: Builds dlltool for i386-netbsdpe.
600 * configure: Regenerate.
602 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
604 * size.c: Fix formatting.
605 * srconv.c: Likewise.
607 * sysdump.c: Likewise.
608 * unwind-ia64.c: Likewise.
609 * wrstabs.c: Likewise.
611 2002-05-23 Jakub Jelinek <jakub@redhat.com>
613 * readelf.c (get_segment_type): Add PT_TLS.
614 (get_elf_section_flags): Add SHF_TLS.
615 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
616 (process_dynamic_segment): Use puts instead of printf.
617 (get_symbol_type): Support STT_TLS.
618 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
619 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
620 Add SEC_THREAD_LOCAL.
622 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
624 * rdcoff.c: Fix formatting.
626 * readelf.c: Likewise.
627 * rename.c: Likewise.
628 * resbin.c: Likewise.
630 * resres.c: Likewise.
632 2002-05-21 Kazu Hirata <kazu@cs.umass.edu>
634 * filemode.c: Fix formatting.
636 * is-ranlib.c: Likewise.
637 * is-strip.c: Likewise.
638 * maybe-ranlib.c: Likewise.
639 * maybe-strip.c: Likewise.
640 * nlmconv.c: Likewise.
642 * not-ranlib.c: Likewise.
643 * not-strip.c: Likewise.
644 * objcopy.c: Likewise.
645 * objdump.c: Likewise.
647 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
649 * objdump.c (dump_headers): Fix output formatting for ELF32
650 architectures in a BFD64 enabled toolchain.
652 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
654 * debug.c: Fix formatting.
656 * dlltool.c: Likewise.
657 * dllwrap.c: Likewise.
658 * emul_aix.c: Likewise.
659 * emul_vanilla.c: Likewise.
661 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
663 * addr2line.c: Fix formatting.
667 * binemul.c: Likewise.
668 * binemul.h: Likewise.
669 * bucomm.c: Likewise.
670 * coffdump.c: Likewise.
671 * coffgrok.c: Likewise.
672 * coffgrok.h: Likewise.
674 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
676 * MAINTAINERS: Add myself as the second AVR port maintainer.
678 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
680 * MAINTAINERS: Update my email address.
682 2002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
684 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
686 2002-05-09 Alan Modra <amodra@bigpond.net.au>
688 * configure.in: Replace `*pe' with `pe' throughout.
689 * configure: Regenerate.
691 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
693 * Makefile.am: Honour DESTDIR.
694 * Makefile.in: Regenerate.
696 2002-05-06 Alan Modra <amodra@bigpond.net.au>
698 * dlltool.c (process_def_file): Add missing prototype.
699 (new_directive, assemble_file, main): Likewise.
700 (process_def_file, new_directive): Make static.
701 (inform): Rewrite using VA_FIXEDARG.
702 * dllwrap.c (mybasename): Add missing prototype.
703 (strhash, main): Likewise.
704 (inform): Rewrite using VA_FIXEDARG.
706 (cleanup_and_exit): Use old style function definition.
708 * windres.c (define_resource): Use one memset to clear all of
711 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
712 call to rules that need no lookahead. Check for no lookahead.
714 2002-05-06 Borut Razem <borut.razem@siol.net>
716 * rclex.l (get_string): Correct "strings" list handling.
717 * resrc.c (read_rc_file): Discard strings.
719 2002-05-04 Alan Modra <amodra@bigpond.net.au>
721 * ar.c (replace_members): Remove unused var. Formatting fix.
722 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
724 * MAINTAINERS: Sort port maintainers by CPU.
726 2002-05-04 Bob Byrnes <byrnes@curl.com>
728 * size.c (display_archive): Add last_arfile and code to close archives.
730 2002-05-01 Alan Modra <amodra@bigpond.net.au>
732 * nm.c (print_symbol): Check returned filename from
733 bfd_find_nearest_line is non-NULL.
735 2002-04-25 Elena Zannoni <ezannoni@redhat.com>
737 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
739 2002-04-24 Christian Groessler <chris@groessler.org>
741 * MAINTAINERS: Changed my email address.
743 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
745 * arparse.y: Fix syntax warning.
747 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
749 * readelf.c (fetch_location_list): Remove unused function.
751 * readelf.c (process_corefile_note_segment): Catch corrupt notes
752 and display a warning message, then exit the loop.
754 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
756 2002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
758 * resrc.c (write_rc_dialog): If charset is non-default value
759 display all of the DIALOGEX parameters.
761 2002-04-15 Eric Kohl <ekohl@rz-online.de>
763 * rcparse.y: Allow two to five parameter in FONT statement of
765 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
767 (res_to_bin_dialog): Likewise.
768 * windres.h: Added misssing charset variable to dialog_ex
771 2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
773 * rcparse.y: Set MEMFLAG_PURE by default.
775 2002-04-09 Bernd Herd <info@herdsoft.com>
777 * rcparse.y: CLASS definitions in DIALOG resources
779 Fix typo in BEDIT warning.
780 Don't add default dialog style when explicit style specified.
781 Add WS_CAPTION dialog style if CAPTION is specified.
783 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
784 (handle_quotes) "\a" escape (used for right justified key
785 definitions in menus) is encodes as binary 8.
787 * resrc.c (write_rc_dialog): Print style even if it is 0.
788 (write_rc_directory): Fix overlooked sublang shift bug.
789 (bin_to_res_dialog): Don't print empty dialog caption.
791 * resbin.c (bin_to_res_dialog): Use signature to identify
794 * windres.c (main): Set default LANGUAGE to english/us.
796 2002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
798 * resrc.c: print CLASS names in quotes
800 2002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
802 * MAINTAINERS: Update my email address.
804 2002-04-04 Alan Modra <amodra@bigpond.net.au>
806 * dep-in.sed: Cope with absolute paths.
807 * Makefile.am (dep.sed): Subst TOPDIR.
809 * Makefile.in: Regenerate.
811 2002-03-27 Peter Targett <peter.targett@arc.com>
813 * MAINTAINERS: Update my email address.
815 2002-03-21 Alan Modra <amodra@bigpond.net.au>
817 * Makefile.am: Run "make dep-am".
818 * Makefile.in: Regenerate.
819 * doc/Makefile.in: Regenerate.
820 * po/POTFILES.in: Regenerate.
821 * aclocal.m4: Regenerate.
822 * config.in: Regenerate.
823 * configure: Regenerate.
825 2002-03-20 Daniel Berlin <dan@dberlin.org>
827 * readelf.c: Add support for displaying dwarf2 location lists.
828 (do_debug_loc, debug_loc_section, debug_loc_size): New.
829 (parse_args): Use 'O' as shorthand for displaying location list
831 (process_section_headers): Handle debug_loc as well.
832 (load_debug_loc): New.
833 (free_debug_loc): New.
834 (fetch_location_list): New.
835 (display_debug_loc): New.
836 (display_debug_info): Call load_debug_loc and free_debug_loc.
837 (debug_displays): We can display .debug_loc now, too.
838 (usage): Update usage string.
839 (read_and_display_attr_value): Note location lists, but don't
842 2002-03-18 Tom Rix <trix@redhat.com>
844 * Makefile.am: Add binutils emulation support.
845 * configure.in: Same.
846 * configure.tgt: New file. Same.
847 * ar.c (main): Use ar_emul_parse_arg.
848 (usage): Use ar_emul_usage.
849 (replace_members): Use ar_emul_replace, ar_emul_append.
850 * binemul.c: New file. Define the binutils emulation
851 layer. Define default methods.
852 * binemul.h: New file. Binutils emulation layer header file.
853 * emul_aix.c: New file. AIX binutils emulation.
854 * emul_vanilla.c: New file. Default binutils emulation.
855 * Makefile.in: Regenerate.
858 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
860 * po/fr.po: Updated version.
862 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
864 * po/fr.po: Updated version.
866 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
868 * README: Update some version numbers.
870 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
872 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
873 (Architecture Selection): Likewise.
875 2002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
877 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
878 generating .exp file.
880 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
882 * readelf.c (dump_relocations): Fix typo.
884 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
886 * NEWS: Mark 2.12 branch.
888 2002-02-18 Timothy Daly <remote_bob@yahoo.com>
890 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
891 types for 64-bit MIPS. Narrow some fields for 80-char
893 (dump_relocations): Change spelling from 'unrecognised'
895 (decode_ARM_machine_flags): Likewise.
896 (parse_args): Likewise.
897 (read_and_display_attr_value): Likewise.
898 (display_debug_section): Likewise.
900 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
902 * NEWS: Mention support for MMIX.
904 2002-02-13 Matt Fredette <fredette@netbsd.org>
906 * readelf.c (get_machine_flags): Recognize EF_M68000.
908 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
910 * MAINTAINERS: Added self as MN10300 co-maintainer.
912 2002-02-12 Alan Modra <amodra@bigpond.net.au>
914 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
917 2002-02-11 Daniel Jacobowitz <drow@mvista.com>
919 * MAINTAINERS: List myself as branch maintainer.
921 2002-02-11 Alan Modra <amodra@bigpond.net.au>
923 * configure: Regenerate.
924 * objcopy.c: Update copyright date.
925 * doc/Makefile.in: Regenerate.
927 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
929 * nlmconv.c: Back out localtime PARAMS change.
931 2002-02-11 Alan Modra <amodra@bigpond.net.au>
933 * objcopy.c (MKDIR): Define.
934 (copy_archive): Make name_list.name const. Use MKDIR.
935 Handle duplicate files in archives by making more temp dirs.
937 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
939 * coffdump.c: Include "getopt.h" after "bucomm.h"
940 so that macros are defined correctly.
941 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
942 prototype. Prototype main.
943 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
945 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
947 * MAINTAINERS: Added self as SH co-maintainer.
949 2002-02-05 Nick Clifton <nickc@redhat.com>
951 * po/tr.po: Updated translation.
953 2002-02-01 Alan Modra <amodra@bigpond.net.au>
955 * Makefile.am: Run "make dep-am"
956 * Makefile.in: Regenerate.
958 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
960 * nm.c (print_value): Mark abfd unused.
962 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
964 * unwind-ia64.c (unw_decoder): Change second argument
965 to unsigned int, to match function prototypes.
967 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
969 * objdump.c: Include "getopt.h" after "bucomm.h" so that
970 __GNU_LIBRARY__ will be defined.
973 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
975 * configure: Regenerated.
977 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
979 * doc/Makefile.am (install): Depend on install-info.
980 * doc/Makefile.in: Regenerate.
982 2002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
984 * objcopy.c (strip_usage): Document -d as an alias
987 * size.c (usage): Document [-t | --totals] options.
988 (long_options): Add --totals option.
989 (main): If the [-t | --totals] option is specified and
990 the output format is Berkeley-style, print the total
991 text, data, and bss sizes of all objects listed.
992 (print_berkeley_format): If the [-t | --totals] option
993 is specified, track the total text, data, and bss
995 * doc/binutils.texi (size): Document [-t | --totals] options.
996 (strip): Document -d as an alias for --strip-debug.
997 * NEWS: Mention new feature of size.
999 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
1001 * po/fr.po: Updated version.
1002 * po/es.po: Updated version.
1004 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1006 * addr2line.c (usage): Update text to provide verbose
1007 description of the command line options.
1008 * ar.c (usage): Update text to provide verbose
1009 description of the command line options.
1010 (main): Accept -h and -H when running as ranlib.
1011 * coffdump.c (show_usage): Update text to provide verbose
1012 description of the command line options.
1013 * dlltool.c (main): Accept -H as an alias for --help.
1014 * nlmconv.c (show_usage): Update text to provide verbose
1015 description of the command line options.
1016 * nm.c (usage): Replace OPTIONS with option(s).
1017 (main): Accept -H as an alias for --help.
1018 * objcopy.c (strip_main): Accept -H as an alias for --help.
1019 * objdump.c (main): Accept -v as an alias for --verbose.
1020 * readelf.c (usage): Adjust format to match style used in
1022 * size.c (usage): Update text to provide verbose description
1023 of the command line options.
1024 (main): Accept -v, -h and -H as command line options.
1025 * srconv.c (show_usage): Update text to provide verbose
1026 description of the command line options.
1027 * strings.c (main): Accept -H and -v as command line options.
1028 (usage): Update text to provide verbose description of the
1029 command line options.
1030 * sysdump.c (show_usage): Update text to provide verbose
1031 description of the command line options.
1032 * windres.c (usage): Adjust format to match style used in
1035 * coffdump.c: Fix formatting.
1036 * nlmconv.c: Fix formatting.
1037 * srconv.c: Fix formatting.
1038 * sysdump.c: Fix formatting.
1040 2002-01-22 Alan Modra <amodra@bigpond.net.au>
1042 * Makefile.am: Run "make dep-am".
1043 * Makefile.in: Regenerate.
1045 2002-01-18 Andreas Jaeger <aj@suse.de>
1047 * version.c (print_version): Update year.
1049 2002-01-17 Alan Modra <amodra@bigpond.net.au>
1051 * readelf.c (get_machine_name): Handle EM_PPC64.
1052 (guess_is_rela): Here too.
1054 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1056 * po/binutils.pot: Regenerate.
1057 * po/fr.po: Regenerate.
1058 * po/tr.po: Regenerate.
1060 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1062 * po/tr.po: Import new version.
1064 2002-01-16 Alan Modra <amodra@bigpond.net.au>
1066 * readelf.c (get_ppc64_dynamic_type): New.
1067 (get_dynamic_type): Call it.
1069 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1071 * objcopy.c (copy_usage): Use "options" instead of "switches".
1072 (strip_usage): Use "options" instead of "switches".
1073 * doc/binutils.texi (dlltool): Refer to "options" instead of
1076 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
1078 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1080 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1082 * po/es.po: Import from translation project.
1083 * configure.in (ALL_LINGUAS): Add es.
1084 * configure: Regenerate.
1086 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1088 * readelf.c (get_netbsd_elfcore_note_type): Use
1089 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1091 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1093 * readelf.c: Update copyright years.
1094 (get_note_type): Return a const char *.
1095 (get_netbsd_elfcore_note_type): New function.
1096 (process_note): Use get_netbsd_elfcore_note_type to get
1097 the note type string for NetBSD ELF core files.
1099 2002-01-06 Steve Ellcey <sje@cup.hp.com>
1101 * readelf.c (get_ia64_segment_type): Add support for macros.
1102 (get_segment_type): Add support for IA64 specific macros.
1104 2001-12-20 Julian v. Bock <julian@wongr.net>
1106 * readelf.c (print_symbol): New function: Print a formatted symbol
1107 name. If --wide is specified do not truncate it.
1108 (dump_relocations): Use print_symbol() to print symbol names.
1109 (process_symbol_table): Likewise.
1110 (process_syminfo): Likewise.
1111 (process_mips_specific): Likewise.
1112 (usage): Document new feature of --wide switch.
1113 * doc/binutils.texi (objdump): Document additional behaviour of
1116 2001-12-18 Michael Snyder <msnyder@redhat.com>
1118 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1119 (copy_object): Don't set the start address or flags of a core file.
1120 (copy_section): Don't relocate a core file. Don't copy contents
1121 if the input section has the contents flag set, but the output
1122 section does not (which happens with the fake 'note' pseudo-
1123 sections that BFD creates for corefiles).
1125 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1127 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1128 ASE extensions. More robust code for ISA checking. Ignore empty fields
1129 in header flags for GNU extensions.
1131 2001-12-18 Alan Modra <amodra@bigpond.net.au>
1133 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1135 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1137 * po/ja.po: Import from translation project.
1138 * configure.in (ALL_LINGUAS): Add ja.
1139 * configure: Regenerate.
1141 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1143 * addr2line.c (main): Protoype.
1144 * ar.c (main): Protoype.
1145 * nm.c (main): Protoype.
1146 * objcopy.c (main): Protoype.
1147 * objdump.c (main): Protoype.
1148 * size.c (main): Protoype.
1149 * strings.c (main): Protoype.
1151 2001-12-17 Alan Modra <amodra@bigpond.net.au>
1153 * readelf.c (symtab_shndx_hdr): New global.
1154 (SECTION_HEADER_INDEX): Define.
1155 (SECTION_HEADER_NUM): Define.
1156 (SECTION_HEADER): Define.
1157 (GET_ELF_SYMBOLS): Pass two params rather than three.
1158 (get_32bit_elf_symbols): Take file and section args. Read and
1159 use SHT_SYMTAB_SHNDX.
1160 (get_64bit_elf_symbols): Likewise.
1161 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1162 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1163 Remember symtab_shdx_hdr.
1164 (process_program_headers): Scan from index 1 for segment map.
1165 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1167 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1168 (process_unwind): Likewise.
1169 (process_version_sections): Likewise.
1170 (process_symbol_table): Likewise.
1171 (display_debug_info): Likewise.
1172 (process_dynamic_segment): Fake up a symtab section for changed
1174 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1175 (process_program_headers): Kill signed/unsigned warning.
1176 (load_debug_str): Likewise.
1177 (display_debug_info): Likewise.
1179 2001-12-13 Jakub Jelinek <jakub@redhat.com>
1181 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1183 2001-12-11 Alan Modra <amodra@bigpond.net.au>
1185 * readelf.c (process_file_header): Print extended e_shnum and
1186 e_shdtrndx values. Set elf_header values for same.
1187 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1188 (get_64bit_section_headers): Likewise.
1189 (process_section_headers): Update calls.
1190 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1192 2001-12-10 Jakub Jelinek <jakub@redhat.com>
1194 * objcopy.c (setup_section): Copy entsize.
1196 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
1198 * readelf.c (guess_is_rela): Add support for stormy16.
1199 (dump_relocations): Likewise.
1200 (get_machine_name): Likewise.
1202 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1204 * dllwrap.c (main) Replace multiple strings describing a
1205 single error with a single, newline escaped sentence to permit
1206 better translation into foreign languages.
1208 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1211 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1213 * strings.c (get_char): Initialize value.
1215 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1217 * arlex.l: Silence compile warnings.
1218 * arsup.h: Likewise. Fix formatting.
1220 2001-12-04 Jakub Jelinek <jakub@redhat.com>
1222 * strings.c: Include config.h before bfd.h.
1223 (file_off): New type.
1224 (file_open): Define.
1225 (print_strings): Use file_off instead of file_ptr. Print addresses
1226 which don't fit into long correctly.
1227 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1229 (strings_file): Use file_off instead of file_ptr. Use file_open.
1230 * configure.in: Check for getc_unlocked.
1231 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1233 * configure: Rebuilt.
1234 * config.h.in: Rebuilt.
1236 2001-11-29 H.J. Lu <hjl@gnu.org>
1238 * bucomm.c (make_tempname): Revert the changes made on
1239 2001-11-14 and 2001-11-12. They won't work with directories.
1241 2001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1243 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1244 CFLAGS_FOR_TARGET to runtest in environment.
1245 * Makefile.in: Rebuild.
1246 * doc/Makefile.in: Rebuild.
1248 2001-11-28 Mike Stump <mrs@wrs.com>
1250 * objcopy.c (setup_section): Preserve SEC_RELOC when
1251 --set-section-flags is used.
1253 2001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1255 * readelf.c (do_debug_str): New variable.
1256 (display_debug_str): New function: Display the contents of a
1258 (load_debug_str): New function: Load in the contents of a
1260 (free_debug_str): New function: Free the memory used by
1262 (fetch_indirect_string): Retrieve a string from the .debug_str
1265 (parse_args): Accept -ws.
1266 (process_section_headers): Allow the display of the .debug_str
1268 (read_and_display_attr_value): Use fetch_indirect_string. Show
1269 offset into .debug_str section.
1270 (display_debug_info): Use load_debug_str and free_debug_str.
1271 (debug_displays): Add .debug_str.
1272 * doc/binutils.texi: Document -ws.
1274 2001-11-19 Andreas Jaeger <aj@suse.de>
1276 * testsuite/binutils-all/objdump.exp: Add x86-64.
1278 2001-11-15 Andreas Schwab <schwab@suse.de>
1280 * readelf.c: Fix warnings without terminating newline.
1282 2001-11-15 Alan Modra <amodra@bigpond.net.au>
1284 * doc/binutils.texi (objdump): Document ppc -M options.
1286 2001-11-14 Andreas Jaeger <aj@suse.de>
1288 * doc/binutils.texi (objdump): Fix description to use x86-64.
1290 2001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1292 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1293 not all systems provide mkstemp.
1295 2001-11-14 Alan Modra <amodra@bigpond.net.au>
1297 * doc/binutils.texi (objdump): Document x86 -M options.
1299 2001-11-13 Keith Walker <keith.walker@arm.com>
1301 * readelf.c (read_and_display_attr_value): New function to
1302 handle DW_FORM_indirect.
1303 (read_and_display_attr): Use it.
1305 2001-11-13 Geoffrey Keating <geoffk@redhat.com>
1307 * readelf.c (display_debug_lines): Deal with unknown standard
1308 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1311 2001-11-13 Timothy Wall <twall@alum.mit.edu>
1313 * MAINTAINERS: Add self as tic54x maintainer. This target
1314 includes the IBM C54XDSP clone.
1316 2001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1318 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1320 2001-11-09 Jeffrey A Law (law@cygnus.com)
1322 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1323 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1324 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1325 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1326 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1327 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1328 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1330 * readelf.c (get_elf_class): Fix ISO portability glitch.
1331 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1333 2001-11-07 Jakub Jelinek <jakub@redhat.com>
1335 * readelf.c (debug_str, debug_str_size): New.
1336 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1338 (read_and_display_addr): Handle DW_FORM_strp.
1339 (display_debug_info): Read .debug_str section if present,
1340 so that DW_FORM_strp can be handled.
1341 Fix test for non-existant .debug_abbrev section.
1343 2001-11-05 Jakub Jelinek <jakub@redhat.com>
1345 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1347 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1349 2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1351 * MAINTAINERS: Add self as s390/s390x maintainer.
1353 2001-11-02 Tom Rix <trix@bluey.cygnus.com>
1355 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1357 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1359 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1360 * configure: Regernate.
1361 * po/fr.po: New file.
1362 * po/tr.po: New file.
1364 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1366 * MAINTAINERS: Add self as MMIX port maintainer.
1367 * readelf.c: Include elf/mmix.h.
1368 (guess_is_rela): MMIX is RELA.
1369 (dump_relocations): Handle MMIX relocations.
1370 * Makefile.am: Regenerate dependencies.
1371 * Makefile.in: Regenerate.
1373 2001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1375 * readelf.c (parse_args): Handle multiple options to the -w
1378 2001-10-12 Jakub Jelinek <jakub@redhat.com>
1380 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1381 LOPROC, LOOS and LOUSER.
1383 2001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
1385 * MAINTAINERS: Update my email address.
1387 2001-10-03 Alan Modra <amodra@bigpond.net.au>
1389 * doc/Makefile.in: Regenerate.
1390 * configure: Regenerate.
1392 2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1394 * readelf.c (display_debug_line, display_debug_pubnames,
1395 display_debug_info, display_debug_frames): Detect and warn
1396 about 64-bit format entries.
1397 (display_debug_aranges): Reword 64-bit warning.
1398 (debug_displays): Add .debug_pubtypes as a known, but not yet
1399 supported, debug section.
1401 2001-10-02 Alan Modra <amodra@bigpond.net.au>
1403 * coffdump.c (PROGRAM_VERSION): Delete.
1404 (main <'V'>): Call print_version.
1405 * srconv.c: Likewise.
1406 * sysdump.c: Likewise.
1407 * version.c (program_version): Remove.
1408 (print_version): Use BFD_VERSION_STRING. Just print the current
1409 year in copyright message.
1410 * addr2line.c (program_version): Remove unused declaration.
1411 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1412 place of BFD_VERSION.
1413 * Makefile.am (Makefile): Depend on bfd/configure.in.
1414 (cplus-dem.o): Depend on Makefile.
1416 * Makefile.in: Regenerate.
1418 2001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1420 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1421 format .debug_arange sections.
1422 (main): Add missing prototype.
1424 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1426 * Makefile.am: Update dependencies with "make dep-am".
1427 * Makefile.in: Regenerate.
1429 2001-09-28 Richard Henderson <rth@redhat.com>
1431 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1433 2001-09-26 Alan Modra <amodra@bigpond.net.au>
1435 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1437 (non_fatal): Likewise.
1438 * objdump.c (objdump_sprintf): Likewise.
1439 * readelf.c (error): Likewise.
1442 2001-09-25 Jakub Jelinek <jakub@redhat.com>
1444 * readelf.c (do_wide): New.
1445 (options): Add --wide.
1446 (usage, parse_args): Likewise.
1447 (process_program_headers): Put each segment on a single line if
1449 (process_section_headers): Put each section on a single line if
1451 * doc/binutils.texi: Document it.
1454 2001-09-25 Alan Modra <amodra@bigpond.net.au>
1456 * readelf.c (print_vma): Print 8 digits of low hex value.
1458 2001-09-24 Andreas Jaeger <aj@suse.de>
1460 * nlmconv.c: Fix warnings about unused attributes and function
1463 * strings.c: Add prototype for get_char.
1465 2000-09-19 H.J. Lu <hjl@gnu.org>
1467 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1468 $(srcdir)/cxxfilt.man.
1469 * doc/Makefile.in: Rebuild.
1471 2001-09-19 Alan Modra <amodra@bigpond.net.au>
1473 * objcopy.c (copy_main): Correct rename-section string parsing.
1474 Consolidate new_name parsing, and error messages.
1476 2001-09-18 Bruno Haible <haible@clisp.cons.org>
1478 * addr2line.c: Don't include <ctype.h>.
1479 (main): For gettext, also set the LC_CTYPE locate facet.
1480 * ar.c (main): Likewise.
1481 * coffdump.c (main): Likewise.
1482 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1483 (main): For gettext, also set the LC_CTYPE locate facet.
1484 Use ISALNUM instead of isalpha/isdigit.
1485 * dllwrap.c: Don't include <ctype.h>.
1486 (main): For gettext, also set the LC_CTYPE locate facet.
1487 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1488 (main): For gettext, also set the LC_CTYPE locate facet.
1489 Use TOUPPER instead of islower/toupper.
1490 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1491 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1492 Use TOUPPER instead of islower/toupper.
1493 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1494 * objcopy.c (main): Likewise.
1495 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1496 (disassemble_bytes): Use ISPRINT instead of isprint.
1497 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1498 (dump_data): Use ISPRINT instead of isprint.
1499 (main): For gettext, also set the LC_CTYPE locate facet.
1500 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1501 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1502 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1503 Use TOUPPER instead of islower/toupper.
1504 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1505 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1506 (write_rc_accelerators): Use ISPRINT instead of isprint.
1507 (write_rc_rcdata): Likewise.
1508 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1509 * srconv.c (main): Likewise.
1510 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1511 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1512 isdigit/isupper/islower.
1513 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1514 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1515 stab_demangle_prefix, stab_demangle_qualified,
1516 stab_demangle_template, stab_demangle_type,
1517 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1518 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1519 (isgraphic): Use ISPRINT instead of isascii/isprint.
1520 (main): Remove HAVE_LC_MESSAGES dependency.
1521 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1522 (pbarray): Use ISPRINT instead of isprint.
1523 (main): For gettext, also set the LC_CTYPE locate facet.
1524 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1525 (format_from_filename): Use ISPRINT instead of isprint.
1526 (main): For gettext, also set the LC_CTYPE locate facet.
1527 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1528 (unicode_print): Use ISPRINT instead of isprint.
1529 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1530 (stab_variable): Use ISDIGIT instead of isdigit.
1532 2001-09-18 Alan Modra <amodra@bigpond.net.au>
1534 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1535 Replace bfd_read call with call to bfd_bread.
1536 (extract_file): Likewise.
1538 * objdump.c (dump_section_header): Cast section->filepos to
1539 unsigned long to suit printf format string.
1540 * readelf.c (process_section_headers): Similarly for sh_offset.
1541 (process_unwind): Likewise.
1543 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1545 * strings.c (encoding, encoding_bytes): New variables.
1546 (long_options): Add --encoding.
1547 (main): Accept -e and --encoding.
1548 (get_char): New function. Read a, possibly wide, character from
1550 (print_strings): Use get_char().
1551 (usage): Document new command line option.
1552 * doc/binutils.texi: Document new command line option.
1553 * NEWS: Announce new command line option.
1555 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
1557 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1558 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1559 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1560 Removed EM_CYGNUS_ARC.
1562 2001-09-04 Jeffrey A Law (law@cygnus.com)
1564 * readelf.c: Include elf/h8 for H8 series definitions.
1565 (guess_is_rela): H8 series if RELA.
1566 (dump_relocations): Handle H8 series relocations.
1568 2001-08-31 Eric Christopher <echristo@redhat.com>
1570 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1572 2001-08-29 Peter Targett <peter.targett@arccores.com>
1574 * MAINTAINERS: Include ARC Maintainer.
1576 2001-08-29 Ben Elliston <bje@redhat.com>
1578 * stabs.c (stab_demangle_template): Initialise s4.
1580 2001-08-27 Alan Modra <amodra@bigpond.net.au>
1582 * readelf.c (dump_relocations): Recognise EM_PPC64.
1584 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1586 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1588 2001-08-25 H.J. Lu <hjl@gnu.org>
1590 * nm.c (print_width): New.
1591 (display_rel_file): Set `print_width' according to
1593 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1595 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
1597 * objcopy.c (use_alt_mach_code): New variable.
1598 (OPTION_ALT_MACH_CODE): Define.
1599 (copy_options): Added --alt-machine-code.
1600 (copy_main): Handle it.
1601 (copy_object): Switch to alternate machine code if requested.
1602 * doc/binutils.texi: Document new option.
1605 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1607 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1609 2001-08-21 H.J. Lu <hjl@gnu.org>
1611 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1612 (display_debug_info): Cast for 64bit hosts.
1613 (display_debug_frames): Likewise.
1614 (process_mips_specific): Likewise.
1616 2001-08-21 Andreas Jaeger <aj@suse.de>
1618 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1620 * sysdump.c: Add missing prototypes.
1621 * srconv.c: Likewise.
1622 * unwind-ia64.c: Likewise.
1623 * coffdump.c: Likewise.
1625 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1627 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1628 of declaring xcalloc.
1630 2001-08-10 H.J. Lu <hjl@gnu.org>
1632 * nm.c (print_value): Add one arg, bfd *.
1633 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1634 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1635 (print_symbol_info_sysv): Likewise.
1636 (print_symbol_info_posix): Likewise.
1638 * objdump.c (dump_section_header): Replace printf_vma with
1640 (print_section_stabs): Likewise.
1641 (dump_bfd_header): Likewise.
1642 (objdump_print_value): Replace sprintf_vma with
1644 (disassemble_bytes): Likewise.
1645 (dump_reloc_set): Likewise.
1647 2001-08-10 Andreas Jaeger <aj@suse.de>
1649 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1651 * configure: Regenerate.
1653 2001-08-09 Alan Modra <amodra@bigpond.net.au>
1655 * readelf.c: Add missing prototypes.
1656 * objdump.c: Likewise. Format existing prototypes.
1658 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
1660 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1661 of any RELA relocation for the abbrev_offset memory location that
1662 refers to the .debug_abbrev section symbol.
1664 2001-08-07 H.J. Lu <hjl@gnu.org>
1666 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1667 (main): Return process_file ().
1669 2001-08-05 Philip Blundell <philb@gnu.org>
1671 * doc/binutils.texi: Use "Thumb" not "THUMB".
1673 2001-08-03 John Healy <jhealy@redhat.com>
1675 Patch suggested by Frank Eigler <fche@redhat.com>.
1676 * objdump.c (disassemble_data): Fill in section member of the
1677 disasm_info structure.
1679 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1681 * configure.in: Added --with-windres option.
1682 * configure: Regenerated.
1684 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1686 * doc/binutils.texi: Use @command{name} for commands;
1687 use @option{-opt} for options; use @table @env for list of options;
1688 remove spaces arround [ | ] in synopsis.
1690 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1693 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1695 * objcopy.c: Fix formatting.
1696 (section_rename): New structure.
1697 (OPTION_RENAME_SECTION): New switch.
1698 (copy_usage): Document new switch.
1699 (add_section_rename): New function: Add a node to the section
1701 (find_section_rename): New function: Find the new name and
1702 flags for a section.
1703 (setup_section): Call find_section_name to determine the name
1704 of the output section.
1705 (copy_main): Handle OPTION_RENAME_SECTION.
1706 * binutils.texi: Document new switch.
1707 * NEWS: Mention new switch.
1709 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1711 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1712 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1713 bug-binutils@gcc.org.
1715 2001-07-28 Matthias Kramm <kramm@quiss.org>
1717 * bucomm.c (list_supported_architectures): New function.
1718 * bucomm.h (list_supported_architectures): Declare.
1719 * objdump.c (usage): Call the above.
1721 2001-07-25 Dave Brolley <brolley@redhat.com>
1723 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1724 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1726 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1728 * README: Update for 2.11. Change bug reporting email address.
1729 * MAINTAINERS: Tidy up. Change bug reporting email address.
1731 2001-07-16 DJ Delorie <dj@redhat.com>
1733 * resres.c (write_res_header): Align header size.
1734 (res_align_file): Calculate alignment correctly.
1736 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1738 * resrc.c (write_rc_resource): Likewise.
1739 * windres.h (SUBLANG_SHIFT): Define - as 10.
1741 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1743 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1745 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1747 * MAINTAINERS: Add notes about branch checkins.
1749 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
1751 * readelf.c (display_debug_macinfo): New function, display
1752 .debug_macinfo section.
1753 (do_debug_macinfo): New variable.
1754 (parse_args): Handle "-w[mM]" to mean display macro info.
1755 (process_section_headers): Handle debug_macinfo.
1756 (debug_displays): Replace unsupported function with macinfo
1757 function for .debug_macinfo display.
1758 * doc/binutils.texi: Document new command line switch.
1759 * NEWS: Document new feature of readelf.
1761 2001-07-05 H.J. Lu <hjl@gnu.org>
1763 * objcopy.c (filter_symbols): Don't turn undefined symbols
1766 2001-07-03 H.J. Lu <hjl@gnu.org>
1768 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1771 (dlltool.1): Likewise.
1772 (nlmconv.1): Likewise.
1774 (objcopy.1): Likewise.
1775 (objdump.1): Likewise.
1776 (ranlib.1): Likewise.
1777 (readelf.1): Likewise.
1779 (strings.1): Likewise.
1780 (strip.1): Likewise.
1781 (windres.1): Likewise.
1782 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1783 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1786 * doc/Makefile.in: Regenerated.
1788 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1790 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1792 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
1794 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1796 2001-06-29 James Cownie <jcownie@etnus.com>
1798 * readelf.c: Support DWARF 2.1 attributes.
1800 2001-06-28 Alan Modra <amodra@bigpond.net.au>
1802 * readelf.c (GET_DATA_ALLOC): Remove.
1804 (get_data): New function combining above macros, with an extra
1806 (slurp_rela_relocs): Use get_data, and catch error return.
1807 (slurp_rel_relocs): Likewise.
1808 (get_32bit_program_headers): Likewise.
1809 (get_64bit_program_headers): Likewise.
1810 (get_32bit_section_headers): Likewise.
1811 (get_64bit_section_headers): Likewise.
1812 (get_32bit_elf_symbols): Likewise.
1813 (get_64bit_elf_symbols): Likewise.
1814 (process_section_headers): Likewise.
1815 (process_relocs): Likewise.
1816 (slurp_ia64_unwind_table): Likewise.
1817 (process_unwind): Likewise.
1818 (get_32bit_dynamic_segment): Likewise.
1819 (get_64bit_dynamic_segment): Likewise.
1820 (process_dynamic_segment): Likewise.
1821 (process_version_sections): Likewise.
1822 (process_symbol_table): Likewise.
1823 (dump_section): Likewise.
1824 (display_debug_info): Likewise.
1825 (display_debug_section): Likewise.
1826 (process_section_contents): Likewise.
1827 (process_corefile_note_segment): Likewise.
1828 (process_mips_specific): Likewise. Also free econf32, econf64.
1830 2001-06-25 Alan Modra <amodra@bigpond.net.au>
1832 * readelf.c (dump_relocations): Print "bad symbol index" if
1833 symtab == NULL with non-zero symtab_index.
1834 (process_relocs): Don't bomb if reloc section has no symsec.
1836 2001-06-24 H.J. Lu <hjl@gnu.org>
1838 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1840 (copy_main): Apply the the change made to strip_main on
1841 2001-05-30 by accident.
1843 2001-06-23 Andreas Jaeger <aj@suse.de>
1845 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1847 (unw_decode_x2): Likewise.
1848 (unw_decode_x3): Likewise.
1849 (unw_decode_x4): Likewise.
1851 2001-06-23 Ben Elliston <bje@redhat.com>
1853 * MAINTAINERS: Add myself as M88k maintainer.
1855 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1857 * objcopy.c (strip_main): Support -o or --output-file command lien
1860 2001-06-19 H.J. Lu <hjl@gnu.org>
1862 * doc/Makefile.in: Regenerated.
1864 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1866 * readelf.c: Restore formatting.
1868 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1870 * Makefile.am: Move documentation into doc subdirectory.
1871 * Makefile.in: Regenerated.
1872 * binutils.texi: Move into doc subdirectory.
1873 * addr2line.1: Removed.
1875 * dlltool.1: Likewise.
1876 * nlmconv.1: Likewise.
1878 * objcopy.1: Likewise.
1879 * objdump.1: Likewise.
1880 * ranlib.1: Likewise.
1881 * readelf.1: Likewise.
1883 * strings.1: Likewise.
1884 * strip.1: Likewise.
1885 * windres.1: Likewise.
1886 * cxxfilt.man: Likewise.
1887 * doc: New Directory.
1888 * doc/Makefile.am: New file.
1889 * doc/Makefile.in: Generate.
1891 2001-06-09 Alan Modra <amodra@bigpond.net.au>
1893 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1895 2001-06-01 Alan Modra <amodra@bigpond.net.au>
1897 * MAINTAINERS: Update my email address.
1899 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1901 * objcopy.c: Add new switches: --keep-global-symbol,
1902 --keep-symbols, --localize-symbols, --keep-global-symbols and
1904 * binutils.texi: Document new switches.
1905 * objcopy.1: Regenerate.
1906 * NEWS: Announce new feature.
1908 2001-05-28 Andreas Jaeger <aj@suse.de>
1910 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1911 variables, fix format strings.
1913 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1915 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1916 when computing the address of the line to show.
1918 2001-05-16 Richard Henderson <rth@redhat.com>
1920 * readelf.c (do_debug_frames_interp): New.
1921 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1922 (byte_get_big_endian): Likewise.
1923 (parse_args) ['F']: Set do_debug_frames_interp.
1924 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1925 (frame_display_row): Don't trunc pc_begin to int.
1926 (size_of_encoded_value): New.
1927 (display_debug_frames): Handle 64-bit targets. Print raw data
1928 unless do_debug_frames_interp.
1929 (debug_displays): Remove duplicate .debug_frame.
1931 2001-05-15 Ralf Baechle <ralf@gnu.org>
1933 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1934 The former constant was never in active use and is used otherwise
1937 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1939 * readelf.c (process_unwind): Print all unwind sections, not just
1942 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1944 * readelf.c (process_unwind): Remove const specifier.
1946 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1948 * strings.c (isgraphic): Do not use isascii() unless it is needed
1949 for isprint() to work.
1950 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1952 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
1954 * NEWS: Announce support for OpenRISC.
1956 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
1958 * dlltool.c (do_default_excludes): Initialise to true.
1960 2001-04-10 Alan Modra <amodra@one.net.au>
1962 * MAINTAINERS: Update my email address
1963 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1965 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
1967 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1969 2001-03-30 H.J. Lu <hjl@gnu.org>
1971 * readelf.c (process_unwind): Just return if do_unwind is 0.
1973 2001-03-28 Roger Sayle <roger@metaphorics.com>
1975 * dlltool.c (make_one_lib_file): Fix section flags for
1976 .text, .data and .bss in stub ds*.o files to match those
1979 2001-03-29 H.J. Lu <hjl@gnu.org>
1981 * readelf.c (process_unwind): Only do unwind sections for
1984 2001-03-28 H.J. Lu <hjl@gnu.org>
1986 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1987 * Makefile.in: Regenerate.
1989 2001-03-26 Andreas Jaeger <aj@suse.de>
1991 * binutils.texi (nm): Fix texi syntax.
1993 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1995 * binutils.texi: Put @c man begin and @c man end indications
1996 to generate man pages using texi2pod and pod2man. Put @c man title
1997 to identify each man. Add SEEALSO entries.
1998 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1999 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2001 (*.1): Build the man pages from binutils.texi.
2002 * Makefile.in: Regenerate.
2004 2001-03-13 Eric Kohl <ekohl@rz-online.de>
2006 * defparse.y (opt_equal_name): allow "." in name.
2007 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2008 (gen_exp_file): Likewise.
2010 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2012 * NEWS: Document addition of -B switch to objcopy.
2013 * binutils.texi: Document addition of -B switch to objcopy.
2014 * objcopy.c: (copy_options): Add --binary-architecture.
2015 (copy_usage): Document -B/--binary-architecture.
2016 (copy_main): Support -B/--binary-architecture. Set
2017 bfd_external_binary_architecture.
2019 2001-03-11 Andreas Jaeger <aj@suse.de>
2021 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2022 (dump_relocations): Likewise.
2023 (get_machine_name): Likewise.
2025 2001-02-28 Nick Clifton <nickc@redhat.com>
2027 * readelf.c: (struct unw_aux_info): Remove const modifier for
2029 (process_unwind): Remove non-K&R compliant LHS type cast in call
2030 to GET_DATA_ALLOC macro.
2032 2001-02-28 Philip Blundell <pb@futuretv.com>
2034 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2035 ABI is in use; remove ambiguity between the "unknown" EABI and
2036 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2037 renamed EF_xx constants.
2039 2001-02-27 Alan Modra <alan@linuxcare.com.au>
2041 * configure.in (BFD_VERSION): New.
2042 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2043 * configure: Regenerate.
2044 * Makefile.am: Run "make dep-am"
2045 * Makefile.in: Regenerate.
2047 2001-02-14 Nick Clifton <nickc@redhat.com>
2049 * MAINTAINERS: Add "Obvious Fix" rule.
2051 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2053 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2054 literal concatenation.
2056 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2058 * readelf.c (struct unw_aux_info): Remove const from the info member.
2059 (process_unwind): Don't type-cast the third argument to the
2060 GET_DATA_ALLOC macro.
2062 2001-02-11 Nick Clifton <nickc@redhat.com>
2064 * readelf.c (dump_relocations): Free corrected allocated
2066 (process_unwind): Fix compile time warning.
2068 2001-02-10 Nick Clifton <nickc@redhat.com>
2070 * binutils.texi: Document new --unwind option to readelf.
2072 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2074 * readelf.c: Add linux target for S/390.
2076 2001-02-10 Alan Modra <alan@linuxcare.com.au>
2078 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2081 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2083 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2084 * aclocal.m4: Regenerate.
2085 * configure: Regenerate.
2087 2001-02-07 Todd Vierling <tv@wasabisystems.com>
2089 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2090 * objdump.c (bfd_target_vector): Likewise.
2092 2001-02-07 David Mosberger <davidm@hpl.hp.com>
2094 * readelf.c (process_unwind): New function.
2095 (slurp_ia64_unwind_table): Ditto.
2096 (dump_ia64_unwind): Ditto.
2097 (find_symbol_for_address): Ditto.
2098 (slurp_rela_relocs): New function (split off from dump_relocations()).
2099 (slurp_rel_relocs): Ditto.
2100 (parse_args): Handle '-u' option.
2102 * unwind-ia64.c: New file.
2103 * unwind-ia64.h: New file.
2104 * Makefile.am: Include unwind-ia64.c in readelf build.
2105 * Makefile.in: Regenerate.
2106 * po/binutils.pot: Regenerate.
2108 2001-02-04 Philip Blundell <philb@gnu.org>
2110 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2111 * configure: Regenerate.
2113 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
2115 * ieee.c (ieee_add_bb11): Don't check for backslashes
2116 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2118 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2120 * ieee.c: Update copyright.
2121 (ieee_start_compilation_unit): Don't check for backslashes
2122 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2124 * stabs.c: Update copyright. Include "filenames.h".
2125 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2127 2001-01-23 Jakub Jelinek <jakub@redhat.com>
2129 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2130 sections are present before using them. Remove code duplication.
2131 (process_symbol_table): Check if VERDEF or VERNEED sections are
2132 present before using them.
2134 2001-01-17 Nick Clifton <nickc@redhat.com>
2136 * objcopy.c (copy_object): Fail if attempting to convert the
2137 endianness of the input object file.
2139 * binutils.texi: Explain that objcopy cannot convert endianness.
2141 2001-01-16 Nick Clifton <nickc@redhat.com>
2143 * readelf.c (string_table_length): New variable.
2144 (SECTION_NAME): Catch out of range indices and missing section
2146 (process_section_headers): Delete useless local variable
2147 string_table_offset. Set the value of string_table_length
2148 after loading the string table.
2149 (process_mips_specific): Use SECTION_NAME macro.
2150 (process_file): Set string_table_length to 0 when it is freed.
2152 2001-01-12 Nick Clifton <nickc@redhat.com>
2154 * version.c (print_version): Update copyright date.
2156 2001-01-11 Peter Targett <peter.targett@arccores.com>
2158 * readelf.c (dump_relocations): Include selection with EM_ARC.
2159 (get_machine_name) Update name to "ARC".
2161 2001-01-09 Nick Clifton <nickc@redhat.com>
2163 * Makefile.am: Add rule to build objdump.o from objdump.c and
2165 * Makefile.in: Regenerate.
2167 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2168 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2169 -DDISASSEMBLER_NEEDS_RELOCS.
2170 * configure: Regenerate.
2172 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2173 is defined read in the relocs even if dump_reloc_info is
2176 2001-01-07 Philip Blundell <philb@gnu.org>
2178 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2182 2000-12-19 Nick Clifton <nickc@redhat.com>
2184 * dlltool.c: Add missing support for arm-epoc-pe.
2185 * configure.in: Add missing support for arm-epoc-pe.
2186 * configure: Regenerate.
2188 2000-12-15 Nick Clifton <nickc@redhat.com>
2190 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2191 Mode parts of the x86 port.
2193 2000-12-04 Andreas Jaeger <aj@suse.de>
2195 * readelf.c (guess_is_rela): Add EM_X86_64.
2196 (dump_relocations): Add EM_X86_64.
2197 (get_machine_name): Add EM_X86_64.
2198 Include "elf/x86-64.h".
2200 2000-12-12 Nick Clifton <nickc@redhat.com>
2202 * readelf.c: Fix formatting.
2204 2000-12-11 Jan Hubicka <jh@suse.cz>
2206 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2208 2000-12-07 Andrew Haley <aph@redhat.com>
2210 * readelf.c (display_debug_frames): Only display columns that are
2211 referenced by the frame debug info.
2213 2000-12-05 Nick Clifton <nickc@redhat.com>
2215 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2217 2000-12-04 Jason Merrill <jason@redhat.com>
2219 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2220 (display_debug_section): Likewise.
2221 (display_debug_info): Display CU header before bailing.
2223 2000-12-01 Chris Demetriou <cgd@sibyte.com>
2225 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2226 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2227 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2229 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2232 * readelf.c (get_machine_flags): Add case for
2235 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
2237 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2239 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2241 * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
2242 Change sourceware.cygnus.com to sources.redhat.com.
2243 Fix typo for "amongst".
2245 2000-11-28 Nick Clifton <nickc@redhat.com>
2247 * strip.1 (COPYING): Mention that the GNU Free Documentation
2248 License is present in the sources, but not the output, and
2249 also available from the GNU website.
2250 (GNU Free Documentation License): Comment out this section.
2259 * addr2line.1: Ditto.
2261 2000-11-27 DJ Delorie <dj@redhat.com>
2263 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2264 (parse_args): Support -wf option.
2265 (process_section_headers): Ditto.
2266 (debug_displays): Ditto.
2267 (display_debug_frames): New, dump *_frame sections.
2268 (frame_need_space): Support for above.
2269 (frame_display_row): Ditto.
2270 * binutils.texi: Document it.
2272 2000-11-24 Nick Clifton <nickc@redhat.com>
2274 * NEWS: Announce support for v5t, v5te and XScale.
2276 2000-11-22 Nick Clifton <nickc@redhat.com>
2278 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2279 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2280 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2281 (get_elf_section_flags: Add SHF_GROUP.
2282 (process_section_headers): Adjust output for 32-bit binaries
2283 to look nice on an 80 column terminal.
2285 2000-11-20 H.J. Lu <hjl@gnu.org>
2287 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2290 2000-11-17 Richard Henderson <rth@redhat.com>
2292 * readelf.c (display_debug_lines): Adjust last change to
2293 use sizeof (external->li_length).
2295 2000-11-17 Richard Henderson <rth@redhat.com>
2297 * readelf.c (display_debug_lines): Fix section length check
2298 and end_of_sequence computation.
2300 2000-11-06 Nick Clifton <nickc@redhat.com>
2302 * binutils.texi: Add GNU Free Documentation License.
2303 * objcopy.1: Add GNU Free Documentation License.
2304 * objdump.1: Add GNU Free Documentation License.
2305 * addr2line.1: Add GNU Free Documentation License.
2306 * ar.1: Add GNU Free Documentation License.
2307 * nlmconv.1: Add GNU Free Documentation License.
2308 * nm.1: Add GNU Free Documentation License.
2309 * ranlib.1: Add GNU Free Documentation License.
2310 * size.1: Add GNU Free Documentation License.
2311 * strings.1: Add GNU Free Documentation License.
2312 * strip.1: Add GNU Free Documentation License.
2314 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
2316 * objcopy.c (--srec-len=nn): New parameter to set the
2317 maximum length of generated Srecords.
2318 (--srec-forceS3): New parameter that restricts the generation of
2319 Srecords to type S3 only.
2320 * binutils.texi: Document new command line switches.
2321 * objcopy.1: Docuemnt the new command line switches.
2322 * NEWS: Announce the existence of the new command line switches.
2324 2000-10-31 Nick Clifton <nickc@redhat.com>
2326 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2327 code. Add Eric Chrisopher as maintainer of MN10300 port.
2329 2000-10-12 Roger Sayle <roger@metaphorics.com>
2331 * Make comma after string after icon/control optional.
2333 2000-09-13 Anders Norlander <anorland@acc.umu.se>
2335 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2337 * NEWS: Mention support for MIPS32.
2339 2000-09-08 Nick Clifton <nickc@redhat.com>
2341 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2343 2000-09-07 H.J. Lu <hjl@gnu.org>
2345 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2346 * configure: Rebuild.
2348 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
2350 * configure: Rebuilt with new libtool.m4.
2352 2000-09-05 Nick Clifton <nickc@redhat.com>
2354 * aclocal.m4: Regenerate.
2355 * config.in: Regenerate.
2356 * configure: Regenerate.
2358 2000-09-04 Todd Vierling <tv@wasabisystems.com>
2360 * strip.1: Fix stray '\' in -o formatting.
2362 2000-09-02 Nick Clifton <nickc@redhat.com>
2364 * configure.in: Increase version number to 2.10.91.
2365 * configure: Regenerate.
2366 * aclocal.m4: Regenerate.
2367 * config.in: Regenerate.
2368 * po/binutils.pot: Regenerate.
2370 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
2372 * acinclude.m4: Include libtool and gettext macros from the
2374 * aclocal.m4, configure: Rebuilt.
2376 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
2378 * resrc.c (close_input_stream): Delete extraneous logic
2380 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
2382 * NEWS: Mention support for CRIS.
2384 2000-08-21 Nick Clifton <nickc@redhat.com>
2386 * addr2line.c: Changed email address for Ulrich Lauther.
2388 2000-08-17 Christopher C. Chimelis <chris@debian.org>
2390 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2392 2000-08-17 Nick Clifton <nickc@redhat.com>
2394 * readelf.c (display_debug_pubnames): Only issue warning
2395 message once. Terminate message with a new line.
2396 (display_debug_aranges): Only display version 2 debug info.
2398 2000-08-14 Todd Vierling <tv@wasabisystems.com>
2400 * objcopy.c (strip_main): Silently accept -d as an alias for -g
2401 for compatability with old BSD systems.
2403 2000-08-14 Jason Eckhardt <jle@cygnus.com>
2405 * NEWS: Mention i860 support.
2407 2000-08-11 Carlo Wood <carlo@alinoe.com>
2409 * addr2line.c (main): Add const to char *.
2411 2000-08-11 Geoff Keating <geoffk@cygnus.com>
2413 * ar.c (main): Don't crash if called with no arguments
2414 or only '-X32_64' as an argument.
2416 2000-08-08 DJ Delorie <dj@redhat.com>
2418 * resrc.c: use "gcc -xc" instead of -xc-header
2420 2000-08-05 Jason Eckhardt <jle@cygnus.com>
2422 * readelf.c (elf/i860.h): Include.
2423 (dump_relocations): Add recognition of i860 architecture.
2424 (guess_is_rela): Add recognition of i860 architecture.
2426 2000-08-03 Nick Clifton <nickc@cygnus.com>
2428 * MAINTAINERS: Add information about CGEN maintainers.
2430 2000-07-26 Geoff Keating <geoffk@cygnus.com>
2432 * nm.c (main): Ignore '-X32_64' as an option.
2433 * ar.c (main): Likewise.
2434 * binutils.texi (nm): Document new option.
2437 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2439 * rdcoff.c (external_coff_symbol_p): K&R-ise.
2441 2000-07-20 H.J. Lu <hjl@gnu.org>
2443 * binutils.texi: Put back "@end table" deleted by
2446 2000-07-05 Kenneth Block <krblock@computer.org>
2448 * nm.c: Add optional style to demangle switch.
2449 * objdump.c: Add optional style to demangle switch.
2450 * addr2line.c: Add optional style to demangle switch.
2451 * binutils.texi: Document optional style to demangle
2454 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
2456 * MAINTAINERS: Add self as CRIS port maintainer.
2457 * readelf.c: Include elf/cris.h.
2458 (guess_is_rela): Handle EM_CRIS.
2459 (dump_relocations): Ditto.
2460 (get_machine_name): Ditto.
2461 * Makefile.am: Rebuild dependencies.
2462 * Makefile.in: Regenerate.
2463 * po/binutils.pot: Regenerate.
2465 2000-07-19 H.J. Lu <hjl@gnu.org>
2467 * readelf.c (get_dynamic_type): Change "AUXILARY" to
2469 (process_dynamic_segment): Print out strings for DT_CONFIG,
2470 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2472 2000-07-19 Mark Kettenis <kettenis@gnu.org>
2474 * nm.c (usage): Change output of `nm --help' to include a
2475 description of the purpose of the program and a detailed
2476 description of the accepted options.
2478 2000-07-19 H.J. Lu <hjl@gnu.org>
2480 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2483 2000-07-19 H.J. Lu <hjl@gnu.org>
2485 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2487 2000-07-19 H.J. Lu <hjl@gnu.org>
2489 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2491 (process_dynamic_segment): Likewise.
2493 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2494 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2495 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2496 DF_1_NODUMP and DF_1_CONLFAT.
2498 2000-07-18 Nick Clifton <nickc@cygnus.com>
2500 * binutils.texi (readelf): Fix spelling typo.
2502 2000-07-11 Mark Kettenis <kettenis@gnu.org>
2504 * objdump.c (usage): Make output of `objdump --help' more
2505 consistent with the rest of the GNU world. Add a line describing
2506 the purpose of the program.
2508 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
2510 * stabs.c (parse_stab_range_type): Cast to proper type to fix
2513 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
2515 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2517 (process_symbol_table): Ditto.
2518 (procesS_extended_line_op): Ditto.
2519 (display_debug_lines): Ditto.
2520 (display_debug_pubnames): Ditto.
2521 (read_and_display_attr): Ditto.
2523 2000-07-09 Nick Clifton <nickc@cygnus.com>
2525 * MAINTAINERS: Add several more port specific maintainers.
2527 2000-07-05 Nick Clifton <nickc@cygnus.com>
2529 * MAINTAINERS: Add blanket write privs for Michael Meissner.
2531 2000-06-05 DJ Delorie <dj@redhat.com>
2535 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
2537 * dllwrap.c: Changed mistaken dyn_string_append() calls
2538 to dyn_string_append_cstr().
2540 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
2542 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2543 struct debug_type stores size in bytes.
2545 2000-07-01 Alan Modra <alan@linuxcare.com.au>
2547 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2548 (CLEANFILES): Add DEPA.
2549 * Makefile.in: Regenerate.
2551 2000-06-27 Alan Modra <alan@linuxcare.com.au>
2553 * ar.c: Revert incorrect 2000-06-25 patch.
2554 * bucomm.c: Likewise.
2556 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2558 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2559 (external_coff_symbol_p): New function.
2560 (parse_coff): Use it.
2562 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
2564 * ar.c (normalize): Advance past both characters in a DOS based
2565 <letter>: filepath prefix.
2567 * bucomm.c (make_tempname): Likewise.
2569 2000-06-24 Nick Clifton <nickc@cygnus.com>
2571 * objdump.c (usage): Fix description of --stabs switch.
2573 2000-06-22 Alan Modra <alan@linuxcare.com.au>
2575 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2577 * Makefile.in: Regenerate.
2579 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
2581 * ar.c (normalize): Correct pointer comparison when checking for
2584 * bucomm.c (make_tempname): Likewise.
2586 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2587 and search for backslashes in the original pathname.
2588 (ieee_add_bb11): Likewise.
2590 2000-06-18 Nick Clifton <nickc@redhat.com>
2592 * ar.c (print_contents): Improve verbose message.
2594 2000-06-15 H.J. Lu <hjl@gnu.org>
2596 * dyn-string.c: Removed. Not needed with dyn-string.c in
2598 * dyn-string.h: Likewise.
2600 * Makefile.am: Remove references to dyn-string.c and
2601 dyn-string.h. Rebuild dependency.
2602 * Makefile.in: Rebuild.
2604 2000-06-15 H.J. Lu <hjl@gnu.org>
2606 * binutils.texi: Put a warning on copying relocatable object
2607 files between two different formats.
2609 2000-06-13 DJ Delorie <dj@cygnus.com>
2611 * rcparse.y (control): ICON controls take an id as the first
2612 parameter, not an optional string. Also, call new convenience
2613 function that takes res_id's.
2614 * resrc.c (define_control): missing text means zero-length string,
2616 (define_icon_control): New.
2617 * windres.h: declare define_icon_control.
2619 2000-06-13 H.J. Lu <hjl@gnu.org>
2621 * configure: Regenerate.
2623 2000-06-08 David O'Brien <obrien@FreeBSD.org>
2625 * configure.in (VERSION): Update to show this is the CVS mainline.
2627 2000-06-02 David O'Brien <obrien@FreeBSD.org>
2629 * strings.c (isgraphic): Interpret <TAB> as a printable character,
2630 analogous to <SPACE>.
2632 2000-05-30 Alan Modra <alan@linuxcare.com.au>
2634 * objdump.c (display_target_list): Use bfd_close_all_done, not
2635 bfd_close to fix crash caused by 2000-05-24 change.
2637 2000-05-25 DJ Delorie <dj@cygnus.com>
2639 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2641 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2643 * Makefile.am: Update dependencies with "make dep-am"
2644 * Makefile.in: Regenerate.
2646 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2648 * ar.c: Include filenames.h.
2649 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2650 and drive letters in file names.
2651 (main): Support backslashes and drive letters in argv[0]. Drop
2652 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
2653 FILENAME_CMP instead of strcmp to compare file names.
2654 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2656 (do_quick_append) [__GO32__]: Ditto.
2657 (get_pos_bfd, delete_members, move_members, replace_members):
2658 Compare file names with FILENAME_CMP.
2660 * bucomm.c: Include filenames.h.
2661 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2662 forward/backward slashes and drive letters in file names.
2664 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2665 mixed forward/backward slashes and drive letters in file names.
2667 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2668 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2671 * objcopy.c: Include filenames.h.
2672 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2673 before comparing to "strip".
2674 Use FILENAME_CMP to compare file names.
2676 * arsup.c: Include filenames.h.
2677 (map_over_list, ar_delete, ar_replace, ar_extract): Use
2678 FILENAME_CMP to compare file names.
2679 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2680 the temporary file name.
2682 * configure.in: Check for setmode.
2683 * configure: Regenerate.
2685 2000-05-24 Alan Modra <alan@linuxcare.com.au>
2687 * objdump.c (display_target_list): Close the bfd.
2688 (display_info_table): Likewise.
2690 2000-05-14 H.J. Lu (hjl@gnu.org)
2692 * objcopy.c (filter_symbols): Don't strip global symbols in
2693 relocatable object files.
2695 2000-05-14 Alan Modra <alan@linuxcare.com.au>
2697 * size.c (usage): Associate short options with corresponding long
2698 option to give a clue as to their function.
2700 2000-05-14 Philippe De Muyter <phdm@macqel.be>
2702 * size.c (main): Accept and ignore `-f' option.
2704 2000-05-13 Alan Modra <alan@linuxcare.com.au>
2706 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2707 bindtextdomain): Replace defines with those from intl/libgettext.h
2708 to quieten gcc warnings.
2710 2000-05-12 H.J. Lu <hjl@gnu.org>
2712 * nlmconv.c (temp_filename): Removed.
2714 * nlmconv.c (link_inputs): Use make_temp_file () instead of
2715 choose_temp_base ().
2716 * objdump.c (display_target_list): Likewise.
2717 (display_info_table): Likewise.
2719 2000-05-08 Alan Modra <alan@linuxcare.com.au>
2721 * objcopy.c (setup_section): Add const and gettext calls for err.
2723 2000-05-02 H.J. Lu <hjl@gnu.org>
2725 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2726 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2727 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2728 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2729 and ELFOSABI_OPENBSD.
2731 2000-05-02 Kazu Hirata <kazu@hxi.com>
2733 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2734 * srconv.c: Likewise.
2735 * sysdump.c: Likewise.
2737 2000-04-23 Denis Chertykov <denisc@overta.ru>
2739 * readelf.c (guess_is_rela): AVR uses RELA relocations.
2740 (get_machine_name): machine name for EM_AVR added.
2742 2000-04-21 Richard Henderson <rth@cygnus.com>
2743 David Mosberger <davidm@hpl.hp.com>
2745 * Makefile.am (readelf.o): Add elf/ia64.h.
2746 * Makefile.in: Rebuild.
2747 * readelf.c: Include elf/ia64.h.
2748 (guess_is_rela, dump_relocations): Handle EM_IA_64.
2750 2000-04-17 Timothy Wall <twall@cygnus.com>
2752 * objdump.c (disassemble_data): Set octets per byte *after*
2753 resolving arch/mach for binary files.
2755 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2757 * arlex.l: Add directives to increase lex buffer size.
2759 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2760 already included by bucomm.h.
2762 2000-04-10 Philippe De Muyter <phdm@macqel.be>
2764 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2765 `strftime' since strftime is not available on all systems.
2766 (process_mips_specific): Ditto.
2768 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
2770 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
2771 --enable-build-warnings option.
2772 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2773 * Makefile.in, configure: Re-generate.
2775 2000-04-06 Alan Modra <alan@linuxcare.com.au>
2777 * addr2line.c: Update copyright.
2778 * objcopy.1: Likewise, and title.
2779 * strings.1: Likewise.
2781 * version.c (print_version): Add 2000.
2783 * rddbg.c (read_section_stabs_debugging_info): Don't use
2784 bfd_size_type for strx to avoid printf problems if BFD64.
2786 * bucomm.c: (report): Remove `static'.
2787 Move inclusion of stdarg.h/vararg.h from here.
2788 * bucomm.h: To here.
2789 (CONST): Change all occurences to const.
2790 (report): Declare it.
2791 (bfd_fatal): Add ATTRIBUTE_NORETURN.
2792 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2793 (non_fatal): Add ATTRIBUTE_PRINTF_1.
2795 * ar.c (main): Use fatal or non_fatal instead of fprintf.
2796 Correct a typo in an error message.
2797 (do_quick_append): Use non_fatal instead of fprintf.
2798 (move_members): Use fatal instead of fprintf, exit.
2799 * coffdump.c (main): Same here.
2801 * dlltool.c (display): Delete.
2803 (inform): Use `report' instead of `display'.
2804 (rvaafter): Remove trailing \n from fatal error msg.
2806 (asm_prefix): Ditto.
2807 (yyerror): Replace `warn' with `non_fatal', and remove \n.
2808 (def_name): Likewise.
2810 (scan_all_symbols): Likewise.
2811 (gen_lib_file): Likewise.
2812 (def_library): Likewise. Remove extra program_name too.
2813 (run): Remove \n from inform strings.
2814 (scan_drectve_symbols): Likewise.
2815 (add_excludes): Likewise.
2816 (scan_open_obj_file): Likewise.
2817 (gen_exp_file): Likewise.
2818 (gen_lib_file): Likewise.
2819 (process_duplicates): Likewise.
2821 * Makefile.am (dllwrap_SOURCES): Add version.c.
2822 * dllwrap.c (program_version): Delete.
2823 (print_version): Delete.
2824 (display): Always print trailing \n.
2826 (delete_temp_files): Use warn instead of fprintf. Use gettext.
2829 (usage): gettext'ify.
2830 (long_options): Add missing initialisers.
2832 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2833 (select_output_format): Likewise.
2834 (powerpc_mangle_relocs): Likewise.
2835 (link_inputs): Likewise.
2837 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2838 (set_output_format): Likewise.
2839 (main): Use non_fatal instead of fprintf.
2840 (display_rel_file): Likewise.
2842 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2843 (slurp_dynamic_symtab): Same here.
2844 (disassemble_data): And here.
2845 (read_section_stabs): And here.
2846 (read_section_stabs): And here.
2847 (dump_bfd): And here.
2849 (objdump_sprintf): Use fatal instead of fprintf, exit.
2850 (disassemble_data): Same here.
2852 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2853 (parse_coff_struct_type): Same here.
2854 (parse_coff_enum_type): And here.
2855 (parse_coff): And here.
2856 * rddbg.c (read_debugging_info): And here.
2857 * size.c (main): And here.
2858 * windres.c (format_from_name): And here.
2859 * wrstabs.c (stab_write_symbol): Here too.
2860 (write_stabs_in_sections_debugging_info): And here.
2861 (stab_int_type): And here.
2862 (stab_struct_field): And here.
2863 (stab_typdef): And here.
2865 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2866 * srconv.c (main): Same here.
2867 * strings.c (main): And here.
2868 (integer_arg): And here.
2869 * sysdump.c (main): And here.
2871 2000-04-06 Timothy Wall <twall@cygnus.com>
2873 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2875 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
2877 * readelf.c (decode_location_expression): Loop through multiple
2879 (read_and_display_attr): Pass in length.
2881 * readelf.c (read_and_display_attr): Add CU offset to references.
2882 (display_debug_info): Pass it in.
2884 2000-04-06 Nick Clifton <nickc@cygnus.com>
2886 * readelf.c (decode_ARM_machine_flags): New function.
2887 (get_machine_flags): Call decode_ARM_machine_flags for ARM
2890 (get_machine_name): Catch EM_AVR
2892 2000-04-05 Alan Modra <alan@linuxcare.com.au>
2894 * binutils.texi: Remove optional `=' from long options that have
2895 an `=' in the argument.
2896 * objcopy.1: Here too. Remove extra space on discard-all.
2898 * binutils.texi (objcopy): Mention --redefine-sym.
2899 * objcopy.1: Here too.
2902 * objcopy.c (parse_flags): Split off flag names from error message
2903 gettext as they are not translated.
2904 (copy_main): Similarly split off option name for --add-section,
2905 --set-section-flags, --change-section-vma, --change-section-lma
2907 Some white space changes.
2909 from Matthew Benjamin <matt@linuxbox.nu>
2910 * objcopy.c (struct redefine_node): New.
2911 (redefine_sym_list): New.
2912 (redefine_list_append): New.
2913 (lookup_sym_redefinition): New.
2914 (OPTION_REDEFINE_SYM): New.
2915 (copy_options): Add --redefine-sym option.
2916 (copy_usage): Mention it.
2917 (filter_symbols): Rename symbols on redefine_sym_list.
2918 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2919 (copy_main): Handle OPTION_REDEFINE_SYM.
2921 2000-04-04 H.J. Lu <hjl@gnu.org>
2923 * readelf.c (process_symbol_table): Correctly read in symbol
2924 versioning information.
2926 2000-04-04 Alan Modra <alan@linuxcare.com.au>
2928 * po/binutils.pot: Regenerate.
2930 * addr2line.c (usage): Restore translated part of bug string.
2931 * ar.c (usage): Likewise.
2932 * nlmconv.c (show_usage): Likewise.
2933 * nm.c (usage): Likewise.
2934 * objcopy.c (copy_usage): Likewise.
2935 (strip_usage): Likewise.
2936 * objdump.c (usage): Likewise.
2937 * readelf.c (usage): Likewise.
2938 * size.c (usage): Likewise.
2939 * strings.c (usage): Likewise.
2940 * windres.c (usage): Likewise.
2942 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2943 (DEP): Quote when passing vars to sub-make. Add warning
2945 (DEP1): Rewrite for "gcc -MM".
2946 (CLEANFILES): Add DEP2.
2947 Update dependencies.
2948 * Makefile.in: Regenerate.
2950 2000-04-04 H.J. Lu <hjl@gnu.org>
2952 * Makefile.am (GENERATED_HFILES): Add rcparse.h
2953 (arparse.h): Depend on arparse.c
2954 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2956 2000-04-03 H.J. Lu (hjl@gnu.org)
2958 * size.c (usage): Use REPORT_BUGS_TO.
2960 2000-04-03 Alan Modra <alan@linuxcare.com.au>
2962 * bucomm.h: #include "bin-bugs.h"
2963 * addr2line.c (usage): Use REPORT_BUGS_TO.
2964 * ar.c (usage): Likewise.
2965 * nlmconv.c (show_usage): Likewise.
2966 * nm.c (usage): Likewise.
2967 (OPTION_TARGET): Define.
2968 (long_options): Use OPTION_TARGET rather than 200.
2971 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2972 (strip_usage): Likewise.
2973 * objdump.c (usage): Likewise.
2974 * readelf.c (usage): Likewise.
2975 * strings.c (usage): Likewise.
2976 * windres.c (usage): Likewise.
2978 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
2980 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2982 2000-03-27 Nick Clifton <nickc@cygnus.com>
2984 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2985 string offsets in corrupt stabs entries.
2987 2000-03-27 Alan Modra <alan@linuxcare.com.au>
2989 * readelf.c: Include elf/avr.h
2990 (dump_relocations): Add EM_AVR case.
2992 2000-03-09 Tim Waugh <twaugh@redhat.com>
2994 * strings.1: Correct '-bytes' to '--bytes'.
2996 2000-03-08 H.J. Lu <hjl@gnu.org>
2998 * Makefile.am (install-exec-local): Depend on
2999 install-binPROGRAMS for parallel make.
3000 * Makefile.in: Regenerated.
3002 2000-02-27 Ian Lance Taylor <ian@zembu.com>
3004 From Brad Lucier <lucier@math.purdue.edu>:
3005 * readelf.c (process_dynamic_segment): Add cast to make sure
3006 argument to %* is int.
3008 2000-02-25 H.J. Lu <hjl@gnu.org>
3010 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
3012 2000-02-24 Nick Clifton <nickc@cygnus.com>
3014 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
3015 * configure: Regenerate.
3017 * dlltool.c: Add support for sh-pe and mips-pe targets.
3018 * rescoff.c: Add support for sh-pe and mips-pe targets.
3020 2000-02-23 H.J. Lu <hjl@gnu.org>
3022 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
3024 2000-02-22 Nick Clifton <nickc@cygnus.com>
3026 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
3028 2000-02-22 Ian Lance Taylor <ian@zembu.com>
3030 From Brad Lucier <lucier@math.purdue.edu>:
3031 * readelf.c (process_version_sections): Add casts to make sure
3032 argument to %* is an int.
3033 (process_mips_specific): Add casts to make printf arguments match
3036 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3038 * objdump.c (dump_section_header): Change `opb' to unsigned.
3039 (find_symbol_for_address): Same here.
3040 (disassemble_data): And here. Change `addr_offset',
3041 `stop_offset', `nextstop_offset' to unsigned long.
3042 (dump_data): Change opb to unsigned.
3044 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
3046 * resrc.c: Remove unmatched #if for cygwin.
3048 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
3050 * binutils.texi: Document the change of flavor name from atpcs-special
3051 to special-atpcs to prevent name conflict in gdb.
3053 2000-02-08 Timothy Wall <twall@redhat.com>
3055 * objdump.c (show_line): Fix bug preventing printing of the very
3056 first line (line zero) of a file when interlisting source and
3057 assembly. Added option to print entire context from start of file
3058 when the first line from that file is encountered.
3060 2000-02-03 Timothy Wall <twall@redhat.com>
3062 * objdump.c (dump_section_header, find_symbol_for_address,
3063 show_line, disassemble_bytes, disassemble_data, dump_data):
3064 distinguish between octets and bytes.
3066 2000-01-27 Thomas de Lellis <tdel@windriver.com>
3068 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
3069 check to unresolved symbols.
3070 (print_symbol_info_sysv): Ditto.
3071 (print_symbol_info_posix): Ditto.
3073 * binutils.texi: Document new 'V' symclass flag for nm.
3075 2000-01-27 Nick Clifton <nickc@redhat.com>
3077 * binutils.texi (objdump): Document new ARM specific
3078 disassembler options.
3080 * objdump.c (usage): Call disassembler_usage().
3082 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
3084 * readelf.c (get_dynamic_flags): Return buff.
3085 (process_dynamic_segment): Don't pass error strings to printf
3087 (read_and_display_attr): Use lx and ld to print longs.
3088 (process_corefile_note_segment): Cast bfd_vma to unsigned long
3092 2000-01-17 Nick Clifton <nickc@cygnus.com>
3094 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
3096 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
3098 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
3100 (debug_tag_type): Here too.
3101 * ieee.c (ieee_builtin_type): And here.
3102 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
3104 2000-01-13 Nick Clifton <nickc@cygnus.com>
3106 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
3109 2000-01-11 Nick Clifton <nickc@cygnus.com>
3111 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
3113 2000-01-10 Nick Clifton <nickc@cygnus.com>
3115 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
3117 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
3119 * windres.c (long_options): Add --use-temp-file and
3120 --no-use-temp-file options.
3124 * windres.h: Update read_rc_file prototype.
3126 * resrc.c (cpp_temp_file): New static variable.
3127 (istream_type): New static variable.
3128 (close_pipe): Delete function.
3129 (run_cmd): New static function.
3130 (open_input_stream): New static function.
3131 (close_input_stream): New static function.
3132 (look_for_default): Handle DOS directory separator. Use
3133 open_input_stream instead of popen.
3134 (read_rc_file): Likewise.
3136 * binutils.texi: Document --use-temp-file, --no-use-temp-file
3139 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
3141 * dlltool.c (create_compat_implib): New variable.
3142 (gen_exp_file): Use.
3143 (make_one_lib_file): Use.
3144 (long_options): Add --compat-implib option.
3148 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
3149 (main): Use. Don't look for "32" in cygwin and mingw target names.
3151 2000-01-03 Nick Clifton <nickc@cygnus.com>
3153 * binutils.texi: Document new, ARM specific disassembler
3154 command line switch "-M force-thumb".
3156 For older changes see ChangeLog-9899
3162 version-control: never