* dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
[binutils.git] / binutils / ChangeLog
blob8c9b25a07b2ccac8bb6aa4115391c00696b4b88c
1 2002-12-13  Alan Modra  <amodra@bigpond.net.au>
3         * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
4         dyn_string_append with dyn_string_append_cstr.
6         * emul_aix.c (ar_emul_aix_create): Remove unused function.
8 2002-12-10  James Cownie <jcownie@etnus.com>
10         * readelf.h (get_TAG_name, get_AT_name,
11         read_and_display_attr_value): Add support for UPC extensions to
12         DWARF2 spec.
13         * NEWS: Mention this new support.
15 2002-12-08  Alan Modra  <amodra@bigpond.net.au>
17         * NEWS: Mention that bfd no longer declares a "boolean" type.
19 2002-12-07  Alan Modra  <amodra@bigpond.net.au>
21         * readelf.c (process_program_headers): When setting loadaddr, don't
22         assume segment size is 4k.  Use p_align instead.
23         (loadaddr): Change from int to long.
24         (dynamic_addr, dynamic_info, version_info): Likewise.
25         (process_dynamic_segment <syminsz>): Likewise.
26         (process_dynamic_segment): Adjust print format string.
27         (rela_addr, rela_size): Delete.
28         (process_relocs): Formatting.
30 2002-12-05  Jim Wilson  <wilson@redhat.com>
32         * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
33         * configure: Regenerate.
35 2002-12-04  Ian Lance Taylor  <ian@airs.com>
37         * MAINTAINERS: Change e-mail address back to airs.com.
39 2002-12-04  Aldy Hernandez  <aldyh@redhat.com>
41         * MAINTAINERS: Add self.
43 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
45         * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
46         budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
47         nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
48         rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
49         unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
50         TRUE, false with FALSE.  Simplify comparisons of bfd_boolean vars
51         with TRUE/FALSE.  Formatting.
53 2002-11-29  Jakub Jelinek  <jakub@redhat.com>
55         * readelf.c Replace occurrences of Elf32_Internal_* and
56         Elf64_Internal_* with Elf_Internal_*.
57         (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
58         Zero r_addend fields.
59         (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
60         Elf_Internal_Rela.
62 2002-11-23  Nick Clifton  <nickc@redhat.com>
64         * size.c (usage): Fix typo describing switch for hex format.
66 2002-11-18  Svein E. Seldal  <Svein.Seldal@solidas.com>
68         * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
69         * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
70         testcase
72 2002-11-14  Nick Clifton  <nickc@redhat.com>
74         * readelf.c (process_program_headers): Add comment about return
75         value.  Ensure that 0 is returned if the headers are not loaded.
76         (process_file): If process_section_headers failed to load the
77         headers disable any tests that rely upon them.  Similarly for
78         process_program_headers.
80 2002-11-12  Nick Clifton  <nickc@redhat.com>
82         * po/da.po: Updated Danish translation.
84 2002-11-12  Klee Dienes  <kdienes@apple.com>
86         * rddbg.c (read_section_stabs_debugging_info): Also recognize
87         LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
89 2002-11-11  Christopher Faylor  <cgf@redhat.com>
91         * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer.  Drop COFF from
92         cgf maintainership.
94 2002-11-11  Christopher Faylor  <cgf@redhat.com>
96         * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
98 2002-11-07  Nick Clifton  <nickc@redhat.com>
100         * configure.in (ALL_LINGUAS): Add 'da'.
101         * configure: Regenerate.
102         * po/da.po: New Danish translation.
104         * readelf.c (get_symbol_index_type): Revert part of previous
105         patch: Display unknown symbol types in decimal, not hex.
107 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
109         * dlltool.c (add_excludes): Don't prefix excluded fastcall
110         symbols with underscore.
111         (xlate): Ignore add_underscore for decorated fastcall symbols.
113 2002-11-07  Eric Kohl  <ekohl@rz-online.de>
115         * deflex.l: Accept '@' as first character of an ID.
116         * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
117         ASM_PREFIX for fastcall symbols.
118         (scan_drectve_symbols): Handle fastcall symbols when generating
119         undecorated aliases for symbols in drectve section.
120         (scan_filtered_symbols): Likewise, with export-all.
121         (xlate): Likewise, with --kill-at.
122         (make_imp_label): New function to handle fastcall symbols
123         correctly.
124         (make_one_lib_file): Use make_imp_label instead of make_label
125         for imp symbols.
127 2002-11-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
129         * MAINTAINERS: Add self as TIC4X maintainer.
131 2002-11-06  Hiroyuki Machida  <machida@sm.sony.co.jp>
133         * readelf.c (get_symbol_index_type): Add hex number to
134         PROCESSOR-specific, OS-specific, reserved and unknown symbol
135         types.
137 2002-11-04  Alan Modra  <amodra@bigpond.net.au>
139         * readelf.c (byte_get_little_endian): Comment typo fix.
140         (print_symbol): Constify "symbol" arg.  Don't pass "symbol" to printf
141         as the format string.
142         (dump_relocations): Correct section sym names.
143         (process_section_headers): Clear symtab_shndx_hdr.
144         (read_and_display_attr_value): Don't pass indirect string to printf
145         as the format string.
146         (display_debug_frames): Indicate when zero terminator found.  Decode
147         DW_EH_PE_pcrel addresses.
149 2002-10-23  Svein E. Seldal  <Svein.Seldal@solidas.com>
151         * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
152         order to ensure proper disassembly of the valid 0-value opcode.
153         * configure: Regenerate.
154         * aclocal.m4: Regenerate.
155         * config.in: Regenerate.
156         * configure.in: Regenerate.
157         * doc/Makefile.in: Regenerate.
158         * po/binutils.pot: Regenerate.
160 2002-10-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
162         * MAINTAINERS: Add self as SH maintainer.
164 2002-10-23  Ben Elliston  <bje@redhat.com>
166         * doc/binutils.texi (objdump): Document -z and move the entry for
167         --disassemble-zeroes to the end of the options section (for `z').
169 2002-10-21  Nick Clifton  <nickc@redhat.com>
171         * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
173 2002-10-21  Svein E. Seldal  <Svein.Seldal@solidas.com>
175         * objdump.c (dump_data): Correct addr_offset for opb != 1.
177 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
179         * bucomm.c (list_supported_targets): Use bfd_target_list.
181         * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
182         other object errors in preference to bfd_core errors.
184 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
186         * Makefile.am: Run "make dep-am".
187         * objdump.c: #include "bfdver.h".
188         * version.c: Likewise.
189         * Makefile.in: Regenerate.
190         * config.in: Regenerate.
191         * configure: Regenerate.
192         * po/POTFILES.in: Regenerate.
194 2002-10-09  Daniel Jacobowitz  <drow@mvista.com>
196         * readelf.c (display_debug_info): Ignore empty .rela.debug_info
197         sections.  Allow relocations against the absolute symbol.  Don't
198         use the value in compunit.cu_abbrev_offset if we found a RELA
199         relocation.
201 2002-10-07  Gordon Chaffee <chaffee@netvmg.com>
203         * addr2line.c (slurp_symtab): Read in dynamic symbols if no
204         ordinary ones are available.
206 2002-09-30  H.J. Lu <hjl@gnu.org>
208         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
209         E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
211 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
213         * Makefile.am (CFILES): Add cxxfilt.c.
214         (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
215         (cxxfilt_LDADD): Delete.
216         Remove all references to underscore.c.
217         Regen dependencies.
218         * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
219         config.h from $UNDERSCORE, rather than AC_SUBSTing it.
220         * binutils/cxxfilt.c: Moved here from gcc/cp, minor
221         adjustments to fit into binutils framework.
222         * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
224 2002-09-12  Roland McGrath  <roland@redhat.com>
226         * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
227         Handle DW_OP_GNU_push_tls_address.
229 2002-09-11  Nick Clifton  <nickc@redhat.com>
231         * po/tr.po: Updated Turkish translation.
233 2002-09-10  Nick Clifton  <nickc@redhat.com>
235         * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
236         testsuite changes.  Add paragraphs about testsuite and config
237         patches.
239 2002-08-29  Nick Clifton  <nickc@redhat.com>
241         * readelf.c (get_machine_flags): Remove redundant reference to
242         E_V850EA_ARCH.
244 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
246         * objdump.c (dump_bfd): Restore lines accidentally deleted in
247         last commit.
249 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
251         * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
252         (dump_bfd_header): Likewise.
254 2002-08-27  Alan Modra  <amodra@bigpond.net.au>
256         * nm.c: Revert last change.
258 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
260         * nm.c (display_rel_file): Don't report "no symbols" as an error.
261         * objdump.c (slurp_symtab): Likewise.
262         (slurp_dynamic_symtab): Likewise.
263         (dump_symbols): Likewise.  Do print "no symbols" to stdout.
265 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
267         * MAINTAINERS: Change my mailing address.
269 2002-08-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
271         * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
273 2002-08-22  Nick Clifton  <nickc@redhat.com>
275         * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
276         HPPA.
278 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
280         * readelf.c (parse_args): Change debug_dump_opt to static.
282 2002-08-16  Sivaguru Sankaridurg  <siva@eternal-systems.com>
284         * stabs.c (parse_stab_argtype): Pass length of physname to
285         stab_demangle_argtypes.
286         (stab_demangle_argtypes): Add new parameter - length of physname.
287         Pass length of physname on to stab_demangle_prefix.
288         (stab_demangle_prefix): Add new parameter - length of physname.
289         Use length of physname (if supplied) to compute end of function
290         name.
292 2002-08-15  Alan Modra  <amodra@bigpond.net.au>
294         * readelf.c: Include elf/i370.h.
295         (dump_relocations): Handle EM_S370.
296         (dynamic_segment_parisc_val): Print \n.
297         (process_dynamic_segment <DT_BIND_NOW>): Here too.
299 2002-08-14  Nick Clifton  <nickc@redhat.com>
301         * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
302         * objdump.c (usage): Likewise.
303         * doc/binutils.texi: Likewise.
305 2002-08-14  Luke Dunstan  <infidel@users.sourceforge.net>
307         * rcparse.y (acc_entry): Don't warn about ALT use with
308         non-VIRTKEY.
310 2002-08-13  H.J. Lu <hjl@gnu.org>
312         * objcopy.c (copy_object): Don't warn about the unsupported
313         architecture unless the input target is defaulted or the
314         output architecture is different from the input.
316 2002-08-09  Nick Clifton  <nickc@redhat.com>
318         * po/sv.po: Updated Swedish translation.
320 2002-08-05  Alan Modra  <amodra@bigpond.net.au>
322         * prdbg.c (pr_fix_visibility): Remove assert.
324 2002-07-31  Nick Clifton  <nickc@redhat.com>
326         * addr2line.c (process_file): Rename parameter 'filename' to
327         'file_name' in order to avoid shadowing global symbol of the
328         same name.
329         (main): Likewise.
331 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
333         * readelf.c (OPTION_DEBUG_DUMP): Define.
334         (options): Use it.
335         (usage): Update help.
336         (parse_args): Handle --debug-dump separately from -w.
337         * doc/binutils.texi (readelf): Update documentation.
339 2002-07-25  Nick Clifton  <nickc@redhat.com>
341         * po/es.po: Updated Spanish translation.
342         * po/fr.po: Updated French translation.
344 2002-07-24  Nick Clifton  <nickc@redhat.com>
346         * po/es.po: Updated Spanish translation.
348 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
350         * Makefile.am: Run "make dep-am".
351         * Makefile.in: Regenerate.
353 2002-07-23  Nick Clifton  <nickc@redhat.com>
355         * po/fr.po: Updated French translation.
357 2002-07-23  Eric S. Raymond  <esr@golux.thyrsus.com>
359         * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
361 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
363         * budemang.c: Include config.h and string.h/strings.h.
365 2002-07-18 Denis Chertykov  <denisc@overta.ru>
366            Frank Ch. Eigler  <fche@redhat.com>
368         * readelf.c: Include "elf/ip2k.h".
369         (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
370         (dump_relocations): Likewise.
371         (get_machine_name): Likewise.
372         * NEWS: Mention IP2K support.
374 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
376         * NEWS: Add 'Changes in 2.13'.
378 2002-07-10  Jakub Jelinek  <jakub@redhat.com>
380         * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
381         DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
382         (get_section_type_name): Handle SHT_GNU_LIBLIST.
383         (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
384         DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
385         (process_gnu_liblist): New.
386         (process_file): Call it.
388 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
390         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
391         * Makefile.in: Regenerate.
393 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
395         * budemang.c: New file, "demangle" function.
396         * budemang.h: New file.
397         * addr2line.c (translate_addresses): Use "demangle".
398         * nm.c (print_symname): Likewise.
399         * objdump.c (objdump_print_symname): Likewise.
400         (dump_symbols): Likewise.  Also, don't use bfd_asymbol_name macro
401         here since that obfuscates.
402         * rdcoff.c: Don't #include demangle.h.
403         * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
404         emul_vanilla.c.  Remove emul_$(EMULATION).c.  Sort.
405         (HFILES): Add budemang.h.  Sort.
406         (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
407         Run "make dep-am".
408         * Makefile.in: Regenerate.
410 2002-07-01  Matt Thomas  <matt@3am-software.com>
412         * readelf.c: Include "elf/vax.h".
413         (guess_is_rela): Move EM_VAX from unknown to RELA case.
414         (dump_relocations): Handle VAX relocations.
415         (get_machine_flags): Handle VAX machine flags.
417 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
419         * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
421 2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
423         * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
425 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
427         * nm.c (print_symname): When demangling, strip leading dots from
428         symbol names to avoid confusing the demangler.
430 2002-06-25  H.J. Lu <hjl@gnu.org>
432         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
433         * Makefile.in: Regenerated.
435 2002-06-21  Igor Schein  <igor@txc.com>
437         * configure.in: Quote bu_cv_have_fopen64.
438         * configure: Regenerate.
440 2002-06-21  Mitsru Chinen  <chinen@jp.ibm.com>
442         * configure.in: Check for strcoll.
443         * configure: Regenerate.
444         * config.in: Regenerate.
445         * nm.c (main): Set locale for LC_COLLATE category.
446         (non_numeric_forward): Use strcoll if available.
448 2002-06-20  Dave Brolley  <brolley@redhat.com>
450         * MAINTAINERS: Add self as fr30 and frv maintainer.
452 2002-06-18  H.J. Lu  (hjl@gnu.org)
454         * nm.c: Include "elf/common.h".
455         (extended_symbol_info): Add elfinfo, a pointer to
456         elf_symbol_type.
457         (SYM_SIZE): Use elfinfo if it is not NULL.
458         (get_symbol_type): New function.
459         (display_archive): Set print_width for each archive member.
460         (display_file): Likewise.
461         (display_rel_file): Don't set print_width here.
462         (print_object_filename_sysv): Handle print_width.
463         (print_archive_member_sysv): Likewise.
464         (print_symbols): Pass (bfd_vma) 0 to print_symbol.
465         (print_symbol): Set the elfinfo field in extended_symbol_info
466         for ELF.
467         (print_object_filename_sysv): Fix the output format.
468         (print_symbol_info_sysv): Print type and section for ELF.
470 2002-06-18  Elias Athanasopoulos  <eathan@otenet.gr>
472         * nm.c (print_size_symbols): Remove assignment, which makes
473         the symbol's size equal to its value when --size-sort is
474         used.
476 2002-06-18  Dave Brolley  <brolley@redhat.com>
478         From Catherine Moore:
479         * readelf.c (elf/frv.h): #include it.
480         (guess_is_rela): Support EM_CYGNUS_FRV.
481         (dump_relocations): Ditto.
482         (get_machine_name): Ditto.
483         * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
485 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
487         * readelf.c (get_file_header): Only read the first section header if
488         e_shoff is non-zero.
490 2002-06-15  H.J. Lu  (hjl@gnu.org)
492         * nm.c (print_size): New variable. Initialize to 0.
493         (long_options): Add 'S'/"print-size".
494         (main): Handle 'S'.
495         (print_symbol_info_bsd): Print size only if print_size is not
496         0.
498         * doc/binutils.texi: Document -S/--print-size.
500 2002-6-13  Elias Athanasopoulos  <eathan@otenet.gr>
502         * nm.c (struct extended_symbol_info): New strcuture: Add the size
503         of the symbols to the information provided by the symbol_info
504         structure.
505         (print_symbols): Pass the symbol size to print_symbol.
506         (print_size_symbols): Pass the symbol size to print_symbol.
507         (print_symbol): Extra argument: The size of the symbol.  Store
508         this in the extended_symbol_info structure.
509         (print_symbol_info): Change type of info parameter to
510         extended_symbol_info.  Display the size, if known.
511         (print_symbol_info_posix): Likewise.
512         (print_symbol_info_sysv): Likewise.
514 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
516         * Makefile.am: Run "make dep-am".
517         * Makefile.in: Regenerate.
518         * doc/Makefile.in: Regnerate.
520         * bucomm.c: Replace CONST with const.
521         * nm.c: Likewise.
522         * objdump.c: Likewise.
524 2002-06-07  H.J. Lu <hjl@gnu.org>
526         * readelf.c (DW_CFA_GNU_args_size): Don't define.
527         (DW_CFA_GNU_negative_offset_extended): Likewise.
528         (DW_CFA_GNU_window_save): Likewise.
529         (display_debug_frames): Handle DW_CFA_offset_extended_sf,
530         DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
532 2002-06-07  Elias Athanasopoulos  <eathan@otenet.gr>
534         * nm.c: When computing size of symbols for an ELF target use the
535         internal size field.
537 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
539         * testsuite/binutils-all/objcopy.exp: clear xfail for
540         "hppa*64*-*-hpux*".
541         * testsuite/binutils-all/hppa/objdump.exp: Return if
542         "*64*-*-*".
544 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
546         * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
548 2002-06-03  Elias Athanasopoulos  <eathan@otenet.gr>
550         * objdump.c: Fix formatting.
552 2002-05-29  Ben Elliston  <bje@redhat.com>
554         * MAINTAINERS: Add self as M68k maintainer.
556 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
558         * readelf.c: Modified/Added DLX elf support.
560 2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
562         * arsup.c: Fix formatting.
563         * debug.c (debug_record_label): Add missing colon to error
564         message.
565         * ieee.c (parse_ieee_ty): Fix spelling typo.
566         * readelf.c (process_program_headers): Remove English assumption
567         about making a plural word.
568         (process_section_headers): Likewise.
569         (process_relocs): Allow quotes to be translated.
570         (process_unwind): Likewise,
571         (process_mips_specific): Improve error message.
572         (get_note_type): Fix spelling typo.
574         * configure.in (ALL_LINGUAS): Add sv
575         * po/sv.po: New file.
577 2002-05-27  Alan Modra  <amodra@bigpond.net.au>
579         * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
580         (unw_print_grmask): Likewise.
581         (unw_print_frmask): Likewise.
583 2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
585         * arsup.c: Remove ARGSUSED.
586         * debug.c: Likewise.
587         * ieee.c: Likewise.
588         * nlmconv.c: Likewise.
589         * prdbg.c: Likewise.
590         * stabs.c: Likewise.
591         * wrstabs.c: Likewise.
593 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
595         * arlex.l: Use #include "" instead of <> for local header files.
596         * coffdump.c: Likewise.
597         * coffgrok.c: Likewise.
598         * nlmconv.c: Likewise.
599         * nlmheader.y: Likewise.
600         * srconv.c: Likewise.
601         * strings.c: Likewise.
602         * sysdump.c: Likewise.
603         * unwind-ia64.h: Likewise.
604         * windres.h: Likewise.
605         * winduni.h: Likewise.
607 2002-05-24  Tom Rix  <trix@redhat.com>
609         * MAINTAINERS: Add self as the d10v maintainer.
611 2002-05-24   TAMURA Kent <kent@netbsd.org>
613         * configure.in: Builds dlltool for i386-netbsdpe.
614         * configure: Regenerate.
616 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
618         * size.c: Fix formatting.
619         * srconv.c: Likewise.
620         * stabs.c: Likewise.
621         * sysdump.c: Likewise.
622         * unwind-ia64.c: Likewise.
623         * wrstabs.c: Likewise.
625 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
627         * readelf.c (get_segment_type): Add PT_TLS.
628         (get_elf_section_flags): Add SHF_TLS.
629         (get_dynamic_flags): Optimize.  Add DF_STATIC_TLS.
630         (process_dynamic_segment): Use puts instead of printf.
631         (get_symbol_type): Support STT_TLS.
632         * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
633         SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
634         Add SEC_THREAD_LOCAL.
636 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
638         * rdcoff.c: Fix formatting.
639         * rddbg.c: Likewise.
640         * readelf.c: Likewise.
641         * rename.c: Likewise.
642         * resbin.c: Likewise.
643         * resrc.c: Likewise.
644         * resres.c: Likewise.
646 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
648         * filemode.c: Fix formatting.
649         * ieee.c: Likewise.
650         * is-ranlib.c: Likewise.
651         * is-strip.c: Likewise.
652         * maybe-ranlib.c: Likewise.
653         * maybe-strip.c: Likewise.
654         * nlmconv.c: Likewise.
655         * nm.c: Likewise.
656         * not-ranlib.c: Likewise.
657         * not-strip.c: Likewise.
658         * objcopy.c: Likewise.
659         * objdump.c: Likewise.
661 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
663         * objdump.c (dump_headers): Fix output formatting for ELF32
664         architectures in a BFD64 enabled toolchain.
666 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
668         * debug.c: Fix formatting.
669         * debug.h: Likewise.
670         * dlltool.c: Likewise.
671         * dllwrap.c: Likewise.
672         * emul_aix.c: Likewise.
673         * emul_vanilla.c: Likewise.
675 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
677         * addr2line.c: Fix formatting.
678         * ar.c: Likewise.
679         * arsup.c: Likewise.
680         * arsup.h: Likewise.
681         * binemul.c: Likewise.
682         * binemul.h: Likewise.
683         * bucomm.c: Likewise.
684         * coffdump.c: Likewise.
685         * coffgrok.c: Likewise.
686         * coffgrok.h: Likewise.
688 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
690         * MAINTAINERS: Add myself as the second AVR port maintainer.
692 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
694         * MAINTAINERS: Update my email address.
696 2002-05-09  Nick Clifton  <nickc@cambridge.redhat.com>
698         * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
700 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
702         * configure.in: Replace `*pe' with `pe' throughout.
703         * configure: Regenerate.
705 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
707         * Makefile.am: Honour DESTDIR.
708         * Makefile.in: Regenerate.
710 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
712         * dlltool.c (process_def_file): Add missing prototype.
713         (new_directive, assemble_file, main): Likewise.
714         (process_def_file, new_directive): Make static.
715         (inform): Rewrite using VA_FIXEDARG.
716         * dllwrap.c (mybasename): Add missing prototype.
717         (strhash, main): Likewise.
718         (inform): Rewrite using VA_FIXEDARG.
719         (warn): Likewise.
720         (cleanup_and_exit): Use old style function definition.
721         (strhash): Likewise.
722         * windres.c (define_resource): Use one memset to clear all of
723         struct res_resource.
725         * rcparse.y: Remove newcmd rule.  Move rcparse_discard_strings
726         call to rules that need no lookahead.  Check for no lookahead.
728 2002-05-06  Borut Razem  <borut.razem@siol.net>
730         * rclex.l (get_string): Correct "strings" list handling.
731         * resrc.c (read_rc_file): Discard strings.
733 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
735         * ar.c (replace_members): Remove unused var.  Formatting fix.
736         * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
738         * MAINTAINERS: Sort port maintainers by CPU.
740 2002-05-04  Bob Byrnes  <byrnes@curl.com>
742         * size.c (display_archive): Add last_arfile and code to close archives.
744 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
746         * nm.c (print_symbol): Check returned filename from
747         bfd_find_nearest_line is non-NULL.
749 2002-04-25  Elena Zannoni <ezannoni@redhat.com>
751         * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
753 2002-04-24  Christian Groessler <chris@groessler.org>
755         * MAINTAINERS: Changed my email address.
757 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
759         * arparse.y: Fix syntax warning.
761 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
763         * readelf.c (fetch_location_list): Remove unused function.
765         * readelf.c (process_corefile_note_segment): Catch corrupt notes
766         and display a warning message, then exit the loop.
768         * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
770 2002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
772         * resrc.c (write_rc_dialog): If charset is non-default value
773         display all of the DIALOGEX parameters.
775 2002-04-15  Eric Kohl <ekohl@rz-online.de>
777         * rcparse.y: Allow two to five parameter in FONT statement of
778         DIALOGEX resources.
779         * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
780         resource data.
781         (res_to_bin_dialog): Likewise.
782         * windres.h: Added misssing charset variable to dialog_ex
783         structure.
785 2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
787         * rcparse.y: Set MEMFLAG_PURE by default.
789 2002-04-09  Bernd Herd <info@herdsoft.com>
791         * rcparse.y: CLASS definitions in DIALOG resources
792         are quoted.
793         Fix typo in BEDIT warning.
794         Don't add default dialog style when explicit style specified.
795         Add WS_CAPTION dialog style if CAPTION is specified.
797         * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
798         (handle_quotes) "\a" escape (used for right justified key
799         definitions in menus) is encodes as binary 8.
801         * resrc.c (write_rc_dialog): Print style even if it is 0.
802         (write_rc_directory): Fix overlooked sublang shift bug.
803         (bin_to_res_dialog): Don't print empty dialog caption.
805         * resbin.c (bin_to_res_dialog): Use signature to identify
806         DIALOGEX.
808         * windres.c (main): Set default LANGUAGE to english/us.
810 2002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
812         * resrc.c: print CLASS names in quotes
814 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
816         * MAINTAINERS: Update my email address.
818 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
820         * dep-in.sed: Cope with absolute paths.
821         * Makefile.am (dep.sed): Subst TOPDIR.
822         Run "make dep-am".
823         * Makefile.in: Regenerate.
825 2002-03-27  Peter Targett  <peter.targett@arc.com>
827         * MAINTAINERS: Update my email address.
829 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
831         * Makefile.am: Run "make dep-am".
832         * Makefile.in: Regenerate.
833         * doc/Makefile.in: Regenerate.
834         * po/POTFILES.in: Regenerate.
835         * aclocal.m4: Regenerate.
836         * config.in: Regenerate.
837         * configure: Regenerate.
839 2002-03-20  Daniel Berlin  <dan@dberlin.org>
841         * readelf.c: Add support for displaying dwarf2 location lists.
842         (do_debug_loc, debug_loc_section, debug_loc_size): New.
843         (parse_args): Use 'O' as shorthand for displaying location list
844         section.
845         (process_section_headers): Handle debug_loc as well.
846         (load_debug_loc): New.
847         (free_debug_loc): New.
848         (fetch_location_list): New.
849         (display_debug_loc): New.
850         (display_debug_info): Call load_debug_loc and free_debug_loc.
851         (debug_displays): We can display .debug_loc now, too.
852         (usage): Update usage string.
853         (read_and_display_attr_value): Note location lists, but don't
854         display them inline.
856 2002-03-18  Tom Rix  <trix@redhat.com>
858         * Makefile.am: Add binutils emulation support.
859         * configure.in: Same.
860         * configure.tgt: New file.  Same.
861         * ar.c (main): Use ar_emul_parse_arg.
862         (usage): Use ar_emul_usage.
863         (replace_members): Use ar_emul_replace, ar_emul_append.
864         * binemul.c: New file.  Define the binutils emulation
865         layer. Define default methods.
866         * binemul.h: New file.  Binutils emulation layer header file.
867         * emul_aix.c: New file.  AIX binutils emulation.
868         * emul_vanilla.c: New file. Default binutils emulation.
869         * Makefile.in: Regenerate.
870         * configure: Same.
872 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
874         * po/fr.po: Updated version.
876 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
878         * po/fr.po: Updated version.
880 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
882         * README: Update some version numbers.
884 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
886         * doc/binutils.texi (Target Selection): Fix LD crossreferences.
887         (Architecture Selection): Likewise.
889 2002-03-01  Dmitry Timoshkov <dmitry@baikal.ru>
891         * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
892         generating .exp file.
894 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
896         * readelf.c (dump_relocations): Fix typo.
898 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
900         * NEWS: Mark 2.12 branch.
902 2002-02-18  Timothy Daly  <remote_bob@yahoo.com>
904         * readelf.c (dump_relocations): Display 2nd and 3rd reloc
905         types for 64-bit MIPS.  Narrow some fields for 80-char
906         output.
907         (dump_relocations): Change spelling from 'unrecognised'
908         to 'unrecognized'.
909         (decode_ARM_machine_flags): Likewise.
910         (parse_args): Likewise.
911         (read_and_display_attr_value): Likewise.
912         (display_debug_section): Likewise.
914 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
916         * NEWS: Mention support for MMIX.
918 2002-02-13  Matt Fredette  <fredette@netbsd.org>
920         * readelf.c (get_machine_flags): Recognize EF_M68000.
922 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
924         * MAINTAINERS: Added self as MN10300 co-maintainer.
926 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
928         * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
929         DT_PPC64_OPDSZ.
931 2002-02-11  Daniel Jacobowitz  <drow@mvista.com>
933         * MAINTAINERS: List myself as branch maintainer.
935 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
937         * configure: Regenerate.
938         * objcopy.c: Update copyright date.
939         * doc/Makefile.in: Regenerate.
941 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
943         * nlmconv.c: Back out localtime PARAMS change.
945 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
947         * objcopy.c (MKDIR): Define.
948         (copy_archive): Make name_list.name const.  Use MKDIR.
949         Handle duplicate files in archives by making more temp dirs.
951 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
953         * coffdump.c: Include "getopt.h" after "bucomm.h"
954         so that macros are defined correctly.
955         * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
956         prototype.  Prototype main.
957         * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
959 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
961         * MAINTAINERS: Added self as SH co-maintainer.
963 2002-02-05  Nick Clifton <nickc@redhat.com>
965         * po/tr.po: Updated translation.
967 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
969         * Makefile.am: Run "make dep-am"
970         * Makefile.in: Regenerate.
972 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
974         * nm.c (print_value): Mark abfd unused.
976 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
978         * unwind-ia64.c (unw_decoder): Change second argument
979         to unsigned int, to match function prototypes.
981 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
983         * objdump.c: Include "getopt.h" after "bucomm.h" so that
984         __GNU_LIBRARY__ will be defined.
985         * size.c: Likewise.
987 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
989         * configure: Regenerated.
991 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
993         * doc/Makefile.am (install): Depend on install-info.
994         * doc/Makefile.in: Regenerate.
996 2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
998         * objcopy.c (strip_usage): Document -d as an alias
999         --strip-debug.
1001         * size.c (usage): Document [-t | --totals] options.
1002         (long_options): Add --totals option.
1003         (main): If the [-t | --totals] option is specified and
1004         the output format is Berkeley-style, print the total
1005         text, data, and bss sizes of all objects listed.
1006         (print_berkeley_format): If the [-t | --totals] option
1007         is specified, track the total text, data, and bss
1008         sizes.
1009         * doc/binutils.texi (size): Document [-t | --totals] options.
1010         (strip): Document -d as an alias for --strip-debug.
1011         * NEWS: Mention new feature of size.
1013 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
1015         * po/fr.po: Updated version.
1016         * po/es.po: Updated version.
1018 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
1020         * addr2line.c (usage): Update text to provide verbose
1021         description of the command line options.
1022         * ar.c (usage): Update text to provide verbose
1023         description of the command line options.
1024         (main): Accept -h and -H when running as ranlib.
1025         * coffdump.c (show_usage): Update text to provide verbose
1026         description of the command line options.
1027         * dlltool.c (main): Accept -H as an alias for --help.
1028         * nlmconv.c (show_usage): Update text to provide verbose
1029         description of the command line options.
1030         * nm.c (usage): Replace OPTIONS with option(s).
1031         (main): Accept -H as an alias for --help.
1032         * objcopy.c (strip_main): Accept -H as an alias for --help.
1033         * objdump.c (main): Accept -v as an alias for --verbose.
1034         * readelf.c (usage): Adjust format to match style used in
1035         other binutils.
1036         * size.c (usage): Update text to provide verbose description
1037         of the command line options.
1038         (main): Accept -v, -h and -H as command line options.
1039         * srconv.c (show_usage): Update text to provide verbose
1040         description of the command line options.
1041         * strings.c (main): Accept -H and -v as command line options.
1042         (usage): Update text to provide verbose description of the
1043         command line options.
1044         * sysdump.c (show_usage): Update text to provide verbose
1045         description of the command line options.
1046         * windres.c (usage): Adjust format to match style used in
1047         other binutils.
1049         * coffdump.c: Fix formatting.
1050         * nlmconv.c: Fix formatting.
1051         * srconv.c: Fix formatting.
1052         * sysdump.c: Fix formatting.
1054 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
1056         * Makefile.am: Run "make dep-am".
1057         * Makefile.in: Regenerate.
1059 2002-01-18  Andreas Jaeger  <aj@suse.de>
1061         * version.c (print_version): Update year.
1063 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
1065         * readelf.c (get_machine_name): Handle EM_PPC64.
1066         (guess_is_rela): Here too.
1068 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
1070         * po/binutils.pot: Regenerate.
1071         * po/fr.po: Regenerate.
1072         * po/tr.po: Regenerate.
1074 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
1076         * po/tr.po: Import new version.
1078 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
1080         * readelf.c (get_ppc64_dynamic_type): New.
1081         (get_dynamic_type): Call it.
1083 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
1085         * objcopy.c (copy_usage): Use "options" instead of "switches".
1086         (strip_usage): Use "options" instead of "switches".
1087         * doc/binutils.texi (dlltool):  Refer to "options" instead of
1088         "switches".
1090 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
1092         * MAINTAINERS: Add self as co-maintainer for the ARM code.
1094 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1096         * po/es.po: Import from translation project.
1097         * configure.in (ALL_LINGUAS): Add es.
1098         * configure: Regenerate.
1100 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
1102         * readelf.c (get_netbsd_elfcore_note_type): Use
1103         NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1105 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
1107         * readelf.c: Update copyright years.
1108         (get_note_type): Return a const char *.
1109         (get_netbsd_elfcore_note_type): New function.
1110         (process_note): Use get_netbsd_elfcore_note_type to get
1111         the note type string for NetBSD ELF core files.
1113 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
1115         * readelf.c (get_ia64_segment_type): Add support for macros.
1116         (get_segment_type): Add support for IA64 specific macros.
1118 2001-12-20  Julian v. Bock  <julian@wongr.net>
1120         * readelf.c (print_symbol): New function: Print a formatted symbol
1121         name.  If --wide is specified do not truncate it.
1122         (dump_relocations): Use print_symbol() to print symbol names.
1123         (process_symbol_table): Likewise.
1124         (process_syminfo): Likewise.
1125         (process_mips_specific): Likewise.
1126         (usage): Document new feature of --wide switch.
1127         * doc/binutils.texi (objdump): Document additional behaviour of
1128         --wide.
1130 2001-12-18  Michael Snyder  <msnyder@redhat.com>
1132         * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1133         (copy_object): Don't set the start address or flags of a core file.
1134         (copy_section): Don't relocate a core file.  Don't copy contents
1135         if the input section has the contents flag set, but the output
1136         section does not (which happens with the fake 'note' pseudo-
1137         sections that BFD creates for corefiles).
1139 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1141         * readelf.c (get_machine_flags): Recognize header flags for ABI and
1142         ASE extensions. More robust code for ISA checking. Ignore empty fields
1143         in header flags for GNU extensions.
1145 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
1147         * objcopy.c (copy_archive): Set output bfd format outside the loop.
1149 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1151         * po/ja.po: Import from translation project.
1152         * configure.in (ALL_LINGUAS): Add ja.
1153         * configure: Regenerate.
1155 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1157         * addr2line.c (main): Protoype.
1158         * ar.c (main): Protoype.
1159         * nm.c (main): Protoype.
1160         * objcopy.c (main): Protoype.
1161         * objdump.c (main): Protoype.
1162         * size.c (main): Protoype.
1163         * strings.c (main): Protoype.
1165 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
1167         * readelf.c (symtab_shndx_hdr): New global.
1168         (SECTION_HEADER_INDEX): Define.
1169         (SECTION_HEADER_NUM): Define.
1170         (SECTION_HEADER): Define.
1171         (GET_ELF_SYMBOLS): Pass two params rather than three.
1172         (get_32bit_elf_symbols): Take file and section args.  Read and
1173         use SHT_SYMTAB_SHNDX.
1174         (get_64bit_elf_symbols): Likewise.
1175         (dump_relocations): Use SECTION_HEADER to index "section_headers".
1176         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
1177         Remember symtab_shdx_hdr.
1178         (process_program_headers): Scan from index 1 for segment map.
1179         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1180         "section_headers".
1181         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
1182         (process_unwind): Likewise.
1183         (process_version_sections): Likewise.
1184         (process_symbol_table): Likewise.
1185         (display_debug_info): Likewise.
1186         (process_dynamic_segment): Fake up a symtab section for changed
1187         GET_ELF_SYMBOLS.
1188         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1189         (process_program_headers): Kill signed/unsigned warning.
1190         (load_debug_str): Likewise.
1191         (display_debug_info): Likewise.
1193 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
1195         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1197 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
1199         * readelf.c (process_file_header): Print extended e_shnum and
1200         e_shdtrndx values.  Set elf_header values for same.
1201         (get_32bit_section_headers): Add "num" arg to read "num" headers.
1202         (get_64bit_section_headers): Likewise.
1203         (process_section_headers): Update calls.
1204         (get_file_header): Call get_32bit_section_headers or 64bit variant.
1206 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
1208         * objcopy.c (setup_section): Copy entsize.
1210 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
1212         * readelf.c (guess_is_rela): Add support for stormy16.
1213         (dump_relocations): Likewise.
1214         (get_machine_name): Likewise.
1216 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
1218         * dllwrap.c (main) Replace multiple strings describing a
1219         single error with a single, newline escaped sentence to permit
1220         better translation into foreign languages.
1222         * readelf.c (get_elf_class): Remove internalionalisation of ELF
1223         class names.
1225 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1227         * strings.c (get_char): Initialize value.
1229 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1231         * arlex.l: Silence compile warnings.
1232         * arsup.h: Likewise. Fix formatting.
1234 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
1236         * strings.c: Include config.h before bfd.h.
1237         (file_off): New type.
1238         (file_open): Define.
1239         (print_strings): Use file_off instead of file_ptr.  Print addresses
1240         which don't fit into long correctly.
1241         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
1242         available.
1243         (strings_file): Use file_off instead of file_ptr.  Use file_open.
1244         * configure.in: Check for getc_unlocked.
1245         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1246         be defined for it.
1247         * configure: Rebuilt.
1248         * config.h.in: Rebuilt.
1250 2001-11-29  H.J. Lu <hjl@gnu.org>
1252         * bucomm.c (make_tempname): Revert the changes made on
1253         2001-11-14 and 2001-11-12. They won't work with directories.
1255 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1257         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1258         CFLAGS_FOR_TARGET to runtest in environment.
1259         * Makefile.in: Rebuild.
1260         * doc/Makefile.in: Rebuild.
1262 2001-11-28  Mike Stump  <mrs@wrs.com>
1264         * objcopy.c (setup_section): Preserve SEC_RELOC when
1265         --set-section-flags is used.
1267 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
1269         * readelf.c (do_debug_str): New variable.
1270         (display_debug_str): New function: Display the contents of a
1271         .debug_str section.
1272         (load_debug_str): New function: Load in the contents of a
1273         .debug_str section.
1274         (free_debug_str): New function: Free the memory used by
1275         load_debug_str().
1276         (fetch_indirect_string): Retrieve a string from the .debug_str
1277         section.
1278         (usage): Add -ws.
1279         (parse_args): Accept -ws.
1280         (process_section_headers): Allow the display of the .debug_str
1281         section.
1282         (read_and_display_attr_value): Use fetch_indirect_string.  Show
1283         offset into .debug_str section.
1284         (display_debug_info): Use load_debug_str and free_debug_str.
1285         (debug_displays): Add .debug_str.
1286         * doc/binutils.texi: Document -ws.
1288 2001-11-19  Andreas Jaeger  <aj@suse.de>
1290         * testsuite/binutils-all/objdump.exp: Add x86-64.
1292 2001-11-15  Andreas Schwab  <schwab@suse.de>
1294         * readelf.c: Fix warnings without terminating newline.
1296 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
1298         * doc/binutils.texi (objdump): Document ppc -M options.
1300 2001-11-14  Andreas Jaeger  <aj@suse.de>
1302         * doc/binutils.texi (objdump): Fix description to use x86-64.
1304 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
1306         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1307         not all systems provide mkstemp.
1309 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
1311         * doc/binutils.texi (objdump): Document x86 -M options.
1313 2001-11-13  Keith Walker <keith.walker@arm.com>
1315         * readelf.c (read_and_display_attr_value): New function to
1316         handle DW_FORM_indirect.
1317         (read_and_display_attr): Use it.
1319 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
1321         * readelf.c (display_debug_lines): Deal with unknown standard
1322         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1323         DW_LNS_set_isa.
1325 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
1327         * MAINTAINERS: Add self as tic54x maintainer.  This target
1328         includes the IBM C54XDSP clone.
1330 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
1332         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1334 2001-11-09  Jeffrey A Law  (law@cygnus.com)
1336         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1337         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1338         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1339         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1340         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1341         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1342         (unw_decode_b2, unw_decode_b3_b4): Likewise.
1344         * readelf.c (get_elf_class): Fix ISO portability glitch.
1345         (get_data_encoding, get_osabi_name, request_dump): Likewise.
1347 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
1349         * readelf.c (debug_str, debug_str_size): New.
1350         (display_debug_abbrev): If no abbrevs were read, skip the CU.
1351         Call free_abbrevs.
1352         (read_and_display_addr): Handle DW_FORM_strp.
1353         (display_debug_info): Read .debug_str section if present,
1354         so that DW_FORM_strp can be handled.
1355         Fix test for non-existant .debug_abbrev section.
1357 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
1359         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
1361         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1363 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1365         * MAINTAINERS: Add self as s390/s390x maintainer.
1367 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
1369         * MAINTAINERS: Add self as PPC XCOFF maintainer.
1371 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
1373         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1374         * configure: Regernate.
1375         * po/fr.po: New file.
1376         * po/tr.po: New file.
1378 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
1380         * MAINTAINERS: Add self as MMIX port maintainer.
1381         * readelf.c: Include elf/mmix.h.
1382         (guess_is_rela): MMIX is RELA.
1383         (dump_relocations): Handle MMIX relocations.
1384         * Makefile.am: Regenerate dependencies.
1385         * Makefile.in: Regenerate.
1387 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
1389         * readelf.c (parse_args): Handle multiple options to the -w
1390         switch.
1392 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
1394         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1395         LOPROC, LOOS and LOUSER.
1397 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
1399         * MAINTAINERS: Update my email address.
1401 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
1403         * doc/Makefile.in: Regenerate.
1404         * configure: Regenerate.
1406 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
1408         * readelf.c (display_debug_line, display_debug_pubnames,
1409         display_debug_info, display_debug_frames): Detect and warn
1410         about 64-bit format entries.
1411         (display_debug_aranges): Reword 64-bit warning.
1412         (debug_displays): Add .debug_pubtypes as a known, but not yet
1413         supported, debug section.
1415 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
1417         * coffdump.c (PROGRAM_VERSION): Delete.
1418         (main <'V'>): Call print_version.
1419         * srconv.c: Likewise.
1420         * sysdump.c: Likewise.
1421         * version.c (program_version): Remove.
1422         (print_version): Use BFD_VERSION_STRING.  Just print the current
1423         year in copyright message.
1424         * addr2line.c (program_version): Remove unused declaration.
1425         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1426         place of BFD_VERSION.
1427         * Makefile.am (Makefile): Depend on bfd/configure.in.
1428         (cplus-dem.o): Depend on Makefile.
1429         Run "make dep-am".
1430         * Makefile.in: Regenerate.
1432 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
1434         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1435         format .debug_arange sections.
1436         (main): Add missing prototype.
1438 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1440         * Makefile.am: Update dependencies with "make dep-am".
1441         * Makefile.in: Regenerate.
1443 2001-09-28  Richard Henderson  <rth@redhat.com>
1445         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1447 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
1449         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1450         VA_CLOSE.
1451         (non_fatal): Likewise.
1452         * objdump.c (objdump_sprintf): Likewise.
1453         * readelf.c (error): Likewise.
1454         (warn): Likewise.
1456 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
1458         * readelf.c (do_wide): New.
1459         (options): Add --wide.
1460         (usage, parse_args): Likewise.
1461         (process_program_headers): Put each segment on a single line if
1462         --wide is given.
1463         (process_section_headers): Put each section on a single line if
1464         --wide is given.
1465         * doc/binutils.texi: Document it.
1466         * NEWS: Likewise.
1468 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
1470         * readelf.c (print_vma): Print 8 digits of low hex value.
1472 2001-09-24  Andreas Jaeger  <aj@suse.de>
1474         * nlmconv.c: Fix warnings about unused attributes and function
1475         prototypes.
1477         * strings.c: Add prototype for get_char.
1479 2000-09-19  H.J. Lu  <hjl@gnu.org>
1481         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1482         $(srcdir)/cxxfilt.man.
1483         * doc/Makefile.in: Rebuild.
1485 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
1487         * objcopy.c (copy_main): Correct rename-section string parsing.
1488         Consolidate new_name parsing, and error messages.
1490 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
1492         * addr2line.c: Don't include <ctype.h>.
1493         (main): For gettext, also set the LC_CTYPE locate facet.
1494         * ar.c (main): Likewise.
1495         * coffdump.c (main): Likewise.
1496         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1497         (main): For gettext, also set the LC_CTYPE locate facet.
1498         Use ISALNUM instead of isalpha/isdigit.
1499         * dllwrap.c: Don't include <ctype.h>.
1500         (main): For gettext, also set the LC_CTYPE locate facet.
1501         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1502         (main): For gettext, also set the LC_CTYPE locate facet.
1503         Use TOUPPER instead of islower/toupper.
1504         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1505         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1506         Use TOUPPER instead of islower/toupper.
1507         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1508         * objcopy.c (main): Likewise.
1509         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1510         (disassemble_bytes): Use ISPRINT instead of isprint.
1511         (dump_section_stabs): Use ISDIGIT instead of isdigit.
1512         (dump_data): Use ISPRINT instead of isprint.
1513         (main): For gettext, also set the LC_CTYPE locate facet.
1514         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1515         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1516         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1517         Use TOUPPER instead of islower/toupper.
1518         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1519         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1520         (write_rc_accelerators): Use ISPRINT instead of isprint.
1521         (write_rc_rcdata): Likewise.
1522         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1523         * srconv.c (main): Likewise.
1524         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1525         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1526         isdigit/isupper/islower.
1527         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1528         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1529         stab_demangle_prefix, stab_demangle_qualified,
1530         stab_demangle_template, stab_demangle_type,
1531         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1532         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1533         (isgraphic): Use ISPRINT instead of isascii/isprint.
1534         (main): Remove HAVE_LC_MESSAGES dependency.
1535         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1536         (pbarray): Use ISPRINT instead of isprint.
1537         (main): For gettext, also set the LC_CTYPE locate facet.
1538         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1539         (format_from_filename): Use ISPRINT instead of isprint.
1540         (main): For gettext, also set the LC_CTYPE locate facet.
1541         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1542         (unicode_print): Use ISPRINT instead of isprint.
1543         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1544         (stab_variable): Use ISDIGIT instead of isdigit.
1546 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
1548         * ar.c (print_contents): Cast args of bfd_seek to the right types.
1549         Replace bfd_read call with call to bfd_bread.
1550         (extract_file): Likewise.
1552         * objdump.c (dump_section_header): Cast section->filepos to
1553         unsigned long to suit printf format string.
1554         * readelf.c (process_section_headers): Similarly for sh_offset.
1555         (process_unwind): Likewise.
1557 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
1559         * strings.c (encoding, encoding_bytes): New variables.
1560         (long_options): Add --encoding.
1561         (main): Accept -e and --encoding.
1562         (get_char): New function.  Read a, possibly wide, character from
1563         the input stream.
1564         (print_strings): Use get_char().
1565         (usage): Document new command line option.
1566         * doc/binutils.texi: Document new command line option.
1567         * NEWS: Announce new command line option.
1569 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
1571         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1572         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1573         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1574         Removed EM_CYGNUS_ARC.
1576 2001-09-04  Jeffrey A Law  (law@cygnus.com)
1578         * readelf.c: Include elf/h8 for H8 series definitions.
1579         (guess_is_rela): H8 series if RELA.
1580         (dump_relocations): Handle H8 series relocations.
1582 2001-08-31  Eric Christopher  <echristo@redhat.com>
1584         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1586 2001-08-29  Peter Targett  <peter.targett@arccores.com>
1588         * MAINTAINERS: Include ARC Maintainer.
1590 2001-08-29  Ben Elliston  <bje@redhat.com>
1592         * stabs.c (stab_demangle_template): Initialise s4.
1594 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
1596         * readelf.c (dump_relocations): Recognise EM_PPC64.
1598 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1600         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1602 2001-08-25  H.J. Lu  <hjl@gnu.org>
1604         * nm.c (print_width): New.
1605         (display_rel_file): Set `print_width' according to
1606         bfd_sprintf_vma.
1607         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1609 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
1611         * objcopy.c (use_alt_mach_code): New variable.
1612         (OPTION_ALT_MACH_CODE): Define.
1613         (copy_options): Added --alt-machine-code.
1614         (copy_main): Handle it.
1615         (copy_object): Switch to alternate machine code if requested.
1616         * doc/binutils.texi: Document new option.
1617         * NEWS: Likewise.
1619 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1621         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1623 2001-08-21  H.J. Lu  <hjl@gnu.org>
1625         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1626         (display_debug_info): Cast for 64bit hosts.
1627         (display_debug_frames): Likewise.
1628         (process_mips_specific): Likewise.
1630 2001-08-21  Andreas Jaeger  <aj@suse.de>
1632         * coffgrok.h: Add missing parameter for prototype of coff_grok.
1634         * sysdump.c: Add missing prototypes.
1635         * srconv.c: Likewise.
1636         * unwind-ia64.c: Likewise.
1637         * coffdump.c: Likewise.
1639         * sysinfo.y: Print prototypes, include <ansidecl.h>.
1641         * coffgrok.c: Add missing prototypes, include libiberty.h instead
1642         of declaring xcalloc.
1644 2001-08-10  H.J. Lu  <hjl@gnu.org>
1646         * nm.c (print_value): Add one arg, bfd *.
1647         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1648         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1649         (print_symbol_info_sysv): Likewise.
1650         (print_symbol_info_posix): Likewise.
1652         * objdump.c (dump_section_header): Replace printf_vma with
1653         bfd_printf_vma.
1654         (print_section_stabs): Likewise.
1655         (dump_bfd_header): Likewise.
1656         (objdump_print_value): Replace sprintf_vma with
1657         bfd_sprintf_vma.
1658         (disassemble_bytes): Likewise.
1659         (dump_reloc_set): Likewise.
1661 2001-08-10  Andreas Jaeger  <aj@suse.de>
1663         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1664         to build warnings.
1665         * configure: Regenerate.
1667 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
1669         * readelf.c: Add missing prototypes.
1670         * objdump.c: Likewise.  Format existing prototypes.
1672 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
1674         * readelf.c (display_debug_info): Add to abbrev_offset the addend
1675         of any RELA relocation for the abbrev_offset memory location that
1676         refers to the .debug_abbrev section symbol.
1678 2001-08-07  H.J. Lu  <hjl@gnu.org>
1680         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1681         (main): Return process_file ().
1683 2001-08-05  Philip Blundell  <philb@gnu.org>
1685         * doc/binutils.texi: Use "Thumb" not "THUMB".
1687 2001-08-03  John Healy  <jhealy@redhat.com>
1689         Patch suggested by Frank Eigler <fche@redhat.com>.
1690         * objdump.c (disassemble_data): Fill in section member of the
1691         disasm_info structure.
1693 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
1695         * configure.in: Added --with-windres option.
1696         * configure: Regenerated.
1698 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1700         * doc/binutils.texi: Use @command{name} for commands;
1701         use @option{-opt} for options; use @table @env for list of options;
1702         remove spaces arround [ | ] in synopsis.
1704         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1705         center title.
1707 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
1709         * objcopy.c: Fix formatting.
1710         (section_rename): New structure.
1711         (OPTION_RENAME_SECTION): New switch.
1712         (copy_usage): Document new switch.
1713         (add_section_rename): New function: Add a node to the section
1714         rename list.
1715         (find_section_rename): New function: Find the new name and
1716         flags for a section.
1717         (setup_section): Call find_section_name to determine the name
1718         of the output section.
1719         (copy_main): Handle OPTION_RENAME_SECTION.
1720         * binutils.texi: Document new switch.
1721         * NEWS: Mention new switch.
1723 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
1725         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1726         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1727         bug-binutils@gcc.org.
1729 2001-07-28  Matthias Kramm  <kramm@quiss.org>
1731         * bucomm.c (list_supported_architectures): New function.
1732         * bucomm.h (list_supported_architectures): Declare.
1733         * objdump.c (usage): Call the above.
1735 2001-07-25  Dave Brolley  <brolley@redhat.com>
1737         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1738         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1740 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
1742         * README: Update for 2.11.  Change bug reporting email address.
1743         * MAINTAINERS: Tidy up.  Change bug reporting email address.
1745 2001-07-16  DJ Delorie  <dj@redhat.com>
1747         * resres.c (write_res_header): Align header size.
1748         (res_align_file): Calculate alignment correctly.
1750         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1751         correct 10).
1752         * resrc.c (write_rc_resource): Likewise.
1753         * windres.h (SUBLANG_SHIFT): Define - as 10.
1755 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
1757         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1759 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
1761         * MAINTAINERS: Add notes about branch checkins.
1763 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
1765         * readelf.c (display_debug_macinfo): New function, display
1766         .debug_macinfo section.
1767         (do_debug_macinfo): New variable.
1768         (parse_args): Handle "-w[mM]" to mean display macro info.
1769         (process_section_headers): Handle debug_macinfo.
1770         (debug_displays): Replace unsupported function with macinfo
1771         function for .debug_macinfo display.
1772         * doc/binutils.texi: Document new command line switch.
1773         * NEWS: Document new feature of readelf.
1775 2001-07-05  H.J. Lu  <hjl@gnu.org>
1777         * objcopy.c (filter_symbols): Don't turn undefined symbols
1778         into local.
1780 2001-07-03  H.J. Lu <hjl@gnu.org>
1782         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1783         $@.pod.
1784         (ar.1): Likewise.
1785         (dlltool.1): Likewise.
1786         (nlmconv.1): Likewise.
1787         (nm.1): Likewise.
1788         (objcopy.1): Likewise.
1789         (objdump.1): Likewise.
1790         (ranlib.1): Likewise.
1791         (readelf.1): Likewise.
1792         (size.1): Likewise.
1793         (strings.1): Likewise.
1794         (strip.1): Likewise.
1795         (windres.1): Likewise.
1796         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1797         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1798         $(DEMANGLER_NAME).
1799         (as.1): Removed.
1800         * doc/Makefile.in: Regenerated.
1802 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
1804         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1806 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
1808         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1810 2001-06-29  James Cownie <jcownie@etnus.com>
1812         * readelf.c: Support DWARF 2.1 attributes.
1814 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
1816         * readelf.c (GET_DATA_ALLOC): Remove.
1817         (GET_DATA): Remove.
1818         (get_data): New function combining above macros, with an extra
1819         test for zero size.
1820         (slurp_rela_relocs): Use get_data, and catch error return.
1821         (slurp_rel_relocs): Likewise.
1822         (get_32bit_program_headers): Likewise.
1823         (get_64bit_program_headers): Likewise.
1824         (get_32bit_section_headers): Likewise.
1825         (get_64bit_section_headers): Likewise.
1826         (get_32bit_elf_symbols): Likewise.
1827         (get_64bit_elf_symbols): Likewise.
1828         (process_section_headers): Likewise.
1829         (process_relocs): Likewise.
1830         (slurp_ia64_unwind_table): Likewise.
1831         (process_unwind): Likewise.
1832         (get_32bit_dynamic_segment): Likewise.
1833         (get_64bit_dynamic_segment): Likewise.
1834         (process_dynamic_segment): Likewise.
1835         (process_version_sections): Likewise.
1836         (process_symbol_table): Likewise.
1837         (dump_section): Likewise.
1838         (display_debug_info): Likewise.
1839         (display_debug_section): Likewise.
1840         (process_section_contents): Likewise.
1841         (process_corefile_note_segment): Likewise.
1842         (process_mips_specific): Likewise.  Also free econf32, econf64.
1844 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
1846         * readelf.c (dump_relocations): Print "bad symbol index" if
1847         symtab == NULL with non-zero symtab_index.
1848         (process_relocs): Don't bomb if reloc section has no symsec.
1850 2001-06-24  H.J. Lu  <hjl@gnu.org>
1852         * objcopy.c (strip_main): Revert the change made on 2001-05-30
1853         by accident.
1854         (copy_main): Apply the the change made to strip_main on
1855         2001-05-30 by accident.
1857 2001-06-23  Andreas Jaeger  <aj@suse.de>
1859         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1860         parameter 'code'.
1861         (unw_decode_x2): Likewise.
1862         (unw_decode_x3): Likewise.
1863         (unw_decode_x4): Likewise.
1865 2001-06-23  Ben Elliston  <bje@redhat.com>
1867         * MAINTAINERS: Add myself as M88k maintainer.
1869 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
1871         * objcopy.c (strip_main): Support -o or --output-file command lien
1872         switch.
1874 2001-06-19  H.J. Lu <hjl@gnu.org>
1876         * doc/Makefile.in: Regenerated.
1878 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
1880         * readelf.c: Restore formatting.
1882 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1884         * Makefile.am: Move documentation into doc subdirectory.
1885         * Makefile.in: Regenerated.
1886         * binutils.texi: Move into doc subdirectory.
1887         * addr2line.1: Removed.
1888         * ar.1: Likewise.
1889         * dlltool.1: Likewise.
1890         * nlmconv.1: Likewise.
1891         * nm.1: Likewise.
1892         * objcopy.1: Likewise.
1893         * objdump.1: Likewise.
1894         * ranlib.1: Likewise.
1895         * readelf.1: Likewise.
1896         * size.1: Likewise.
1897         * strings.1: Likewise.
1898         * strip.1: Likewise.
1899         * windres.1: Likewise.
1900         * cxxfilt.man: Likewise.
1901         * doc: New Directory.
1902         * doc/Makefile.am: New file.
1903         * doc/Makefile.in: Generate.
1905 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
1907         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
1909 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
1911         * MAINTAINERS: Update my email address.
1913 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
1915         * objcopy.c: Add new switches: --keep-global-symbol,
1916         --keep-symbols, --localize-symbols, --keep-global-symbols and
1917         --weaken-symbols.
1918         * binutils.texi: Document new switches.
1919         * objcopy.1: Regenerate.
1920         * NEWS: Announce new feature.
1922 2001-05-28  Andreas Jaeger  <aj@suse.de>
1924         * readelf.c (display_debug_frames): Fix warnings: Remove unused
1925         variables, fix format strings.
1927 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
1929         * objdump.c (disassemble_bytes): Remove section VMA adjustment
1930         when computing the address of the line to show.
1932 2001-05-16  Richard Henderson  <rth@redhat.com>
1934         * readelf.c (do_debug_frames_interp): New.
1935         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1936         (byte_get_big_endian): Likewise.
1937         (parse_args) ['F']: Set do_debug_frames_interp.
1938         (Frame_Chunk): Make data_factor signed, add fde_encoding.
1939         (frame_display_row): Don't trunc pc_begin to int.
1940         (size_of_encoded_value): New.
1941         (display_debug_frames): Handle 64-bit targets.  Print raw data
1942         unless do_debug_frames_interp.
1943         (debug_displays): Remove duplicate .debug_frame.
1945 2001-05-15  Ralf Baechle  <ralf@gnu.org>
1947         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1948         The former constant was never in active use and is used otherwise
1949         by the ABI.
1951 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
1953         * readelf.c (process_unwind): Print all unwind sections, not just
1954         one.
1956 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1958         * readelf.c (process_unwind): Remove const specifier.
1960 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1962         * strings.c (isgraphic): Do not use isascii() unless it is needed
1963         for isprint() to work.
1964         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1966 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
1968         * NEWS: Announce support for OpenRISC.
1970 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
1972         * dlltool.c (do_default_excludes): Initialise to true.
1974 2001-04-10  Alan Modra  <amodra@one.net.au>
1976         * MAINTAINERS: Update my email address
1977         * nm.c (print_symbol_info_bsd): Use a simple printf string.
1979 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
1981         * readelf.c (display_debug_lines): Fix typo for "Prologue".
1983 2001-03-30  H.J. Lu  <hjl@gnu.org>
1985         * readelf.c (process_unwind): Just return if do_unwind is 0.
1987 2001-03-28  Roger Sayle  <roger@metaphorics.com>
1989         * dlltool.c (make_one_lib_file): Fix section flags for
1990         .text, .data and .bss in stub ds*.o files to match those
1991         generated by gas.
1993 2001-03-29  H.J. Lu  <hjl@gnu.org>
1995         * readelf.c (process_unwind): Only do unwind sections for
1996         IA64.
1998 2001-03-28  H.J. Lu  <hjl@gnu.org>
2000         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2001         * Makefile.in: Regenerate.
2003 2001-03-26  Andreas Jaeger  <aj@suse.de>
2005         * binutils.texi (nm): Fix texi syntax.
2007 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2009         * binutils.texi: Put @c man begin and @c man end indications
2010         to generate man pages using texi2pod and pod2man. Put @c man title
2011         to identify each man. Add SEEALSO entries.
2012         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2013         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2014         sort the list.
2015         (*.1): Build the man pages from binutils.texi.
2016         * Makefile.in: Regenerate.
2018 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
2020         * defparse.y (opt_equal_name): allow "." in name.
2021         * dlltool.c (def_exports): Added ability to generate forwarded exports.
2022         (gen_exp_file): Likewise.
2024 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
2026         * NEWS: Document addition of -B switch to objcopy.
2027         * binutils.texi:  Document addition of -B switch to objcopy.
2028         * objcopy.c: (copy_options): Add --binary-architecture.
2029         (copy_usage): Document -B/--binary-architecture.
2030         (copy_main): Support -B/--binary-architecture.  Set
2031         bfd_external_binary_architecture.
2033 2001-03-11  Andreas Jaeger  <aj@suse.de>
2035         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2036         (dump_relocations): Likewise.
2037         (get_machine_name): Likewise.
2039 2001-02-28  Nick Clifton  <nickc@redhat.com>
2041         * readelf.c: (struct unw_aux_info): Remove const modifier for
2042         'strtab' field.
2043         (process_unwind): Remove non-K&R compliant LHS type cast in call
2044         to GET_DATA_ALLOC macro.
2046 2001-02-28  Philip Blundell  <pb@futuretv.com>
2048         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2049         ABI is in use; remove ambiguity between the "unknown" EABI and
2050         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
2051         renamed EF_xx constants.
2053 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
2055         * configure.in (BFD_VERSION): New.
2056         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2057         * configure: Regenerate.
2058         * Makefile.am: Run "make dep-am"
2059         * Makefile.in: Regenerate.
2061 2001-02-14  Nick Clifton  <nickc@redhat.com>
2063         * MAINTAINERS: Add "Obvious Fix" rule.
2065 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2067         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2068         literal concatenation.
2070 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2072         * readelf.c (struct unw_aux_info): Remove const from the info member.
2073         (process_unwind): Don't type-cast the third argument to the
2074         GET_DATA_ALLOC macro.
2076 2001-02-11  Nick Clifton  <nickc@redhat.com>
2078         * readelf.c (dump_relocations): Free corrected allocated
2079         array.
2080         (process_unwind): Fix compile time warning.
2082 2001-02-10  Nick Clifton  <nickc@redhat.com>
2084         * binutils.texi: Document new --unwind option to readelf.
2086 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2088         * readelf.c: Add linux target for S/390.
2090 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
2092         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2093         printf is a macro.
2095 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
2097         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2098         * aclocal.m4: Regenerate.
2099         * configure: Regenerate.
2101 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
2103         * bucomm.c (bfd_target_vector): Change extern array to pointer.
2104         * objdump.c (bfd_target_vector): Likewise.
2106 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
2108         * readelf.c (process_unwind): New function.
2109         (slurp_ia64_unwind_table): Ditto.
2110         (dump_ia64_unwind): Ditto.
2111         (find_symbol_for_address): Ditto.
2112         (slurp_rela_relocs): New function (split off from dump_relocations()).
2113         (slurp_rel_relocs): Ditto.
2114         (parse_args): Handle '-u' option.
2116         * unwind-ia64.c: New file.
2117         * unwind-ia64.h: New file.
2118         * Makefile.am: Include unwind-ia64.c in readelf build.
2119         * Makefile.in: Regenerate.
2120         * po/binutils.pot: Regenerate.
2122 2001-02-04  Philip Blundell  <philb@gnu.org>
2124         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2125         * configure: Regenerate.
2127 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
2129         * ieee.c (ieee_add_bb11): Don't check for backslashes
2130         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2132 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
2134         * ieee.c: Update copyright.
2135         (ieee_start_compilation_unit): Don't check for backslashes
2136         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2138         * stabs.c: Update copyright. Include "filenames.h".
2139         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2141 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
2143         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2144         sections are present before using them.  Remove code duplication.
2145         (process_symbol_table): Check if VERDEF or VERNEED sections are
2146         present before using them.
2148 2001-01-17  Nick Clifton  <nickc@redhat.com>
2150         * objcopy.c (copy_object): Fail if attempting to convert the
2151         endianness of the input object file.
2153         * binutils.texi: Explain that objcopy cannot convert endianness.
2155 2001-01-16  Nick Clifton  <nickc@redhat.com>
2157         * readelf.c (string_table_length): New variable.
2158         (SECTION_NAME): Catch out of range indices and missing section
2159         pointers.
2160         (process_section_headers): Delete useless local variable
2161         string_table_offset.  Set the value of string_table_length
2162         after loading the string table.
2163         (process_mips_specific): Use SECTION_NAME macro.
2164         (process_file): Set string_table_length to 0 when it is freed.
2166 2001-01-12  Nick Clifton  <nickc@redhat.com>
2168         * version.c (print_version): Update copyright date.
2170 2001-01-11  Peter Targett  <peter.targett@arccores.com>
2172         * readelf.c (dump_relocations): Include selection with EM_ARC.
2173         (get_machine_name) Update name to "ARC".
2175 2001-01-09  Nick Clifton  <nickc@redhat.com>
2177         * Makefile.am: Add rule to build objdump.o from objdump.c and
2178         using OBJDUMP_DEFS.
2179         * Makefile.in: Regenerate.
2181         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
2182         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2183         -DDISASSEMBLER_NEEDS_RELOCS.
2184         * configure: Regenerate.
2186         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2187         is defined read in the relocs even if dump_reloc_info is
2188         false.
2190 2001-01-07  Philip Blundell  <philb@gnu.org>
2192         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2193         `bug-binutils'.
2194         * README: Likewise.
2196 2000-12-19  Nick Clifton  <nickc@redhat.com>
2198         * dlltool.c: Add missing support for arm-epoc-pe.
2199         * configure.in: Add missing support for arm-epoc-pe.
2200         * configure: Regenerate.
2202 2000-12-15  Nick Clifton  <nickc@redhat.com>
2204         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2205         Mode parts of the x86 port.
2207 2000-12-04  Andreas Jaeger  <aj@suse.de>
2209         * readelf.c (guess_is_rela): Add EM_X86_64.
2210         (dump_relocations): Add EM_X86_64.
2211         (get_machine_name): Add EM_X86_64.
2212         Include "elf/x86-64.h".
2214 2000-12-12  Nick Clifton  <nickc@redhat.com>
2216         * readelf.c: Fix formatting.
2218 2000-12-11  Jan Hubicka  <jh@suse.cz>
2220         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2222 2000-12-07  Andrew Haley  <aph@redhat.com>
2224         * readelf.c (display_debug_frames): Only display columns that are
2225         referenced by the frame debug info.
2227 2000-12-05  Nick Clifton  <nickc@redhat.com>
2229         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2231 2000-12-04  Jason Merrill  <jason@redhat.com>
2233         * readelf.c (process_section_headers): Handle linkonce.wi sections.
2234         (display_debug_section): Likewise.
2235         (display_debug_info): Display CU header before bailing.
2237 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
2239         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2240         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
2241         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2243         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2244         and E_MIPS_ARCH_64.
2246         * readelf.c (get_machine_flags): Add case for
2247         E_MIPS_MACH_SB1.
2249 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
2251         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2253 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
2255         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
2256         Change sourceware.cygnus.com to sources.redhat.com.
2257         Fix typo for "amongst".
2259 2000-11-28  Nick Clifton  <nickc@redhat.com>
2261         * strip.1 (COPYING): Mention that the GNU Free Documentation
2262         License is present in the sources, but not the output, and
2263         also available from the GNU website.
2264         (GNU Free Documentation License): Comment out this section.
2265         * strings.1: Ditto.
2266         * size.1: Ditto.
2267         * ranlib.1: Ditto.
2268         * objdump.1: Ditto.
2269         * objcopy.1: Ditto.
2270         * nm.1: Ditto.
2271         * nlmconv.1: Ditto.
2272         * ar.1: Ditto.
2273         * addr2line.1: Ditto.
2275 2000-11-27  DJ Delorie  <dj@redhat.com>
2277         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2278         (parse_args): Support -wf option.
2279         (process_section_headers): Ditto.
2280         (debug_displays): Ditto.
2281         (display_debug_frames): New, dump *_frame sections.
2282         (frame_need_space): Support for above.
2283         (frame_display_row): Ditto.
2284         * binutils.texi: Document it.
2286 2000-11-24  Nick Clifton  <nickc@redhat.com>
2288         * NEWS: Announce support for v5t, v5te and XScale.
2290 2000-11-22  Nick Clifton  <nickc@redhat.com>
2292         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2293         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2294         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2295         (get_elf_section_flags: Add SHF_GROUP.
2296         (process_section_headers): Adjust output for 32-bit binaries
2297         to look nice on an 80 column terminal.
2299 2000-11-20  H.J. Lu  <hjl@gnu.org>
2301         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2302         ELFOSABI_AIX.
2304 2000-11-17  Richard Henderson  <rth@redhat.com>
2306         * readelf.c (display_debug_lines): Adjust last change to
2307         use sizeof (external->li_length).
2309 2000-11-17  Richard Henderson  <rth@redhat.com>
2311         * readelf.c (display_debug_lines): Fix section length check
2312         and end_of_sequence computation.
2314 2000-11-06  Nick Clifton  <nickc@redhat.com>
2316         * binutils.texi: Add GNU Free Documentation License.
2317         * objcopy.1: Add GNU Free Documentation License.
2318         * objdump.1: Add GNU Free Documentation License.
2319         * addr2line.1: Add GNU Free Documentation License.
2320         * ar.1: Add GNU Free Documentation License.
2321         * nlmconv.1: Add GNU Free Documentation License.
2322         * nm.1: Add GNU Free Documentation License.
2323         * ranlib.1: Add GNU Free Documentation License.
2324         * size.1: Add GNU Free Documentation License.
2325         * strings.1: Add GNU Free Documentation License.
2326         * strip.1: Add GNU Free Documentation License.
2328 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
2330         * objcopy.c (--srec-len=nn): New parameter to set the
2331         maximum length of generated Srecords.
2332         (--srec-forceS3): New parameter that restricts the generation of
2333         Srecords to type S3 only.
2334         * binutils.texi: Document new command line switches.
2335         * objcopy.1: Docuemnt the new command line switches.
2336         * NEWS: Announce the existence of the new command line switches.
2338 2000-10-31  Nick Clifton  <nickc@redhat.com>
2340         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2341         code.  Add Eric Chrisopher as maintainer of MN10300 port.
2343 2000-10-12  Roger Sayle  <roger@metaphorics.com>
2345         * Make comma after string after icon/control optional.
2347 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
2349         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2351         * NEWS: Mention support for MIPS32.
2353 2000-09-08  Nick Clifton  <nickc@redhat.com>
2355         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2357 2000-09-07  H.J. Lu  <hjl@gnu.org>
2359         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2360         * configure: Rebuild.
2362 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
2364         * configure: Rebuilt with new libtool.m4.
2366 2000-09-05  Nick Clifton  <nickc@redhat.com>
2368         * aclocal.m4: Regenerate.
2369         * config.in: Regenerate.
2370         * configure: Regenerate.
2372 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
2374         * strip.1: Fix stray '\' in -o formatting.
2376 2000-09-02  Nick Clifton  <nickc@redhat.com>
2378         * configure.in: Increase version number to 2.10.91.
2379         * configure: Regenerate.
2380         * aclocal.m4: Regenerate.
2381         * config.in: Regenerate.
2382         * po/binutils.pot: Regenerate.
2384 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
2386         * acinclude.m4: Include libtool and gettext macros from the
2387         top level.
2388         * aclocal.m4, configure: Rebuilt.
2390 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
2392         * resrc.c (close_input_stream): Delete extraneous logic
2394 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
2396         * NEWS: Mention support for CRIS.
2398 2000-08-21  Nick Clifton  <nickc@redhat.com>
2400         * addr2line.c: Changed email address for Ulrich Lauther.
2402 2000-08-17  Christopher C. Chimelis <chris@debian.org>
2404         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2406 2000-08-17  Nick Clifton  <nickc@redhat.com>
2408         * readelf.c (display_debug_pubnames): Only issue warning
2409         message once.  Terminate message with a new line.
2410         (display_debug_aranges): Only display version 2 debug info.
2412 2000-08-14  Todd Vierling <tv@wasabisystems.com>
2414         * objcopy.c (strip_main): Silently accept -d as an alias for -g
2415         for compatability with old BSD systems.
2417 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
2419         * NEWS: Mention i860 support.
2421 2000-08-11  Carlo Wood <carlo@alinoe.com>
2423         * addr2line.c (main): Add const to char *.
2425 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
2427         * ar.c (main): Don't crash if called with no arguments
2428         or only '-X32_64' as an argument.
2430 2000-08-08  DJ Delorie  <dj@redhat.com>
2432         * resrc.c: use "gcc -xc" instead of -xc-header
2434 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
2436         * readelf.c (elf/i860.h): Include.
2437         (dump_relocations): Add recognition of i860 architecture.
2438         (guess_is_rela): Add recognition of i860 architecture.
2440 2000-08-03  Nick Clifton  <nickc@cygnus.com>
2442         * MAINTAINERS: Add information about CGEN maintainers.
2444 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
2446         * nm.c (main): Ignore '-X32_64' as an option.
2447         * ar.c (main): Likewise.
2448         * binutils.texi (nm): Document new option.
2449         (ar): Likewise.
2451 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2453         * rdcoff.c (external_coff_symbol_p): K&R-ise.
2455 2000-07-20  H.J. Lu  <hjl@gnu.org>
2457         * binutils.texi: Put back "@end table" deleted by
2458         accident.
2460 2000-07-05  Kenneth Block  <krblock@computer.org>
2462         * nm.c: Add optional style to demangle switch.
2463         * objdump.c: Add optional style to demangle switch.
2464         * addr2line.c: Add optional style to demangle switch.
2465         * binutils.texi: Document optional style to demangle
2466         switch.
2468 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
2470         * MAINTAINERS: Add self as CRIS port maintainer.
2471         * readelf.c: Include elf/cris.h.
2472         (guess_is_rela): Handle EM_CRIS.
2473         (dump_relocations): Ditto.
2474         (get_machine_name): Ditto.
2475         * Makefile.am: Rebuild dependencies.
2476         * Makefile.in: Regenerate.
2477         * po/binutils.pot: Regenerate.
2479 2000-07-19  H.J. Lu  <hjl@gnu.org>
2481         * readelf.c (get_dynamic_type): Change "AUXILARY" to
2482         "AUXILIARY".
2483         (process_dynamic_segment): Print out strings for DT_CONFIG,
2484         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2486 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
2488         * nm.c (usage): Change output of `nm --help' to include a
2489         description of the purpose of the program and a detailed
2490         description of the accepted options.
2492 2000-07-19  H.J. Lu  <hjl@gnu.org>
2494         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2495         to DF_1_NODEFLIB.
2497 2000-07-19  H.J. Lu  <hjl@gnu.org>
2499         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2501 2000-07-19  H.J. Lu  <hjl@gnu.org>
2503         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2504         DT_FEATURE.
2505         (process_dynamic_segment): Likewise.
2507         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2508         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2509         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2510         DF_1_NODUMP and DF_1_CONLFAT.
2512 2000-07-18  Nick Clifton  <nickc@cygnus.com>
2514         * binutils.texi (readelf): Fix spelling typo.
2516 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
2518         * objdump.c (usage): Make output of `objdump --help' more
2519         consistent with the rest of the GNU world.  Add a line describing
2520         the purpose of the program.
2522 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
2524         * stabs.c (parse_stab_range_type): Cast to proper type to fix
2525         warning.
2527 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
2529         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2530         to fix warnings.
2531         (process_symbol_table): Ditto.
2532         (procesS_extended_line_op): Ditto.
2533         (display_debug_lines): Ditto.
2534         (display_debug_pubnames): Ditto.
2535         (read_and_display_attr): Ditto.
2537 2000-07-09  Nick Clifton  <nickc@cygnus.com>
2539         * MAINTAINERS: Add several more port specific maintainers.
2541 2000-07-05  Nick Clifton  <nickc@cygnus.com>
2543         * MAINTAINERS: Add blanket write privs for Michael Meissner.
2545 2000-06-05  DJ Delorie  <dj@redhat.com>
2547         * MAINTAINERS: New.
2549 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
2551         * dllwrap.c: Changed mistaken dyn_string_append() calls
2552         to dyn_string_append_cstr().
2554 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
2556         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2557         struct debug_type stores size in bytes.
2559 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
2561         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
2562         (CLEANFILES): Add DEPA.
2563         * Makefile.in: Regenerate.
2565 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
2567         * ar.c: Revert incorrect 2000-06-25 patch.
2568         * bucomm.c: Likewise.
2570 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2572         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2573         (external_coff_symbol_p): New function.
2574         (parse_coff): Use it.
2576 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
2578         * ar.c (normalize): Advance past both characters in a DOS based
2579         <letter>: filepath prefix.
2580         (main): Likewise.
2581         * bucomm.c (make_tempname): Likewise.
2583 2000-06-24  Nick Clifton  <nickc@cygnus.com>
2585         * objdump.c (usage): Fix description of --stabs switch.
2587 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
2589         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2590         find one.
2591         * Makefile.in: Regenerate.
2593 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
2595         * ar.c (normalize): Correct pointer comparison when checking for
2596         backslashes.
2597         (main): Likewise.
2598         * bucomm.c (make_tempname): Likewise.
2600         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2601         and search for backslashes in the original pathname.
2602         (ieee_add_bb11): Likewise.
2604 2000-06-18  Nick Clifton  <nickc@redhat.com>
2606         * ar.c (print_contents): Improve verbose message.
2608 2000-06-15  H.J. Lu  <hjl@gnu.org>
2610         * dyn-string.c: Removed. Not needed with dyn-string.c in
2611         libiberty.
2612         * dyn-string.h: Likewise.
2614         * Makefile.am: Remove references to dyn-string.c and
2615         dyn-string.h. Rebuild dependency.
2616         * Makefile.in: Rebuild.
2618 2000-06-15  H.J. Lu  <hjl@gnu.org>
2620         * binutils.texi: Put a warning on copying relocatable object
2621         files between two different formats.
2623 2000-06-13  DJ Delorie  <dj@cygnus.com>
2625         * rcparse.y (control): ICON controls take an id as the first
2626         parameter, not an optional string.  Also, call new convenience
2627         function that takes res_id's.
2628         * resrc.c (define_control): missing text means zero-length string,
2629         not zero ID.
2630         (define_icon_control): New.
2631         * windres.h: declare define_icon_control.
2633 2000-06-13  H.J. Lu  <hjl@gnu.org>
2635         * configure: Regenerate.
2637 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
2639         * configure.in (VERSION): Update to show this is the CVS mainline.
2641 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
2643         * strings.c (isgraphic): Interpret <TAB> as a printable character,
2644         analogous to <SPACE>.
2646 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
2648         * objdump.c (display_target_list): Use bfd_close_all_done, not
2649         bfd_close to fix crash caused by 2000-05-24 change.
2651 2000-05-25  DJ Delorie  <dj@cygnus.com>
2653         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2655 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
2657         * Makefile.am: Update dependencies with "make dep-am"
2658         * Makefile.in: Regenerate.
2660 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
2662         * ar.c: Include filenames.h.
2663         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2664         and drive letters in file names.
2665         (main): Support backslashes and drive letters in argv[0].  Drop
2666         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
2667         FILENAME_CMP instead of strcmp to compare file names.
2668         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2669         DJGPP v2.
2670         (do_quick_append) [__GO32__]: Ditto.
2671         (get_pos_bfd, delete_members, move_members, replace_members):
2672         Compare file names with FILENAME_CMP.
2674         * bucomm.c: Include filenames.h.
2675         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2676         forward/backward slashes and drive letters in file names.
2678         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2679         mixed forward/backward slashes and drive letters in file names.
2681         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2682         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2683         mode.
2685         * objcopy.c: Include filenames.h.
2686         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2687         before comparing to "strip".
2688         Use FILENAME_CMP to compare file names.
2690         * arsup.c: Include filenames.h.
2691         (map_over_list, ar_delete, ar_replace, ar_extract): Use
2692         FILENAME_CMP to compare file names.
2693         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2694         the temporary file name.
2696         * configure.in: Check for setmode.
2697         * configure: Regenerate.
2699 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
2701         * objdump.c (display_target_list): Close the bfd.
2702         (display_info_table): Likewise.
2704 2000-05-14  H.J. Lu  (hjl@gnu.org)
2706         * objcopy.c (filter_symbols): Don't strip global symbols in
2707         relocatable object files.
2709 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
2711         * size.c (usage): Associate short options with corresponding long
2712         option to give a clue as to their function.
2714 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
2716         * size.c (main): Accept and ignore `-f' option.
2718 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
2720         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2721         bindtextdomain): Replace defines with those from intl/libgettext.h
2722         to quieten gcc warnings.
2724 2000-05-12  H.J. Lu  <hjl@gnu.org>
2726         * nlmconv.c (temp_filename): Removed.
2728         * nlmconv.c (link_inputs): Use make_temp_file () instead of
2729         choose_temp_base ().
2730         * objdump.c (display_target_list): Likewise.
2731         (display_info_table): Likewise.
2733 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
2735         * objcopy.c (setup_section): Add const and gettext calls for err.
2737 2000-05-02  H.J. Lu  <hjl@gnu.org>
2739         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2740         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2741         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2742         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2743         and ELFOSABI_OPENBSD.
2745 2000-05-02  Kazu Hirata  <kazu@hxi.com>
2747         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2748         * srconv.c: Likewise.
2749         * sysdump.c: Likewise.
2751 2000-04-23  Denis Chertykov  <denisc@overta.ru>
2753         * readelf.c (guess_is_rela): AVR uses RELA relocations.
2754         (get_machine_name): machine name for EM_AVR added.
2756 2000-04-21  Richard Henderson  <rth@cygnus.com>
2757             David Mosberger  <davidm@hpl.hp.com>
2759         * Makefile.am (readelf.o): Add elf/ia64.h.
2760         * Makefile.in: Rebuild.
2761         * readelf.c: Include elf/ia64.h.
2762         (guess_is_rela, dump_relocations): Handle EM_IA_64.
2764 2000-04-17  Timothy Wall  <twall@cygnus.com>
2766         * objdump.c (disassemble_data): Set octets per byte *after*
2767         resolving arch/mach for binary files.
2769 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2771         * arlex.l: Add directives to increase lex buffer size.
2773         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2774         already included by bucomm.h.
2776 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
2778         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2779         `strftime' since strftime is not available on all systems.
2780         (process_mips_specific): Ditto.
2782 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
2784         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
2785         --enable-build-warnings option.
2786         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2787         * Makefile.in, configure: Re-generate.
2789 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
2791         * addr2line.c: Update copyright.
2792         * objcopy.1: Likewise, and title.
2793         * strings.1: Likewise.
2795         * version.c (print_version): Add 2000.
2797         * rddbg.c (read_section_stabs_debugging_info): Don't use
2798         bfd_size_type for strx to avoid printf problems if BFD64.
2800         * bucomm.c: (report): Remove `static'.
2801         Move inclusion of stdarg.h/vararg.h from here.
2802         * bucomm.h: To here.
2803         (CONST): Change all occurences to const.
2804         (report): Declare it.
2805         (bfd_fatal): Add ATTRIBUTE_NORETURN.
2806         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2807         (non_fatal): Add ATTRIBUTE_PRINTF_1.
2809         * ar.c (main): Use fatal or non_fatal instead of fprintf.
2810         Correct a typo in an error message.
2811         (do_quick_append): Use non_fatal instead of fprintf.
2812         (move_members): Use fatal instead of fprintf, exit.
2813         * coffdump.c (main): Same here.
2815         * dlltool.c (display): Delete.
2816         (warn): Delete.
2817         (inform): Use `report' instead of `display'.
2818         (rvaafter): Remove trailing \n from fatal error msg.
2819         (rvabefore): Ditto.
2820         (asm_prefix): Ditto.
2821         (yyerror): Replace `warn' with `non_fatal', and remove \n.
2822         (def_name): Likewise.
2823         (run): Likewise.
2824         (scan_all_symbols): Likewise.
2825         (gen_lib_file): Likewise.
2826         (def_library): Likewise.  Remove extra program_name too.
2827         (run): Remove \n from inform strings.
2828         (scan_drectve_symbols): Likewise.
2829         (add_excludes): Likewise.
2830         (scan_open_obj_file): Likewise.
2831         (gen_exp_file): Likewise.
2832         (gen_lib_file): Likewise.
2833         (process_duplicates): Likewise.
2835         * Makefile.am (dllwrap_SOURCES): Add version.c.
2836         * dllwrap.c (program_version): Delete.
2837         (print_version): Delete.
2838         (display): Always print trailing \n.
2839         (warn): New.
2840         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
2841         (run): Here too.
2842         (main): And here.
2843         (usage): gettext'ify.
2844         (long_options): Add missing initialisers.
2846         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2847         (select_output_format): Likewise.
2848         (powerpc_mangle_relocs): Likewise.
2849         (link_inputs): Likewise.
2851         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2852         (set_output_format): Likewise.
2853         (main): Use non_fatal instead of fprintf.
2854         (display_rel_file): Likewise.
2856         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2857         (slurp_dynamic_symtab): Same here.
2858         (disassemble_data): And here.
2859         (read_section_stabs): And here.
2860         (read_section_stabs): And here.
2861         (dump_bfd): And here.
2862         (main): And here.
2863         (objdump_sprintf): Use fatal instead of fprintf, exit.
2864         (disassemble_data): Same here.
2866         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2867         (parse_coff_struct_type): Same here.
2868         (parse_coff_enum_type): And here.
2869         (parse_coff): And here.
2870         * rddbg.c (read_debugging_info): And here.
2871         * size.c (main): And here.
2872         * windres.c (format_from_name): And here.
2873         * wrstabs.c (stab_write_symbol): Here too.
2874         (write_stabs_in_sections_debugging_info): And here.
2875         (stab_int_type): And here.
2876         (stab_struct_field): And here.
2877         (stab_typdef): And here.
2879         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2880         * srconv.c (main): Same here.
2881         * strings.c (main): And here.
2882         (integer_arg): And here.
2883         * sysdump.c (main): And here.
2885 2000-04-06  Timothy Wall  <twall@cygnus.com>
2887         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2889 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2891         * readelf.c (decode_location_expression): Loop through multiple
2892         operations.
2893         (read_and_display_attr): Pass in length.
2895         * readelf.c (read_and_display_attr): Add CU offset to references.
2896         (display_debug_info): Pass it in.
2898 2000-04-06  Nick Clifton  <nickc@cygnus.com>
2900         * readelf.c (decode_ARM_machine_flags): New function.
2901         (get_machine_flags): Call decode_ARM_machine_flags for ARM
2902         targets.
2904         (get_machine_name): Catch EM_AVR
2906 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
2908         * binutils.texi: Remove optional `=' from long options that have
2909         an `=' in the argument.
2910         * objcopy.1: Here too.  Remove extra space on discard-all.
2912         * binutils.texi (objcopy): Mention --redefine-sym.
2913         * objcopy.1: Here too.
2914         * NEWS: And here.
2916         * objcopy.c (parse_flags): Split off flag names from error message
2917         gettext as they are not translated.
2918         (copy_main): Similarly split off option name for --add-section,
2919         --set-section-flags, --change-section-vma, --change-section-lma
2920         error messages.
2921         Some white space changes.
2923         from Matthew Benjamin <matt@linuxbox.nu>
2924         * objcopy.c (struct redefine_node): New.
2925         (redefine_sym_list): New.
2926         (redefine_list_append): New.
2927         (lookup_sym_redefinition): New.
2928         (OPTION_REDEFINE_SYM): New.
2929         (copy_options): Add --redefine-sym option.
2930         (copy_usage): Mention it.
2931         (filter_symbols): Rename symbols on redefine_sym_list.
2932         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2933         (copy_main): Handle OPTION_REDEFINE_SYM.
2935 2000-04-04  H.J. Lu  <hjl@gnu.org>
2937         * readelf.c (process_symbol_table): Correctly read in symbol
2938         versioning information.
2940 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
2942         * po/binutils.pot: Regenerate.
2944         * addr2line.c (usage): Restore translated part of bug string.
2945         * ar.c (usage): Likewise.
2946         * nlmconv.c (show_usage): Likewise.
2947         * nm.c (usage): Likewise.
2948         * objcopy.c (copy_usage): Likewise.
2949         (strip_usage): Likewise.
2950         * objdump.c (usage): Likewise.
2951         * readelf.c (usage): Likewise.
2952         * size.c (usage): Likewise.
2953         * strings.c (usage): Likewise.
2954         * windres.c (usage): Likewise.
2956         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2957         (DEP): Quote when passing vars to sub-make.  Add warning
2958         message to end.
2959         (DEP1): Rewrite for "gcc -MM".
2960         (CLEANFILES): Add DEP2.
2961         Update dependencies.
2962         * Makefile.in: Regenerate.
2964 2000-04-04  H.J. Lu  <hjl@gnu.org>
2966         * Makefile.am (GENERATED_HFILES): Add rcparse.h
2967         (arparse.h): Depend on arparse.c
2968         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2970 2000-04-03  H.J. Lu  (hjl@gnu.org)
2972         * size.c (usage): Use REPORT_BUGS_TO.
2974 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
2976         * bucomm.h: #include "bin-bugs.h"
2977         * addr2line.c (usage): Use REPORT_BUGS_TO.
2978         * ar.c (usage): Likewise.
2979         * nlmconv.c (show_usage): Likewise.
2980         * nm.c (usage): Likewise.
2981         (OPTION_TARGET): Define.
2982         (long_options): Use OPTION_TARGET rather than 200.
2983         (main): Likewise.
2985         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2986         (strip_usage): Likewise.
2987         * objdump.c (usage): Likewise.
2988         * readelf.c (usage): Likewise.
2989         * strings.c (usage): Likewise.
2990         * windres.c (usage): Likewise.
2992 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2994         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2996 2000-03-27  Nick Clifton  <nickc@cygnus.com>
2998         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2999         string offsets in corrupt stabs entries.
3001 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
3003         * readelf.c: Include elf/avr.h
3004         (dump_relocations): Add EM_AVR case.
3006 2000-03-09  Tim Waugh  <twaugh@redhat.com>
3008         * strings.1: Correct '-bytes' to '--bytes'.
3010 2000-03-08  H.J. Lu  <hjl@gnu.org>
3012         * Makefile.am (install-exec-local): Depend on
3013         install-binPROGRAMS for parallel make.
3014         * Makefile.in: Regenerated.
3016 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
3018         From Brad Lucier <lucier@math.purdue.edu>:
3019         * readelf.c (process_dynamic_segment): Add cast to make sure
3020         argument to %* is int.
3022 2000-02-25  H.J. Lu  <hjl@gnu.org>
3024         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
3026 2000-02-24  Nick Clifton  <nickc@cygnus.com>
3028         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
3029         * configure: Regenerate.
3031         * dlltool.c: Add support for sh-pe and mips-pe targets.
3032         * rescoff.c: Add support for sh-pe and mips-pe targets.
3034 2000-02-23  H.J. Lu  <hjl@gnu.org>
3036         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
3038 2000-02-22  Nick Clifton  <nickc@cygnus.com>
3040         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
3042 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
3044         From Brad Lucier <lucier@math.purdue.edu>:
3045         * readelf.c (process_version_sections): Add casts to make sure
3046         argument to %* is an int.
3047         (process_mips_specific): Add casts to make printf arguments match
3048         format.
3050 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
3052         * objdump.c (dump_section_header): Change `opb' to unsigned.
3053         (find_symbol_for_address): Same here.
3054         (disassemble_data): And here.  Change `addr_offset',
3055         `stop_offset', `nextstop_offset' to unsigned long.
3056         (dump_data): Change opb to unsigned.
3058 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
3060         * resrc.c: Remove unmatched #if for cygwin.
3062 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3064         * binutils.texi: Document the change of flavor name from atpcs-special
3065         to special-atpcs to prevent name conflict in gdb.
3067 2000-02-08  Timothy Wall  <twall@redhat.com>
3069         * objdump.c (show_line): Fix bug preventing printing of the very
3070         first line (line zero) of a file when interlisting source and
3071         assembly.  Added option to print entire context from start of file
3072         when the first line from that file is encountered.
3074 2000-02-03  Timothy Wall <twall@redhat.com>
3076         * objdump.c (dump_section_header, find_symbol_for_address,
3077         show_line, disassemble_bytes, disassemble_data, dump_data):
3078         distinguish between octets and bytes.
3080 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
3082         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
3083         check to unresolved symbols.
3084         (print_symbol_info_sysv):  Ditto.
3085         (print_symbol_info_posix):  Ditto.
3087         * binutils.texi: Document new 'V' symclass flag for nm.
3089 2000-01-27  Nick Clifton  <nickc@redhat.com>
3091         * binutils.texi (objdump): Document new ARM specific
3092         disassembler options.
3094         * objdump.c (usage): Call disassembler_usage().
3096 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
3098         * readelf.c (get_dynamic_flags): Return buff.
3099         (process_dynamic_segment): Don't pass error strings to printf
3100         as format arg.
3101         (read_and_display_attr): Use lx and ld to print longs.
3102         (process_corefile_note_segment): Cast bfd_vma to unsigned long
3103         before printing.
3104         Update copyright.
3106 2000-01-17  Nick Clifton  <nickc@cygnus.com>
3108         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
3110 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
3112         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
3113         false.
3114         (debug_tag_type): Here too.
3115         * ieee.c (ieee_builtin_type): And here.
3116         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
3118 2000-01-13  Nick Clifton  <nickc@cygnus.com>
3120         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
3121         System/370".
3123 2000-01-11  Nick Clifton  <nickc@cygnus.com>
3125         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
3127 2000-01-10  Nick Clifton  <nickc@cygnus.com>
3129         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
3131 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
3133         * windres.c (long_options): Add --use-temp-file and
3134         --no-use-temp-file options.
3135         (usage): Document.
3136         (main): Handle.
3138         * windres.h: Update read_rc_file prototype.
3140         * resrc.c (cpp_temp_file): New static variable.
3141         (istream_type): New static variable.
3142         (close_pipe): Delete function.
3143         (run_cmd): New static function.
3144         (open_input_stream): New static function.
3145         (close_input_stream): New static function.
3146         (look_for_default): Handle DOS directory separator. Use
3147         open_input_stream instead of popen.
3148         (read_rc_file): Likewise.
3150         * binutils.texi: Document --use-temp-file, --no-use-temp-file
3151         options.
3153 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
3155         * dlltool.c (create_compat_implib): New variable.
3156         (gen_exp_file): Use.
3157         (make_one_lib_file): Use.
3158         (long_options): Add --compat-implib option.
3159         (usage): Handle.
3160         (main): Handle.
3162         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
3163         (main): Use. Don't look for "32" in cygwin and mingw target names.
3165 2000-01-03  Nick Clifton  <nickc@cygnus.com>
3167         * binutils.texi: Document new, ARM specific disassembler
3168         command line switch "-M force-thumb".
3170 For older changes see ChangeLog-9899
3172 Local Variables:
3173 mode: change-log
3174 left-margin: 8
3175 fill-column: 74
3176 version-control: never
3177 End: