* rddbg.c (read_section_stabs_debugging_info): Also recognize
[binutils.git] / binutils / ChangeLog
blob7763588d2fd8c722a8f82084ebdfa981477e90e9
1 2002-11-12  Klee Dienes  <kdienes@apple.com>
3         * rddbg.c (read_section_stabs_debugging_info): Also recognize
4         LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
6 2002-11-11  Christopher Faylor  <cgf@redhat.com>
8         * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer.  Drop COFF from
9         cgf maintainership.
11 2002-11-11  Christopher Faylor  <cgf@redhat.com>
13         * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
15 2002-11-07  Nick Clifton  <nickc@redhat.com>
17         * configure.in (LINGUAS): Add 'da'.
18         * configure: Regenerate.
19         * po/da.po: New Danish translation.
21         * readelf.c (get_symbol_index_type): Revert part of previous
22         patch: Display unknown symbol types in decimal, not hex.
24 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
26         * dlltool.c (add_excludes): Don't prefix excluded fastcall
27         symbols with underscore.
28         (xlate): Ignore add_underscore for decorated fastcall symbols.
30 2002-11-07  Eric Kohl  <ekohl@rz-online.de>
32         * deflex.l: Accept '@' as first character of an ID.
33         * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
34         ASM_PREFIX for fastcall symbols.
35         (scan_drectve_symbols): Handle fastcall symbols when generating
36         undecorated aliases for symbols in drectve section.
37         (scan_filtered_symbols): Likewise, with export-all.
38         (xlate): Likewise, with --kill-at.
39         (make_imp_label): New function to handle fastcall symbols
40         correctly.
41         (make_one_lib_file): Use make_imp_label instead of make_label
42         for imp symbols.
44 2002-11-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
46         * MAINTAINERS: Add self as TIC4X maintainer.
48 2002-11-06  Hiroyuki Machida  <machida@sm.sony.co.jp>
50         * readelf.c (get_symbol_index_type): Add hex number to
51         PROCESSOR-specific, OS-specific, reserved and unknown symbol
52         types.
54 2002-11-04  Alan Modra  <amodra@bigpond.net.au>
56         * readelf.c (byte_get_little_endian): Comment typo fix.
57         (print_symbol): Constify "symbol" arg.  Don't pass "symbol" to printf
58         as the format string.
59         (dump_relocations): Correct section sym names.
60         (process_section_headers): Clear symtab_shndx_hdr.
61         (read_and_display_attr_value): Don't pass indirect string to printf
62         as the format string.
63         (display_debug_frames): Indicate when zero terminator found.  Decode
64         DW_EH_PE_pcrel addresses.
66 2002-10-23  Svein E. Seldal  <Svein.Seldal@solidas.com>
68         * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
69         order to ensure proper disassembly of the valid 0-value opcode.
70         * configure: Regenerate.
71         * aclocal.m4: Regenerate.
72         * config.in: Regenerate.
73         * configure.in: Regenerate.
74         * doc/Makefile.in: Regenerate.
75         * po/binutils.pot: Regenerate.
77 2002-10-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
79         * MAINTAINERS: Add self as SH maintainer.
81 2002-10-23  Ben Elliston  <bje@redhat.com>
83         * doc/binutils.texi (objdump): Document -z and move the entry for
84         --disassemble-zeroes to the end of the options section (for `z').
86 2002-10-21  Nick Clifton  <nickc@redhat.com>
88         * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
90 2002-10-21  Svein E. Seldal  <Svein.Seldal@solidas.com>
92         * objdump.c (dump_data): Correct addr_offset for opb != 1.
94 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
96         * bucomm.c (list_supported_targets): Use bfd_target_list.
98         * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
99         other object errors in preference to bfd_core errors.
101 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
103         * Makefile.am: Run "make dep-am".
104         * objdump.c: #include "bfdver.h".
105         * version.c: Likewise.
106         * Makefile.in: Regenerate.
107         * config.in: Regenerate.
108         * configure: Regenerate.
109         * po/POTFILES.in: Regenerate.
111 2002-10-09  Daniel Jacobowitz  <drow@mvista.com>
113         * readelf.c (display_debug_info): Ignore empty .rela.debug_info
114         sections.  Allow relocations against the absolute symbol.  Don't
115         use the value in compunit.cu_abbrev_offset if we found a RELA
116         relocation.
118 2002-10-07  Gordon Chaffee <chaffee@netvmg.com>
120         * addr2line.c (slurp_symtab): Read in dynamic symbols if no
121         ordinary ones are available.
123 2002-09-30  H.J. Lu <hjl@gnu.org>
125         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
126         E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
128 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
130         * Makefile.am (CFILES): Add cxxfilt.c.
131         (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
132         (cxxfilt_LDADD): Delete.
133         Remove all references to underscore.c.
134         Regen dependencies.
135         * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
136         config.h from $UNDERSCORE, rather than AC_SUBSTing it.
137         * binutils/cxxfilt.c: Moved here from gcc/cp, minor
138         adjustments to fit into binutils framework.
139         * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
141 2002-09-12  Roland McGrath  <roland@redhat.com>
143         * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
144         Handle DW_OP_GNU_push_tls_address.
146 2002-09-11  Nick Clifton  <nickc@redhat.com>
148         * po/tr.po: Updated Turkish translation.
150 2002-09-10  Nick Clifton  <nickc@redhat.com>
152         * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
153         testsuite changes.  Add paragraphs about testsuite and config
154         patches.
156 2002-08-29  Nick Clifton  <nickc@redhat.com>
158         * readelf.c (get_machine_flags): Remove redundant reference to
159         E_V850EA_ARCH.
161 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
163         * objdump.c (dump_bfd): Restore lines accidentally deleted in
164         last commit.
166 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
168         * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
169         (dump_bfd_header): Likewise.
171 2002-08-27  Alan Modra  <amodra@bigpond.net.au>
173         * nm.c: Revert last change.
175 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
177         * nm.c (display_rel_file): Don't report "no symbols" as an error.
178         * objdump.c (slurp_symtab): Likewise.
179         (slurp_dynamic_symtab): Likewise.
180         (dump_symbols): Likewise.  Do print "no symbols" to stdout.
182 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
184         * MAINTAINERS: Change my mailing address.
186 2002-08-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
188         * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
190 2002-08-22  Nick Clifton  <nickc@redhat.com>
192         * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
193         HPPA.
195 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
197         * readelf.c (parse_args): Change debug_dump_opt to static.
199 2002-08-16  Sivaguru Sankaridurg  <siva@eternal-systems.com>
201         * stabs.c (parse_stab_argtype): Pass length of physname to
202         stab_demangle_argtypes.
203         (stab_demangle_argtypes): Add new parameter - length of physname.
204         Pass length of physname on to stab_demangle_prefix.
205         (stab_demangle_prefix): Add new parameter - length of physname.
206         Use length of physname (if supplied) to compute end of function
207         name.
209 2002-08-15  Alan Modra  <amodra@bigpond.net.au>
211         * readelf.c: Include elf/i370.h.
212         (dump_relocations): Handle EM_S370.
213         (dynamic_segment_parisc_val): Print \n.
214         (process_dynamic_segment <DT_BIND_NOW>): Here too.
216 2002-08-14  Nick Clifton  <nickc@redhat.com>
218         * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
219         * objdump.c (usage): Likewise.
220         * doc/binutils.texi: Likewise.
222 2002-08-14  Luke Dunstan  <infidel@users.sourceforge.net>
224         * rcparse.y (acc_entry): Don't warn about ALT use with
225         non-VIRTKEY.
227 2002-08-13  H.J. Lu <hjl@gnu.org>
229         * objcopy.c (copy_object): Don't warn about the unsupported
230         architecture unless the input target is defaulted or the
231         output architecture is different from the input.
233 2002-08-09  Nick Clifton  <nickc@redhat.com>
235         * po/sv.po: Updated Swedish translation.
237 2002-08-05  Alan Modra  <amodra@bigpond.net.au>
239         * prdbg.c (pr_fix_visibility): Remove assert.
241 2002-07-31  Nick Clifton  <nickc@redhat.com>
243         * addr2line.c (process_file): Rename parameter 'filename' to
244         'file_name' in order to avoid shadowing global symbol of the
245         same name.
246         (main): Likewise.
248 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
250         * readelf.c (OPTION_DEBUG_DUMP): Define.
251         (options): Use it.
252         (usage): Update help.
253         (parse_args): Handle --debug-dump separately from -w.
254         * doc/binutils.texi (readelf): Update documentation.
256 2002-07-25  Nick Clifton  <nickc@redhat.com>
258         * po/es.po: Updated Spanish translation.
259         * po/fr.po: Updated French translation.
261 2002-07-24  Nick Clifton  <nickc@redhat.com>
263         * po/es.po: Updated Spanish translation.
265 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
267         * Makefile.am: Run "make dep-am".
268         * Makefile.in: Regenerate.
270 2002-07-23  Nick Clifton  <nickc@redhat.com>
272         * po/fr.po: Updated French translation.
274 2002-07-23  Eric S. Raymond  <esr@golux.thyrsus.com>
276         * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
278 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
280         * budemang.c: Include config.h and string.h/strings.h.
282 2002-07-18 Denis Chertykov  <denisc@overta.ru>
283            Frank Ch. Eigler  <fche@redhat.com>
285         * readelf.c: Include "elf/ip2k.h".
286         (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
287         (dump_relocations): Likewise.
288         (get_machine_name): Likewise.
289         * NEWS: Mention IP2K support.
291 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
293         * NEWS: Add 'Changes in 2.13'.
295 2002-07-10  Jakub Jelinek  <jakub@redhat.com>
297         * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
298         DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
299         (get_section_type_name): Handle SHT_GNU_LIBLIST.
300         (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
301         DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
302         (process_gnu_liblist): New.
303         (process_file): Call it.
305 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
307         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
308         * Makefile.in: Regenerate.
310 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
312         * budemang.c: New file, "demangle" function.
313         * budemang.h: New file.
314         * addr2line.c (translate_addresses): Use "demangle".
315         * nm.c (print_symname): Likewise.
316         * objdump.c (objdump_print_symname): Likewise.
317         (dump_symbols): Likewise.  Also, don't use bfd_asymbol_name macro
318         here since that obfuscates.
319         * rdcoff.c: Don't #include demangle.h.
320         * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
321         emul_vanilla.c.  Remove emul_$(EMULATION).c.  Sort.
322         (HFILES): Add budemang.h.  Sort.
323         (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
324         Run "make dep-am".
325         * Makefile.in: Regenerate.
327 2002-07-01  Matt Thomas  <matt@3am-software.com>
329         * readelf.c: Include "elf/vax.h".
330         (guess_is_rela): Move EM_VAX from unknown to RELA case.
331         (dump_relocations): Handle VAX relocations.
332         (get_machine_flags): Handle VAX machine flags.
334 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
336         * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
338 2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
340         * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
342 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
344         * nm.c (print_symname): When demangling, strip leading dots from
345         symbol names to avoid confusing the demangler.
347 2002-06-25  H.J. Lu <hjl@gnu.org>
349         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
350         * Makefile.in: Regenerated.
352 2002-06-21  Igor Schein  <igor@txc.com>
354         * configure.in: Quote bu_cv_have_fopen64.
355         * configure: Regenerate.
357 2002-06-21  Mitsru Chinen  <chinen@jp.ibm.com>
359         * configure.in: Check for strcoll.
360         * configure: Regenerate.
361         * config.in: Regenerate.
362         * nm.c (main): Set locale for LC_COLLATE category.
363         (non_numeric_forward): Use strcoll if available.
365 2002-06-20  Dave Brolley  <brolley@redhat.com>
367         * MAINTAINERS: Add self as fr30 and frv maintainer.
369 2002-06-18  H.J. Lu  (hjl@gnu.org)
371         * nm.c: Include "elf/common.h".
372         (extended_symbol_info): Add elfinfo, a pointer to
373         elf_symbol_type.
374         (SYM_SIZE): Use elfinfo if it is not NULL.
375         (get_symbol_type): New function.
376         (display_archive): Set print_width for each archive member.
377         (display_file): Likewise.
378         (display_rel_file): Don't set print_width here.
379         (print_object_filename_sysv): Handle print_width.
380         (print_archive_member_sysv): Likewise.
381         (print_symbols): Pass (bfd_vma) 0 to print_symbol.
382         (print_symbol): Set the elfinfo field in extended_symbol_info
383         for ELF.
384         (print_object_filename_sysv): Fix the output format.
385         (print_symbol_info_sysv): Print type and section for ELF.
387 2002-06-18  Elias Athanasopoulos  <eathan@otenet.gr>
389         * nm.c (print_size_symbols): Remove assignment, which makes
390         the symbol's size equal to its value when --size-sort is
391         used.
393 2002-06-18  Dave Brolley  <brolley@redhat.com>
395         From Catherine Moore:
396         * readelf.c (elf/frv.h): #include it.
397         (guess_is_rela): Support EM_CYGNUS_FRV.
398         (dump_relocations): Ditto.
399         (get_machine_name): Ditto.
400         * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
402 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
404         * readelf.c (get_file_header): Only read the first section header if
405         e_shoff is non-zero.
407 2002-06-15  H.J. Lu  (hjl@gnu.org)
409         * nm.c (print_size): New variable. Initialize to 0.
410         (long_options): Add 'S'/"print-size".
411         (main): Handle 'S'.
412         (print_symbol_info_bsd): Print size only if print_size is not
413         0.
415         * doc/binutils.texi: Document -S/--print-size.
417 2002-6-13  Elias Athanasopoulos  <eathan@otenet.gr>
419         * nm.c (struct extended_symbol_info): New strcuture: Add the size
420         of the symbols to the information provided by the symbol_info
421         structure.
422         (print_symbols): Pass the symbol size to print_symbol.
423         (print_size_symbols): Pass the symbol size to print_symbol.
424         (print_symbol): Extra argument: The size of the symbol.  Store
425         this in the extended_symbol_info structure.
426         (print_symbol_info): Change type of info parameter to
427         extended_symbol_info.  Display the size, if known.
428         (print_symbol_info_posix): Likewise.
429         (print_symbol_info_sysv): Likewise.
431 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
433         * Makefile.am: Run "make dep-am".
434         * Makefile.in: Regenerate.
435         * doc/Makefile.in: Regnerate.
437         * bucomm.c: Replace CONST with const.
438         * nm.c: Likewise.
439         * objdump.c: Likewise.
441 2002-06-07  H.J. Lu <hjl@gnu.org>
443         * readelf.c (DW_CFA_GNU_args_size): Don't define.
444         (DW_CFA_GNU_negative_offset_extended): Likewise.
445         (DW_CFA_GNU_window_save): Likewise.
446         (display_debug_frames): Handle DW_CFA_offset_extended_sf,
447         DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
449 2002-06-07  Elias Athanasopoulos  <eathan@otenet.gr>
451         * nm.c: When computing size of symbols for an ELF target use the
452         internal size field.
454 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
456         * testsuite/binutils-all/objcopy.exp: clear xfail for
457         "hppa*64*-*-hpux*".
458         * testsuite/binutils-all/hppa/objdump.exp: Return if
459         "*64*-*-*".
461 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
463         * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
465 2002-06-03  Elias Athanasopoulos  <eathan@otenet.gr>
467         * objdump.c: Fix formatting.
469 2002-05-29  Ben Elliston  <bje@redhat.com>
471         * MAINTAINERS: Add self as M68k maintainer.
473 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
475         * readelf.c: Modified/Added DLX elf support.
477 2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
479         * arsup.c: Fix formatting.
480         * debug.c (debug_record_label): Add missing colon to error
481         message.
482         * ieee.c (parse_ieee_ty): Fix spelling typo.
483         * readelf.c (process_program_headers): Remove English assumption
484         about making a plural word.
485         (process_section_headers): Likewise.
486         (process_relocs): Allow quotes to be translated.
487         (process_unwind): Likewise,
488         (process_mips_specific): Improve error message.
489         (get_note_type): Fix spelling typo.
491         * configure.in (ALL_LINGUAS): Add sv
492         * po/sv.po: New file.
494 2002-05-27  Alan Modra  <amodra@bigpond.net.au>
496         * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
497         (unw_print_grmask): Likewise.
498         (unw_print_frmask): Likewise.
500 2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
502         * arsup.c: Remove ARGSUSED.
503         * debug.c: Likewise.
504         * ieee.c: Likewise.
505         * nlmconv.c: Likewise.
506         * prdbg.c: Likewise.
507         * stabs.c: Likewise.
508         * wrstabs.c: Likewise.
510 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
512         * arlex.l: Use #include "" instead of <> for local header files.
513         * coffdump.c: Likewise.
514         * coffgrok.c: Likewise.
515         * nlmconv.c: Likewise.
516         * nlmheader.y: Likewise.
517         * srconv.c: Likewise.
518         * strings.c: Likewise.
519         * sysdump.c: Likewise.
520         * unwind-ia64.h: Likewise.
521         * windres.h: Likewise.
522         * winduni.h: Likewise.
524 2002-05-24  Tom Rix  <trix@redhat.com>
526         * MAINTAINERS: Add self as the d10v maintainer.
528 2002-05-24   TAMURA Kent <kent@netbsd.org>
530         * configure.in: Builds dlltool for i386-netbsdpe.
531         * configure: Regenerate.
533 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
535         * size.c: Fix formatting.
536         * srconv.c: Likewise.
537         * stabs.c: Likewise.
538         * sysdump.c: Likewise.
539         * unwind-ia64.c: Likewise.
540         * wrstabs.c: Likewise.
542 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
544         * readelf.c (get_segment_type): Add PT_TLS.
545         (get_elf_section_flags): Add SHF_TLS.
546         (get_dynamic_flags): Optimize.  Add DF_STATIC_TLS.
547         (process_dynamic_segment): Use puts instead of printf.
548         (get_symbol_type): Support STT_TLS.
549         * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
550         SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
551         Add SEC_THREAD_LOCAL.
553 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
555         * rdcoff.c: Fix formatting.
556         * rddbg.c: Likewise.
557         * readelf.c: Likewise.
558         * rename.c: Likewise.
559         * resbin.c: Likewise.
560         * resrc.c: Likewise.
561         * resres.c: Likewise.
563 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
565         * filemode.c: Fix formatting.
566         * ieee.c: Likewise.
567         * is-ranlib.c: Likewise.
568         * is-strip.c: Likewise.
569         * maybe-ranlib.c: Likewise.
570         * maybe-strip.c: Likewise.
571         * nlmconv.c: Likewise.
572         * nm.c: Likewise.
573         * not-ranlib.c: Likewise.
574         * not-strip.c: Likewise.
575         * objcopy.c: Likewise.
576         * objdump.c: Likewise.
578 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
580         * objdump.c (dump_headers): Fix output formatting for ELF32
581         architectures in a BFD64 enabled toolchain.
583 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
585         * debug.c: Fix formatting.
586         * debug.h: Likewise.
587         * dlltool.c: Likewise.
588         * dllwrap.c: Likewise.
589         * emul_aix.c: Likewise.
590         * emul_vanilla.c: Likewise.
592 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
594         * addr2line.c: Fix formatting.
595         * ar.c: Likewise.
596         * arsup.c: Likewise.
597         * arsup.h: Likewise.
598         * binemul.c: Likewise.
599         * binemul.h: Likewise.
600         * bucomm.c: Likewise.
601         * coffdump.c: Likewise.
602         * coffgrok.c: Likewise.
603         * coffgrok.h: Likewise.
605 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
607         * MAINTAINERS: Add myself as the second AVR port maintainer.
609 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
611         * MAINTAINERS: Update my email address.
613 2002-05-09  Nick Clifton  <nickc@cambridge.redhat.com>
615         * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
617 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
619         * configure.in: Replace `*pe' with `pe' throughout.
620         * configure: Regenerate.
622 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
624         * Makefile.am: Honour DESTDIR.
625         * Makefile.in: Regenerate.
627 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
629         * dlltool.c (process_def_file): Add missing prototype.
630         (new_directive, assemble_file, main): Likewise.
631         (process_def_file, new_directive): Make static.
632         (inform): Rewrite using VA_FIXEDARG.
633         * dllwrap.c (mybasename): Add missing prototype.
634         (strhash, main): Likewise.
635         (inform): Rewrite using VA_FIXEDARG.
636         (warn): Likewise.
637         (cleanup_and_exit): Use old style function definition.
638         (strhash): Likewise.
639         * windres.c (define_resource): Use one memset to clear all of
640         struct res_resource.
642         * rcparse.y: Remove newcmd rule.  Move rcparse_discard_strings
643         call to rules that need no lookahead.  Check for no lookahead.
645 2002-05-06  Borut Razem  <borut.razem@siol.net>
647         * rclex.l (get_string): Correct "strings" list handling.
648         * resrc.c (read_rc_file): Discard strings.
650 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
652         * ar.c (replace_members): Remove unused var.  Formatting fix.
653         * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
655         * MAINTAINERS: Sort port maintainers by CPU.
657 2002-05-04  Bob Byrnes  <byrnes@curl.com>
659         * size.c (display_archive): Add last_arfile and code to close archives.
661 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
663         * nm.c (print_symbol): Check returned filename from
664         bfd_find_nearest_line is non-NULL.
666 2002-04-25  Elena Zannoni <ezannoni@redhat.com>
668         * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
670 2002-04-24  Christian Groessler <chris@groessler.org>
672         * MAINTAINERS: Changed my email address.
674 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
676         * arparse.y: Fix syntax warning.
678 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
680         * readelf.c (fetch_location_list): Remove unused function.
682         * readelf.c (process_corefile_note_segment): Catch corrupt notes
683         and display a warning message, then exit the loop.
685         * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
687 2002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
689         * resrc.c (write_rc_dialog): If charset is non-default value
690         display all of the DIALOGEX parameters.
692 2002-04-15  Eric Kohl <ekohl@rz-online.de>
694         * rcparse.y: Allow two to five parameter in FONT statement of
695         DIALOGEX resources.
696         * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
697         resource data.
698         (res_to_bin_dialog): Likewise.
699         * windres.h: Added misssing charset variable to dialog_ex
700         structure.
702 2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
704         * rcparse.y: Set MEMFLAG_PURE by default.
706 2002-04-09  Bernd Herd <info@herdsoft.com>
708         * rcparse.y: CLASS definitions in DIALOG resources
709         are quoted.
710         Fix typo in BEDIT warning.
711         Don't add default dialog style when explicit style specified.
712         Add WS_CAPTION dialog style if CAPTION is specified.
714         * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
715         (handle_quotes) "\a" escape (used for right justified key
716         definitions in menus) is encodes as binary 8.
718         * resrc.c (write_rc_dialog): Print style even if it is 0.
719         (write_rc_directory): Fix overlooked sublang shift bug.
720         (bin_to_res_dialog): Don't print empty dialog caption.
722         * resbin.c (bin_to_res_dialog): Use signature to identify
723         DIALOGEX.
725         * windres.c (main): Set default LANGUAGE to english/us.
727 2002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
729         * resrc.c: print CLASS names in quotes
731 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
733         * MAINTAINERS: Update my email address.
735 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
737         * dep-in.sed: Cope with absolute paths.
738         * Makefile.am (dep.sed): Subst TOPDIR.
739         Run "make dep-am".
740         * Makefile.in: Regenerate.
742 2002-03-27  Peter Targett  <peter.targett@arc.com>
744         * MAINTAINERS: Update my email address.
746 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
748         * Makefile.am: Run "make dep-am".
749         * Makefile.in: Regenerate.
750         * doc/Makefile.in: Regenerate.
751         * po/POTFILES.in: Regenerate.
752         * aclocal.m4: Regenerate.
753         * config.in: Regenerate.
754         * configure: Regenerate.
756 2002-03-20  Daniel Berlin  <dan@dberlin.org>
758         * readelf.c: Add support for displaying dwarf2 location lists.
759         (do_debug_loc, debug_loc_section, debug_loc_size): New.
760         (parse_args): Use 'O' as shorthand for displaying location list
761         section.
762         (process_section_headers): Handle debug_loc as well.
763         (load_debug_loc): New.
764         (free_debug_loc): New.
765         (fetch_location_list): New.
766         (display_debug_loc): New.
767         (display_debug_info): Call load_debug_loc and free_debug_loc.
768         (debug_displays): We can display .debug_loc now, too.
769         (usage): Update usage string.
770         (read_and_display_attr_value): Note location lists, but don't
771         display them inline.
773 2002-03-18  Tom Rix  <trix@redhat.com>
775         * Makefile.am: Add binutils emulation support.
776         * configure.in: Same.
777         * configure.tgt: New file.  Same.
778         * ar.c (main): Use ar_emul_parse_arg.
779         (usage): Use ar_emul_usage.
780         (replace_members): Use ar_emul_replace, ar_emul_append.
781         * binemul.c: New file.  Define the binutils emulation
782         layer. Define default methods.
783         * binemul.h: New file.  Binutils emulation layer header file.
784         * emul_aix.c: New file.  AIX binutils emulation.
785         * emul_vanilla.c: New file. Default binutils emulation.
786         * Makefile.in: Regenerate.
787         * configure: Same.
789 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
791         * po/fr.po: Updated version.
793 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
795         * po/fr.po: Updated version.
797 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
799         * README: Update some version numbers.
801 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
803         * doc/binutils.texi (Target Selection): Fix LD crossreferences.
804         (Architecture Selection): Likewise.
806 2002-03-01  Dmitry Timoshkov <dmitry@baikal.ru>
808         * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
809         generating .exp file.
811 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
813         * readelf.c (dump_relocations): Fix typo.
815 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
817         * NEWS: Mark 2.12 branch.
819 2002-02-18  Timothy Daly  <remote_bob@yahoo.com>
821         * readelf.c (dump_relocations): Display 2nd and 3rd reloc
822         types for 64-bit MIPS.  Narrow some fields for 80-char
823         output.
824         (dump_relocations): Change spelling from 'unrecognised'
825         to 'unrecognized'.
826         (decode_ARM_machine_flags): Likewise.
827         (parse_args): Likewise.
828         (read_and_display_attr_value): Likewise.
829         (display_debug_section): Likewise.
831 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
833         * NEWS: Mention support for MMIX.
835 2002-02-13  Matt Fredette  <fredette@netbsd.org>
837         * readelf.c (get_machine_flags): Recognize EF_M68000.
839 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
841         * MAINTAINERS: Added self as MN10300 co-maintainer.
843 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
845         * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
846         DT_PPC64_OPDSZ.
848 2002-02-11  Daniel Jacobowitz  <drow@mvista.com>
850         * MAINTAINERS: List myself as branch maintainer.
852 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
854         * configure: Regenerate.
855         * objcopy.c: Update copyright date.
856         * doc/Makefile.in: Regenerate.
858 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
860         * nlmconv.c: Back out localtime PARAMS change.
862 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
864         * objcopy.c (MKDIR): Define.
865         (copy_archive): Make name_list.name const.  Use MKDIR.
866         Handle duplicate files in archives by making more temp dirs.
868 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
870         * coffdump.c: Include "getopt.h" after "bucomm.h"
871         so that macros are defined correctly.
872         * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
873         prototype.  Prototype main.
874         * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
876 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
878         * MAINTAINERS: Added self as SH co-maintainer.
880 2002-02-05  Nick Clifton <nickc@redhat.com>
882         * po/tr.po: Updated translation.
884 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
886         * Makefile.am: Run "make dep-am"
887         * Makefile.in: Regenerate.
889 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
891         * nm.c (print_value): Mark abfd unused.
893 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
895         * unwind-ia64.c (unw_decoder): Change second argument
896         to unsigned int, to match function prototypes.
898 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
900         * objdump.c: Include "getopt.h" after "bucomm.h" so that
901         __GNU_LIBRARY__ will be defined.
902         * size.c: Likewise.
904 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
906         * configure: Regenerated.
908 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
910         * doc/Makefile.am (install): Depend on install-info.
911         * doc/Makefile.in: Regenerate.
913 2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
915         * objcopy.c (strip_usage): Document -d as an alias
916         --strip-debug.
918         * size.c (usage): Document [-t | --totals] options.
919         (long_options): Add --totals option.
920         (main): If the [-t | --totals] option is specified and
921         the output format is Berkeley-style, print the total
922         text, data, and bss sizes of all objects listed.
923         (print_berkeley_format): If the [-t | --totals] option
924         is specified, track the total text, data, and bss
925         sizes.
926         * doc/binutils.texi (size): Document [-t | --totals] options.
927         (strip): Document -d as an alias for --strip-debug.
928         * NEWS: Mention new feature of size.
930 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
932         * po/fr.po: Updated version.
933         * po/es.po: Updated version.
935 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
937         * addr2line.c (usage): Update text to provide verbose
938         description of the command line options.
939         * ar.c (usage): Update text to provide verbose
940         description of the command line options.
941         (main): Accept -h and -H when running as ranlib.
942         * coffdump.c (show_usage): Update text to provide verbose
943         description of the command line options.
944         * dlltool.c (main): Accept -H as an alias for --help.
945         * nlmconv.c (show_usage): Update text to provide verbose
946         description of the command line options.
947         * nm.c (usage): Replace OPTIONS with option(s).
948         (main): Accept -H as an alias for --help.
949         * objcopy.c (strip_main): Accept -H as an alias for --help.
950         * objdump.c (main): Accept -v as an alias for --verbose.
951         * readelf.c (usage): Adjust format to match style used in
952         other binutils.
953         * size.c (usage): Update text to provide verbose description
954         of the command line options.
955         (main): Accept -v, -h and -H as command line options.
956         * srconv.c (show_usage): Update text to provide verbose
957         description of the command line options.
958         * strings.c (main): Accept -H and -v as command line options.
959         (usage): Update text to provide verbose description of the
960         command line options.
961         * sysdump.c (show_usage): Update text to provide verbose
962         description of the command line options.
963         * windres.c (usage): Adjust format to match style used in
964         other binutils.
966         * coffdump.c: Fix formatting.
967         * nlmconv.c: Fix formatting.
968         * srconv.c: Fix formatting.
969         * sysdump.c: Fix formatting.
971 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
973         * Makefile.am: Run "make dep-am".
974         * Makefile.in: Regenerate.
976 2002-01-18  Andreas Jaeger  <aj@suse.de>
978         * version.c (print_version): Update year.
980 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
982         * readelf.c (get_machine_name): Handle EM_PPC64.
983         (guess_is_rela): Here too.
985 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
987         * po/binutils.pot: Regenerate.
988         * po/fr.po: Regenerate.
989         * po/tr.po: Regenerate.
991 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
993         * po/tr.po: Import new version.
995 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
997         * readelf.c (get_ppc64_dynamic_type): New.
998         (get_dynamic_type): Call it.
1000 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
1002         * objcopy.c (copy_usage): Use "options" instead of "switches".
1003         (strip_usage): Use "options" instead of "switches".
1004         * doc/binutils.texi (dlltool):  Refer to "options" instead of
1005         "switches".
1007 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
1009         * MAINTAINERS: Add self as co-maintainer for the ARM code.
1011 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1013         * po/es.po: Import from translation project.
1014         * configure.in (ALL_LINGUAS): Add es.
1015         * configure: Regenerate.
1017 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
1019         * readelf.c (get_netbsd_elfcore_note_type): Use
1020         NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1022 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
1024         * readelf.c: Update copyright years.
1025         (get_note_type): Return a const char *.
1026         (get_netbsd_elfcore_note_type): New function.
1027         (process_note): Use get_netbsd_elfcore_note_type to get
1028         the note type string for NetBSD ELF core files.
1030 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
1032         * readelf.c (get_ia64_segment_type): Add support for macros.
1033         (get_segment_type): Add support for IA64 specific macros.
1035 2001-12-20  Julian v. Bock  <julian@wongr.net>
1037         * readelf.c (print_symbol): New function: Print a formatted symbol
1038         name.  If --wide is specified do not truncate it.
1039         (dump_relocations): Use print_symbol() to print symbol names.
1040         (process_symbol_table): Likewise.
1041         (process_syminfo): Likewise.
1042         (process_mips_specific): Likewise.
1043         (usage): Document new feature of --wide switch.
1044         * doc/binutils.texi (objdump): Document additional behaviour of
1045         --wide.
1047 2001-12-18  Michael Snyder  <msnyder@redhat.com>
1049         * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1050         (copy_object): Don't set the start address or flags of a core file.
1051         (copy_section): Don't relocate a core file.  Don't copy contents
1052         if the input section has the contents flag set, but the output
1053         section does not (which happens with the fake 'note' pseudo-
1054         sections that BFD creates for corefiles).
1056 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1058         * readelf.c (get_machine_flags): Recognize header flags for ABI and
1059         ASE extensions. More robust code for ISA checking. Ignore empty fields
1060         in header flags for GNU extensions.
1062 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
1064         * objcopy.c (copy_archive): Set output bfd format outside the loop.
1066 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1068         * po/ja.po: Import from translation project.
1069         * configure.in (ALL_LINGUAS): Add ja.
1070         * configure: Regenerate.
1072 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1074         * addr2line.c (main): Protoype.
1075         * ar.c (main): Protoype.
1076         * nm.c (main): Protoype.
1077         * objcopy.c (main): Protoype.
1078         * objdump.c (main): Protoype.
1079         * size.c (main): Protoype.
1080         * strings.c (main): Protoype.
1082 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
1084         * readelf.c (symtab_shndx_hdr): New global.
1085         (SECTION_HEADER_INDEX): Define.
1086         (SECTION_HEADER_NUM): Define.
1087         (SECTION_HEADER): Define.
1088         (GET_ELF_SYMBOLS): Pass two params rather than three.
1089         (get_32bit_elf_symbols): Take file and section args.  Read and
1090         use SHT_SYMTAB_SHNDX.
1091         (get_64bit_elf_symbols): Likewise.
1092         (dump_relocations): Use SECTION_HEADER to index "section_headers".
1093         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
1094         Remember symtab_shdx_hdr.
1095         (process_program_headers): Scan from index 1 for segment map.
1096         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1097         "section_headers".
1098         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
1099         (process_unwind): Likewise.
1100         (process_version_sections): Likewise.
1101         (process_symbol_table): Likewise.
1102         (display_debug_info): Likewise.
1103         (process_dynamic_segment): Fake up a symtab section for changed
1104         GET_ELF_SYMBOLS.
1105         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1106         (process_program_headers): Kill signed/unsigned warning.
1107         (load_debug_str): Likewise.
1108         (display_debug_info): Likewise.
1110 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
1112         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1114 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
1116         * readelf.c (process_file_header): Print extended e_shnum and
1117         e_shdtrndx values.  Set elf_header values for same.
1118         (get_32bit_section_headers): Add "num" arg to read "num" headers.
1119         (get_64bit_section_headers): Likewise.
1120         (process_section_headers): Update calls.
1121         (get_file_header): Call get_32bit_section_headers or 64bit variant.
1123 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
1125         * objcopy.c (setup_section): Copy entsize.
1127 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
1129         * readelf.c (guess_is_rela): Add support for stormy16.
1130         (dump_relocations): Likewise.
1131         (get_machine_name): Likewise.
1133 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
1135         * dllwrap.c (main) Replace multiple strings describing a
1136         single error with a single, newline escaped sentence to permit
1137         better translation into foreign languages.
1139         * readelf.c (get_elf_class): Remove internalionalisation of ELF
1140         class names.
1142 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1144         * strings.c (get_char): Initialize value.
1146 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1148         * arlex.l: Silence compile warnings.
1149         * arsup.h: Likewise. Fix formatting.
1151 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
1153         * strings.c: Include config.h before bfd.h.
1154         (file_off): New type.
1155         (file_open): Define.
1156         (print_strings): Use file_off instead of file_ptr.  Print addresses
1157         which don't fit into long correctly.
1158         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
1159         available.
1160         (strings_file): Use file_off instead of file_ptr.  Use file_open.
1161         * configure.in: Check for getc_unlocked.
1162         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1163         be defined for it.
1164         * configure: Rebuilt.
1165         * config.h.in: Rebuilt.
1167 2001-11-29  H.J. Lu <hjl@gnu.org>
1169         * bucomm.c (make_tempname): Revert the changes made on
1170         2001-11-14 and 2001-11-12. They won't work with directories.
1172 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1174         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1175         CFLAGS_FOR_TARGET to runtest in environment.
1176         * Makefile.in: Rebuild.
1177         * doc/Makefile.in: Rebuild.
1179 2001-11-28  Mike Stump  <mrs@wrs.com>
1181         * objcopy.c (setup_section): Preserve SEC_RELOC when
1182         --set-section-flags is used.
1184 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
1186         * readelf.c (do_debug_str): New variable.
1187         (display_debug_str): New function: Display the contents of a
1188         .debug_str section.
1189         (load_debug_str): New function: Load in the contents of a
1190         .debug_str section.
1191         (free_debug_str): New function: Free the memory used by
1192         load_debug_str().
1193         (fetch_indirect_string): Retrieve a string from the .debug_str
1194         section.
1195         (usage): Add -ws.
1196         (parse_args): Accept -ws.
1197         (process_section_headers): Allow the display of the .debug_str
1198         section.
1199         (read_and_display_attr_value): Use fetch_indirect_string.  Show
1200         offset into .debug_str section.
1201         (display_debug_info): Use load_debug_str and free_debug_str.
1202         (debug_displays): Add .debug_str.
1203         * doc/binutils.texi: Document -ws.
1205 2001-11-19  Andreas Jaeger  <aj@suse.de>
1207         * testsuite/binutils-all/objdump.exp: Add x86-64.
1209 2001-11-15  Andreas Schwab  <schwab@suse.de>
1211         * readelf.c: Fix warnings without terminating newline.
1213 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
1215         * doc/binutils.texi (objdump): Document ppc -M options.
1217 2001-11-14  Andreas Jaeger  <aj@suse.de>
1219         * doc/binutils.texi (objdump): Fix description to use x86-64.
1221 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
1223         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1224         not all systems provide mkstemp.
1226 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
1228         * doc/binutils.texi (objdump): Document x86 -M options.
1230 2001-11-13  Keith Walker <keith.walker@arm.com>
1232         * readelf.c (read_and_display_attr_value): New function to
1233         handle DW_FORM_indirect.
1234         (read_and_display_attr): Use it.
1236 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
1238         * readelf.c (display_debug_lines): Deal with unknown standard
1239         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1240         DW_LNS_set_isa.
1242 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
1244         * MAINTAINERS: Add self as tic54x maintainer.  This target
1245         includes the IBM C54XDSP clone.
1247 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
1249         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1251 2001-11-09  Jeffrey A Law  (law@cygnus.com)
1253         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1254         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1255         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1256         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1257         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1258         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1259         (unw_decode_b2, unw_decode_b3_b4): Likewise.
1261         * readelf.c (get_elf_class): Fix ISO portability glitch.
1262         (get_data_encoding, get_osabi_name, request_dump): Likewise.
1264 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
1266         * readelf.c (debug_str, debug_str_size): New.
1267         (display_debug_abbrev): If no abbrevs were read, skip the CU.
1268         Call free_abbrevs.
1269         (read_and_display_addr): Handle DW_FORM_strp.
1270         (display_debug_info): Read .debug_str section if present,
1271         so that DW_FORM_strp can be handled.
1272         Fix test for non-existant .debug_abbrev section.
1274 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
1276         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
1278         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1280 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1282         * MAINTAINERS: Add self as s390/s390x maintainer.
1284 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
1286         * MAINTAINERS: Add self as PPC XCOFF maintainer.
1288 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
1290         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1291         * configure: Regernate.
1292         * po/fr.po: New file.
1293         * po/tr.po: New file.
1295 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
1297         * MAINTAINERS: Add self as MMIX port maintainer.
1298         * readelf.c: Include elf/mmix.h.
1299         (guess_is_rela): MMIX is RELA.
1300         (dump_relocations): Handle MMIX relocations.
1301         * Makefile.am: Regenerate dependencies.
1302         * Makefile.in: Regenerate.
1304 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
1306         * readelf.c (parse_args): Handle multiple options to the -w
1307         switch.
1309 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
1311         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1312         LOPROC, LOOS and LOUSER.
1314 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
1316         * MAINTAINERS: Update my email address.
1318 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
1320         * doc/Makefile.in: Regenerate.
1321         * configure: Regenerate.
1323 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
1325         * readelf.c (display_debug_line, display_debug_pubnames,
1326         display_debug_info, display_debug_frames): Detect and warn
1327         about 64-bit format entries.
1328         (display_debug_aranges): Reword 64-bit warning.
1329         (debug_displays): Add .debug_pubtypes as a known, but not yet
1330         supported, debug section.
1332 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
1334         * coffdump.c (PROGRAM_VERSION): Delete.
1335         (main <'V'>): Call print_version.
1336         * srconv.c: Likewise.
1337         * sysdump.c: Likewise.
1338         * version.c (program_version): Remove.
1339         (print_version): Use BFD_VERSION_STRING.  Just print the current
1340         year in copyright message.
1341         * addr2line.c (program_version): Remove unused declaration.
1342         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1343         place of BFD_VERSION.
1344         * Makefile.am (Makefile): Depend on bfd/configure.in.
1345         (cplus-dem.o): Depend on Makefile.
1346         Run "make dep-am".
1347         * Makefile.in: Regenerate.
1349 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
1351         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1352         format .debug_arange sections.
1353         (main): Add missing prototype.
1355 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1357         * Makefile.am: Update dependencies with "make dep-am".
1358         * Makefile.in: Regenerate.
1360 2001-09-28  Richard Henderson  <rth@redhat.com>
1362         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1364 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
1366         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1367         VA_CLOSE.
1368         (non_fatal): Likewise.
1369         * objdump.c (objdump_sprintf): Likewise.
1370         * readelf.c (error): Likewise.
1371         (warn): Likewise.
1373 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
1375         * readelf.c (do_wide): New.
1376         (options): Add --wide.
1377         (usage, parse_args): Likewise.
1378         (process_program_headers): Put each segment on a single line if
1379         --wide is given.
1380         (process_section_headers): Put each section on a single line if
1381         --wide is given.
1382         * doc/binutils.texi: Document it.
1383         * NEWS: Likewise.
1385 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
1387         * readelf.c (print_vma): Print 8 digits of low hex value.
1389 2001-09-24  Andreas Jaeger  <aj@suse.de>
1391         * nlmconv.c: Fix warnings about unused attributes and function
1392         prototypes.
1394         * strings.c: Add prototype for get_char.
1396 2000-09-19  H.J. Lu  <hjl@gnu.org>
1398         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1399         $(srcdir)/cxxfilt.man.
1400         * doc/Makefile.in: Rebuild.
1402 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
1404         * objcopy.c (copy_main): Correct rename-section string parsing.
1405         Consolidate new_name parsing, and error messages.
1407 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
1409         * addr2line.c: Don't include <ctype.h>.
1410         (main): For gettext, also set the LC_CTYPE locate facet.
1411         * ar.c (main): Likewise.
1412         * coffdump.c (main): Likewise.
1413         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1414         (main): For gettext, also set the LC_CTYPE locate facet.
1415         Use ISALNUM instead of isalpha/isdigit.
1416         * dllwrap.c: Don't include <ctype.h>.
1417         (main): For gettext, also set the LC_CTYPE locate facet.
1418         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1419         (main): For gettext, also set the LC_CTYPE locate facet.
1420         Use TOUPPER instead of islower/toupper.
1421         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1422         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1423         Use TOUPPER instead of islower/toupper.
1424         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1425         * objcopy.c (main): Likewise.
1426         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1427         (disassemble_bytes): Use ISPRINT instead of isprint.
1428         (dump_section_stabs): Use ISDIGIT instead of isdigit.
1429         (dump_data): Use ISPRINT instead of isprint.
1430         (main): For gettext, also set the LC_CTYPE locate facet.
1431         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1432         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1433         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1434         Use TOUPPER instead of islower/toupper.
1435         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1436         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1437         (write_rc_accelerators): Use ISPRINT instead of isprint.
1438         (write_rc_rcdata): Likewise.
1439         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1440         * srconv.c (main): Likewise.
1441         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1442         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1443         isdigit/isupper/islower.
1444         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1445         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1446         stab_demangle_prefix, stab_demangle_qualified,
1447         stab_demangle_template, stab_demangle_type,
1448         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1449         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1450         (isgraphic): Use ISPRINT instead of isascii/isprint.
1451         (main): Remove HAVE_LC_MESSAGES dependency.
1452         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1453         (pbarray): Use ISPRINT instead of isprint.
1454         (main): For gettext, also set the LC_CTYPE locate facet.
1455         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1456         (format_from_filename): Use ISPRINT instead of isprint.
1457         (main): For gettext, also set the LC_CTYPE locate facet.
1458         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1459         (unicode_print): Use ISPRINT instead of isprint.
1460         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1461         (stab_variable): Use ISDIGIT instead of isdigit.
1463 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
1465         * ar.c (print_contents): Cast args of bfd_seek to the right types.
1466         Replace bfd_read call with call to bfd_bread.
1467         (extract_file): Likewise.
1469         * objdump.c (dump_section_header): Cast section->filepos to
1470         unsigned long to suit printf format string.
1471         * readelf.c (process_section_headers): Similarly for sh_offset.
1472         (process_unwind): Likewise.
1474 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
1476         * strings.c (encoding, encoding_bytes): New variables.
1477         (long_options): Add --encoding.
1478         (main): Accept -e and --encoding.
1479         (get_char): New function.  Read a, possibly wide, character from
1480         the input stream.
1481         (print_strings): Use get_char().
1482         (usage): Document new command line option.
1483         * doc/binutils.texi: Document new command line option.
1484         * NEWS: Announce new command line option.
1486 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
1488         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1489         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1490         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1491         Removed EM_CYGNUS_ARC.
1493 2001-09-04  Jeffrey A Law  (law@cygnus.com)
1495         * readelf.c: Include elf/h8 for H8 series definitions.
1496         (guess_is_rela): H8 series if RELA.
1497         (dump_relocations): Handle H8 series relocations.
1499 2001-08-31  Eric Christopher  <echristo@redhat.com>
1501         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1503 2001-08-29  Peter Targett  <peter.targett@arccores.com>
1505         * MAINTAINERS: Include ARC Maintainer.
1507 2001-08-29  Ben Elliston  <bje@redhat.com>
1509         * stabs.c (stab_demangle_template): Initialise s4.
1511 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
1513         * readelf.c (dump_relocations): Recognise EM_PPC64.
1515 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1517         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1519 2001-08-25  H.J. Lu  <hjl@gnu.org>
1521         * nm.c (print_width): New.
1522         (display_rel_file): Set `print_width' according to
1523         bfd_sprintf_vma.
1524         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1526 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
1528         * objcopy.c (use_alt_mach_code): New variable.
1529         (OPTION_ALT_MACH_CODE): Define.
1530         (copy_options): Added --alt-machine-code.
1531         (copy_main): Handle it.
1532         (copy_object): Switch to alternate machine code if requested.
1533         * doc/binutils.texi: Document new option.
1534         * NEWS: Likewise.
1536 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1538         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1540 2001-08-21  H.J. Lu  <hjl@gnu.org>
1542         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1543         (display_debug_info): Cast for 64bit hosts.
1544         (display_debug_frames): Likewise.
1545         (process_mips_specific): Likewise.
1547 2001-08-21  Andreas Jaeger  <aj@suse.de>
1549         * coffgrok.h: Add missing parameter for prototype of coff_grok.
1551         * sysdump.c: Add missing prototypes.
1552         * srconv.c: Likewise.
1553         * unwind-ia64.c: Likewise.
1554         * coffdump.c: Likewise.
1556         * sysinfo.y: Print prototypes, include <ansidecl.h>.
1558         * coffgrok.c: Add missing prototypes, include libiberty.h instead
1559         of declaring xcalloc.
1561 2001-08-10  H.J. Lu  <hjl@gnu.org>
1563         * nm.c (print_value): Add one arg, bfd *.
1564         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1565         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1566         (print_symbol_info_sysv): Likewise.
1567         (print_symbol_info_posix): Likewise.
1569         * objdump.c (dump_section_header): Replace printf_vma with
1570         bfd_printf_vma.
1571         (print_section_stabs): Likewise.
1572         (dump_bfd_header): Likewise.
1573         (objdump_print_value): Replace sprintf_vma with
1574         bfd_sprintf_vma.
1575         (disassemble_bytes): Likewise.
1576         (dump_reloc_set): Likewise.
1578 2001-08-10  Andreas Jaeger  <aj@suse.de>
1580         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1581         to build warnings.
1582         * configure: Regenerate.
1584 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
1586         * readelf.c: Add missing prototypes.
1587         * objdump.c: Likewise.  Format existing prototypes.
1589 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
1591         * readelf.c (display_debug_info): Add to abbrev_offset the addend
1592         of any RELA relocation for the abbrev_offset memory location that
1593         refers to the .debug_abbrev section symbol.
1595 2001-08-07  H.J. Lu  <hjl@gnu.org>
1597         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1598         (main): Return process_file ().
1600 2001-08-05  Philip Blundell  <philb@gnu.org>
1602         * doc/binutils.texi: Use "Thumb" not "THUMB".
1604 2001-08-03  John Healy  <jhealy@redhat.com>
1606         Patch suggested by Frank Eigler <fche@redhat.com>.
1607         * objdump.c (disassemble_data): Fill in section member of the
1608         disasm_info structure.
1610 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
1612         * configure.in: Added --with-windres option.
1613         * configure: Regenerated.
1615 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1617         * doc/binutils.texi: Use @command{name} for commands;
1618         use @option{-opt} for options; use @table @env for list of options;
1619         remove spaces arround [ | ] in synopsis.
1621         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1622         center title.
1624 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
1626         * objcopy.c: Fix formatting.
1627         (section_rename): New structure.
1628         (OPTION_RENAME_SECTION): New switch.
1629         (copy_usage): Document new switch.
1630         (add_section_rename): New function: Add a node to the section
1631         rename list.
1632         (find_section_rename): New function: Find the new name and
1633         flags for a section.
1634         (setup_section): Call find_section_name to determine the name
1635         of the output section.
1636         (copy_main): Handle OPTION_RENAME_SECTION.
1637         * binutils.texi: Document new switch.
1638         * NEWS: Mention new switch.
1640 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
1642         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1643         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1644         bug-binutils@gcc.org.
1646 2001-07-28  Matthias Kramm  <kramm@quiss.org>
1648         * bucomm.c (list_supported_architectures): New function.
1649         * bucomm.h (list_supported_architectures): Declare.
1650         * objdump.c (usage): Call the above.
1652 2001-07-25  Dave Brolley  <brolley@redhat.com>
1654         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1655         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1657 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
1659         * README: Update for 2.11.  Change bug reporting email address.
1660         * MAINTAINERS: Tidy up.  Change bug reporting email address.
1662 2001-07-16  DJ Delorie  <dj@redhat.com>
1664         * resres.c (write_res_header): Align header size.
1665         (res_align_file): Calculate alignment correctly.
1667         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1668         correct 10).
1669         * resrc.c (write_rc_resource): Likewise.
1670         * windres.h (SUBLANG_SHIFT): Define - as 10.
1672 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
1674         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1676 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
1678         * MAINTAINERS: Add notes about branch checkins.
1680 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
1682         * readelf.c (display_debug_macinfo): New function, display
1683         .debug_macinfo section.
1684         (do_debug_macinfo): New variable.
1685         (parse_args): Handle "-w[mM]" to mean display macro info.
1686         (process_section_headers): Handle debug_macinfo.
1687         (debug_displays): Replace unsupported function with macinfo
1688         function for .debug_macinfo display.
1689         * doc/binutils.texi: Document new command line switch.
1690         * NEWS: Document new feature of readelf.
1692 2001-07-05  H.J. Lu  <hjl@gnu.org>
1694         * objcopy.c (filter_symbols): Don't turn undefined symbols
1695         into local.
1697 2001-07-03  H.J. Lu <hjl@gnu.org>
1699         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1700         $@.pod.
1701         (ar.1): Likewise.
1702         (dlltool.1): Likewise.
1703         (nlmconv.1): Likewise.
1704         (nm.1): Likewise.
1705         (objcopy.1): Likewise.
1706         (objdump.1): Likewise.
1707         (ranlib.1): Likewise.
1708         (readelf.1): Likewise.
1709         (size.1): Likewise.
1710         (strings.1): Likewise.
1711         (strip.1): Likewise.
1712         (windres.1): Likewise.
1713         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1714         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1715         $(DEMANGLER_NAME).
1716         (as.1): Removed.
1717         * doc/Makefile.in: Regenerated.
1719 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
1721         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1723 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
1725         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1727 2001-06-29  James Cownie <jcownie@etnus.com>
1729         * readelf.c: Support DWARF 2.1 attributes.
1731 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
1733         * readelf.c (GET_DATA_ALLOC): Remove.
1734         (GET_DATA): Remove.
1735         (get_data): New function combining above macros, with an extra
1736         test for zero size.
1737         (slurp_rela_relocs): Use get_data, and catch error return.
1738         (slurp_rel_relocs): Likewise.
1739         (get_32bit_program_headers): Likewise.
1740         (get_64bit_program_headers): Likewise.
1741         (get_32bit_section_headers): Likewise.
1742         (get_64bit_section_headers): Likewise.
1743         (get_32bit_elf_symbols): Likewise.
1744         (get_64bit_elf_symbols): Likewise.
1745         (process_section_headers): Likewise.
1746         (process_relocs): Likewise.
1747         (slurp_ia64_unwind_table): Likewise.
1748         (process_unwind): Likewise.
1749         (get_32bit_dynamic_segment): Likewise.
1750         (get_64bit_dynamic_segment): Likewise.
1751         (process_dynamic_segment): Likewise.
1752         (process_version_sections): Likewise.
1753         (process_symbol_table): Likewise.
1754         (dump_section): Likewise.
1755         (display_debug_info): Likewise.
1756         (display_debug_section): Likewise.
1757         (process_section_contents): Likewise.
1758         (process_corefile_note_segment): Likewise.
1759         (process_mips_specific): Likewise.  Also free econf32, econf64.
1761 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
1763         * readelf.c (dump_relocations): Print "bad symbol index" if
1764         symtab == NULL with non-zero symtab_index.
1765         (process_relocs): Don't bomb if reloc section has no symsec.
1767 2001-06-24  H.J. Lu  <hjl@gnu.org>
1769         * objcopy.c (strip_main): Revert the change made on 2001-05-30
1770         by accident.
1771         (copy_main): Apply the the change made to strip_main on
1772         2001-05-30 by accident.
1774 2001-06-23  Andreas Jaeger  <aj@suse.de>
1776         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1777         parameter 'code'.
1778         (unw_decode_x2): Likewise.
1779         (unw_decode_x3): Likewise.
1780         (unw_decode_x4): Likewise.
1782 2001-06-23  Ben Elliston  <bje@redhat.com>
1784         * MAINTAINERS: Add myself as M88k maintainer.
1786 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
1788         * objcopy.c (strip_main): Support -o or --output-file command lien
1789         switch.
1791 2001-06-19  H.J. Lu <hjl@gnu.org>
1793         * doc/Makefile.in: Regenerated.
1795 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
1797         * readelf.c: Restore formatting.
1799 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1801         * Makefile.am: Move documentation into doc subdirectory.
1802         * Makefile.in: Regenerated.
1803         * binutils.texi: Move into doc subdirectory.
1804         * addr2line.1: Removed.
1805         * ar.1: Likewise.
1806         * dlltool.1: Likewise.
1807         * nlmconv.1: Likewise.
1808         * nm.1: Likewise.
1809         * objcopy.1: Likewise.
1810         * objdump.1: Likewise.
1811         * ranlib.1: Likewise.
1812         * readelf.1: Likewise.
1813         * size.1: Likewise.
1814         * strings.1: Likewise.
1815         * strip.1: Likewise.
1816         * windres.1: Likewise.
1817         * cxxfilt.man: Likewise.
1818         * doc: New Directory.
1819         * doc/Makefile.am: New file.
1820         * doc/Makefile.in: Generate.
1822 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
1824         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
1826 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
1828         * MAINTAINERS: Update my email address.
1830 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
1832         * objcopy.c: Add new switches: --keep-global-symbol,
1833         --keep-symbols, --localize-symbols, --keep-global-symbols and
1834         --weaken-symbols.
1835         * binutils.texi: Document new switches.
1836         * objcopy.1: Regenerate.
1837         * NEWS: Announce new feature.
1839 2001-05-28  Andreas Jaeger  <aj@suse.de>
1841         * readelf.c (display_debug_frames): Fix warnings: Remove unused
1842         variables, fix format strings.
1844 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
1846         * objdump.c (disassemble_bytes): Remove section VMA adjustment
1847         when computing the address of the line to show.
1849 2001-05-16  Richard Henderson  <rth@redhat.com>
1851         * readelf.c (do_debug_frames_interp): New.
1852         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1853         (byte_get_big_endian): Likewise.
1854         (parse_args) ['F']: Set do_debug_frames_interp.
1855         (Frame_Chunk): Make data_factor signed, add fde_encoding.
1856         (frame_display_row): Don't trunc pc_begin to int.
1857         (size_of_encoded_value): New.
1858         (display_debug_frames): Handle 64-bit targets.  Print raw data
1859         unless do_debug_frames_interp.
1860         (debug_displays): Remove duplicate .debug_frame.
1862 2001-05-15  Ralf Baechle  <ralf@gnu.org>
1864         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1865         The former constant was never in active use and is used otherwise
1866         by the ABI.
1868 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
1870         * readelf.c (process_unwind): Print all unwind sections, not just
1871         one.
1873 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1875         * readelf.c (process_unwind): Remove const specifier.
1877 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1879         * strings.c (isgraphic): Do not use isascii() unless it is needed
1880         for isprint() to work.
1881         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1883 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
1885         * NEWS: Announce support for OpenRISC.
1887 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
1889         * dlltool.c (do_default_excludes): Initialise to true.
1891 2001-04-10  Alan Modra  <amodra@one.net.au>
1893         * MAINTAINERS: Update my email address
1894         * nm.c (print_symbol_info_bsd): Use a simple printf string.
1896 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
1898         * readelf.c (display_debug_lines): Fix typo for "Prologue".
1900 2001-03-30  H.J. Lu  <hjl@gnu.org>
1902         * readelf.c (process_unwind): Just return if do_unwind is 0.
1904 2001-03-28  Roger Sayle  <roger@metaphorics.com>
1906         * dlltool.c (make_one_lib_file): Fix section flags for
1907         .text, .data and .bss in stub ds*.o files to match those
1908         generated by gas.
1910 2001-03-29  H.J. Lu  <hjl@gnu.org>
1912         * readelf.c (process_unwind): Only do unwind sections for
1913         IA64.
1915 2001-03-28  H.J. Lu  <hjl@gnu.org>
1917         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1918         * Makefile.in: Regenerate.
1920 2001-03-26  Andreas Jaeger  <aj@suse.de>
1922         * binutils.texi (nm): Fix texi syntax.
1924 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1926         * binutils.texi: Put @c man begin and @c man end indications
1927         to generate man pages using texi2pod and pod2man. Put @c man title
1928         to identify each man. Add SEEALSO entries.
1929         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1930         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1931         sort the list.
1932         (*.1): Build the man pages from binutils.texi.
1933         * Makefile.in: Regenerate.
1935 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
1937         * defparse.y (opt_equal_name): allow "." in name.
1938         * dlltool.c (def_exports): Added ability to generate forwarded exports.
1939         (gen_exp_file): Likewise.
1941 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
1943         * NEWS: Document addition of -B switch to objcopy.
1944         * binutils.texi:  Document addition of -B switch to objcopy.
1945         * objcopy.c: (copy_options): Add --binary-architecture.
1946         (copy_usage): Document -B/--binary-architecture.
1947         (copy_main): Support -B/--binary-architecture.  Set
1948         bfd_external_binary_architecture.
1950 2001-03-11  Andreas Jaeger  <aj@suse.de>
1952         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1953         (dump_relocations): Likewise.
1954         (get_machine_name): Likewise.
1956 2001-02-28  Nick Clifton  <nickc@redhat.com>
1958         * readelf.c: (struct unw_aux_info): Remove const modifier for
1959         'strtab' field.
1960         (process_unwind): Remove non-K&R compliant LHS type cast in call
1961         to GET_DATA_ALLOC macro.
1963 2001-02-28  Philip Blundell  <pb@futuretv.com>
1965         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1966         ABI is in use; remove ambiguity between the "unknown" EABI and
1967         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
1968         renamed EF_xx constants.
1970 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
1972         * configure.in (BFD_VERSION): New.
1973         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1974         * configure: Regenerate.
1975         * Makefile.am: Run "make dep-am"
1976         * Makefile.in: Regenerate.
1978 2001-02-14  Nick Clifton  <nickc@redhat.com>
1980         * MAINTAINERS: Add "Obvious Fix" rule.
1982 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1984         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1985         literal concatenation.
1987 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1989         * readelf.c (struct unw_aux_info): Remove const from the info member.
1990         (process_unwind): Don't type-cast the third argument to the
1991         GET_DATA_ALLOC macro.
1993 2001-02-11  Nick Clifton  <nickc@redhat.com>
1995         * readelf.c (dump_relocations): Free corrected allocated
1996         array.
1997         (process_unwind): Fix compile time warning.
1999 2001-02-10  Nick Clifton  <nickc@redhat.com>
2001         * binutils.texi: Document new --unwind option to readelf.
2003 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2005         * readelf.c: Add linux target for S/390.
2007 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
2009         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2010         printf is a macro.
2012 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
2014         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2015         * aclocal.m4: Regenerate.
2016         * configure: Regenerate.
2018 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
2020         * bucomm.c (bfd_target_vector): Change extern array to pointer.
2021         * objdump.c (bfd_target_vector): Likewise.
2023 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
2025         * readelf.c (process_unwind): New function.
2026         (slurp_ia64_unwind_table): Ditto.
2027         (dump_ia64_unwind): Ditto.
2028         (find_symbol_for_address): Ditto.
2029         (slurp_rela_relocs): New function (split off from dump_relocations()).
2030         (slurp_rel_relocs): Ditto.
2031         (parse_args): Handle '-u' option.
2033         * unwind-ia64.c: New file.
2034         * unwind-ia64.h: New file.
2035         * Makefile.am: Include unwind-ia64.c in readelf build.
2036         * Makefile.in: Regenerate.
2037         * po/binutils.pot: Regenerate.
2039 2001-02-04  Philip Blundell  <philb@gnu.org>
2041         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2042         * configure: Regenerate.
2044 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
2046         * ieee.c (ieee_add_bb11): Don't check for backslashes
2047         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2049 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
2051         * ieee.c: Update copyright.
2052         (ieee_start_compilation_unit): Don't check for backslashes
2053         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2055         * stabs.c: Update copyright. Include "filenames.h".
2056         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2058 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
2060         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2061         sections are present before using them.  Remove code duplication.
2062         (process_symbol_table): Check if VERDEF or VERNEED sections are
2063         present before using them.
2065 2001-01-17  Nick Clifton  <nickc@redhat.com>
2067         * objcopy.c (copy_object): Fail if attempting to convert the
2068         endianness of the input object file.
2070         * binutils.texi: Explain that objcopy cannot convert endianness.
2072 2001-01-16  Nick Clifton  <nickc@redhat.com>
2074         * readelf.c (string_table_length): New variable.
2075         (SECTION_NAME): Catch out of range indices and missing section
2076         pointers.
2077         (process_section_headers): Delete useless local variable
2078         string_table_offset.  Set the value of string_table_length
2079         after loading the string table.
2080         (process_mips_specific): Use SECTION_NAME macro.
2081         (process_file): Set string_table_length to 0 when it is freed.
2083 2001-01-12  Nick Clifton  <nickc@redhat.com>
2085         * version.c (print_version): Update copyright date.
2087 2001-01-11  Peter Targett  <peter.targett@arccores.com>
2089         * readelf.c (dump_relocations): Include selection with EM_ARC.
2090         (get_machine_name) Update name to "ARC".
2092 2001-01-09  Nick Clifton  <nickc@redhat.com>
2094         * Makefile.am: Add rule to build objdump.o from objdump.c and
2095         using OBJDUMP_DEFS.
2096         * Makefile.in: Regenerate.
2098         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
2099         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2100         -DDISASSEMBLER_NEEDS_RELOCS.
2101         * configure: Regenerate.
2103         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2104         is defined read in the relocs even if dump_reloc_info is
2105         false.
2107 2001-01-07  Philip Blundell  <philb@gnu.org>
2109         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2110         `bug-binutils'.
2111         * README: Likewise.
2113 2000-12-19  Nick Clifton  <nickc@redhat.com>
2115         * dlltool.c: Add missing support for arm-epoc-pe.
2116         * configure.in: Add missing support for arm-epoc-pe.
2117         * configure: Regenerate.
2119 2000-12-15  Nick Clifton  <nickc@redhat.com>
2121         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2122         Mode parts of the x86 port.
2124 2000-12-04  Andreas Jaeger  <aj@suse.de>
2126         * readelf.c (guess_is_rela): Add EM_X86_64.
2127         (dump_relocations): Add EM_X86_64.
2128         (get_machine_name): Add EM_X86_64.
2129         Include "elf/x86-64.h".
2131 2000-12-12  Nick Clifton  <nickc@redhat.com>
2133         * readelf.c: Fix formatting.
2135 2000-12-11  Jan Hubicka  <jh@suse.cz>
2137         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2139 2000-12-07  Andrew Haley  <aph@redhat.com>
2141         * readelf.c (display_debug_frames): Only display columns that are
2142         referenced by the frame debug info.
2144 2000-12-05  Nick Clifton  <nickc@redhat.com>
2146         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2148 2000-12-04  Jason Merrill  <jason@redhat.com>
2150         * readelf.c (process_section_headers): Handle linkonce.wi sections.
2151         (display_debug_section): Likewise.
2152         (display_debug_info): Display CU header before bailing.
2154 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
2156         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2157         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
2158         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2160         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2161         and E_MIPS_ARCH_64.
2163         * readelf.c (get_machine_flags): Add case for
2164         E_MIPS_MACH_SB1.
2166 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
2168         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2170 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
2172         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
2173         Change sourceware.cygnus.com to sources.redhat.com.
2174         Fix typo for "amongst".
2176 2000-11-28  Nick Clifton  <nickc@redhat.com>
2178         * strip.1 (COPYING): Mention that the GNU Free Documentation
2179         License is present in the sources, but not the output, and
2180         also available from the GNU website.
2181         (GNU Free Documentation License): Comment out this section.
2182         * strings.1: Ditto.
2183         * size.1: Ditto.
2184         * ranlib.1: Ditto.
2185         * objdump.1: Ditto.
2186         * objcopy.1: Ditto.
2187         * nm.1: Ditto.
2188         * nlmconv.1: Ditto.
2189         * ar.1: Ditto.
2190         * addr2line.1: Ditto.
2192 2000-11-27  DJ Delorie  <dj@redhat.com>
2194         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2195         (parse_args): Support -wf option.
2196         (process_section_headers): Ditto.
2197         (debug_displays): Ditto.
2198         (display_debug_frames): New, dump *_frame sections.
2199         (frame_need_space): Support for above.
2200         (frame_display_row): Ditto.
2201         * binutils.texi: Document it.
2203 2000-11-24  Nick Clifton  <nickc@redhat.com>
2205         * NEWS: Announce support for v5t, v5te and XScale.
2207 2000-11-22  Nick Clifton  <nickc@redhat.com>
2209         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2210         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2211         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2212         (get_elf_section_flags: Add SHF_GROUP.
2213         (process_section_headers): Adjust output for 32-bit binaries
2214         to look nice on an 80 column terminal.
2216 2000-11-20  H.J. Lu  <hjl@gnu.org>
2218         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2219         ELFOSABI_AIX.
2221 2000-11-17  Richard Henderson  <rth@redhat.com>
2223         * readelf.c (display_debug_lines): Adjust last change to
2224         use sizeof (external->li_length).
2226 2000-11-17  Richard Henderson  <rth@redhat.com>
2228         * readelf.c (display_debug_lines): Fix section length check
2229         and end_of_sequence computation.
2231 2000-11-06  Nick Clifton  <nickc@redhat.com>
2233         * binutils.texi: Add GNU Free Documentation License.
2234         * objcopy.1: Add GNU Free Documentation License.
2235         * objdump.1: Add GNU Free Documentation License.
2236         * addr2line.1: Add GNU Free Documentation License.
2237         * ar.1: Add GNU Free Documentation License.
2238         * nlmconv.1: Add GNU Free Documentation License.
2239         * nm.1: Add GNU Free Documentation License.
2240         * ranlib.1: Add GNU Free Documentation License.
2241         * size.1: Add GNU Free Documentation License.
2242         * strings.1: Add GNU Free Documentation License.
2243         * strip.1: Add GNU Free Documentation License.
2245 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
2247         * objcopy.c (--srec-len=nn): New parameter to set the
2248         maximum length of generated Srecords.
2249         (--srec-forceS3): New parameter that restricts the generation of
2250         Srecords to type S3 only.
2251         * binutils.texi: Document new command line switches.
2252         * objcopy.1: Docuemnt the new command line switches.
2253         * NEWS: Announce the existence of the new command line switches.
2255 2000-10-31  Nick Clifton  <nickc@redhat.com>
2257         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2258         code.  Add Eric Chrisopher as maintainer of MN10300 port.
2260 2000-10-12  Roger Sayle  <roger@metaphorics.com>
2262         * Make comma after string after icon/control optional.
2264 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
2266         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2268         * NEWS: Mention support for MIPS32.
2270 2000-09-08  Nick Clifton  <nickc@redhat.com>
2272         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2274 2000-09-07  H.J. Lu  <hjl@gnu.org>
2276         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2277         * configure: Rebuild.
2279 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
2281         * configure: Rebuilt with new libtool.m4.
2283 2000-09-05  Nick Clifton  <nickc@redhat.com>
2285         * aclocal.m4: Regenerate.
2286         * config.in: Regenerate.
2287         * configure: Regenerate.
2289 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
2291         * strip.1: Fix stray '\' in -o formatting.
2293 2000-09-02  Nick Clifton  <nickc@redhat.com>
2295         * configure.in: Increase version number to 2.10.91.
2296         * configure: Regenerate.
2297         * aclocal.m4: Regenerate.
2298         * config.in: Regenerate.
2299         * po/binutils.pot: Regenerate.
2301 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
2303         * acinclude.m4: Include libtool and gettext macros from the
2304         top level.
2305         * aclocal.m4, configure: Rebuilt.
2307 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
2309         * resrc.c (close_input_stream): Delete extraneous logic
2311 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
2313         * NEWS: Mention support for CRIS.
2315 2000-08-21  Nick Clifton  <nickc@redhat.com>
2317         * addr2line.c: Changed email address for Ulrich Lauther.
2319 2000-08-17  Christopher C. Chimelis <chris@debian.org>
2321         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2323 2000-08-17  Nick Clifton  <nickc@redhat.com>
2325         * readelf.c (display_debug_pubnames): Only issue warning
2326         message once.  Terminate message with a new line.
2327         (display_debug_aranges): Only display version 2 debug info.
2329 2000-08-14  Todd Vierling <tv@wasabisystems.com>
2331         * objcopy.c (strip_main): Silently accept -d as an alias for -g
2332         for compatability with old BSD systems.
2334 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
2336         * NEWS: Mention i860 support.
2338 2000-08-11  Carlo Wood <carlo@alinoe.com>
2340         * addr2line.c (main): Add const to char *.
2342 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
2344         * ar.c (main): Don't crash if called with no arguments
2345         or only '-X32_64' as an argument.
2347 2000-08-08  DJ Delorie  <dj@redhat.com>
2349         * resrc.c: use "gcc -xc" instead of -xc-header
2351 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
2353         * readelf.c (elf/i860.h): Include.
2354         (dump_relocations): Add recognition of i860 architecture.
2355         (guess_is_rela): Add recognition of i860 architecture.
2357 2000-08-03  Nick Clifton  <nickc@cygnus.com>
2359         * MAINTAINERS: Add information about CGEN maintainers.
2361 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
2363         * nm.c (main): Ignore '-X32_64' as an option.
2364         * ar.c (main): Likewise.
2365         * binutils.texi (nm): Document new option.
2366         (ar): Likewise.
2368 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2370         * rdcoff.c (external_coff_symbol_p): K&R-ise.
2372 2000-07-20  H.J. Lu  <hjl@gnu.org>
2374         * binutils.texi: Put back "@end table" deleted by
2375         accident.
2377 2000-07-05  Kenneth Block  <krblock@computer.org>
2379         * nm.c: Add optional style to demangle switch.
2380         * objdump.c: Add optional style to demangle switch.
2381         * addr2line.c: Add optional style to demangle switch.
2382         * binutils.texi: Document optional style to demangle
2383         switch.
2385 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
2387         * MAINTAINERS: Add self as CRIS port maintainer.
2388         * readelf.c: Include elf/cris.h.
2389         (guess_is_rela): Handle EM_CRIS.
2390         (dump_relocations): Ditto.
2391         (get_machine_name): Ditto.
2392         * Makefile.am: Rebuild dependencies.
2393         * Makefile.in: Regenerate.
2394         * po/binutils.pot: Regenerate.
2396 2000-07-19  H.J. Lu  <hjl@gnu.org>
2398         * readelf.c (get_dynamic_type): Change "AUXILARY" to
2399         "AUXILIARY".
2400         (process_dynamic_segment): Print out strings for DT_CONFIG,
2401         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2403 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
2405         * nm.c (usage): Change output of `nm --help' to include a
2406         description of the purpose of the program and a detailed
2407         description of the accepted options.
2409 2000-07-19  H.J. Lu  <hjl@gnu.org>
2411         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2412         to DF_1_NODEFLIB.
2414 2000-07-19  H.J. Lu  <hjl@gnu.org>
2416         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2418 2000-07-19  H.J. Lu  <hjl@gnu.org>
2420         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2421         DT_FEATURE.
2422         (process_dynamic_segment): Likewise.
2424         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2425         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2426         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2427         DF_1_NODUMP and DF_1_CONLFAT.
2429 2000-07-18  Nick Clifton  <nickc@cygnus.com>
2431         * binutils.texi (readelf): Fix spelling typo.
2433 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
2435         * objdump.c (usage): Make output of `objdump --help' more
2436         consistent with the rest of the GNU world.  Add a line describing
2437         the purpose of the program.
2439 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
2441         * stabs.c (parse_stab_range_type): Cast to proper type to fix
2442         warning.
2444 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
2446         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2447         to fix warnings.
2448         (process_symbol_table): Ditto.
2449         (procesS_extended_line_op): Ditto.
2450         (display_debug_lines): Ditto.
2451         (display_debug_pubnames): Ditto.
2452         (read_and_display_attr): Ditto.
2454 2000-07-09  Nick Clifton  <nickc@cygnus.com>
2456         * MAINTAINERS: Add several more port specific maintainers.
2458 2000-07-05  Nick Clifton  <nickc@cygnus.com>
2460         * MAINTAINERS: Add blanket write privs for Michael Meissner.
2462 2000-06-05  DJ Delorie  <dj@redhat.com>
2464         * MAINTAINERS: New.
2466 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
2468         * dllwrap.c: Changed mistaken dyn_string_append() calls
2469         to dyn_string_append_cstr().
2471 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
2473         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2474         struct debug_type stores size in bytes.
2476 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
2478         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
2479         (CLEANFILES): Add DEPA.
2480         * Makefile.in: Regenerate.
2482 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
2484         * ar.c: Revert incorrect 2000-06-25 patch.
2485         * bucomm.c: Likewise.
2487 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2489         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2490         (external_coff_symbol_p): New function.
2491         (parse_coff): Use it.
2493 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
2495         * ar.c (normalize): Advance past both characters in a DOS based
2496         <letter>: filepath prefix.
2497         (main): Likewise.
2498         * bucomm.c (make_tempname): Likewise.
2500 2000-06-24  Nick Clifton  <nickc@cygnus.com>
2502         * objdump.c (usage): Fix description of --stabs switch.
2504 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
2506         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2507         find one.
2508         * Makefile.in: Regenerate.
2510 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
2512         * ar.c (normalize): Correct pointer comparison when checking for
2513         backslashes.
2514         (main): Likewise.
2515         * bucomm.c (make_tempname): Likewise.
2517         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2518         and search for backslashes in the original pathname.
2519         (ieee_add_bb11): Likewise.
2521 2000-06-18  Nick Clifton  <nickc@redhat.com>
2523         * ar.c (print_contents): Improve verbose message.
2525 2000-06-15  H.J. Lu  <hjl@gnu.org>
2527         * dyn-string.c: Removed. Not needed with dyn-string.c in
2528         libiberty.
2529         * dyn-string.h: Likewise.
2531         * Makefile.am: Remove references to dyn-string.c and
2532         dyn-string.h. Rebuild dependency.
2533         * Makefile.in: Rebuild.
2535 2000-06-15  H.J. Lu  <hjl@gnu.org>
2537         * binutils.texi: Put a warning on copying relocatable object
2538         files between two different formats.
2540 2000-06-13  DJ Delorie  <dj@cygnus.com>
2542         * rcparse.y (control): ICON controls take an id as the first
2543         parameter, not an optional string.  Also, call new convenience
2544         function that takes res_id's.
2545         * resrc.c (define_control): missing text means zero-length string,
2546         not zero ID.
2547         (define_icon_control): New.
2548         * windres.h: declare define_icon_control.
2550 2000-06-13  H.J. Lu  <hjl@gnu.org>
2552         * configure: Regenerate.
2554 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
2556         * configure.in (VERSION): Update to show this is the CVS mainline.
2558 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
2560         * strings.c (isgraphic): Interpret <TAB> as a printable character,
2561         analogous to <SPACE>.
2563 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
2565         * objdump.c (display_target_list): Use bfd_close_all_done, not
2566         bfd_close to fix crash caused by 2000-05-24 change.
2568 2000-05-25  DJ Delorie  <dj@cygnus.com>
2570         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2572 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
2574         * Makefile.am: Update dependencies with "make dep-am"
2575         * Makefile.in: Regenerate.
2577 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
2579         * ar.c: Include filenames.h.
2580         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2581         and drive letters in file names.
2582         (main): Support backslashes and drive letters in argv[0].  Drop
2583         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
2584         FILENAME_CMP instead of strcmp to compare file names.
2585         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2586         DJGPP v2.
2587         (do_quick_append) [__GO32__]: Ditto.
2588         (get_pos_bfd, delete_members, move_members, replace_members):
2589         Compare file names with FILENAME_CMP.
2591         * bucomm.c: Include filenames.h.
2592         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2593         forward/backward slashes and drive letters in file names.
2595         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2596         mixed forward/backward slashes and drive letters in file names.
2598         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2599         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2600         mode.
2602         * objcopy.c: Include filenames.h.
2603         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2604         before comparing to "strip".
2605         Use FILENAME_CMP to compare file names.
2607         * arsup.c: Include filenames.h.
2608         (map_over_list, ar_delete, ar_replace, ar_extract): Use
2609         FILENAME_CMP to compare file names.
2610         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2611         the temporary file name.
2613         * configure.in: Check for setmode.
2614         * configure: Regenerate.
2616 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
2618         * objdump.c (display_target_list): Close the bfd.
2619         (display_info_table): Likewise.
2621 2000-05-14  H.J. Lu  (hjl@gnu.org)
2623         * objcopy.c (filter_symbols): Don't strip global symbols in
2624         relocatable object files.
2626 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
2628         * size.c (usage): Associate short options with corresponding long
2629         option to give a clue as to their function.
2631 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
2633         * size.c (main): Accept and ignore `-f' option.
2635 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
2637         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2638         bindtextdomain): Replace defines with those from intl/libgettext.h
2639         to quieten gcc warnings.
2641 2000-05-12  H.J. Lu  <hjl@gnu.org>
2643         * nlmconv.c (temp_filename): Removed.
2645         * nlmconv.c (link_inputs): Use make_temp_file () instead of
2646         choose_temp_base ().
2647         * objdump.c (display_target_list): Likewise.
2648         (display_info_table): Likewise.
2650 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
2652         * objcopy.c (setup_section): Add const and gettext calls for err.
2654 2000-05-02  H.J. Lu  <hjl@gnu.org>
2656         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2657         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2658         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2659         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2660         and ELFOSABI_OPENBSD.
2662 2000-05-02  Kazu Hirata  <kazu@hxi.com>
2664         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2665         * srconv.c: Likewise.
2666         * sysdump.c: Likewise.
2668 2000-04-23  Denis Chertykov  <denisc@overta.ru>
2670         * readelf.c (guess_is_rela): AVR uses RELA relocations.
2671         (get_machine_name): machine name for EM_AVR added.
2673 2000-04-21  Richard Henderson  <rth@cygnus.com>
2674             David Mosberger  <davidm@hpl.hp.com>
2676         * Makefile.am (readelf.o): Add elf/ia64.h.
2677         * Makefile.in: Rebuild.
2678         * readelf.c: Include elf/ia64.h.
2679         (guess_is_rela, dump_relocations): Handle EM_IA_64.
2681 2000-04-17  Timothy Wall  <twall@cygnus.com>
2683         * objdump.c (disassemble_data): Set octets per byte *after*
2684         resolving arch/mach for binary files.
2686 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2688         * arlex.l: Add directives to increase lex buffer size.
2690         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2691         already included by bucomm.h.
2693 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
2695         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2696         `strftime' since strftime is not available on all systems.
2697         (process_mips_specific): Ditto.
2699 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
2701         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
2702         --enable-build-warnings option.
2703         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2704         * Makefile.in, configure: Re-generate.
2706 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
2708         * addr2line.c: Update copyright.
2709         * objcopy.1: Likewise, and title.
2710         * strings.1: Likewise.
2712         * version.c (print_version): Add 2000.
2714         * rddbg.c (read_section_stabs_debugging_info): Don't use
2715         bfd_size_type for strx to avoid printf problems if BFD64.
2717         * bucomm.c: (report): Remove `static'.
2718         Move inclusion of stdarg.h/vararg.h from here.
2719         * bucomm.h: To here.
2720         (CONST): Change all occurences to const.
2721         (report): Declare it.
2722         (bfd_fatal): Add ATTRIBUTE_NORETURN.
2723         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2724         (non_fatal): Add ATTRIBUTE_PRINTF_1.
2726         * ar.c (main): Use fatal or non_fatal instead of fprintf.
2727         Correct a typo in an error message.
2728         (do_quick_append): Use non_fatal instead of fprintf.
2729         (move_members): Use fatal instead of fprintf, exit.
2730         * coffdump.c (main): Same here.
2732         * dlltool.c (display): Delete.
2733         (warn): Delete.
2734         (inform): Use `report' instead of `display'.
2735         (rvaafter): Remove trailing \n from fatal error msg.
2736         (rvabefore): Ditto.
2737         (asm_prefix): Ditto.
2738         (yyerror): Replace `warn' with `non_fatal', and remove \n.
2739         (def_name): Likewise.
2740         (run): Likewise.
2741         (scan_all_symbols): Likewise.
2742         (gen_lib_file): Likewise.
2743         (def_library): Likewise.  Remove extra program_name too.
2744         (run): Remove \n from inform strings.
2745         (scan_drectve_symbols): Likewise.
2746         (add_excludes): Likewise.
2747         (scan_open_obj_file): Likewise.
2748         (gen_exp_file): Likewise.
2749         (gen_lib_file): Likewise.
2750         (process_duplicates): Likewise.
2752         * Makefile.am (dllwrap_SOURCES): Add version.c.
2753         * dllwrap.c (program_version): Delete.
2754         (print_version): Delete.
2755         (display): Always print trailing \n.
2756         (warn): New.
2757         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
2758         (run): Here too.
2759         (main): And here.
2760         (usage): gettext'ify.
2761         (long_options): Add missing initialisers.
2763         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2764         (select_output_format): Likewise.
2765         (powerpc_mangle_relocs): Likewise.
2766         (link_inputs): Likewise.
2768         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2769         (set_output_format): Likewise.
2770         (main): Use non_fatal instead of fprintf.
2771         (display_rel_file): Likewise.
2773         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2774         (slurp_dynamic_symtab): Same here.
2775         (disassemble_data): And here.
2776         (read_section_stabs): And here.
2777         (read_section_stabs): And here.
2778         (dump_bfd): And here.
2779         (main): And here.
2780         (objdump_sprintf): Use fatal instead of fprintf, exit.
2781         (disassemble_data): Same here.
2783         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2784         (parse_coff_struct_type): Same here.
2785         (parse_coff_enum_type): And here.
2786         (parse_coff): And here.
2787         * rddbg.c (read_debugging_info): And here.
2788         * size.c (main): And here.
2789         * windres.c (format_from_name): And here.
2790         * wrstabs.c (stab_write_symbol): Here too.
2791         (write_stabs_in_sections_debugging_info): And here.
2792         (stab_int_type): And here.
2793         (stab_struct_field): And here.
2794         (stab_typdef): And here.
2796         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2797         * srconv.c (main): Same here.
2798         * strings.c (main): And here.
2799         (integer_arg): And here.
2800         * sysdump.c (main): And here.
2802 2000-04-06  Timothy Wall  <twall@cygnus.com>
2804         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2806 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2808         * readelf.c (decode_location_expression): Loop through multiple
2809         operations.
2810         (read_and_display_attr): Pass in length.
2812         * readelf.c (read_and_display_attr): Add CU offset to references.
2813         (display_debug_info): Pass it in.
2815 2000-04-06  Nick Clifton  <nickc@cygnus.com>
2817         * readelf.c (decode_ARM_machine_flags): New function.
2818         (get_machine_flags): Call decode_ARM_machine_flags for ARM
2819         targets.
2821         (get_machine_name): Catch EM_AVR
2823 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
2825         * binutils.texi: Remove optional `=' from long options that have
2826         an `=' in the argument.
2827         * objcopy.1: Here too.  Remove extra space on discard-all.
2829         * binutils.texi (objcopy): Mention --redefine-sym.
2830         * objcopy.1: Here too.
2831         * NEWS: And here.
2833         * objcopy.c (parse_flags): Split off flag names from error message
2834         gettext as they are not translated.
2835         (copy_main): Similarly split off option name for --add-section,
2836         --set-section-flags, --change-section-vma, --change-section-lma
2837         error messages.
2838         Some white space changes.
2840         from Matthew Benjamin <matt@linuxbox.nu>
2841         * objcopy.c (struct redefine_node): New.
2842         (redefine_sym_list): New.
2843         (redefine_list_append): New.
2844         (lookup_sym_redefinition): New.
2845         (OPTION_REDEFINE_SYM): New.
2846         (copy_options): Add --redefine-sym option.
2847         (copy_usage): Mention it.
2848         (filter_symbols): Rename symbols on redefine_sym_list.
2849         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2850         (copy_main): Handle OPTION_REDEFINE_SYM.
2852 2000-04-04  H.J. Lu  <hjl@gnu.org>
2854         * readelf.c (process_symbol_table): Correctly read in symbol
2855         versioning information.
2857 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
2859         * po/binutils.pot: Regenerate.
2861         * addr2line.c (usage): Restore translated part of bug string.
2862         * ar.c (usage): Likewise.
2863         * nlmconv.c (show_usage): Likewise.
2864         * nm.c (usage): Likewise.
2865         * objcopy.c (copy_usage): Likewise.
2866         (strip_usage): Likewise.
2867         * objdump.c (usage): Likewise.
2868         * readelf.c (usage): Likewise.
2869         * size.c (usage): Likewise.
2870         * strings.c (usage): Likewise.
2871         * windres.c (usage): Likewise.
2873         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2874         (DEP): Quote when passing vars to sub-make.  Add warning
2875         message to end.
2876         (DEP1): Rewrite for "gcc -MM".
2877         (CLEANFILES): Add DEP2.
2878         Update dependencies.
2879         * Makefile.in: Regenerate.
2881 2000-04-04  H.J. Lu  <hjl@gnu.org>
2883         * Makefile.am (GENERATED_HFILES): Add rcparse.h
2884         (arparse.h): Depend on arparse.c
2885         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2887 2000-04-03  H.J. Lu  (hjl@gnu.org)
2889         * size.c (usage): Use REPORT_BUGS_TO.
2891 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
2893         * bucomm.h: #include "bin-bugs.h"
2894         * addr2line.c (usage): Use REPORT_BUGS_TO.
2895         * ar.c (usage): Likewise.
2896         * nlmconv.c (show_usage): Likewise.
2897         * nm.c (usage): Likewise.
2898         (OPTION_TARGET): Define.
2899         (long_options): Use OPTION_TARGET rather than 200.
2900         (main): Likewise.
2902         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2903         (strip_usage): Likewise.
2904         * objdump.c (usage): Likewise.
2905         * readelf.c (usage): Likewise.
2906         * strings.c (usage): Likewise.
2907         * windres.c (usage): Likewise.
2909 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2911         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2913 2000-03-27  Nick Clifton  <nickc@cygnus.com>
2915         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2916         string offsets in corrupt stabs entries.
2918 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
2920         * readelf.c: Include elf/avr.h
2921         (dump_relocations): Add EM_AVR case.
2923 2000-03-09  Tim Waugh  <twaugh@redhat.com>
2925         * strings.1: Correct '-bytes' to '--bytes'.
2927 2000-03-08  H.J. Lu  <hjl@gnu.org>
2929         * Makefile.am (install-exec-local): Depend on
2930         install-binPROGRAMS for parallel make.
2931         * Makefile.in: Regenerated.
2933 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
2935         From Brad Lucier <lucier@math.purdue.edu>:
2936         * readelf.c (process_dynamic_segment): Add cast to make sure
2937         argument to %* is int.
2939 2000-02-25  H.J. Lu  <hjl@gnu.org>
2941         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2943 2000-02-24  Nick Clifton  <nickc@cygnus.com>
2945         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
2946         * configure: Regenerate.
2948         * dlltool.c: Add support for sh-pe and mips-pe targets.
2949         * rescoff.c: Add support for sh-pe and mips-pe targets.
2951 2000-02-23  H.J. Lu  <hjl@gnu.org>
2953         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2955 2000-02-22  Nick Clifton  <nickc@cygnus.com>
2957         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
2959 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
2961         From Brad Lucier <lucier@math.purdue.edu>:
2962         * readelf.c (process_version_sections): Add casts to make sure
2963         argument to %* is an int.
2964         (process_mips_specific): Add casts to make printf arguments match
2965         format.
2967 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
2969         * objdump.c (dump_section_header): Change `opb' to unsigned.
2970         (find_symbol_for_address): Same here.
2971         (disassemble_data): And here.  Change `addr_offset',
2972         `stop_offset', `nextstop_offset' to unsigned long.
2973         (dump_data): Change opb to unsigned.
2975 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
2977         * resrc.c: Remove unmatched #if for cygwin.
2979 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
2981         * binutils.texi: Document the change of flavor name from atpcs-special
2982         to special-atpcs to prevent name conflict in gdb.
2984 2000-02-08  Timothy Wall  <twall@redhat.com>
2986         * objdump.c (show_line): Fix bug preventing printing of the very
2987         first line (line zero) of a file when interlisting source and
2988         assembly.  Added option to print entire context from start of file
2989         when the first line from that file is encountered.
2991 2000-02-03  Timothy Wall <twall@redhat.com>
2993         * objdump.c (dump_section_header, find_symbol_for_address,
2994         show_line, disassemble_bytes, disassemble_data, dump_data):
2995         distinguish between octets and bytes.
2997 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
2999         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
3000         check to unresolved symbols.
3001         (print_symbol_info_sysv):  Ditto.
3002         (print_symbol_info_posix):  Ditto.
3004         * binutils.texi: Document new 'V' symclass flag for nm.
3006 2000-01-27  Nick Clifton  <nickc@redhat.com>
3008         * binutils.texi (objdump): Document new ARM specific
3009         disassembler options.
3011         * objdump.c (usage): Call disassembler_usage().
3013 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
3015         * readelf.c (get_dynamic_flags): Return buff.
3016         (process_dynamic_segment): Don't pass error strings to printf
3017         as format arg.
3018         (read_and_display_attr): Use lx and ld to print longs.
3019         (process_corefile_note_segment): Cast bfd_vma to unsigned long
3020         before printing.
3021         Update copyright.
3023 2000-01-17  Nick Clifton  <nickc@cygnus.com>
3025         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
3027 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
3029         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
3030         false.
3031         (debug_tag_type): Here too.
3032         * ieee.c (ieee_builtin_type): And here.
3033         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
3035 2000-01-13  Nick Clifton  <nickc@cygnus.com>
3037         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
3038         System/370".
3040 2000-01-11  Nick Clifton  <nickc@cygnus.com>
3042         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
3044 2000-01-10  Nick Clifton  <nickc@cygnus.com>
3046         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
3048 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
3050         * windres.c (long_options): Add --use-temp-file and
3051         --no-use-temp-file options.
3052         (usage): Document.
3053         (main): Handle.
3055         * windres.h: Update read_rc_file prototype.
3057         * resrc.c (cpp_temp_file): New static variable.
3058         (istream_type): New static variable.
3059         (close_pipe): Delete function.
3060         (run_cmd): New static function.
3061         (open_input_stream): New static function.
3062         (close_input_stream): New static function.
3063         (look_for_default): Handle DOS directory separator. Use
3064         open_input_stream instead of popen.
3065         (read_rc_file): Likewise.
3067         * binutils.texi: Document --use-temp-file, --no-use-temp-file
3068         options.
3070 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
3072         * dlltool.c (create_compat_implib): New variable.
3073         (gen_exp_file): Use.
3074         (make_one_lib_file): Use.
3075         (long_options): Add --compat-implib option.
3076         (usage): Handle.
3077         (main): Handle.
3079         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
3080         (main): Use. Don't look for "32" in cygwin and mingw target names.
3082 2000-01-03  Nick Clifton  <nickc@cygnus.com>
3084         * binutils.texi: Document new, ARM specific disassembler
3085         command line switch "-M force-thumb".
3087 For older changes see ChangeLog-9899
3089 Local Variables:
3090 mode: change-log
3091 left-margin: 8
3092 fill-column: 74
3093 version-control: never
3094 End: