* MAINTAINERS: Change e-mail address back to airs.com.
[binutils.git] / binutils / ChangeLog
blobe6fb126b100b75ad3b7ba585e26eb75fc71c2314
1 2002-12-04  Ian Lance Taylor  <ian@airs.com>
3         * MAINTAINERS: Change e-mail address back to airs.com.
5 2002-12-04  Aldy Hernandez  <aldyh@redhat.com>
7         * MAINTAINERS: Add self.
9 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
11         * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
12         budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
13         nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
14         rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
15         unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
16         TRUE, false with FALSE.  Simplify comparisons of bfd_boolean vars
17         with TRUE/FALSE.  Formatting.
19 2002-11-29  Jakub Jelinek  <jakub@redhat.com>
21         * readelf.c Replace occurrences of Elf32_Internal_* and
22         Elf64_Internal_* with Elf_Internal_*.
23         (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
24         Zero r_addend fields.
25         (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
26         Elf_Internal_Rela.
28 2002-11-23  Nick Clifton  <nickc@redhat.com>
30         * size.c (usage): Fix typo describing switch for hex format.
32 2002-11-18  Svein E. Seldal  <Svein.Seldal@solidas.com>
34         * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
35         * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
36         testcase
38 2002-11-14  Nick Clifton  <nickc@redhat.com>
40         * readelf.c (process_program_headers): Add comment about return
41         value.  Ensure that 0 is returned if the headers are not loaded.
42         (process_file): If process_section_headers failed to load the
43         headers disable any tests that rely upon them.  Similarly for
44         process_program_headers.
46 2002-11-12  Nick Clifton  <nickc@redhat.com>
48         * po/da.po: Updated Danish translation.
50 2002-11-12  Klee Dienes  <kdienes@apple.com>
52         * rddbg.c (read_section_stabs_debugging_info): Also recognize
53         LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
55 2002-11-11  Christopher Faylor  <cgf@redhat.com>
57         * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer.  Drop COFF from
58         cgf maintainership.
60 2002-11-11  Christopher Faylor  <cgf@redhat.com>
62         * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
64 2002-11-07  Nick Clifton  <nickc@redhat.com>
66         * configure.in (ALL_LINGUAS): Add 'da'.
67         * configure: Regenerate.
68         * po/da.po: New Danish translation.
70         * readelf.c (get_symbol_index_type): Revert part of previous
71         patch: Display unknown symbol types in decimal, not hex.
73 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
75         * dlltool.c (add_excludes): Don't prefix excluded fastcall
76         symbols with underscore.
77         (xlate): Ignore add_underscore for decorated fastcall symbols.
79 2002-11-07  Eric Kohl  <ekohl@rz-online.de>
81         * deflex.l: Accept '@' as first character of an ID.
82         * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
83         ASM_PREFIX for fastcall symbols.
84         (scan_drectve_symbols): Handle fastcall symbols when generating
85         undecorated aliases for symbols in drectve section.
86         (scan_filtered_symbols): Likewise, with export-all.
87         (xlate): Likewise, with --kill-at.
88         (make_imp_label): New function to handle fastcall symbols
89         correctly.
90         (make_one_lib_file): Use make_imp_label instead of make_label
91         for imp symbols.
93 2002-11-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
95         * MAINTAINERS: Add self as TIC4X maintainer.
97 2002-11-06  Hiroyuki Machida  <machida@sm.sony.co.jp>
99         * readelf.c (get_symbol_index_type): Add hex number to
100         PROCESSOR-specific, OS-specific, reserved and unknown symbol
101         types.
103 2002-11-04  Alan Modra  <amodra@bigpond.net.au>
105         * readelf.c (byte_get_little_endian): Comment typo fix.
106         (print_symbol): Constify "symbol" arg.  Don't pass "symbol" to printf
107         as the format string.
108         (dump_relocations): Correct section sym names.
109         (process_section_headers): Clear symtab_shndx_hdr.
110         (read_and_display_attr_value): Don't pass indirect string to printf
111         as the format string.
112         (display_debug_frames): Indicate when zero terminator found.  Decode
113         DW_EH_PE_pcrel addresses.
115 2002-10-23  Svein E. Seldal  <Svein.Seldal@solidas.com>
117         * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
118         order to ensure proper disassembly of the valid 0-value opcode.
119         * configure: Regenerate.
120         * aclocal.m4: Regenerate.
121         * config.in: Regenerate.
122         * configure.in: Regenerate.
123         * doc/Makefile.in: Regenerate.
124         * po/binutils.pot: Regenerate.
126 2002-10-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
128         * MAINTAINERS: Add self as SH maintainer.
130 2002-10-23  Ben Elliston  <bje@redhat.com>
132         * doc/binutils.texi (objdump): Document -z and move the entry for
133         --disassemble-zeroes to the end of the options section (for `z').
135 2002-10-21  Nick Clifton  <nickc@redhat.com>
137         * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
139 2002-10-21  Svein E. Seldal  <Svein.Seldal@solidas.com>
141         * objdump.c (dump_data): Correct addr_offset for opb != 1.
143 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
145         * bucomm.c (list_supported_targets): Use bfd_target_list.
147         * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
148         other object errors in preference to bfd_core errors.
150 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
152         * Makefile.am: Run "make dep-am".
153         * objdump.c: #include "bfdver.h".
154         * version.c: Likewise.
155         * Makefile.in: Regenerate.
156         * config.in: Regenerate.
157         * configure: Regenerate.
158         * po/POTFILES.in: Regenerate.
160 2002-10-09  Daniel Jacobowitz  <drow@mvista.com>
162         * readelf.c (display_debug_info): Ignore empty .rela.debug_info
163         sections.  Allow relocations against the absolute symbol.  Don't
164         use the value in compunit.cu_abbrev_offset if we found a RELA
165         relocation.
167 2002-10-07  Gordon Chaffee <chaffee@netvmg.com>
169         * addr2line.c (slurp_symtab): Read in dynamic symbols if no
170         ordinary ones are available.
172 2002-09-30  H.J. Lu <hjl@gnu.org>
174         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
175         E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
177 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
179         * Makefile.am (CFILES): Add cxxfilt.c.
180         (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
181         (cxxfilt_LDADD): Delete.
182         Remove all references to underscore.c.
183         Regen dependencies.
184         * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
185         config.h from $UNDERSCORE, rather than AC_SUBSTing it.
186         * binutils/cxxfilt.c: Moved here from gcc/cp, minor
187         adjustments to fit into binutils framework.
188         * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
190 2002-09-12  Roland McGrath  <roland@redhat.com>
192         * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
193         Handle DW_OP_GNU_push_tls_address.
195 2002-09-11  Nick Clifton  <nickc@redhat.com>
197         * po/tr.po: Updated Turkish translation.
199 2002-09-10  Nick Clifton  <nickc@redhat.com>
201         * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
202         testsuite changes.  Add paragraphs about testsuite and config
203         patches.
205 2002-08-29  Nick Clifton  <nickc@redhat.com>
207         * readelf.c (get_machine_flags): Remove redundant reference to
208         E_V850EA_ARCH.
210 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
212         * objdump.c (dump_bfd): Restore lines accidentally deleted in
213         last commit.
215 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
217         * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
218         (dump_bfd_header): Likewise.
220 2002-08-27  Alan Modra  <amodra@bigpond.net.au>
222         * nm.c: Revert last change.
224 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
226         * nm.c (display_rel_file): Don't report "no symbols" as an error.
227         * objdump.c (slurp_symtab): Likewise.
228         (slurp_dynamic_symtab): Likewise.
229         (dump_symbols): Likewise.  Do print "no symbols" to stdout.
231 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
233         * MAINTAINERS: Change my mailing address.
235 2002-08-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
237         * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
239 2002-08-22  Nick Clifton  <nickc@redhat.com>
241         * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
242         HPPA.
244 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
246         * readelf.c (parse_args): Change debug_dump_opt to static.
248 2002-08-16  Sivaguru Sankaridurg  <siva@eternal-systems.com>
250         * stabs.c (parse_stab_argtype): Pass length of physname to
251         stab_demangle_argtypes.
252         (stab_demangle_argtypes): Add new parameter - length of physname.
253         Pass length of physname on to stab_demangle_prefix.
254         (stab_demangle_prefix): Add new parameter - length of physname.
255         Use length of physname (if supplied) to compute end of function
256         name.
258 2002-08-15  Alan Modra  <amodra@bigpond.net.au>
260         * readelf.c: Include elf/i370.h.
261         (dump_relocations): Handle EM_S370.
262         (dynamic_segment_parisc_val): Print \n.
263         (process_dynamic_segment <DT_BIND_NOW>): Here too.
265 2002-08-14  Nick Clifton  <nickc@redhat.com>
267         * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
268         * objdump.c (usage): Likewise.
269         * doc/binutils.texi: Likewise.
271 2002-08-14  Luke Dunstan  <infidel@users.sourceforge.net>
273         * rcparse.y (acc_entry): Don't warn about ALT use with
274         non-VIRTKEY.
276 2002-08-13  H.J. Lu <hjl@gnu.org>
278         * objcopy.c (copy_object): Don't warn about the unsupported
279         architecture unless the input target is defaulted or the
280         output architecture is different from the input.
282 2002-08-09  Nick Clifton  <nickc@redhat.com>
284         * po/sv.po: Updated Swedish translation.
286 2002-08-05  Alan Modra  <amodra@bigpond.net.au>
288         * prdbg.c (pr_fix_visibility): Remove assert.
290 2002-07-31  Nick Clifton  <nickc@redhat.com>
292         * addr2line.c (process_file): Rename parameter 'filename' to
293         'file_name' in order to avoid shadowing global symbol of the
294         same name.
295         (main): Likewise.
297 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
299         * readelf.c (OPTION_DEBUG_DUMP): Define.
300         (options): Use it.
301         (usage): Update help.
302         (parse_args): Handle --debug-dump separately from -w.
303         * doc/binutils.texi (readelf): Update documentation.
305 2002-07-25  Nick Clifton  <nickc@redhat.com>
307         * po/es.po: Updated Spanish translation.
308         * po/fr.po: Updated French translation.
310 2002-07-24  Nick Clifton  <nickc@redhat.com>
312         * po/es.po: Updated Spanish translation.
314 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
316         * Makefile.am: Run "make dep-am".
317         * Makefile.in: Regenerate.
319 2002-07-23  Nick Clifton  <nickc@redhat.com>
321         * po/fr.po: Updated French translation.
323 2002-07-23  Eric S. Raymond  <esr@golux.thyrsus.com>
325         * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
327 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
329         * budemang.c: Include config.h and string.h/strings.h.
331 2002-07-18 Denis Chertykov  <denisc@overta.ru>
332            Frank Ch. Eigler  <fche@redhat.com>
334         * readelf.c: Include "elf/ip2k.h".
335         (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
336         (dump_relocations): Likewise.
337         (get_machine_name): Likewise.
338         * NEWS: Mention IP2K support.
340 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
342         * NEWS: Add 'Changes in 2.13'.
344 2002-07-10  Jakub Jelinek  <jakub@redhat.com>
346         * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
347         DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
348         (get_section_type_name): Handle SHT_GNU_LIBLIST.
349         (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
350         DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
351         (process_gnu_liblist): New.
352         (process_file): Call it.
354 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
356         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
357         * Makefile.in: Regenerate.
359 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
361         * budemang.c: New file, "demangle" function.
362         * budemang.h: New file.
363         * addr2line.c (translate_addresses): Use "demangle".
364         * nm.c (print_symname): Likewise.
365         * objdump.c (objdump_print_symname): Likewise.
366         (dump_symbols): Likewise.  Also, don't use bfd_asymbol_name macro
367         here since that obfuscates.
368         * rdcoff.c: Don't #include demangle.h.
369         * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
370         emul_vanilla.c.  Remove emul_$(EMULATION).c.  Sort.
371         (HFILES): Add budemang.h.  Sort.
372         (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
373         Run "make dep-am".
374         * Makefile.in: Regenerate.
376 2002-07-01  Matt Thomas  <matt@3am-software.com>
378         * readelf.c: Include "elf/vax.h".
379         (guess_is_rela): Move EM_VAX from unknown to RELA case.
380         (dump_relocations): Handle VAX relocations.
381         (get_machine_flags): Handle VAX machine flags.
383 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
385         * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
387 2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
389         * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
391 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
393         * nm.c (print_symname): When demangling, strip leading dots from
394         symbol names to avoid confusing the demangler.
396 2002-06-25  H.J. Lu <hjl@gnu.org>
398         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
399         * Makefile.in: Regenerated.
401 2002-06-21  Igor Schein  <igor@txc.com>
403         * configure.in: Quote bu_cv_have_fopen64.
404         * configure: Regenerate.
406 2002-06-21  Mitsru Chinen  <chinen@jp.ibm.com>
408         * configure.in: Check for strcoll.
409         * configure: Regenerate.
410         * config.in: Regenerate.
411         * nm.c (main): Set locale for LC_COLLATE category.
412         (non_numeric_forward): Use strcoll if available.
414 2002-06-20  Dave Brolley  <brolley@redhat.com>
416         * MAINTAINERS: Add self as fr30 and frv maintainer.
418 2002-06-18  H.J. Lu  (hjl@gnu.org)
420         * nm.c: Include "elf/common.h".
421         (extended_symbol_info): Add elfinfo, a pointer to
422         elf_symbol_type.
423         (SYM_SIZE): Use elfinfo if it is not NULL.
424         (get_symbol_type): New function.
425         (display_archive): Set print_width for each archive member.
426         (display_file): Likewise.
427         (display_rel_file): Don't set print_width here.
428         (print_object_filename_sysv): Handle print_width.
429         (print_archive_member_sysv): Likewise.
430         (print_symbols): Pass (bfd_vma) 0 to print_symbol.
431         (print_symbol): Set the elfinfo field in extended_symbol_info
432         for ELF.
433         (print_object_filename_sysv): Fix the output format.
434         (print_symbol_info_sysv): Print type and section for ELF.
436 2002-06-18  Elias Athanasopoulos  <eathan@otenet.gr>
438         * nm.c (print_size_symbols): Remove assignment, which makes
439         the symbol's size equal to its value when --size-sort is
440         used.
442 2002-06-18  Dave Brolley  <brolley@redhat.com>
444         From Catherine Moore:
445         * readelf.c (elf/frv.h): #include it.
446         (guess_is_rela): Support EM_CYGNUS_FRV.
447         (dump_relocations): Ditto.
448         (get_machine_name): Ditto.
449         * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
451 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
453         * readelf.c (get_file_header): Only read the first section header if
454         e_shoff is non-zero.
456 2002-06-15  H.J. Lu  (hjl@gnu.org)
458         * nm.c (print_size): New variable. Initialize to 0.
459         (long_options): Add 'S'/"print-size".
460         (main): Handle 'S'.
461         (print_symbol_info_bsd): Print size only if print_size is not
462         0.
464         * doc/binutils.texi: Document -S/--print-size.
466 2002-6-13  Elias Athanasopoulos  <eathan@otenet.gr>
468         * nm.c (struct extended_symbol_info): New strcuture: Add the size
469         of the symbols to the information provided by the symbol_info
470         structure.
471         (print_symbols): Pass the symbol size to print_symbol.
472         (print_size_symbols): Pass the symbol size to print_symbol.
473         (print_symbol): Extra argument: The size of the symbol.  Store
474         this in the extended_symbol_info structure.
475         (print_symbol_info): Change type of info parameter to
476         extended_symbol_info.  Display the size, if known.
477         (print_symbol_info_posix): Likewise.
478         (print_symbol_info_sysv): Likewise.
480 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
482         * Makefile.am: Run "make dep-am".
483         * Makefile.in: Regenerate.
484         * doc/Makefile.in: Regnerate.
486         * bucomm.c: Replace CONST with const.
487         * nm.c: Likewise.
488         * objdump.c: Likewise.
490 2002-06-07  H.J. Lu <hjl@gnu.org>
492         * readelf.c (DW_CFA_GNU_args_size): Don't define.
493         (DW_CFA_GNU_negative_offset_extended): Likewise.
494         (DW_CFA_GNU_window_save): Likewise.
495         (display_debug_frames): Handle DW_CFA_offset_extended_sf,
496         DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
498 2002-06-07  Elias Athanasopoulos  <eathan@otenet.gr>
500         * nm.c: When computing size of symbols for an ELF target use the
501         internal size field.
503 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
505         * testsuite/binutils-all/objcopy.exp: clear xfail for
506         "hppa*64*-*-hpux*".
507         * testsuite/binutils-all/hppa/objdump.exp: Return if
508         "*64*-*-*".
510 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
512         * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
514 2002-06-03  Elias Athanasopoulos  <eathan@otenet.gr>
516         * objdump.c: Fix formatting.
518 2002-05-29  Ben Elliston  <bje@redhat.com>
520         * MAINTAINERS: Add self as M68k maintainer.
522 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
524         * readelf.c: Modified/Added DLX elf support.
526 2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
528         * arsup.c: Fix formatting.
529         * debug.c (debug_record_label): Add missing colon to error
530         message.
531         * ieee.c (parse_ieee_ty): Fix spelling typo.
532         * readelf.c (process_program_headers): Remove English assumption
533         about making a plural word.
534         (process_section_headers): Likewise.
535         (process_relocs): Allow quotes to be translated.
536         (process_unwind): Likewise,
537         (process_mips_specific): Improve error message.
538         (get_note_type): Fix spelling typo.
540         * configure.in (ALL_LINGUAS): Add sv
541         * po/sv.po: New file.
543 2002-05-27  Alan Modra  <amodra@bigpond.net.au>
545         * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
546         (unw_print_grmask): Likewise.
547         (unw_print_frmask): Likewise.
549 2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
551         * arsup.c: Remove ARGSUSED.
552         * debug.c: Likewise.
553         * ieee.c: Likewise.
554         * nlmconv.c: Likewise.
555         * prdbg.c: Likewise.
556         * stabs.c: Likewise.
557         * wrstabs.c: Likewise.
559 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
561         * arlex.l: Use #include "" instead of <> for local header files.
562         * coffdump.c: Likewise.
563         * coffgrok.c: Likewise.
564         * nlmconv.c: Likewise.
565         * nlmheader.y: Likewise.
566         * srconv.c: Likewise.
567         * strings.c: Likewise.
568         * sysdump.c: Likewise.
569         * unwind-ia64.h: Likewise.
570         * windres.h: Likewise.
571         * winduni.h: Likewise.
573 2002-05-24  Tom Rix  <trix@redhat.com>
575         * MAINTAINERS: Add self as the d10v maintainer.
577 2002-05-24   TAMURA Kent <kent@netbsd.org>
579         * configure.in: Builds dlltool for i386-netbsdpe.
580         * configure: Regenerate.
582 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
584         * size.c: Fix formatting.
585         * srconv.c: Likewise.
586         * stabs.c: Likewise.
587         * sysdump.c: Likewise.
588         * unwind-ia64.c: Likewise.
589         * wrstabs.c: Likewise.
591 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
593         * readelf.c (get_segment_type): Add PT_TLS.
594         (get_elf_section_flags): Add SHF_TLS.
595         (get_dynamic_flags): Optimize.  Add DF_STATIC_TLS.
596         (process_dynamic_segment): Use puts instead of printf.
597         (get_symbol_type): Support STT_TLS.
598         * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
599         SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
600         Add SEC_THREAD_LOCAL.
602 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
604         * rdcoff.c: Fix formatting.
605         * rddbg.c: Likewise.
606         * readelf.c: Likewise.
607         * rename.c: Likewise.
608         * resbin.c: Likewise.
609         * resrc.c: Likewise.
610         * resres.c: Likewise.
612 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
614         * filemode.c: Fix formatting.
615         * ieee.c: Likewise.
616         * is-ranlib.c: Likewise.
617         * is-strip.c: Likewise.
618         * maybe-ranlib.c: Likewise.
619         * maybe-strip.c: Likewise.
620         * nlmconv.c: Likewise.
621         * nm.c: Likewise.
622         * not-ranlib.c: Likewise.
623         * not-strip.c: Likewise.
624         * objcopy.c: Likewise.
625         * objdump.c: Likewise.
627 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
629         * objdump.c (dump_headers): Fix output formatting for ELF32
630         architectures in a BFD64 enabled toolchain.
632 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
634         * debug.c: Fix formatting.
635         * debug.h: Likewise.
636         * dlltool.c: Likewise.
637         * dllwrap.c: Likewise.
638         * emul_aix.c: Likewise.
639         * emul_vanilla.c: Likewise.
641 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
643         * addr2line.c: Fix formatting.
644         * ar.c: Likewise.
645         * arsup.c: Likewise.
646         * arsup.h: Likewise.
647         * binemul.c: Likewise.
648         * binemul.h: Likewise.
649         * bucomm.c: Likewise.
650         * coffdump.c: Likewise.
651         * coffgrok.c: Likewise.
652         * coffgrok.h: Likewise.
654 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
656         * MAINTAINERS: Add myself as the second AVR port maintainer.
658 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
660         * MAINTAINERS: Update my email address.
662 2002-05-09  Nick Clifton  <nickc@cambridge.redhat.com>
664         * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
666 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
668         * configure.in: Replace `*pe' with `pe' throughout.
669         * configure: Regenerate.
671 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
673         * Makefile.am: Honour DESTDIR.
674         * Makefile.in: Regenerate.
676 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
678         * dlltool.c (process_def_file): Add missing prototype.
679         (new_directive, assemble_file, main): Likewise.
680         (process_def_file, new_directive): Make static.
681         (inform): Rewrite using VA_FIXEDARG.
682         * dllwrap.c (mybasename): Add missing prototype.
683         (strhash, main): Likewise.
684         (inform): Rewrite using VA_FIXEDARG.
685         (warn): Likewise.
686         (cleanup_and_exit): Use old style function definition.
687         (strhash): Likewise.
688         * windres.c (define_resource): Use one memset to clear all of
689         struct res_resource.
691         * rcparse.y: Remove newcmd rule.  Move rcparse_discard_strings
692         call to rules that need no lookahead.  Check for no lookahead.
694 2002-05-06  Borut Razem  <borut.razem@siol.net>
696         * rclex.l (get_string): Correct "strings" list handling.
697         * resrc.c (read_rc_file): Discard strings.
699 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
701         * ar.c (replace_members): Remove unused var.  Formatting fix.
702         * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
704         * MAINTAINERS: Sort port maintainers by CPU.
706 2002-05-04  Bob Byrnes  <byrnes@curl.com>
708         * size.c (display_archive): Add last_arfile and code to close archives.
710 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
712         * nm.c (print_symbol): Check returned filename from
713         bfd_find_nearest_line is non-NULL.
715 2002-04-25  Elena Zannoni <ezannoni@redhat.com>
717         * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
719 2002-04-24  Christian Groessler <chris@groessler.org>
721         * MAINTAINERS: Changed my email address.
723 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
725         * arparse.y: Fix syntax warning.
727 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
729         * readelf.c (fetch_location_list): Remove unused function.
731         * readelf.c (process_corefile_note_segment): Catch corrupt notes
732         and display a warning message, then exit the loop.
734         * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
736 2002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
738         * resrc.c (write_rc_dialog): If charset is non-default value
739         display all of the DIALOGEX parameters.
741 2002-04-15  Eric Kohl <ekohl@rz-online.de>
743         * rcparse.y: Allow two to five parameter in FONT statement of
744         DIALOGEX resources.
745         * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
746         resource data.
747         (res_to_bin_dialog): Likewise.
748         * windres.h: Added misssing charset variable to dialog_ex
749         structure.
751 2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
753         * rcparse.y: Set MEMFLAG_PURE by default.
755 2002-04-09  Bernd Herd <info@herdsoft.com>
757         * rcparse.y: CLASS definitions in DIALOG resources
758         are quoted.
759         Fix typo in BEDIT warning.
760         Don't add default dialog style when explicit style specified.
761         Add WS_CAPTION dialog style if CAPTION is specified.
763         * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
764         (handle_quotes) "\a" escape (used for right justified key
765         definitions in menus) is encodes as binary 8.
767         * resrc.c (write_rc_dialog): Print style even if it is 0.
768         (write_rc_directory): Fix overlooked sublang shift bug.
769         (bin_to_res_dialog): Don't print empty dialog caption.
771         * resbin.c (bin_to_res_dialog): Use signature to identify
772         DIALOGEX.
774         * windres.c (main): Set default LANGUAGE to english/us.
776 2002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
778         * resrc.c: print CLASS names in quotes
780 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
782         * MAINTAINERS: Update my email address.
784 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
786         * dep-in.sed: Cope with absolute paths.
787         * Makefile.am (dep.sed): Subst TOPDIR.
788         Run "make dep-am".
789         * Makefile.in: Regenerate.
791 2002-03-27  Peter Targett  <peter.targett@arc.com>
793         * MAINTAINERS: Update my email address.
795 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
797         * Makefile.am: Run "make dep-am".
798         * Makefile.in: Regenerate.
799         * doc/Makefile.in: Regenerate.
800         * po/POTFILES.in: Regenerate.
801         * aclocal.m4: Regenerate.
802         * config.in: Regenerate.
803         * configure: Regenerate.
805 2002-03-20  Daniel Berlin  <dan@dberlin.org>
807         * readelf.c: Add support for displaying dwarf2 location lists.
808         (do_debug_loc, debug_loc_section, debug_loc_size): New.
809         (parse_args): Use 'O' as shorthand for displaying location list
810         section.
811         (process_section_headers): Handle debug_loc as well.
812         (load_debug_loc): New.
813         (free_debug_loc): New.
814         (fetch_location_list): New.
815         (display_debug_loc): New.
816         (display_debug_info): Call load_debug_loc and free_debug_loc.
817         (debug_displays): We can display .debug_loc now, too.
818         (usage): Update usage string.
819         (read_and_display_attr_value): Note location lists, but don't
820         display them inline.
822 2002-03-18  Tom Rix  <trix@redhat.com>
824         * Makefile.am: Add binutils emulation support.
825         * configure.in: Same.
826         * configure.tgt: New file.  Same.
827         * ar.c (main): Use ar_emul_parse_arg.
828         (usage): Use ar_emul_usage.
829         (replace_members): Use ar_emul_replace, ar_emul_append.
830         * binemul.c: New file.  Define the binutils emulation
831         layer. Define default methods.
832         * binemul.h: New file.  Binutils emulation layer header file.
833         * emul_aix.c: New file.  AIX binutils emulation.
834         * emul_vanilla.c: New file. Default binutils emulation.
835         * Makefile.in: Regenerate.
836         * configure: Same.
838 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
840         * po/fr.po: Updated version.
842 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
844         * po/fr.po: Updated version.
846 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
848         * README: Update some version numbers.
850 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
852         * doc/binutils.texi (Target Selection): Fix LD crossreferences.
853         (Architecture Selection): Likewise.
855 2002-03-01  Dmitry Timoshkov <dmitry@baikal.ru>
857         * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
858         generating .exp file.
860 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
862         * readelf.c (dump_relocations): Fix typo.
864 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
866         * NEWS: Mark 2.12 branch.
868 2002-02-18  Timothy Daly  <remote_bob@yahoo.com>
870         * readelf.c (dump_relocations): Display 2nd and 3rd reloc
871         types for 64-bit MIPS.  Narrow some fields for 80-char
872         output.
873         (dump_relocations): Change spelling from 'unrecognised'
874         to 'unrecognized'.
875         (decode_ARM_machine_flags): Likewise.
876         (parse_args): Likewise.
877         (read_and_display_attr_value): Likewise.
878         (display_debug_section): Likewise.
880 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
882         * NEWS: Mention support for MMIX.
884 2002-02-13  Matt Fredette  <fredette@netbsd.org>
886         * readelf.c (get_machine_flags): Recognize EF_M68000.
888 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
890         * MAINTAINERS: Added self as MN10300 co-maintainer.
892 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
894         * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
895         DT_PPC64_OPDSZ.
897 2002-02-11  Daniel Jacobowitz  <drow@mvista.com>
899         * MAINTAINERS: List myself as branch maintainer.
901 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
903         * configure: Regenerate.
904         * objcopy.c: Update copyright date.
905         * doc/Makefile.in: Regenerate.
907 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
909         * nlmconv.c: Back out localtime PARAMS change.
911 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
913         * objcopy.c (MKDIR): Define.
914         (copy_archive): Make name_list.name const.  Use MKDIR.
915         Handle duplicate files in archives by making more temp dirs.
917 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
919         * coffdump.c: Include "getopt.h" after "bucomm.h"
920         so that macros are defined correctly.
921         * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
922         prototype.  Prototype main.
923         * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
925 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
927         * MAINTAINERS: Added self as SH co-maintainer.
929 2002-02-05  Nick Clifton <nickc@redhat.com>
931         * po/tr.po: Updated translation.
933 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
935         * Makefile.am: Run "make dep-am"
936         * Makefile.in: Regenerate.
938 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
940         * nm.c (print_value): Mark abfd unused.
942 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
944         * unwind-ia64.c (unw_decoder): Change second argument
945         to unsigned int, to match function prototypes.
947 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
949         * objdump.c: Include "getopt.h" after "bucomm.h" so that
950         __GNU_LIBRARY__ will be defined.
951         * size.c: Likewise.
953 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
955         * configure: Regenerated.
957 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
959         * doc/Makefile.am (install): Depend on install-info.
960         * doc/Makefile.in: Regenerate.
962 2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
964         * objcopy.c (strip_usage): Document -d as an alias
965         --strip-debug.
967         * size.c (usage): Document [-t | --totals] options.
968         (long_options): Add --totals option.
969         (main): If the [-t | --totals] option is specified and
970         the output format is Berkeley-style, print the total
971         text, data, and bss sizes of all objects listed.
972         (print_berkeley_format): If the [-t | --totals] option
973         is specified, track the total text, data, and bss
974         sizes.
975         * doc/binutils.texi (size): Document [-t | --totals] options.
976         (strip): Document -d as an alias for --strip-debug.
977         * NEWS: Mention new feature of size.
979 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
981         * po/fr.po: Updated version.
982         * po/es.po: Updated version.
984 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
986         * addr2line.c (usage): Update text to provide verbose
987         description of the command line options.
988         * ar.c (usage): Update text to provide verbose
989         description of the command line options.
990         (main): Accept -h and -H when running as ranlib.
991         * coffdump.c (show_usage): Update text to provide verbose
992         description of the command line options.
993         * dlltool.c (main): Accept -H as an alias for --help.
994         * nlmconv.c (show_usage): Update text to provide verbose
995         description of the command line options.
996         * nm.c (usage): Replace OPTIONS with option(s).
997         (main): Accept -H as an alias for --help.
998         * objcopy.c (strip_main): Accept -H as an alias for --help.
999         * objdump.c (main): Accept -v as an alias for --verbose.
1000         * readelf.c (usage): Adjust format to match style used in
1001         other binutils.
1002         * size.c (usage): Update text to provide verbose description
1003         of the command line options.
1004         (main): Accept -v, -h and -H as command line options.
1005         * srconv.c (show_usage): Update text to provide verbose
1006         description of the command line options.
1007         * strings.c (main): Accept -H and -v as command line options.
1008         (usage): Update text to provide verbose description of the
1009         command line options.
1010         * sysdump.c (show_usage): Update text to provide verbose
1011         description of the command line options.
1012         * windres.c (usage): Adjust format to match style used in
1013         other binutils.
1015         * coffdump.c: Fix formatting.
1016         * nlmconv.c: Fix formatting.
1017         * srconv.c: Fix formatting.
1018         * sysdump.c: Fix formatting.
1020 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
1022         * Makefile.am: Run "make dep-am".
1023         * Makefile.in: Regenerate.
1025 2002-01-18  Andreas Jaeger  <aj@suse.de>
1027         * version.c (print_version): Update year.
1029 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
1031         * readelf.c (get_machine_name): Handle EM_PPC64.
1032         (guess_is_rela): Here too.
1034 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
1036         * po/binutils.pot: Regenerate.
1037         * po/fr.po: Regenerate.
1038         * po/tr.po: Regenerate.
1040 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
1042         * po/tr.po: Import new version.
1044 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
1046         * readelf.c (get_ppc64_dynamic_type): New.
1047         (get_dynamic_type): Call it.
1049 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
1051         * objcopy.c (copy_usage): Use "options" instead of "switches".
1052         (strip_usage): Use "options" instead of "switches".
1053         * doc/binutils.texi (dlltool):  Refer to "options" instead of
1054         "switches".
1056 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
1058         * MAINTAINERS: Add self as co-maintainer for the ARM code.
1060 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1062         * po/es.po: Import from translation project.
1063         * configure.in (ALL_LINGUAS): Add es.
1064         * configure: Regenerate.
1066 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
1068         * readelf.c (get_netbsd_elfcore_note_type): Use
1069         NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1071 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
1073         * readelf.c: Update copyright years.
1074         (get_note_type): Return a const char *.
1075         (get_netbsd_elfcore_note_type): New function.
1076         (process_note): Use get_netbsd_elfcore_note_type to get
1077         the note type string for NetBSD ELF core files.
1079 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
1081         * readelf.c (get_ia64_segment_type): Add support for macros.
1082         (get_segment_type): Add support for IA64 specific macros.
1084 2001-12-20  Julian v. Bock  <julian@wongr.net>
1086         * readelf.c (print_symbol): New function: Print a formatted symbol
1087         name.  If --wide is specified do not truncate it.
1088         (dump_relocations): Use print_symbol() to print symbol names.
1089         (process_symbol_table): Likewise.
1090         (process_syminfo): Likewise.
1091         (process_mips_specific): Likewise.
1092         (usage): Document new feature of --wide switch.
1093         * doc/binutils.texi (objdump): Document additional behaviour of
1094         --wide.
1096 2001-12-18  Michael Snyder  <msnyder@redhat.com>
1098         * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1099         (copy_object): Don't set the start address or flags of a core file.
1100         (copy_section): Don't relocate a core file.  Don't copy contents
1101         if the input section has the contents flag set, but the output
1102         section does not (which happens with the fake 'note' pseudo-
1103         sections that BFD creates for corefiles).
1105 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1107         * readelf.c (get_machine_flags): Recognize header flags for ABI and
1108         ASE extensions. More robust code for ISA checking. Ignore empty fields
1109         in header flags for GNU extensions.
1111 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
1113         * objcopy.c (copy_archive): Set output bfd format outside the loop.
1115 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1117         * po/ja.po: Import from translation project.
1118         * configure.in (ALL_LINGUAS): Add ja.
1119         * configure: Regenerate.
1121 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1123         * addr2line.c (main): Protoype.
1124         * ar.c (main): Protoype.
1125         * nm.c (main): Protoype.
1126         * objcopy.c (main): Protoype.
1127         * objdump.c (main): Protoype.
1128         * size.c (main): Protoype.
1129         * strings.c (main): Protoype.
1131 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
1133         * readelf.c (symtab_shndx_hdr): New global.
1134         (SECTION_HEADER_INDEX): Define.
1135         (SECTION_HEADER_NUM): Define.
1136         (SECTION_HEADER): Define.
1137         (GET_ELF_SYMBOLS): Pass two params rather than three.
1138         (get_32bit_elf_symbols): Take file and section args.  Read and
1139         use SHT_SYMTAB_SHNDX.
1140         (get_64bit_elf_symbols): Likewise.
1141         (dump_relocations): Use SECTION_HEADER to index "section_headers".
1142         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
1143         Remember symtab_shdx_hdr.
1144         (process_program_headers): Scan from index 1 for segment map.
1145         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1146         "section_headers".
1147         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
1148         (process_unwind): Likewise.
1149         (process_version_sections): Likewise.
1150         (process_symbol_table): Likewise.
1151         (display_debug_info): Likewise.
1152         (process_dynamic_segment): Fake up a symtab section for changed
1153         GET_ELF_SYMBOLS.
1154         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1155         (process_program_headers): Kill signed/unsigned warning.
1156         (load_debug_str): Likewise.
1157         (display_debug_info): Likewise.
1159 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
1161         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1163 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
1165         * readelf.c (process_file_header): Print extended e_shnum and
1166         e_shdtrndx values.  Set elf_header values for same.
1167         (get_32bit_section_headers): Add "num" arg to read "num" headers.
1168         (get_64bit_section_headers): Likewise.
1169         (process_section_headers): Update calls.
1170         (get_file_header): Call get_32bit_section_headers or 64bit variant.
1172 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
1174         * objcopy.c (setup_section): Copy entsize.
1176 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
1178         * readelf.c (guess_is_rela): Add support for stormy16.
1179         (dump_relocations): Likewise.
1180         (get_machine_name): Likewise.
1182 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
1184         * dllwrap.c (main) Replace multiple strings describing a
1185         single error with a single, newline escaped sentence to permit
1186         better translation into foreign languages.
1188         * readelf.c (get_elf_class): Remove internalionalisation of ELF
1189         class names.
1191 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1193         * strings.c (get_char): Initialize value.
1195 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1197         * arlex.l: Silence compile warnings.
1198         * arsup.h: Likewise. Fix formatting.
1200 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
1202         * strings.c: Include config.h before bfd.h.
1203         (file_off): New type.
1204         (file_open): Define.
1205         (print_strings): Use file_off instead of file_ptr.  Print addresses
1206         which don't fit into long correctly.
1207         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
1208         available.
1209         (strings_file): Use file_off instead of file_ptr.  Use file_open.
1210         * configure.in: Check for getc_unlocked.
1211         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1212         be defined for it.
1213         * configure: Rebuilt.
1214         * config.h.in: Rebuilt.
1216 2001-11-29  H.J. Lu <hjl@gnu.org>
1218         * bucomm.c (make_tempname): Revert the changes made on
1219         2001-11-14 and 2001-11-12. They won't work with directories.
1221 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1223         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1224         CFLAGS_FOR_TARGET to runtest in environment.
1225         * Makefile.in: Rebuild.
1226         * doc/Makefile.in: Rebuild.
1228 2001-11-28  Mike Stump  <mrs@wrs.com>
1230         * objcopy.c (setup_section): Preserve SEC_RELOC when
1231         --set-section-flags is used.
1233 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
1235         * readelf.c (do_debug_str): New variable.
1236         (display_debug_str): New function: Display the contents of a
1237         .debug_str section.
1238         (load_debug_str): New function: Load in the contents of a
1239         .debug_str section.
1240         (free_debug_str): New function: Free the memory used by
1241         load_debug_str().
1242         (fetch_indirect_string): Retrieve a string from the .debug_str
1243         section.
1244         (usage): Add -ws.
1245         (parse_args): Accept -ws.
1246         (process_section_headers): Allow the display of the .debug_str
1247         section.
1248         (read_and_display_attr_value): Use fetch_indirect_string.  Show
1249         offset into .debug_str section.
1250         (display_debug_info): Use load_debug_str and free_debug_str.
1251         (debug_displays): Add .debug_str.
1252         * doc/binutils.texi: Document -ws.
1254 2001-11-19  Andreas Jaeger  <aj@suse.de>
1256         * testsuite/binutils-all/objdump.exp: Add x86-64.
1258 2001-11-15  Andreas Schwab  <schwab@suse.de>
1260         * readelf.c: Fix warnings without terminating newline.
1262 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
1264         * doc/binutils.texi (objdump): Document ppc -M options.
1266 2001-11-14  Andreas Jaeger  <aj@suse.de>
1268         * doc/binutils.texi (objdump): Fix description to use x86-64.
1270 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
1272         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1273         not all systems provide mkstemp.
1275 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
1277         * doc/binutils.texi (objdump): Document x86 -M options.
1279 2001-11-13  Keith Walker <keith.walker@arm.com>
1281         * readelf.c (read_and_display_attr_value): New function to
1282         handle DW_FORM_indirect.
1283         (read_and_display_attr): Use it.
1285 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
1287         * readelf.c (display_debug_lines): Deal with unknown standard
1288         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1289         DW_LNS_set_isa.
1291 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
1293         * MAINTAINERS: Add self as tic54x maintainer.  This target
1294         includes the IBM C54XDSP clone.
1296 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
1298         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1300 2001-11-09  Jeffrey A Law  (law@cygnus.com)
1302         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1303         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1304         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1305         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1306         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1307         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1308         (unw_decode_b2, unw_decode_b3_b4): Likewise.
1310         * readelf.c (get_elf_class): Fix ISO portability glitch.
1311         (get_data_encoding, get_osabi_name, request_dump): Likewise.
1313 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
1315         * readelf.c (debug_str, debug_str_size): New.
1316         (display_debug_abbrev): If no abbrevs were read, skip the CU.
1317         Call free_abbrevs.
1318         (read_and_display_addr): Handle DW_FORM_strp.
1319         (display_debug_info): Read .debug_str section if present,
1320         so that DW_FORM_strp can be handled.
1321         Fix test for non-existant .debug_abbrev section.
1323 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
1325         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
1327         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1329 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1331         * MAINTAINERS: Add self as s390/s390x maintainer.
1333 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
1335         * MAINTAINERS: Add self as PPC XCOFF maintainer.
1337 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
1339         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1340         * configure: Regernate.
1341         * po/fr.po: New file.
1342         * po/tr.po: New file.
1344 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
1346         * MAINTAINERS: Add self as MMIX port maintainer.
1347         * readelf.c: Include elf/mmix.h.
1348         (guess_is_rela): MMIX is RELA.
1349         (dump_relocations): Handle MMIX relocations.
1350         * Makefile.am: Regenerate dependencies.
1351         * Makefile.in: Regenerate.
1353 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
1355         * readelf.c (parse_args): Handle multiple options to the -w
1356         switch.
1358 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
1360         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1361         LOPROC, LOOS and LOUSER.
1363 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
1365         * MAINTAINERS: Update my email address.
1367 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
1369         * doc/Makefile.in: Regenerate.
1370         * configure: Regenerate.
1372 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
1374         * readelf.c (display_debug_line, display_debug_pubnames,
1375         display_debug_info, display_debug_frames): Detect and warn
1376         about 64-bit format entries.
1377         (display_debug_aranges): Reword 64-bit warning.
1378         (debug_displays): Add .debug_pubtypes as a known, but not yet
1379         supported, debug section.
1381 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
1383         * coffdump.c (PROGRAM_VERSION): Delete.
1384         (main <'V'>): Call print_version.
1385         * srconv.c: Likewise.
1386         * sysdump.c: Likewise.
1387         * version.c (program_version): Remove.
1388         (print_version): Use BFD_VERSION_STRING.  Just print the current
1389         year in copyright message.
1390         * addr2line.c (program_version): Remove unused declaration.
1391         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1392         place of BFD_VERSION.
1393         * Makefile.am (Makefile): Depend on bfd/configure.in.
1394         (cplus-dem.o): Depend on Makefile.
1395         Run "make dep-am".
1396         * Makefile.in: Regenerate.
1398 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
1400         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1401         format .debug_arange sections.
1402         (main): Add missing prototype.
1404 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1406         * Makefile.am: Update dependencies with "make dep-am".
1407         * Makefile.in: Regenerate.
1409 2001-09-28  Richard Henderson  <rth@redhat.com>
1411         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1413 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
1415         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1416         VA_CLOSE.
1417         (non_fatal): Likewise.
1418         * objdump.c (objdump_sprintf): Likewise.
1419         * readelf.c (error): Likewise.
1420         (warn): Likewise.
1422 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
1424         * readelf.c (do_wide): New.
1425         (options): Add --wide.
1426         (usage, parse_args): Likewise.
1427         (process_program_headers): Put each segment on a single line if
1428         --wide is given.
1429         (process_section_headers): Put each section on a single line if
1430         --wide is given.
1431         * doc/binutils.texi: Document it.
1432         * NEWS: Likewise.
1434 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
1436         * readelf.c (print_vma): Print 8 digits of low hex value.
1438 2001-09-24  Andreas Jaeger  <aj@suse.de>
1440         * nlmconv.c: Fix warnings about unused attributes and function
1441         prototypes.
1443         * strings.c: Add prototype for get_char.
1445 2000-09-19  H.J. Lu  <hjl@gnu.org>
1447         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1448         $(srcdir)/cxxfilt.man.
1449         * doc/Makefile.in: Rebuild.
1451 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
1453         * objcopy.c (copy_main): Correct rename-section string parsing.
1454         Consolidate new_name parsing, and error messages.
1456 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
1458         * addr2line.c: Don't include <ctype.h>.
1459         (main): For gettext, also set the LC_CTYPE locate facet.
1460         * ar.c (main): Likewise.
1461         * coffdump.c (main): Likewise.
1462         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1463         (main): For gettext, also set the LC_CTYPE locate facet.
1464         Use ISALNUM instead of isalpha/isdigit.
1465         * dllwrap.c: Don't include <ctype.h>.
1466         (main): For gettext, also set the LC_CTYPE locate facet.
1467         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1468         (main): For gettext, also set the LC_CTYPE locate facet.
1469         Use TOUPPER instead of islower/toupper.
1470         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1471         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1472         Use TOUPPER instead of islower/toupper.
1473         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1474         * objcopy.c (main): Likewise.
1475         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1476         (disassemble_bytes): Use ISPRINT instead of isprint.
1477         (dump_section_stabs): Use ISDIGIT instead of isdigit.
1478         (dump_data): Use ISPRINT instead of isprint.
1479         (main): For gettext, also set the LC_CTYPE locate facet.
1480         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1481         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1482         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1483         Use TOUPPER instead of islower/toupper.
1484         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1485         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1486         (write_rc_accelerators): Use ISPRINT instead of isprint.
1487         (write_rc_rcdata): Likewise.
1488         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1489         * srconv.c (main): Likewise.
1490         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1491         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1492         isdigit/isupper/islower.
1493         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1494         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1495         stab_demangle_prefix, stab_demangle_qualified,
1496         stab_demangle_template, stab_demangle_type,
1497         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1498         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1499         (isgraphic): Use ISPRINT instead of isascii/isprint.
1500         (main): Remove HAVE_LC_MESSAGES dependency.
1501         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1502         (pbarray): Use ISPRINT instead of isprint.
1503         (main): For gettext, also set the LC_CTYPE locate facet.
1504         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1505         (format_from_filename): Use ISPRINT instead of isprint.
1506         (main): For gettext, also set the LC_CTYPE locate facet.
1507         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1508         (unicode_print): Use ISPRINT instead of isprint.
1509         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1510         (stab_variable): Use ISDIGIT instead of isdigit.
1512 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
1514         * ar.c (print_contents): Cast args of bfd_seek to the right types.
1515         Replace bfd_read call with call to bfd_bread.
1516         (extract_file): Likewise.
1518         * objdump.c (dump_section_header): Cast section->filepos to
1519         unsigned long to suit printf format string.
1520         * readelf.c (process_section_headers): Similarly for sh_offset.
1521         (process_unwind): Likewise.
1523 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
1525         * strings.c (encoding, encoding_bytes): New variables.
1526         (long_options): Add --encoding.
1527         (main): Accept -e and --encoding.
1528         (get_char): New function.  Read a, possibly wide, character from
1529         the input stream.
1530         (print_strings): Use get_char().
1531         (usage): Document new command line option.
1532         * doc/binutils.texi: Document new command line option.
1533         * NEWS: Announce new command line option.
1535 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
1537         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1538         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1539         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1540         Removed EM_CYGNUS_ARC.
1542 2001-09-04  Jeffrey A Law  (law@cygnus.com)
1544         * readelf.c: Include elf/h8 for H8 series definitions.
1545         (guess_is_rela): H8 series if RELA.
1546         (dump_relocations): Handle H8 series relocations.
1548 2001-08-31  Eric Christopher  <echristo@redhat.com>
1550         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1552 2001-08-29  Peter Targett  <peter.targett@arccores.com>
1554         * MAINTAINERS: Include ARC Maintainer.
1556 2001-08-29  Ben Elliston  <bje@redhat.com>
1558         * stabs.c (stab_demangle_template): Initialise s4.
1560 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
1562         * readelf.c (dump_relocations): Recognise EM_PPC64.
1564 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1566         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1568 2001-08-25  H.J. Lu  <hjl@gnu.org>
1570         * nm.c (print_width): New.
1571         (display_rel_file): Set `print_width' according to
1572         bfd_sprintf_vma.
1573         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1575 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
1577         * objcopy.c (use_alt_mach_code): New variable.
1578         (OPTION_ALT_MACH_CODE): Define.
1579         (copy_options): Added --alt-machine-code.
1580         (copy_main): Handle it.
1581         (copy_object): Switch to alternate machine code if requested.
1582         * doc/binutils.texi: Document new option.
1583         * NEWS: Likewise.
1585 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1587         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1589 2001-08-21  H.J. Lu  <hjl@gnu.org>
1591         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1592         (display_debug_info): Cast for 64bit hosts.
1593         (display_debug_frames): Likewise.
1594         (process_mips_specific): Likewise.
1596 2001-08-21  Andreas Jaeger  <aj@suse.de>
1598         * coffgrok.h: Add missing parameter for prototype of coff_grok.
1600         * sysdump.c: Add missing prototypes.
1601         * srconv.c: Likewise.
1602         * unwind-ia64.c: Likewise.
1603         * coffdump.c: Likewise.
1605         * sysinfo.y: Print prototypes, include <ansidecl.h>.
1607         * coffgrok.c: Add missing prototypes, include libiberty.h instead
1608         of declaring xcalloc.
1610 2001-08-10  H.J. Lu  <hjl@gnu.org>
1612         * nm.c (print_value): Add one arg, bfd *.
1613         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1614         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1615         (print_symbol_info_sysv): Likewise.
1616         (print_symbol_info_posix): Likewise.
1618         * objdump.c (dump_section_header): Replace printf_vma with
1619         bfd_printf_vma.
1620         (print_section_stabs): Likewise.
1621         (dump_bfd_header): Likewise.
1622         (objdump_print_value): Replace sprintf_vma with
1623         bfd_sprintf_vma.
1624         (disassemble_bytes): Likewise.
1625         (dump_reloc_set): Likewise.
1627 2001-08-10  Andreas Jaeger  <aj@suse.de>
1629         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1630         to build warnings.
1631         * configure: Regenerate.
1633 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
1635         * readelf.c: Add missing prototypes.
1636         * objdump.c: Likewise.  Format existing prototypes.
1638 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
1640         * readelf.c (display_debug_info): Add to abbrev_offset the addend
1641         of any RELA relocation for the abbrev_offset memory location that
1642         refers to the .debug_abbrev section symbol.
1644 2001-08-07  H.J. Lu  <hjl@gnu.org>
1646         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1647         (main): Return process_file ().
1649 2001-08-05  Philip Blundell  <philb@gnu.org>
1651         * doc/binutils.texi: Use "Thumb" not "THUMB".
1653 2001-08-03  John Healy  <jhealy@redhat.com>
1655         Patch suggested by Frank Eigler <fche@redhat.com>.
1656         * objdump.c (disassemble_data): Fill in section member of the
1657         disasm_info structure.
1659 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
1661         * configure.in: Added --with-windres option.
1662         * configure: Regenerated.
1664 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1666         * doc/binutils.texi: Use @command{name} for commands;
1667         use @option{-opt} for options; use @table @env for list of options;
1668         remove spaces arround [ | ] in synopsis.
1670         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1671         center title.
1673 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
1675         * objcopy.c: Fix formatting.
1676         (section_rename): New structure.
1677         (OPTION_RENAME_SECTION): New switch.
1678         (copy_usage): Document new switch.
1679         (add_section_rename): New function: Add a node to the section
1680         rename list.
1681         (find_section_rename): New function: Find the new name and
1682         flags for a section.
1683         (setup_section): Call find_section_name to determine the name
1684         of the output section.
1685         (copy_main): Handle OPTION_RENAME_SECTION.
1686         * binutils.texi: Document new switch.
1687         * NEWS: Mention new switch.
1689 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
1691         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1692         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1693         bug-binutils@gcc.org.
1695 2001-07-28  Matthias Kramm  <kramm@quiss.org>
1697         * bucomm.c (list_supported_architectures): New function.
1698         * bucomm.h (list_supported_architectures): Declare.
1699         * objdump.c (usage): Call the above.
1701 2001-07-25  Dave Brolley  <brolley@redhat.com>
1703         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1704         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1706 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
1708         * README: Update for 2.11.  Change bug reporting email address.
1709         * MAINTAINERS: Tidy up.  Change bug reporting email address.
1711 2001-07-16  DJ Delorie  <dj@redhat.com>
1713         * resres.c (write_res_header): Align header size.
1714         (res_align_file): Calculate alignment correctly.
1716         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1717         correct 10).
1718         * resrc.c (write_rc_resource): Likewise.
1719         * windres.h (SUBLANG_SHIFT): Define - as 10.
1721 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
1723         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1725 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
1727         * MAINTAINERS: Add notes about branch checkins.
1729 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
1731         * readelf.c (display_debug_macinfo): New function, display
1732         .debug_macinfo section.
1733         (do_debug_macinfo): New variable.
1734         (parse_args): Handle "-w[mM]" to mean display macro info.
1735         (process_section_headers): Handle debug_macinfo.
1736         (debug_displays): Replace unsupported function with macinfo
1737         function for .debug_macinfo display.
1738         * doc/binutils.texi: Document new command line switch.
1739         * NEWS: Document new feature of readelf.
1741 2001-07-05  H.J. Lu  <hjl@gnu.org>
1743         * objcopy.c (filter_symbols): Don't turn undefined symbols
1744         into local.
1746 2001-07-03  H.J. Lu <hjl@gnu.org>
1748         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1749         $@.pod.
1750         (ar.1): Likewise.
1751         (dlltool.1): Likewise.
1752         (nlmconv.1): Likewise.
1753         (nm.1): Likewise.
1754         (objcopy.1): Likewise.
1755         (objdump.1): Likewise.
1756         (ranlib.1): Likewise.
1757         (readelf.1): Likewise.
1758         (size.1): Likewise.
1759         (strings.1): Likewise.
1760         (strip.1): Likewise.
1761         (windres.1): Likewise.
1762         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1763         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1764         $(DEMANGLER_NAME).
1765         (as.1): Removed.
1766         * doc/Makefile.in: Regenerated.
1768 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
1770         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1772 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
1774         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1776 2001-06-29  James Cownie <jcownie@etnus.com>
1778         * readelf.c: Support DWARF 2.1 attributes.
1780 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
1782         * readelf.c (GET_DATA_ALLOC): Remove.
1783         (GET_DATA): Remove.
1784         (get_data): New function combining above macros, with an extra
1785         test for zero size.
1786         (slurp_rela_relocs): Use get_data, and catch error return.
1787         (slurp_rel_relocs): Likewise.
1788         (get_32bit_program_headers): Likewise.
1789         (get_64bit_program_headers): Likewise.
1790         (get_32bit_section_headers): Likewise.
1791         (get_64bit_section_headers): Likewise.
1792         (get_32bit_elf_symbols): Likewise.
1793         (get_64bit_elf_symbols): Likewise.
1794         (process_section_headers): Likewise.
1795         (process_relocs): Likewise.
1796         (slurp_ia64_unwind_table): Likewise.
1797         (process_unwind): Likewise.
1798         (get_32bit_dynamic_segment): Likewise.
1799         (get_64bit_dynamic_segment): Likewise.
1800         (process_dynamic_segment): Likewise.
1801         (process_version_sections): Likewise.
1802         (process_symbol_table): Likewise.
1803         (dump_section): Likewise.
1804         (display_debug_info): Likewise.
1805         (display_debug_section): Likewise.
1806         (process_section_contents): Likewise.
1807         (process_corefile_note_segment): Likewise.
1808         (process_mips_specific): Likewise.  Also free econf32, econf64.
1810 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
1812         * readelf.c (dump_relocations): Print "bad symbol index" if
1813         symtab == NULL with non-zero symtab_index.
1814         (process_relocs): Don't bomb if reloc section has no symsec.
1816 2001-06-24  H.J. Lu  <hjl@gnu.org>
1818         * objcopy.c (strip_main): Revert the change made on 2001-05-30
1819         by accident.
1820         (copy_main): Apply the the change made to strip_main on
1821         2001-05-30 by accident.
1823 2001-06-23  Andreas Jaeger  <aj@suse.de>
1825         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1826         parameter 'code'.
1827         (unw_decode_x2): Likewise.
1828         (unw_decode_x3): Likewise.
1829         (unw_decode_x4): Likewise.
1831 2001-06-23  Ben Elliston  <bje@redhat.com>
1833         * MAINTAINERS: Add myself as M88k maintainer.
1835 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
1837         * objcopy.c (strip_main): Support -o or --output-file command lien
1838         switch.
1840 2001-06-19  H.J. Lu <hjl@gnu.org>
1842         * doc/Makefile.in: Regenerated.
1844 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
1846         * readelf.c: Restore formatting.
1848 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1850         * Makefile.am: Move documentation into doc subdirectory.
1851         * Makefile.in: Regenerated.
1852         * binutils.texi: Move into doc subdirectory.
1853         * addr2line.1: Removed.
1854         * ar.1: Likewise.
1855         * dlltool.1: Likewise.
1856         * nlmconv.1: Likewise.
1857         * nm.1: Likewise.
1858         * objcopy.1: Likewise.
1859         * objdump.1: Likewise.
1860         * ranlib.1: Likewise.
1861         * readelf.1: Likewise.
1862         * size.1: Likewise.
1863         * strings.1: Likewise.
1864         * strip.1: Likewise.
1865         * windres.1: Likewise.
1866         * cxxfilt.man: Likewise.
1867         * doc: New Directory.
1868         * doc/Makefile.am: New file.
1869         * doc/Makefile.in: Generate.
1871 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
1873         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
1875 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
1877         * MAINTAINERS: Update my email address.
1879 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
1881         * objcopy.c: Add new switches: --keep-global-symbol,
1882         --keep-symbols, --localize-symbols, --keep-global-symbols and
1883         --weaken-symbols.
1884         * binutils.texi: Document new switches.
1885         * objcopy.1: Regenerate.
1886         * NEWS: Announce new feature.
1888 2001-05-28  Andreas Jaeger  <aj@suse.de>
1890         * readelf.c (display_debug_frames): Fix warnings: Remove unused
1891         variables, fix format strings.
1893 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
1895         * objdump.c (disassemble_bytes): Remove section VMA adjustment
1896         when computing the address of the line to show.
1898 2001-05-16  Richard Henderson  <rth@redhat.com>
1900         * readelf.c (do_debug_frames_interp): New.
1901         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1902         (byte_get_big_endian): Likewise.
1903         (parse_args) ['F']: Set do_debug_frames_interp.
1904         (Frame_Chunk): Make data_factor signed, add fde_encoding.
1905         (frame_display_row): Don't trunc pc_begin to int.
1906         (size_of_encoded_value): New.
1907         (display_debug_frames): Handle 64-bit targets.  Print raw data
1908         unless do_debug_frames_interp.
1909         (debug_displays): Remove duplicate .debug_frame.
1911 2001-05-15  Ralf Baechle  <ralf@gnu.org>
1913         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1914         The former constant was never in active use and is used otherwise
1915         by the ABI.
1917 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
1919         * readelf.c (process_unwind): Print all unwind sections, not just
1920         one.
1922 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1924         * readelf.c (process_unwind): Remove const specifier.
1926 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1928         * strings.c (isgraphic): Do not use isascii() unless it is needed
1929         for isprint() to work.
1930         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1932 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
1934         * NEWS: Announce support for OpenRISC.
1936 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
1938         * dlltool.c (do_default_excludes): Initialise to true.
1940 2001-04-10  Alan Modra  <amodra@one.net.au>
1942         * MAINTAINERS: Update my email address
1943         * nm.c (print_symbol_info_bsd): Use a simple printf string.
1945 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
1947         * readelf.c (display_debug_lines): Fix typo for "Prologue".
1949 2001-03-30  H.J. Lu  <hjl@gnu.org>
1951         * readelf.c (process_unwind): Just return if do_unwind is 0.
1953 2001-03-28  Roger Sayle  <roger@metaphorics.com>
1955         * dlltool.c (make_one_lib_file): Fix section flags for
1956         .text, .data and .bss in stub ds*.o files to match those
1957         generated by gas.
1959 2001-03-29  H.J. Lu  <hjl@gnu.org>
1961         * readelf.c (process_unwind): Only do unwind sections for
1962         IA64.
1964 2001-03-28  H.J. Lu  <hjl@gnu.org>
1966         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1967         * Makefile.in: Regenerate.
1969 2001-03-26  Andreas Jaeger  <aj@suse.de>
1971         * binutils.texi (nm): Fix texi syntax.
1973 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1975         * binutils.texi: Put @c man begin and @c man end indications
1976         to generate man pages using texi2pod and pod2man. Put @c man title
1977         to identify each man. Add SEEALSO entries.
1978         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1979         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1980         sort the list.
1981         (*.1): Build the man pages from binutils.texi.
1982         * Makefile.in: Regenerate.
1984 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
1986         * defparse.y (opt_equal_name): allow "." in name.
1987         * dlltool.c (def_exports): Added ability to generate forwarded exports.
1988         (gen_exp_file): Likewise.
1990 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
1992         * NEWS: Document addition of -B switch to objcopy.
1993         * binutils.texi:  Document addition of -B switch to objcopy.
1994         * objcopy.c: (copy_options): Add --binary-architecture.
1995         (copy_usage): Document -B/--binary-architecture.
1996         (copy_main): Support -B/--binary-architecture.  Set
1997         bfd_external_binary_architecture.
1999 2001-03-11  Andreas Jaeger  <aj@suse.de>
2001         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2002         (dump_relocations): Likewise.
2003         (get_machine_name): Likewise.
2005 2001-02-28  Nick Clifton  <nickc@redhat.com>
2007         * readelf.c: (struct unw_aux_info): Remove const modifier for
2008         'strtab' field.
2009         (process_unwind): Remove non-K&R compliant LHS type cast in call
2010         to GET_DATA_ALLOC macro.
2012 2001-02-28  Philip Blundell  <pb@futuretv.com>
2014         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2015         ABI is in use; remove ambiguity between the "unknown" EABI and
2016         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
2017         renamed EF_xx constants.
2019 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
2021         * configure.in (BFD_VERSION): New.
2022         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2023         * configure: Regenerate.
2024         * Makefile.am: Run "make dep-am"
2025         * Makefile.in: Regenerate.
2027 2001-02-14  Nick Clifton  <nickc@redhat.com>
2029         * MAINTAINERS: Add "Obvious Fix" rule.
2031 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2033         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2034         literal concatenation.
2036 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2038         * readelf.c (struct unw_aux_info): Remove const from the info member.
2039         (process_unwind): Don't type-cast the third argument to the
2040         GET_DATA_ALLOC macro.
2042 2001-02-11  Nick Clifton  <nickc@redhat.com>
2044         * readelf.c (dump_relocations): Free corrected allocated
2045         array.
2046         (process_unwind): Fix compile time warning.
2048 2001-02-10  Nick Clifton  <nickc@redhat.com>
2050         * binutils.texi: Document new --unwind option to readelf.
2052 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2054         * readelf.c: Add linux target for S/390.
2056 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
2058         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2059         printf is a macro.
2061 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
2063         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2064         * aclocal.m4: Regenerate.
2065         * configure: Regenerate.
2067 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
2069         * bucomm.c (bfd_target_vector): Change extern array to pointer.
2070         * objdump.c (bfd_target_vector): Likewise.
2072 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
2074         * readelf.c (process_unwind): New function.
2075         (slurp_ia64_unwind_table): Ditto.
2076         (dump_ia64_unwind): Ditto.
2077         (find_symbol_for_address): Ditto.
2078         (slurp_rela_relocs): New function (split off from dump_relocations()).
2079         (slurp_rel_relocs): Ditto.
2080         (parse_args): Handle '-u' option.
2082         * unwind-ia64.c: New file.
2083         * unwind-ia64.h: New file.
2084         * Makefile.am: Include unwind-ia64.c in readelf build.
2085         * Makefile.in: Regenerate.
2086         * po/binutils.pot: Regenerate.
2088 2001-02-04  Philip Blundell  <philb@gnu.org>
2090         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2091         * configure: Regenerate.
2093 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
2095         * ieee.c (ieee_add_bb11): Don't check for backslashes
2096         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2098 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
2100         * ieee.c: Update copyright.
2101         (ieee_start_compilation_unit): Don't check for backslashes
2102         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2104         * stabs.c: Update copyright. Include "filenames.h".
2105         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2107 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
2109         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2110         sections are present before using them.  Remove code duplication.
2111         (process_symbol_table): Check if VERDEF or VERNEED sections are
2112         present before using them.
2114 2001-01-17  Nick Clifton  <nickc@redhat.com>
2116         * objcopy.c (copy_object): Fail if attempting to convert the
2117         endianness of the input object file.
2119         * binutils.texi: Explain that objcopy cannot convert endianness.
2121 2001-01-16  Nick Clifton  <nickc@redhat.com>
2123         * readelf.c (string_table_length): New variable.
2124         (SECTION_NAME): Catch out of range indices and missing section
2125         pointers.
2126         (process_section_headers): Delete useless local variable
2127         string_table_offset.  Set the value of string_table_length
2128         after loading the string table.
2129         (process_mips_specific): Use SECTION_NAME macro.
2130         (process_file): Set string_table_length to 0 when it is freed.
2132 2001-01-12  Nick Clifton  <nickc@redhat.com>
2134         * version.c (print_version): Update copyright date.
2136 2001-01-11  Peter Targett  <peter.targett@arccores.com>
2138         * readelf.c (dump_relocations): Include selection with EM_ARC.
2139         (get_machine_name) Update name to "ARC".
2141 2001-01-09  Nick Clifton  <nickc@redhat.com>
2143         * Makefile.am: Add rule to build objdump.o from objdump.c and
2144         using OBJDUMP_DEFS.
2145         * Makefile.in: Regenerate.
2147         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
2148         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2149         -DDISASSEMBLER_NEEDS_RELOCS.
2150         * configure: Regenerate.
2152         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2153         is defined read in the relocs even if dump_reloc_info is
2154         false.
2156 2001-01-07  Philip Blundell  <philb@gnu.org>
2158         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2159         `bug-binutils'.
2160         * README: Likewise.
2162 2000-12-19  Nick Clifton  <nickc@redhat.com>
2164         * dlltool.c: Add missing support for arm-epoc-pe.
2165         * configure.in: Add missing support for arm-epoc-pe.
2166         * configure: Regenerate.
2168 2000-12-15  Nick Clifton  <nickc@redhat.com>
2170         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2171         Mode parts of the x86 port.
2173 2000-12-04  Andreas Jaeger  <aj@suse.de>
2175         * readelf.c (guess_is_rela): Add EM_X86_64.
2176         (dump_relocations): Add EM_X86_64.
2177         (get_machine_name): Add EM_X86_64.
2178         Include "elf/x86-64.h".
2180 2000-12-12  Nick Clifton  <nickc@redhat.com>
2182         * readelf.c: Fix formatting.
2184 2000-12-11  Jan Hubicka  <jh@suse.cz>
2186         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2188 2000-12-07  Andrew Haley  <aph@redhat.com>
2190         * readelf.c (display_debug_frames): Only display columns that are
2191         referenced by the frame debug info.
2193 2000-12-05  Nick Clifton  <nickc@redhat.com>
2195         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2197 2000-12-04  Jason Merrill  <jason@redhat.com>
2199         * readelf.c (process_section_headers): Handle linkonce.wi sections.
2200         (display_debug_section): Likewise.
2201         (display_debug_info): Display CU header before bailing.
2203 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
2205         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2206         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
2207         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2209         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2210         and E_MIPS_ARCH_64.
2212         * readelf.c (get_machine_flags): Add case for
2213         E_MIPS_MACH_SB1.
2215 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
2217         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2219 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
2221         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
2222         Change sourceware.cygnus.com to sources.redhat.com.
2223         Fix typo for "amongst".
2225 2000-11-28  Nick Clifton  <nickc@redhat.com>
2227         * strip.1 (COPYING): Mention that the GNU Free Documentation
2228         License is present in the sources, but not the output, and
2229         also available from the GNU website.
2230         (GNU Free Documentation License): Comment out this section.
2231         * strings.1: Ditto.
2232         * size.1: Ditto.
2233         * ranlib.1: Ditto.
2234         * objdump.1: Ditto.
2235         * objcopy.1: Ditto.
2236         * nm.1: Ditto.
2237         * nlmconv.1: Ditto.
2238         * ar.1: Ditto.
2239         * addr2line.1: Ditto.
2241 2000-11-27  DJ Delorie  <dj@redhat.com>
2243         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2244         (parse_args): Support -wf option.
2245         (process_section_headers): Ditto.
2246         (debug_displays): Ditto.
2247         (display_debug_frames): New, dump *_frame sections.
2248         (frame_need_space): Support for above.
2249         (frame_display_row): Ditto.
2250         * binutils.texi: Document it.
2252 2000-11-24  Nick Clifton  <nickc@redhat.com>
2254         * NEWS: Announce support for v5t, v5te and XScale.
2256 2000-11-22  Nick Clifton  <nickc@redhat.com>
2258         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2259         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2260         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2261         (get_elf_section_flags: Add SHF_GROUP.
2262         (process_section_headers): Adjust output for 32-bit binaries
2263         to look nice on an 80 column terminal.
2265 2000-11-20  H.J. Lu  <hjl@gnu.org>
2267         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2268         ELFOSABI_AIX.
2270 2000-11-17  Richard Henderson  <rth@redhat.com>
2272         * readelf.c (display_debug_lines): Adjust last change to
2273         use sizeof (external->li_length).
2275 2000-11-17  Richard Henderson  <rth@redhat.com>
2277         * readelf.c (display_debug_lines): Fix section length check
2278         and end_of_sequence computation.
2280 2000-11-06  Nick Clifton  <nickc@redhat.com>
2282         * binutils.texi: Add GNU Free Documentation License.
2283         * objcopy.1: Add GNU Free Documentation License.
2284         * objdump.1: Add GNU Free Documentation License.
2285         * addr2line.1: Add GNU Free Documentation License.
2286         * ar.1: Add GNU Free Documentation License.
2287         * nlmconv.1: Add GNU Free Documentation License.
2288         * nm.1: Add GNU Free Documentation License.
2289         * ranlib.1: Add GNU Free Documentation License.
2290         * size.1: Add GNU Free Documentation License.
2291         * strings.1: Add GNU Free Documentation License.
2292         * strip.1: Add GNU Free Documentation License.
2294 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
2296         * objcopy.c (--srec-len=nn): New parameter to set the
2297         maximum length of generated Srecords.
2298         (--srec-forceS3): New parameter that restricts the generation of
2299         Srecords to type S3 only.
2300         * binutils.texi: Document new command line switches.
2301         * objcopy.1: Docuemnt the new command line switches.
2302         * NEWS: Announce the existence of the new command line switches.
2304 2000-10-31  Nick Clifton  <nickc@redhat.com>
2306         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2307         code.  Add Eric Chrisopher as maintainer of MN10300 port.
2309 2000-10-12  Roger Sayle  <roger@metaphorics.com>
2311         * Make comma after string after icon/control optional.
2313 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
2315         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2317         * NEWS: Mention support for MIPS32.
2319 2000-09-08  Nick Clifton  <nickc@redhat.com>
2321         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2323 2000-09-07  H.J. Lu  <hjl@gnu.org>
2325         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2326         * configure: Rebuild.
2328 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
2330         * configure: Rebuilt with new libtool.m4.
2332 2000-09-05  Nick Clifton  <nickc@redhat.com>
2334         * aclocal.m4: Regenerate.
2335         * config.in: Regenerate.
2336         * configure: Regenerate.
2338 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
2340         * strip.1: Fix stray '\' in -o formatting.
2342 2000-09-02  Nick Clifton  <nickc@redhat.com>
2344         * configure.in: Increase version number to 2.10.91.
2345         * configure: Regenerate.
2346         * aclocal.m4: Regenerate.
2347         * config.in: Regenerate.
2348         * po/binutils.pot: Regenerate.
2350 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
2352         * acinclude.m4: Include libtool and gettext macros from the
2353         top level.
2354         * aclocal.m4, configure: Rebuilt.
2356 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
2358         * resrc.c (close_input_stream): Delete extraneous logic
2360 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
2362         * NEWS: Mention support for CRIS.
2364 2000-08-21  Nick Clifton  <nickc@redhat.com>
2366         * addr2line.c: Changed email address for Ulrich Lauther.
2368 2000-08-17  Christopher C. Chimelis <chris@debian.org>
2370         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2372 2000-08-17  Nick Clifton  <nickc@redhat.com>
2374         * readelf.c (display_debug_pubnames): Only issue warning
2375         message once.  Terminate message with a new line.
2376         (display_debug_aranges): Only display version 2 debug info.
2378 2000-08-14  Todd Vierling <tv@wasabisystems.com>
2380         * objcopy.c (strip_main): Silently accept -d as an alias for -g
2381         for compatability with old BSD systems.
2383 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
2385         * NEWS: Mention i860 support.
2387 2000-08-11  Carlo Wood <carlo@alinoe.com>
2389         * addr2line.c (main): Add const to char *.
2391 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
2393         * ar.c (main): Don't crash if called with no arguments
2394         or only '-X32_64' as an argument.
2396 2000-08-08  DJ Delorie  <dj@redhat.com>
2398         * resrc.c: use "gcc -xc" instead of -xc-header
2400 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
2402         * readelf.c (elf/i860.h): Include.
2403         (dump_relocations): Add recognition of i860 architecture.
2404         (guess_is_rela): Add recognition of i860 architecture.
2406 2000-08-03  Nick Clifton  <nickc@cygnus.com>
2408         * MAINTAINERS: Add information about CGEN maintainers.
2410 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
2412         * nm.c (main): Ignore '-X32_64' as an option.
2413         * ar.c (main): Likewise.
2414         * binutils.texi (nm): Document new option.
2415         (ar): Likewise.
2417 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2419         * rdcoff.c (external_coff_symbol_p): K&R-ise.
2421 2000-07-20  H.J. Lu  <hjl@gnu.org>
2423         * binutils.texi: Put back "@end table" deleted by
2424         accident.
2426 2000-07-05  Kenneth Block  <krblock@computer.org>
2428         * nm.c: Add optional style to demangle switch.
2429         * objdump.c: Add optional style to demangle switch.
2430         * addr2line.c: Add optional style to demangle switch.
2431         * binutils.texi: Document optional style to demangle
2432         switch.
2434 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
2436         * MAINTAINERS: Add self as CRIS port maintainer.
2437         * readelf.c: Include elf/cris.h.
2438         (guess_is_rela): Handle EM_CRIS.
2439         (dump_relocations): Ditto.
2440         (get_machine_name): Ditto.
2441         * Makefile.am: Rebuild dependencies.
2442         * Makefile.in: Regenerate.
2443         * po/binutils.pot: Regenerate.
2445 2000-07-19  H.J. Lu  <hjl@gnu.org>
2447         * readelf.c (get_dynamic_type): Change "AUXILARY" to
2448         "AUXILIARY".
2449         (process_dynamic_segment): Print out strings for DT_CONFIG,
2450         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2452 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
2454         * nm.c (usage): Change output of `nm --help' to include a
2455         description of the purpose of the program and a detailed
2456         description of the accepted options.
2458 2000-07-19  H.J. Lu  <hjl@gnu.org>
2460         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2461         to DF_1_NODEFLIB.
2463 2000-07-19  H.J. Lu  <hjl@gnu.org>
2465         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2467 2000-07-19  H.J. Lu  <hjl@gnu.org>
2469         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2470         DT_FEATURE.
2471         (process_dynamic_segment): Likewise.
2473         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2474         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2475         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2476         DF_1_NODUMP and DF_1_CONLFAT.
2478 2000-07-18  Nick Clifton  <nickc@cygnus.com>
2480         * binutils.texi (readelf): Fix spelling typo.
2482 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
2484         * objdump.c (usage): Make output of `objdump --help' more
2485         consistent with the rest of the GNU world.  Add a line describing
2486         the purpose of the program.
2488 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
2490         * stabs.c (parse_stab_range_type): Cast to proper type to fix
2491         warning.
2493 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
2495         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2496         to fix warnings.
2497         (process_symbol_table): Ditto.
2498         (procesS_extended_line_op): Ditto.
2499         (display_debug_lines): Ditto.
2500         (display_debug_pubnames): Ditto.
2501         (read_and_display_attr): Ditto.
2503 2000-07-09  Nick Clifton  <nickc@cygnus.com>
2505         * MAINTAINERS: Add several more port specific maintainers.
2507 2000-07-05  Nick Clifton  <nickc@cygnus.com>
2509         * MAINTAINERS: Add blanket write privs for Michael Meissner.
2511 2000-06-05  DJ Delorie  <dj@redhat.com>
2513         * MAINTAINERS: New.
2515 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
2517         * dllwrap.c: Changed mistaken dyn_string_append() calls
2518         to dyn_string_append_cstr().
2520 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
2522         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2523         struct debug_type stores size in bytes.
2525 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
2527         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
2528         (CLEANFILES): Add DEPA.
2529         * Makefile.in: Regenerate.
2531 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
2533         * ar.c: Revert incorrect 2000-06-25 patch.
2534         * bucomm.c: Likewise.
2536 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2538         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2539         (external_coff_symbol_p): New function.
2540         (parse_coff): Use it.
2542 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
2544         * ar.c (normalize): Advance past both characters in a DOS based
2545         <letter>: filepath prefix.
2546         (main): Likewise.
2547         * bucomm.c (make_tempname): Likewise.
2549 2000-06-24  Nick Clifton  <nickc@cygnus.com>
2551         * objdump.c (usage): Fix description of --stabs switch.
2553 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
2555         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2556         find one.
2557         * Makefile.in: Regenerate.
2559 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
2561         * ar.c (normalize): Correct pointer comparison when checking for
2562         backslashes.
2563         (main): Likewise.
2564         * bucomm.c (make_tempname): Likewise.
2566         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2567         and search for backslashes in the original pathname.
2568         (ieee_add_bb11): Likewise.
2570 2000-06-18  Nick Clifton  <nickc@redhat.com>
2572         * ar.c (print_contents): Improve verbose message.
2574 2000-06-15  H.J. Lu  <hjl@gnu.org>
2576         * dyn-string.c: Removed. Not needed with dyn-string.c in
2577         libiberty.
2578         * dyn-string.h: Likewise.
2580         * Makefile.am: Remove references to dyn-string.c and
2581         dyn-string.h. Rebuild dependency.
2582         * Makefile.in: Rebuild.
2584 2000-06-15  H.J. Lu  <hjl@gnu.org>
2586         * binutils.texi: Put a warning on copying relocatable object
2587         files between two different formats.
2589 2000-06-13  DJ Delorie  <dj@cygnus.com>
2591         * rcparse.y (control): ICON controls take an id as the first
2592         parameter, not an optional string.  Also, call new convenience
2593         function that takes res_id's.
2594         * resrc.c (define_control): missing text means zero-length string,
2595         not zero ID.
2596         (define_icon_control): New.
2597         * windres.h: declare define_icon_control.
2599 2000-06-13  H.J. Lu  <hjl@gnu.org>
2601         * configure: Regenerate.
2603 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
2605         * configure.in (VERSION): Update to show this is the CVS mainline.
2607 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
2609         * strings.c (isgraphic): Interpret <TAB> as a printable character,
2610         analogous to <SPACE>.
2612 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
2614         * objdump.c (display_target_list): Use bfd_close_all_done, not
2615         bfd_close to fix crash caused by 2000-05-24 change.
2617 2000-05-25  DJ Delorie  <dj@cygnus.com>
2619         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2621 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
2623         * Makefile.am: Update dependencies with "make dep-am"
2624         * Makefile.in: Regenerate.
2626 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
2628         * ar.c: Include filenames.h.
2629         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2630         and drive letters in file names.
2631         (main): Support backslashes and drive letters in argv[0].  Drop
2632         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
2633         FILENAME_CMP instead of strcmp to compare file names.
2634         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2635         DJGPP v2.
2636         (do_quick_append) [__GO32__]: Ditto.
2637         (get_pos_bfd, delete_members, move_members, replace_members):
2638         Compare file names with FILENAME_CMP.
2640         * bucomm.c: Include filenames.h.
2641         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2642         forward/backward slashes and drive letters in file names.
2644         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2645         mixed forward/backward slashes and drive letters in file names.
2647         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2648         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2649         mode.
2651         * objcopy.c: Include filenames.h.
2652         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2653         before comparing to "strip".
2654         Use FILENAME_CMP to compare file names.
2656         * arsup.c: Include filenames.h.
2657         (map_over_list, ar_delete, ar_replace, ar_extract): Use
2658         FILENAME_CMP to compare file names.
2659         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2660         the temporary file name.
2662         * configure.in: Check for setmode.
2663         * configure: Regenerate.
2665 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
2667         * objdump.c (display_target_list): Close the bfd.
2668         (display_info_table): Likewise.
2670 2000-05-14  H.J. Lu  (hjl@gnu.org)
2672         * objcopy.c (filter_symbols): Don't strip global symbols in
2673         relocatable object files.
2675 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
2677         * size.c (usage): Associate short options with corresponding long
2678         option to give a clue as to their function.
2680 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
2682         * size.c (main): Accept and ignore `-f' option.
2684 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
2686         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2687         bindtextdomain): Replace defines with those from intl/libgettext.h
2688         to quieten gcc warnings.
2690 2000-05-12  H.J. Lu  <hjl@gnu.org>
2692         * nlmconv.c (temp_filename): Removed.
2694         * nlmconv.c (link_inputs): Use make_temp_file () instead of
2695         choose_temp_base ().
2696         * objdump.c (display_target_list): Likewise.
2697         (display_info_table): Likewise.
2699 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
2701         * objcopy.c (setup_section): Add const and gettext calls for err.
2703 2000-05-02  H.J. Lu  <hjl@gnu.org>
2705         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2706         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2707         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2708         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2709         and ELFOSABI_OPENBSD.
2711 2000-05-02  Kazu Hirata  <kazu@hxi.com>
2713         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2714         * srconv.c: Likewise.
2715         * sysdump.c: Likewise.
2717 2000-04-23  Denis Chertykov  <denisc@overta.ru>
2719         * readelf.c (guess_is_rela): AVR uses RELA relocations.
2720         (get_machine_name): machine name for EM_AVR added.
2722 2000-04-21  Richard Henderson  <rth@cygnus.com>
2723             David Mosberger  <davidm@hpl.hp.com>
2725         * Makefile.am (readelf.o): Add elf/ia64.h.
2726         * Makefile.in: Rebuild.
2727         * readelf.c: Include elf/ia64.h.
2728         (guess_is_rela, dump_relocations): Handle EM_IA_64.
2730 2000-04-17  Timothy Wall  <twall@cygnus.com>
2732         * objdump.c (disassemble_data): Set octets per byte *after*
2733         resolving arch/mach for binary files.
2735 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2737         * arlex.l: Add directives to increase lex buffer size.
2739         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2740         already included by bucomm.h.
2742 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
2744         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2745         `strftime' since strftime is not available on all systems.
2746         (process_mips_specific): Ditto.
2748 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
2750         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
2751         --enable-build-warnings option.
2752         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2753         * Makefile.in, configure: Re-generate.
2755 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
2757         * addr2line.c: Update copyright.
2758         * objcopy.1: Likewise, and title.
2759         * strings.1: Likewise.
2761         * version.c (print_version): Add 2000.
2763         * rddbg.c (read_section_stabs_debugging_info): Don't use
2764         bfd_size_type for strx to avoid printf problems if BFD64.
2766         * bucomm.c: (report): Remove `static'.
2767         Move inclusion of stdarg.h/vararg.h from here.
2768         * bucomm.h: To here.
2769         (CONST): Change all occurences to const.
2770         (report): Declare it.
2771         (bfd_fatal): Add ATTRIBUTE_NORETURN.
2772         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2773         (non_fatal): Add ATTRIBUTE_PRINTF_1.
2775         * ar.c (main): Use fatal or non_fatal instead of fprintf.
2776         Correct a typo in an error message.
2777         (do_quick_append): Use non_fatal instead of fprintf.
2778         (move_members): Use fatal instead of fprintf, exit.
2779         * coffdump.c (main): Same here.
2781         * dlltool.c (display): Delete.
2782         (warn): Delete.
2783         (inform): Use `report' instead of `display'.
2784         (rvaafter): Remove trailing \n from fatal error msg.
2785         (rvabefore): Ditto.
2786         (asm_prefix): Ditto.
2787         (yyerror): Replace `warn' with `non_fatal', and remove \n.
2788         (def_name): Likewise.
2789         (run): Likewise.
2790         (scan_all_symbols): Likewise.
2791         (gen_lib_file): Likewise.
2792         (def_library): Likewise.  Remove extra program_name too.
2793         (run): Remove \n from inform strings.
2794         (scan_drectve_symbols): Likewise.
2795         (add_excludes): Likewise.
2796         (scan_open_obj_file): Likewise.
2797         (gen_exp_file): Likewise.
2798         (gen_lib_file): Likewise.
2799         (process_duplicates): Likewise.
2801         * Makefile.am (dllwrap_SOURCES): Add version.c.
2802         * dllwrap.c (program_version): Delete.
2803         (print_version): Delete.
2804         (display): Always print trailing \n.
2805         (warn): New.
2806         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
2807         (run): Here too.
2808         (main): And here.
2809         (usage): gettext'ify.
2810         (long_options): Add missing initialisers.
2812         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2813         (select_output_format): Likewise.
2814         (powerpc_mangle_relocs): Likewise.
2815         (link_inputs): Likewise.
2817         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2818         (set_output_format): Likewise.
2819         (main): Use non_fatal instead of fprintf.
2820         (display_rel_file): Likewise.
2822         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2823         (slurp_dynamic_symtab): Same here.
2824         (disassemble_data): And here.
2825         (read_section_stabs): And here.
2826         (read_section_stabs): And here.
2827         (dump_bfd): And here.
2828         (main): And here.
2829         (objdump_sprintf): Use fatal instead of fprintf, exit.
2830         (disassemble_data): Same here.
2832         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2833         (parse_coff_struct_type): Same here.
2834         (parse_coff_enum_type): And here.
2835         (parse_coff): And here.
2836         * rddbg.c (read_debugging_info): And here.
2837         * size.c (main): And here.
2838         * windres.c (format_from_name): And here.
2839         * wrstabs.c (stab_write_symbol): Here too.
2840         (write_stabs_in_sections_debugging_info): And here.
2841         (stab_int_type): And here.
2842         (stab_struct_field): And here.
2843         (stab_typdef): And here.
2845         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2846         * srconv.c (main): Same here.
2847         * strings.c (main): And here.
2848         (integer_arg): And here.
2849         * sysdump.c (main): And here.
2851 2000-04-06  Timothy Wall  <twall@cygnus.com>
2853         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2855 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2857         * readelf.c (decode_location_expression): Loop through multiple
2858         operations.
2859         (read_and_display_attr): Pass in length.
2861         * readelf.c (read_and_display_attr): Add CU offset to references.
2862         (display_debug_info): Pass it in.
2864 2000-04-06  Nick Clifton  <nickc@cygnus.com>
2866         * readelf.c (decode_ARM_machine_flags): New function.
2867         (get_machine_flags): Call decode_ARM_machine_flags for ARM
2868         targets.
2870         (get_machine_name): Catch EM_AVR
2872 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
2874         * binutils.texi: Remove optional `=' from long options that have
2875         an `=' in the argument.
2876         * objcopy.1: Here too.  Remove extra space on discard-all.
2878         * binutils.texi (objcopy): Mention --redefine-sym.
2879         * objcopy.1: Here too.
2880         * NEWS: And here.
2882         * objcopy.c (parse_flags): Split off flag names from error message
2883         gettext as they are not translated.
2884         (copy_main): Similarly split off option name for --add-section,
2885         --set-section-flags, --change-section-vma, --change-section-lma
2886         error messages.
2887         Some white space changes.
2889         from Matthew Benjamin <matt@linuxbox.nu>
2890         * objcopy.c (struct redefine_node): New.
2891         (redefine_sym_list): New.
2892         (redefine_list_append): New.
2893         (lookup_sym_redefinition): New.
2894         (OPTION_REDEFINE_SYM): New.
2895         (copy_options): Add --redefine-sym option.
2896         (copy_usage): Mention it.
2897         (filter_symbols): Rename symbols on redefine_sym_list.
2898         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2899         (copy_main): Handle OPTION_REDEFINE_SYM.
2901 2000-04-04  H.J. Lu  <hjl@gnu.org>
2903         * readelf.c (process_symbol_table): Correctly read in symbol
2904         versioning information.
2906 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
2908         * po/binutils.pot: Regenerate.
2910         * addr2line.c (usage): Restore translated part of bug string.
2911         * ar.c (usage): Likewise.
2912         * nlmconv.c (show_usage): Likewise.
2913         * nm.c (usage): Likewise.
2914         * objcopy.c (copy_usage): Likewise.
2915         (strip_usage): Likewise.
2916         * objdump.c (usage): Likewise.
2917         * readelf.c (usage): Likewise.
2918         * size.c (usage): Likewise.
2919         * strings.c (usage): Likewise.
2920         * windres.c (usage): Likewise.
2922         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2923         (DEP): Quote when passing vars to sub-make.  Add warning
2924         message to end.
2925         (DEP1): Rewrite for "gcc -MM".
2926         (CLEANFILES): Add DEP2.
2927         Update dependencies.
2928         * Makefile.in: Regenerate.
2930 2000-04-04  H.J. Lu  <hjl@gnu.org>
2932         * Makefile.am (GENERATED_HFILES): Add rcparse.h
2933         (arparse.h): Depend on arparse.c
2934         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2936 2000-04-03  H.J. Lu  (hjl@gnu.org)
2938         * size.c (usage): Use REPORT_BUGS_TO.
2940 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
2942         * bucomm.h: #include "bin-bugs.h"
2943         * addr2line.c (usage): Use REPORT_BUGS_TO.
2944         * ar.c (usage): Likewise.
2945         * nlmconv.c (show_usage): Likewise.
2946         * nm.c (usage): Likewise.
2947         (OPTION_TARGET): Define.
2948         (long_options): Use OPTION_TARGET rather than 200.
2949         (main): Likewise.
2951         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2952         (strip_usage): Likewise.
2953         * objdump.c (usage): Likewise.
2954         * readelf.c (usage): Likewise.
2955         * strings.c (usage): Likewise.
2956         * windres.c (usage): Likewise.
2958 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2960         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2962 2000-03-27  Nick Clifton  <nickc@cygnus.com>
2964         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2965         string offsets in corrupt stabs entries.
2967 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
2969         * readelf.c: Include elf/avr.h
2970         (dump_relocations): Add EM_AVR case.
2972 2000-03-09  Tim Waugh  <twaugh@redhat.com>
2974         * strings.1: Correct '-bytes' to '--bytes'.
2976 2000-03-08  H.J. Lu  <hjl@gnu.org>
2978         * Makefile.am (install-exec-local): Depend on
2979         install-binPROGRAMS for parallel make.
2980         * Makefile.in: Regenerated.
2982 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
2984         From Brad Lucier <lucier@math.purdue.edu>:
2985         * readelf.c (process_dynamic_segment): Add cast to make sure
2986         argument to %* is int.
2988 2000-02-25  H.J. Lu  <hjl@gnu.org>
2990         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2992 2000-02-24  Nick Clifton  <nickc@cygnus.com>
2994         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
2995         * configure: Regenerate.
2997         * dlltool.c: Add support for sh-pe and mips-pe targets.
2998         * rescoff.c: Add support for sh-pe and mips-pe targets.
3000 2000-02-23  H.J. Lu  <hjl@gnu.org>
3002         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
3004 2000-02-22  Nick Clifton  <nickc@cygnus.com>
3006         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
3008 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
3010         From Brad Lucier <lucier@math.purdue.edu>:
3011         * readelf.c (process_version_sections): Add casts to make sure
3012         argument to %* is an int.
3013         (process_mips_specific): Add casts to make printf arguments match
3014         format.
3016 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
3018         * objdump.c (dump_section_header): Change `opb' to unsigned.
3019         (find_symbol_for_address): Same here.
3020         (disassemble_data): And here.  Change `addr_offset',
3021         `stop_offset', `nextstop_offset' to unsigned long.
3022         (dump_data): Change opb to unsigned.
3024 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
3026         * resrc.c: Remove unmatched #if for cygwin.
3028 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3030         * binutils.texi: Document the change of flavor name from atpcs-special
3031         to special-atpcs to prevent name conflict in gdb.
3033 2000-02-08  Timothy Wall  <twall@redhat.com>
3035         * objdump.c (show_line): Fix bug preventing printing of the very
3036         first line (line zero) of a file when interlisting source and
3037         assembly.  Added option to print entire context from start of file
3038         when the first line from that file is encountered.
3040 2000-02-03  Timothy Wall <twall@redhat.com>
3042         * objdump.c (dump_section_header, find_symbol_for_address,
3043         show_line, disassemble_bytes, disassemble_data, dump_data):
3044         distinguish between octets and bytes.
3046 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
3048         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
3049         check to unresolved symbols.
3050         (print_symbol_info_sysv):  Ditto.
3051         (print_symbol_info_posix):  Ditto.
3053         * binutils.texi: Document new 'V' symclass flag for nm.
3055 2000-01-27  Nick Clifton  <nickc@redhat.com>
3057         * binutils.texi (objdump): Document new ARM specific
3058         disassembler options.
3060         * objdump.c (usage): Call disassembler_usage().
3062 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
3064         * readelf.c (get_dynamic_flags): Return buff.
3065         (process_dynamic_segment): Don't pass error strings to printf
3066         as format arg.
3067         (read_and_display_attr): Use lx and ld to print longs.
3068         (process_corefile_note_segment): Cast bfd_vma to unsigned long
3069         before printing.
3070         Update copyright.
3072 2000-01-17  Nick Clifton  <nickc@cygnus.com>
3074         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
3076 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
3078         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
3079         false.
3080         (debug_tag_type): Here too.
3081         * ieee.c (ieee_builtin_type): And here.
3082         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
3084 2000-01-13  Nick Clifton  <nickc@cygnus.com>
3086         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
3087         System/370".
3089 2000-01-11  Nick Clifton  <nickc@cygnus.com>
3091         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
3093 2000-01-10  Nick Clifton  <nickc@cygnus.com>
3095         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
3097 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
3099         * windres.c (long_options): Add --use-temp-file and
3100         --no-use-temp-file options.
3101         (usage): Document.
3102         (main): Handle.
3104         * windres.h: Update read_rc_file prototype.
3106         * resrc.c (cpp_temp_file): New static variable.
3107         (istream_type): New static variable.
3108         (close_pipe): Delete function.
3109         (run_cmd): New static function.
3110         (open_input_stream): New static function.
3111         (close_input_stream): New static function.
3112         (look_for_default): Handle DOS directory separator. Use
3113         open_input_stream instead of popen.
3114         (read_rc_file): Likewise.
3116         * binutils.texi: Document --use-temp-file, --no-use-temp-file
3117         options.
3119 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
3121         * dlltool.c (create_compat_implib): New variable.
3122         (gen_exp_file): Use.
3123         (make_one_lib_file): Use.
3124         (long_options): Add --compat-implib option.
3125         (usage): Handle.
3126         (main): Handle.
3128         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
3129         (main): Use. Don't look for "32" in cygwin and mingw target names.
3131 2000-01-03  Nick Clifton  <nickc@cygnus.com>
3133         * binutils.texi: Document new, ARM specific disassembler
3134         command line switch "-M force-thumb".
3136 For older changes see ChangeLog-9899
3138 Local Variables:
3139 mode: change-log
3140 left-margin: 8
3141 fill-column: 74
3142 version-control: never
3143 End: