Retroactively add entry for Lars Brinkhoff's contribution of the PDP-11 and
[binutils.git] / binutils / ChangeLog
blob239f3273441e27740b70d586a45019e172637079
1 2002-07-31  Nick Clifton  <nickc@redhat.com>
3         * addr2line.c (process_file): Rename parameter 'filename' to
4         'file_name' in order to avoid shadowing global symbol of the
5         same name.
6         (main): Likewise.
8 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
10         * readelf.c (OPTION_DEBUG_DUMP): Define.
11         (options): Use it.
12         (usage): Update help.
13         (parse_args): Handle --debug-dump separately from -w.
14         * doc/binutils.texi (readelf): Update documentation.
16 2002-07-25  Nick Clifton  <nickc@redhat.com>
18         * po/es.po: Updated Spanish translation.
19         * po/fr.po: Updated French translation.
21 2002-07-24  Nick Clifton  <nickc@redhat.com>
22         
23         * po/es.po: Updated Spanish translation.
25 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
27         * Makefile.am: Run "make dep-am".
28         * Makefile.in: Regenerate.
30 2002-07-23  Nick Clifton  <nickc@redhat.com>
32         * po/fr.po: Updated French translation.
34 2002-07-23  Eric S. Raymond  <esr@golux.thyrsus.com>
36         * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
38 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
40         * budemang.c: Include config.h and string.h/strings.h.
42 2002-07-18 Denis Chertykov  <denisc@overta.ru>
43            Frank Ch. Eigler  <fche@redhat.com>
45         * readelf.c: Include "elf/ip2k.h".
46         (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
47         (dump_relocations): Likewise.
48         (get_machine_name): Likewise.
49         * NEWS: Mention IP2K support.
51 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
53         * NEWS: Add 'Changes in 2.13'.
55 2002-07-10  Jakub Jelinek  <jakub@redhat.com>
57         * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
58         DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
59         (get_section_type_name): Handle SHT_GNU_LIBLIST.
60         (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
61         DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
62         (process_gnu_liblist): New.
63         (process_file): Call it.
65 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
67         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
68         * Makefile.in: Regenerate.
70 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
72         * budemang.c: New file, "demangle" function.
73         * budemang.h: New file.
74         * addr2line.c (translate_addresses): Use "demangle".
75         * nm.c (print_symname): Likewise.
76         * objdump.c (objdump_print_symname): Likewise.
77         (dump_symbols): Likewise.  Also, don't use bfd_asymbol_name macro
78         here since that obfuscates.
79         * rdcoff.c: Don't #include demangle.h.
80         * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
81         emul_vanilla.c.  Remove emul_$(EMULATION).c.  Sort.
82         (HFILES): Add budemang.h.  Sort.
83         (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
84         Run "make dep-am".
85         * Makefile.in: Regenerate.
87 2002-07-01  Matt Thomas  <matt@3am-software.com>
89         * readelf.c: Include "elf/vax.h".
90         (guess_is_rela): Move EM_VAX from unknown to RELA case.
91         (dump_relocations): Handle VAX relocations.
92         (get_machine_flags): Handle VAX machine flags.
94 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
96         * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
98 2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
100         * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
102 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
104         * nm.c (print_symname): When demangling, strip leading dots from
105         symbol names to avoid confusing the demangler.
107 2002-06-25  H.J. Lu <hjl@gnu.org>
109         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
110         * Makefile.in: Regenerated.
112 2002-06-21  Igor Schein  <igor@txc.com>
114         * configure.in: Quote bu_cv_have_fopen64.
115         * configure: Regenerate.
117 2002-06-21  Mitsru Chinen  <chinen@jp.ibm.com>
119         * configure.in: Check for strcoll.
120         * configure: Regenerate.
121         * config.in: Regenerate.
122         * nm.c (main): Set locale for LC_COLLATE category.
123         (non_numeric_forward): Use strcoll if available.
125 2002-06-20  Dave Brolley  <brolley@redhat.com>
127         * MAINTAINERS: Add self as fr30 and frv maintainer.
129 2002-06-18  H.J. Lu  (hjl@gnu.org)
131         * nm.c: Include "elf/common.h".
132         (extended_symbol_info): Add elfinfo, a pointer to
133         elf_symbol_type.
134         (SYM_SIZE): Use elfinfo if it is not NULL.
135         (get_symbol_type): New function.
136         (display_archive): Set print_width for each archive member.
137         (display_file): Likewise.
138         (display_rel_file): Don't set print_width here.
139         (print_object_filename_sysv): Handle print_width.
140         (print_archive_member_sysv): Likewise.
141         (print_symbols): Pass (bfd_vma) 0 to print_symbol.
142         (print_symbol): Set the elfinfo field in extended_symbol_info
143         for ELF.
144         (print_object_filename_sysv): Fix the output format.
145         (print_symbol_info_sysv): Print type and section for ELF.
147 2002-06-18  Elias Athanasopoulos  <eathan@otenet.gr>
149         * nm.c (print_size_symbols): Remove assignment, which makes
150         the symbol's size equal to its value when --size-sort is 
151         used.
153 2002-06-18  Dave Brolley  <brolley@redhat.com>
155         From Catherine Moore:
156         * readelf.c (elf/frv.h): #include it.
157         (guess_is_rela): Support EM_CYGNUS_FRV.
158         (dump_relocations): Ditto.
159         (get_machine_name): Ditto.
160         * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
162 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
164         * readelf.c (get_file_header): Only read the first section header if
165         e_shoff is non-zero.
167 2002-06-15  H.J. Lu  (hjl@gnu.org)
169         * nm.c (print_size): New variable. Initialize to 0.
170         (long_options): Add 'S'/"print-size".
171         (main): Handle 'S'.
172         (print_symbol_info_bsd): Print size only if print_size is not
173         0.
175         * doc/binutils.texi: Document -S/--print-size.
177 2002-6-13  Elias Athanasopoulos  <eathan@otenet.gr>
179         * nm.c (struct extended_symbol_info): New strcuture: Add the size
180         of the symbols to the information provided by the symbol_info
181         structure.
182         (print_symbols): Pass the symbol size to print_symbol.
183         (print_size_symbols): Pass the symbol size to print_symbol.
184         (print_symbol): Extra argument: The size of the symbol.  Store
185         this in the extended_symbol_info structure.
186         (print_symbol_info): Change type of info parameter to
187         extended_symbol_info.  Display the size, if known.
188         (print_symbol_info_posix): Likewise.
189         (print_symbol_info_sysv): Likewise.
191 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
193         * Makefile.am: Run "make dep-am".
194         * Makefile.in: Regenerate.
195         * doc/Makefile.in: Regnerate.
197         * bucomm.c: Replace CONST with const.
198         * nm.c: Likewise.
199         * objdump.c: Likewise.
201 2002-06-07  H.J. Lu <hjl@gnu.org>
203         * readelf.c (DW_CFA_GNU_args_size): Don't define.
204         (DW_CFA_GNU_negative_offset_extended): Likewise.
205         (DW_CFA_GNU_window_save): Likewise.
206         (display_debug_frames): Handle DW_CFA_offset_extended_sf,
207         DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
209 2002-06-07  Elias Athanasopoulos  <eathan@otenet.gr>
210         
211         * nm.c: When computing size of symbols for an ELF target use the
212         internal size field.
214 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
216         * testsuite/binutils-all/objcopy.exp: clear xfail for
217         "hppa*64*-*-hpux*".
218         * testsuite/binutils-all/hppa/objdump.exp: Return if
219         "*64*-*-*".
221 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
223         * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
225 2002-06-03  Elias Athanasopoulos  <eathan@otenet.gr>
227         * objdump.c: Fix formatting.
229 2002-05-29  Ben Elliston  <bje@redhat.com>
231         * MAINTAINERS: Add self as M68k maintainer.
233 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
235         * readelf.c: Modified/Added DLX elf support.
237 2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
239         * arsup.c: Fix formatting.
240         * debug.c (debug_record_label): Add missing colon to error
241         message.
242         * ieee.c (parse_ieee_ty): Fix spelling typo.
243         * readelf.c (process_program_headers): Remove English assumption
244         about making a plural word.
245         (process_section_headers): Likewise.
246         (process_relocs): Allow quotes to be translated.
247         (process_unwind): Likewise,
248         (process_mips_specific): Improve error message.
249         (get_note_type): Fix spelling typo.
251         * configure.in (ALL_LINGUAS): Add sv
252         * po/sv.po: New file.
254 2002-05-27  Alan Modra  <amodra@bigpond.net.au>
256         * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
257         (unw_print_grmask): Likewise.
258         (unw_print_frmask): Likewise.
260 2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
262         * arsup.c: Remove ARGSUSED.
263         * debug.c: Likewise.
264         * ieee.c: Likewise.
265         * nlmconv.c: Likewise.
266         * prdbg.c: Likewise.
267         * stabs.c: Likewise.
268         * wrstabs.c: Likewise.
270 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
272         * arlex.l: Use #include "" instead of <> for local header files.
273         * coffdump.c: Likewise.
274         * coffgrok.c: Likewise.
275         * nlmconv.c: Likewise.
276         * nlmheader.y: Likewise.
277         * srconv.c: Likewise.
278         * strings.c: Likewise.
279         * sysdump.c: Likewise.
280         * unwind-ia64.h: Likewise.
281         * windres.h: Likewise.
282         * winduni.h: Likewise.
284 2002-05-24  Tom Rix  <trix@redhat.com>
286         * MAINTAINERS: Add self as the d10v maintainer.
288 2002-05-24   TAMURA Kent <kent@netbsd.org>
290         * configure.in: Builds dlltool for i386-netbsdpe.
291         * configure: Regenerate.
293 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
295         * size.c: Fix formatting.
296         * srconv.c: Likewise.
297         * stabs.c: Likewise.
298         * sysdump.c: Likewise.
299         * unwind-ia64.c: Likewise.
300         * wrstabs.c: Likewise.
302 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
304         * readelf.c (get_segment_type): Add PT_TLS.
305         (get_elf_section_flags): Add SHF_TLS.
306         (get_dynamic_flags): Optimize.  Add DF_STATIC_TLS.
307         (process_dynamic_segment): Use puts instead of printf.
308         (get_symbol_type): Support STT_TLS.
309         * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
310         SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
311         Add SEC_THREAD_LOCAL.
313 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
315         * rdcoff.c: Fix formatting.
316         * rddbg.c: Likewise.
317         * readelf.c: Likewise.
318         * rename.c: Likewise.
319         * resbin.c: Likewise.
320         * resrc.c: Likewise.
321         * resres.c: Likewise.
323 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
325         * filemode.c: Fix formatting.
326         * ieee.c: Likewise.
327         * is-ranlib.c: Likewise.
328         * is-strip.c: Likewise.
329         * maybe-ranlib.c: Likewise.
330         * maybe-strip.c: Likewise.
331         * nlmconv.c: Likewise.
332         * nm.c: Likewise.
333         * not-ranlib.c: Likewise.
334         * not-strip.c: Likewise.
335         * objcopy.c: Likewise.
336         * objdump.c: Likewise.
338 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
340         * objdump.c (dump_headers): Fix output formatting for ELF32
341         architectures in a BFD64 enabled toolchain.
343 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
345         * debug.c: Fix formatting.
346         * debug.h: Likewise.
347         * dlltool.c: Likewise.
348         * dllwrap.c: Likewise.
349         * emul_aix.c: Likewise.
350         * emul_vanilla.c: Likewise.
352 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
354         * addr2line.c: Fix formatting.
355         * ar.c: Likewise.
356         * arsup.c: Likewise.
357         * arsup.h: Likewise.
358         * binemul.c: Likewise.
359         * binemul.h: Likewise.
360         * bucomm.c: Likewise.
361         * coffdump.c: Likewise.
362         * coffgrok.c: Likewise.
363         * coffgrok.h: Likewise.
365 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
367         * MAINTAINERS: Add myself as the second AVR port maintainer.
369 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
371         * MAINTAINERS: Update my email address.
373 2002-05-09  Nick Clifton  <nickc@cambridge.redhat.com>
375         * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
377 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
379         * configure.in: Replace `*pe' with `pe' throughout.
380         * configure: Regenerate.
382 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
384         * Makefile.am: Honour DESTDIR.
385         * Makefile.in: Regenerate.
387 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
389         * dlltool.c (process_def_file): Add missing prototype.
390         (new_directive, assemble_file, main): Likewise.
391         (process_def_file, new_directive): Make static.
392         (inform): Rewrite using VA_FIXEDARG.
393         * dllwrap.c (mybasename): Add missing prototype.
394         (strhash, main): Likewise.
395         (inform): Rewrite using VA_FIXEDARG.
396         (warn): Likewise.
397         (cleanup_and_exit): Use old style function definition.
398         (strhash): Likewise.
399         * windres.c (define_resource): Use one memset to clear all of
400         struct res_resource.
402         * rcparse.y: Remove newcmd rule.  Move rcparse_discard_strings
403         call to rules that need no lookahead.  Check for no lookahead.
405 2002-05-06  Borut Razem  <borut.razem@siol.net>
407         * rclex.l (get_string): Correct "strings" list handling.
408         * resrc.c (read_rc_file): Discard strings.
410 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
412         * ar.c (replace_members): Remove unused var.  Formatting fix.
413         * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
415         * MAINTAINERS: Sort port maintainers by CPU.
417 2002-05-04  Bob Byrnes  <byrnes@curl.com>
419         * size.c (display_archive): Add last_arfile and code to close archives.
421 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
423         * nm.c (print_symbol): Check returned filename from
424         bfd_find_nearest_line is non-NULL.
426 2002-04-25  Elena Zannoni <ezannoni@redhat.com>
427     
428         * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
430 2002-04-24  Christian Groessler <chris@groessler.org>
432         * MAINTAINERS: Changed my email address.
434 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
436         * arparse.y: Fix syntax warning.
438 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
440         * readelf.c (fetch_location_list): Remove unused function.
442         * readelf.c (process_corefile_note_segment): Catch corrupt notes
443         and display a warning message, then exit the loop.
445         * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
447 2002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
449         * resrc.c (write_rc_dialog): If charset is non-default value
450         display all of the DIALOGEX parameters.
452 2002-04-15  Eric Kohl <ekohl@rz-online.de>
454         * rcparse.y: Allow two to five parameter in FONT statement of 
455         DIALOGEX resources.
456         * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
457         resource data.
458         (res_to_bin_dialog): Likewise.
459         * windres.h: Added misssing charset variable to dialog_ex
460         structure.
462 2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
464         * rcparse.y: Set MEMFLAG_PURE by default.
466 2002-04-09  Bernd Herd <info@herdsoft.com>
468         * rcparse.y: CLASS definitions in DIALOG resources 
469         are quoted.
470         Fix typo in BEDIT warning.
471         Don't add default dialog style when explicit style specified.
472         Add WS_CAPTION dialog style if CAPTION is specified.
474         * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
475         (handle_quotes) "\a" escape (used for right justified key
476         definitions in menus) is encodes as binary 8.
478         * resrc.c (write_rc_dialog): Print style even if it is 0.
479         (write_rc_directory): Fix overlooked sublang shift bug.
480         (bin_to_res_dialog): Don't print empty dialog caption.
482         * resbin.c (bin_to_res_dialog): Use signature to identify
483         DIALOGEX.
485         * windres.c (main): Set default LANGUAGE to english/us.
487 2002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
489         * resrc.c: print CLASS names in quotes
491 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
493         * MAINTAINERS: Update my email address.
495 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
497         * dep-in.sed: Cope with absolute paths.
498         * Makefile.am (dep.sed): Subst TOPDIR.
499         Run "make dep-am".
500         * Makefile.in: Regenerate.
502 2002-03-27  Peter Targett  <peter.targett@arc.com>
504         * MAINTAINERS: Update my email address.
506 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
508         * Makefile.am: Run "make dep-am".
509         * Makefile.in: Regenerate.
510         * doc/Makefile.in: Regenerate.
511         * po/POTFILES.in: Regenerate.
512         * aclocal.m4: Regenerate.
513         * config.in: Regenerate.
514         * configure: Regenerate.
516 2002-03-20  Daniel Berlin  <dan@dberlin.org>
518         * readelf.c: Add support for displaying dwarf2 location lists.
519         (do_debug_loc, debug_loc_section, debug_loc_size): New.
520         (parse_args): Use 'O' as shorthand for displaying location list
521         section.
522         (process_section_headers): Handle debug_loc as well.
523         (load_debug_loc): New.
524         (free_debug_loc): New.
525         (fetch_location_list): New.
526         (display_debug_loc): New.
527         (display_debug_info): Call load_debug_loc and free_debug_loc.
528         (debug_displays): We can display .debug_loc now, too.
529         (usage): Update usage string.
530         (read_and_display_attr_value): Note location lists, but don't
531         display them inline.
533 2002-03-18  Tom Rix  <trix@redhat.com>
535         * Makefile.am: Add binutils emulation support.
536         * configure.in: Same.
537         * configure.tgt: New file.  Same.
538         * ar.c (main): Use ar_emul_parse_arg.
539         (usage): Use ar_emul_usage.
540         (replace_members): Use ar_emul_replace, ar_emul_append.
541         * binemul.c: New file.  Define the binutils emulation
542         layer. Define default methods.
543         * binemul.h: New file.  Binutils emulation layer header file.
544         * emul_aix.c: New file.  AIX binutils emulation.
545         * emul_vanilla.c: New file. Default binutils emulation.
546         * Makefile.in: Regenerate.
547         * configure: Same.
549 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
551         * po/fr.po: Updated version.
553 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
555         * po/fr.po: Updated version.
557 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
559         * README: Update some version numbers.
561 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
563         * doc/binutils.texi (Target Selection): Fix LD crossreferences.
564         (Architecture Selection): Likewise.
566 2002-03-01  Dmitry Timoshkov <dmitry@baikal.ru>
568         * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
569         generating .exp file.
571 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
573         * readelf.c (dump_relocations): Fix typo.
575 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
577         * NEWS: Mark 2.12 branch.
579 2002-02-18  Timothy Daly  <remote_bob@yahoo.com>
581         * readelf.c (dump_relocations): Display 2nd and 3rd reloc 
582         types for 64-bit MIPS.  Narrow some fields for 80-char 
583         output.
584         (dump_relocations): Change spelling from 'unrecognised' 
585         to 'unrecognized'.
586         (decode_ARM_machine_flags): Likewise.
587         (parse_args): Likewise.
588         (read_and_display_attr_value): Likewise.
589         (display_debug_section): Likewise.
591 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
593         * NEWS: Mention support for MMIX.
595 2002-02-13  Matt Fredette  <fredette@netbsd.org>
597         * readelf.c (get_machine_flags): Recognize EF_M68000.
599 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
601         * MAINTAINERS: Added self as MN10300 co-maintainer.
603 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
605         * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
606         DT_PPC64_OPDSZ.
608 2002-02-11  Daniel Jacobowitz  <drow@mvista.com>
610         * MAINTAINERS: List myself as branch maintainer.
612 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
614         * configure: Regenerate.
615         * objcopy.c: Update copyright date.
616         * doc/Makefile.in: Regenerate.
618 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
620         * nlmconv.c: Back out localtime PARAMS change.
622 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
624         * objcopy.c (MKDIR): Define.
625         (copy_archive): Make name_list.name const.  Use MKDIR.
626         Handle duplicate files in archives by making more temp dirs.
628 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
630         * coffdump.c: Include "getopt.h" after "bucomm.h"
631         so that macros are defined correctly.
632         * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
633         prototype.  Prototype main.
634         * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
636 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
638         * MAINTAINERS: Added self as SH co-maintainer.
640 2002-02-05  Nick Clifton <nickc@redhat.com>
642         * po/tr.po: Updated translation.
644 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
646         * Makefile.am: Run "make dep-am"
647         * Makefile.in: Regenerate.
649 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
651         * nm.c (print_value): Mark abfd unused.
653 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
655         * unwind-ia64.c (unw_decoder): Change second argument
656         to unsigned int, to match function prototypes.
658 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
660         * objdump.c: Include "getopt.h" after "bucomm.h" so that
661         __GNU_LIBRARY__ will be defined.
662         * size.c: Likewise.
664 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
666         * configure: Regenerated.
668 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
670         * doc/Makefile.am (install): Depend on install-info.
671         * doc/Makefile.in: Regenerate.
673 2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
675         * objcopy.c (strip_usage): Document -d as an alias
676         --strip-debug.
678         * size.c (usage): Document [-t | --totals] options.
679         (long_options): Add --totals option.
680         (main): If the [-t | --totals] option is specified and
681         the output format is Berkeley-style, print the total
682         text, data, and bss sizes of all objects listed.
683         (print_berkeley_format): If the [-t | --totals] option
684         is specified, track the total text, data, and bss
685         sizes.
686         * doc/binutils.texi (size): Document [-t | --totals] options.
687         (strip): Document -d as an alias for --strip-debug.
688         * NEWS: Mention new feature of size.
690 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
692         * po/fr.po: Updated version.
693         * po/es.po: Updated version.
695 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
697         * addr2line.c (usage): Update text to provide verbose
698         description of the command line options.
699         * ar.c (usage): Update text to provide verbose
700         description of the command line options.
701         (main): Accept -h and -H when running as ranlib.
702         * coffdump.c (show_usage): Update text to provide verbose
703         description of the command line options.
704         * dlltool.c (main): Accept -H as an alias for --help.
705         * nlmconv.c (show_usage): Update text to provide verbose
706         description of the command line options.
707         * nm.c (usage): Replace OPTIONS with option(s).
708         (main): Accept -H as an alias for --help.
709         * objcopy.c (strip_main): Accept -H as an alias for --help.
710         * objdump.c (main): Accept -v as an alias for --verbose.
711         * readelf.c (usage): Adjust format to match style used in
712         other binutils.
713         * size.c (usage): Update text to provide verbose description
714         of the command line options.
715         (main): Accept -v, -h and -H as command line options.
716         * srconv.c (show_usage): Update text to provide verbose
717         description of the command line options.
718         * strings.c (main): Accept -H and -v as command line options.
719         (usage): Update text to provide verbose description of the
720         command line options.
721         * sysdump.c (show_usage): Update text to provide verbose
722         description of the command line options.
723         * windres.c (usage): Adjust format to match style used in
724         other binutils.
726         * coffdump.c: Fix formatting.
727         * nlmconv.c: Fix formatting.
728         * srconv.c: Fix formatting.
729         * sysdump.c: Fix formatting.
731 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
733         * Makefile.am: Run "make dep-am".
734         * Makefile.in: Regenerate.
736 2002-01-18  Andreas Jaeger  <aj@suse.de>
738         * version.c (print_version): Update year.
740 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
742         * readelf.c (get_machine_name): Handle EM_PPC64.
743         (guess_is_rela): Here too.
745 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
747         * po/binutils.pot: Regenerate.
748         * po/fr.po: Regenerate.
749         * po/tr.po: Regenerate.
751 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
753         * po/tr.po: Import new version.
755 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
757         * readelf.c (get_ppc64_dynamic_type): New.
758         (get_dynamic_type): Call it.
760 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
762         * objcopy.c (copy_usage): Use "options" instead of "switches".
763         (strip_usage): Use "options" instead of "switches".
764         * doc/binutils.texi (dlltool):  Refer to "options" instead of
765         "switches".
767 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
769         * MAINTAINERS: Add self as co-maintainer for the ARM code.
771 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
773         * po/es.po: Import from translation project.
774         * configure.in (ALL_LINGUAS): Add es.
775         * configure: Regenerate.
777 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
779         * readelf.c (get_netbsd_elfcore_note_type): Use
780         NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
782 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
784         * readelf.c: Update copyright years.
785         (get_note_type): Return a const char *.
786         (get_netbsd_elfcore_note_type): New function.
787         (process_note): Use get_netbsd_elfcore_note_type to get
788         the note type string for NetBSD ELF core files.
790 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
792         * readelf.c (get_ia64_segment_type): Add support for macros.
793         (get_segment_type): Add support for IA64 specific macros.
795 2001-12-20  Julian v. Bock  <julian@wongr.net>
797         * readelf.c (print_symbol): New function: Print a formatted symbol
798         name.  If --wide is specified do not truncate it.
799         (dump_relocations): Use print_symbol() to print symbol names.
800         (process_symbol_table): Likewise.
801         (process_syminfo): Likewise.
802         (process_mips_specific): Likewise.
803         (usage): Document new feature of --wide switch.
804         * doc/binutils.texi (objdump): Document additional behaviour of
805         --wide.
807 2001-12-18  Michael Snyder  <msnyder@redhat.com>
809         * objcopy.c (copy_file): Accept corefiles (format bfd_core).
810         (copy_object): Don't set the start address or flags of a core file.
811         (copy_section): Don't relocate a core file.  Don't copy contents
812         if the input section has the contents flag set, but the output
813         section does not (which happens with the fake 'note' pseudo-
814         sections that BFD creates for corefiles).
816 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
818         * readelf.c (get_machine_flags): Recognize header flags for ABI and
819         ASE extensions. More robust code for ISA checking. Ignore empty fields
820         in header flags for GNU extensions.
822 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
824         * objcopy.c (copy_archive): Set output bfd format outside the loop.
826 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
828         * po/ja.po: Import from translation project.
829         * configure.in (ALL_LINGUAS): Add ja.
830         * configure: Regenerate.
832 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
834         * addr2line.c (main): Protoype.
835         * ar.c (main): Protoype.
836         * nm.c (main): Protoype.
837         * objcopy.c (main): Protoype.
838         * objdump.c (main): Protoype.
839         * size.c (main): Protoype.
840         * strings.c (main): Protoype.
842 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
844         * readelf.c (symtab_shndx_hdr): New global.
845         (SECTION_HEADER_INDEX): Define.
846         (SECTION_HEADER_NUM): Define.
847         (SECTION_HEADER): Define.
848         (GET_ELF_SYMBOLS): Pass two params rather than three.
849         (get_32bit_elf_symbols): Take file and section args.  Read and
850         use SHT_SYMTAB_SHNDX.
851         (get_64bit_elf_symbols): Likewise.
852         (dump_relocations): Use SECTION_HEADER to index "section_headers".
853         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
854         Remember symtab_shdx_hdr.
855         (process_program_headers): Scan from index 1 for segment map.
856         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
857         "section_headers".
858         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
859         (process_unwind): Likewise.
860         (process_version_sections): Likewise.
861         (process_symbol_table): Likewise.
862         (display_debug_info): Likewise.
863         (process_dynamic_segment): Fake up a symtab section for changed
864         GET_ELF_SYMBOLS.
865         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
866         (process_program_headers): Kill signed/unsigned warning.
867         (load_debug_str): Likewise.
868         (display_debug_info): Likewise.
870 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
872         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
874 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
876         * readelf.c (process_file_header): Print extended e_shnum and
877         e_shdtrndx values.  Set elf_header values for same.
878         (get_32bit_section_headers): Add "num" arg to read "num" headers.
879         (get_64bit_section_headers): Likewise.
880         (process_section_headers): Update calls.
881         (get_file_header): Call get_32bit_section_headers or 64bit variant.
883 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
885         * objcopy.c (setup_section): Copy entsize.
887 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
889         * readelf.c (guess_is_rela): Add support for stormy16.
890         (dump_relocations): Likewise.
891         (get_machine_name): Likewise.
893 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
895         * dllwrap.c (main) Replace multiple strings describing a
896         single error with a single, newline escaped sentence to permit
897         better translation into foreign languages.
899         * readelf.c (get_elf_class): Remove internalionalisation of ELF
900         class names.
902 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
904         * strings.c (get_char): Initialize value.
906 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
908         * arlex.l: Silence compile warnings.
909         * arsup.h: Likewise. Fix formatting.
911 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
913         * strings.c: Include config.h before bfd.h.
914         (file_off): New type.
915         (file_open): Define.
916         (print_strings): Use file_off instead of file_ptr.  Print addresses
917         which don't fit into long correctly.
918         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
919         available.
920         (strings_file): Use file_off instead of file_ptr.  Use file_open.
921         * configure.in: Check for getc_unlocked.
922         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
923         be defined for it.
924         * configure: Rebuilt.
925         * config.h.in: Rebuilt.
927 2001-11-29  H.J. Lu <hjl@gnu.org>
929         * bucomm.c (make_tempname): Revert the changes made on
930         2001-11-14 and 2001-11-12. They won't work with directories.
932 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
934         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
935         CFLAGS_FOR_TARGET to runtest in environment.
936         * Makefile.in: Rebuild.
937         * doc/Makefile.in: Rebuild.
939 2001-11-28  Mike Stump  <mrs@wrs.com>
941         * objcopy.c (setup_section): Preserve SEC_RELOC when
942         --set-section-flags is used.
944 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
946         * readelf.c (do_debug_str): New variable.
947         (display_debug_str): New function: Display the contents of a
948         .debug_str section.
949         (load_debug_str): New function: Load in the contents of a
950         .debug_str section.
951         (free_debug_str): New function: Free the memory used by
952         load_debug_str().
953         (fetch_indirect_string): Retrieve a string from the .debug_str
954         section.
955         (usage): Add -ws.
956         (parse_args): Accept -ws.
957         (process_section_headers): Allow the display of the .debug_str
958         section.
959         (read_and_display_attr_value): Use fetch_indirect_string.  Show
960         offset into .debug_str section.
961         (display_debug_info): Use load_debug_str and free_debug_str.
962         (debug_displays): Add .debug_str.
963         * doc/binutils.texi: Document -ws.
965 2001-11-19  Andreas Jaeger  <aj@suse.de>
967         * testsuite/binutils-all/objdump.exp: Add x86-64.
969 2001-11-15  Andreas Schwab  <schwab@suse.de>
971         * readelf.c: Fix warnings without terminating newline.
973 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
975         * doc/binutils.texi (objdump): Document ppc -M options.
977 2001-11-14  Andreas Jaeger  <aj@suse.de>
979         * doc/binutils.texi (objdump): Fix description to use x86-64.
981 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
983         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
984         not all systems provide mkstemp.
986 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
988         * doc/binutils.texi (objdump): Document x86 -M options.
990 2001-11-13  Keith Walker <keith.walker@arm.com>
992         * readelf.c (read_and_display_attr_value): New function to
993         handle DW_FORM_indirect.
994         (read_and_display_attr): Use it.
996 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
998         * readelf.c (display_debug_lines): Deal with unknown standard
999         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1000         DW_LNS_set_isa.
1002 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
1004         * MAINTAINERS: Add self as tic54x maintainer.  This target
1005         includes the IBM C54XDSP clone.
1007 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
1009         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1011 2001-11-09  Jeffrey A Law  (law@cygnus.com)
1013         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1014         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1015         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1016         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1017         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1018         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1019         (unw_decode_b2, unw_decode_b3_b4): Likewise.
1021         * readelf.c (get_elf_class): Fix ISO portability glitch.
1022         (get_data_encoding, get_osabi_name, request_dump): Likewise.
1024 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
1026         * readelf.c (debug_str, debug_str_size): New.
1027         (display_debug_abbrev): If no abbrevs were read, skip the CU.
1028         Call free_abbrevs.
1029         (read_and_display_addr): Handle DW_FORM_strp.
1030         (display_debug_info): Read .debug_str section if present,
1031         so that DW_FORM_strp can be handled.
1032         Fix test for non-existant .debug_abbrev section.
1034 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
1036         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
1038         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1040 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1042         * MAINTAINERS: Add self as s390/s390x maintainer.
1044 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
1046         * MAINTAINERS: Add self as PPC XCOFF maintainer.
1048 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
1050         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1051         * configure: Regernate.
1052         * po/fr.po: New file.
1053         * po/tr.po: New file.
1055 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
1057         * MAINTAINERS: Add self as MMIX port maintainer.
1058         * readelf.c: Include elf/mmix.h.
1059         (guess_is_rela): MMIX is RELA.
1060         (dump_relocations): Handle MMIX relocations.
1061         * Makefile.am: Regenerate dependencies.
1062         * Makefile.in: Regenerate.
1064 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
1066         * readelf.c (parse_args): Handle multiple options to the -w
1067         switch.
1069 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
1071         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1072         LOPROC, LOOS and LOUSER.
1074 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
1076         * MAINTAINERS: Update my email address.
1078 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
1080         * doc/Makefile.in: Regenerate.
1081         * configure: Regenerate.
1083 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
1085         * readelf.c (display_debug_line, display_debug_pubnames,
1086         display_debug_info, display_debug_frames): Detect and warn
1087         about 64-bit format entries.
1088         (display_debug_aranges): Reword 64-bit warning.
1089         (debug_displays): Add .debug_pubtypes as a known, but not yet
1090         supported, debug section.
1092 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
1094         * coffdump.c (PROGRAM_VERSION): Delete.
1095         (main <'V'>): Call print_version.
1096         * srconv.c: Likewise.
1097         * sysdump.c: Likewise.
1098         * version.c (program_version): Remove.
1099         (print_version): Use BFD_VERSION_STRING.  Just print the current
1100         year in copyright message.
1101         * addr2line.c (program_version): Remove unused declaration.
1102         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1103         place of BFD_VERSION.
1104         * Makefile.am (Makefile): Depend on bfd/configure.in.
1105         (cplus-dem.o): Depend on Makefile.
1106         Run "make dep-am".
1107         * Makefile.in: Regenerate.
1109 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
1111         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1112         format .debug_arange sections.
1113         (main): Add missing prototype.
1115 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1117         * Makefile.am: Update dependencies with "make dep-am".
1118         * Makefile.in: Regenerate.
1120 2001-09-28  Richard Henderson  <rth@redhat.com>
1122         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1124 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
1126         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1127         VA_CLOSE.
1128         (non_fatal): Likewise.
1129         * objdump.c (objdump_sprintf): Likewise.
1130         * readelf.c (error): Likewise.
1131         (warn): Likewise.
1133 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
1135         * readelf.c (do_wide): New.
1136         (options): Add --wide.
1137         (usage, parse_args): Likewise.
1138         (process_program_headers): Put each segment on a single line if
1139         --wide is given.
1140         (process_section_headers): Put each section on a single line if
1141         --wide is given.
1142         * doc/binutils.texi: Document it.
1143         * NEWS: Likewise.
1145 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
1147         * readelf.c (print_vma): Print 8 digits of low hex value.
1149 2001-09-24  Andreas Jaeger  <aj@suse.de>
1151         * nlmconv.c: Fix warnings about unused attributes and function
1152         prototypes.
1154         * strings.c: Add prototype for get_char.
1156 2000-09-19  H.J. Lu  <hjl@gnu.org>
1158         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1159         $(srcdir)/cxxfilt.man.
1160         * doc/Makefile.in: Rebuild.
1162 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
1164         * objcopy.c (copy_main): Correct rename-section string parsing.
1165         Consolidate new_name parsing, and error messages.
1167 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
1169         * addr2line.c: Don't include <ctype.h>.
1170         (main): For gettext, also set the LC_CTYPE locate facet.
1171         * ar.c (main): Likewise.
1172         * coffdump.c (main): Likewise.
1173         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1174         (main): For gettext, also set the LC_CTYPE locate facet.
1175         Use ISALNUM instead of isalpha/isdigit.
1176         * dllwrap.c: Don't include <ctype.h>.
1177         (main): For gettext, also set the LC_CTYPE locate facet.
1178         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1179         (main): For gettext, also set the LC_CTYPE locate facet.
1180         Use TOUPPER instead of islower/toupper.
1181         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1182         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1183         Use TOUPPER instead of islower/toupper.
1184         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1185         * objcopy.c (main): Likewise.
1186         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1187         (disassemble_bytes): Use ISPRINT instead of isprint.
1188         (dump_section_stabs): Use ISDIGIT instead of isdigit.
1189         (dump_data): Use ISPRINT instead of isprint.
1190         (main): For gettext, also set the LC_CTYPE locate facet.
1191         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1192         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1193         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1194         Use TOUPPER instead of islower/toupper.
1195         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1196         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1197         (write_rc_accelerators): Use ISPRINT instead of isprint.
1198         (write_rc_rcdata): Likewise.
1199         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1200         * srconv.c (main): Likewise.
1201         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1202         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1203         isdigit/isupper/islower.
1204         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1205         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1206         stab_demangle_prefix, stab_demangle_qualified,
1207         stab_demangle_template, stab_demangle_type,
1208         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1209         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1210         (isgraphic): Use ISPRINT instead of isascii/isprint.
1211         (main): Remove HAVE_LC_MESSAGES dependency.
1212         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1213         (pbarray): Use ISPRINT instead of isprint.
1214         (main): For gettext, also set the LC_CTYPE locate facet.
1215         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1216         (format_from_filename): Use ISPRINT instead of isprint.
1217         (main): For gettext, also set the LC_CTYPE locate facet.
1218         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1219         (unicode_print): Use ISPRINT instead of isprint.
1220         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1221         (stab_variable): Use ISDIGIT instead of isdigit.
1223 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
1225         * ar.c (print_contents): Cast args of bfd_seek to the right types.
1226         Replace bfd_read call with call to bfd_bread.
1227         (extract_file): Likewise.
1229         * objdump.c (dump_section_header): Cast section->filepos to
1230         unsigned long to suit printf format string.
1231         * readelf.c (process_section_headers): Similarly for sh_offset.
1232         (process_unwind): Likewise.
1234 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
1236         * strings.c (encoding, encoding_bytes): New variables.
1237         (long_options): Add --encoding.
1238         (main): Accept -e and --encoding.
1239         (get_char): New function.  Read a, possibly wide, character from
1240         the input stream.
1241         (print_strings): Use get_char().
1242         (usage): Document new command line option.
1243         * doc/binutils.texi: Document new command line option.
1244         * NEWS: Announce new command line option.
1246 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
1248         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1249         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1250         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1251         Removed EM_CYGNUS_ARC.
1253 2001-09-04  Jeffrey A Law  (law@cygnus.com)
1255         * readelf.c: Include elf/h8 for H8 series definitions.
1256         (guess_is_rela): H8 series if RELA.
1257         (dump_relocations): Handle H8 series relocations.
1259 2001-08-31  Eric Christopher  <echristo@redhat.com>
1261         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1263 2001-08-29  Peter Targett  <peter.targett@arccores.com>
1265         * MAINTAINERS: Include ARC Maintainer.
1267 2001-08-29  Ben Elliston  <bje@redhat.com>
1269         * stabs.c (stab_demangle_template): Initialise s4.
1271 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
1273         * readelf.c (dump_relocations): Recognise EM_PPC64.
1275 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1277         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1279 2001-08-25  H.J. Lu  <hjl@gnu.org>
1281         * nm.c (print_width): New.
1282         (display_rel_file): Set `print_width' according to
1283         bfd_sprintf_vma.
1284         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1286 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
1288         * objcopy.c (use_alt_mach_code): New variable.
1289         (OPTION_ALT_MACH_CODE): Define.
1290         (copy_options): Added --alt-machine-code.
1291         (copy_main): Handle it.
1292         (copy_object): Switch to alternate machine code if requested.
1293         * doc/binutils.texi: Document new option.
1294         * NEWS: Likewise.
1296 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1298         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1300 2001-08-21  H.J. Lu  <hjl@gnu.org>
1302         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1303         (display_debug_info): Cast for 64bit hosts.
1304         (display_debug_frames): Likewise.
1305         (process_mips_specific): Likewise.
1307 2001-08-21  Andreas Jaeger  <aj@suse.de>
1309         * coffgrok.h: Add missing parameter for prototype of coff_grok.
1311         * sysdump.c: Add missing prototypes.
1312         * srconv.c: Likewise.
1313         * unwind-ia64.c: Likewise.
1314         * coffdump.c: Likewise.
1316         * sysinfo.y: Print prototypes, include <ansidecl.h>.
1318         * coffgrok.c: Add missing prototypes, include libiberty.h instead
1319         of declaring xcalloc.
1321 2001-08-10  H.J. Lu  <hjl@gnu.org>
1323         * nm.c (print_value): Add one arg, bfd *.
1324         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1325         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1326         (print_symbol_info_sysv): Likewise.
1327         (print_symbol_info_posix): Likewise.
1329         * objdump.c (dump_section_header): Replace printf_vma with
1330         bfd_printf_vma.
1331         (print_section_stabs): Likewise.
1332         (dump_bfd_header): Likewise.
1333         (objdump_print_value): Replace sprintf_vma with
1334         bfd_sprintf_vma.
1335         (disassemble_bytes): Likewise.
1336         (dump_reloc_set): Likewise.
1338 2001-08-10  Andreas Jaeger  <aj@suse.de>
1340         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1341         to build warnings.
1342         * configure: Regenerate.
1344 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
1346         * readelf.c: Add missing prototypes.
1347         * objdump.c: Likewise.  Format existing prototypes.
1349 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
1351         * readelf.c (display_debug_info): Add to abbrev_offset the addend
1352         of any RELA relocation for the abbrev_offset memory location that
1353         refers to the .debug_abbrev section symbol.
1355 2001-08-07  H.J. Lu  <hjl@gnu.org>
1357         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1358         (main): Return process_file ().
1360 2001-08-05  Philip Blundell  <philb@gnu.org>
1362         * doc/binutils.texi: Use "Thumb" not "THUMB".
1364 2001-08-03  John Healy  <jhealy@redhat.com>
1366         Patch suggested by Frank Eigler <fche@redhat.com>.
1367         * objdump.c (disassemble_data): Fill in section member of the
1368         disasm_info structure.
1370 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
1372         * configure.in: Added --with-windres option.
1373         * configure: Regenerated.
1375 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1377         * doc/binutils.texi: Use @command{name} for commands;
1378         use @option{-opt} for options; use @table @env for list of options;
1379         remove spaces arround [ | ] in synopsis.
1381         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1382         center title.
1384 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
1386         * objcopy.c: Fix formatting.
1387         (section_rename): New structure.
1388         (OPTION_RENAME_SECTION): New switch.
1389         (copy_usage): Document new switch.
1390         (add_section_rename): New function: Add a node to the section
1391         rename list.
1392         (find_section_rename): New function: Find the new name and
1393         flags for a section.
1394         (setup_section): Call find_section_name to determine the name
1395         of the output section.
1396         (copy_main): Handle OPTION_RENAME_SECTION.
1397         * binutils.texi: Document new switch.
1398         * NEWS: Mention new switch.
1400 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
1402         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1403         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1404         bug-binutils@gcc.org.
1406 2001-07-28  Matthias Kramm  <kramm@quiss.org>
1408         * bucomm.c (list_supported_architectures): New function.
1409         * bucomm.h (list_supported_architectures): Declare.
1410         * objdump.c (usage): Call the above.
1412 2001-07-25  Dave Brolley  <brolley@redhat.com>
1414         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1415         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1417 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
1419         * README: Update for 2.11.  Change bug reporting email address.
1420         * MAINTAINERS: Tidy up.  Change bug reporting email address.
1422 2001-07-16  DJ Delorie  <dj@redhat.com>
1424         * resres.c (write_res_header): Align header size.
1425         (res_align_file): Calculate alignment correctly.
1427         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1428         correct 10).
1429         * resrc.c (write_rc_resource): Likewise.
1430         * windres.h (SUBLANG_SHIFT): Define - as 10.
1432 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
1434         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1436 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
1438         * MAINTAINERS: Add notes about branch checkins.
1440 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
1442         * readelf.c (display_debug_macinfo): New function, display
1443         .debug_macinfo section.
1444         (do_debug_macinfo): New variable.
1445         (parse_args): Handle "-w[mM]" to mean display macro info.
1446         (process_section_headers): Handle debug_macinfo.
1447         (debug_displays): Replace unsupported function with macinfo
1448         function for .debug_macinfo display.
1449         * doc/binutils.texi: Document new command line switch.
1450         * NEWS: Document new feature of readelf.
1452 2001-07-05  H.J. Lu  <hjl@gnu.org>
1454         * objcopy.c (filter_symbols): Don't turn undefined symbols
1455         into local.
1457 2001-07-03  H.J. Lu <hjl@gnu.org>
1459         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1460         $@.pod.
1461         (ar.1): Likewise.
1462         (dlltool.1): Likewise.
1463         (nlmconv.1): Likewise.
1464         (nm.1): Likewise.
1465         (objcopy.1): Likewise.
1466         (objdump.1): Likewise.
1467         (ranlib.1): Likewise.
1468         (readelf.1): Likewise.
1469         (size.1): Likewise.
1470         (strings.1): Likewise.
1471         (strip.1): Likewise.
1472         (windres.1): Likewise.
1473         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1474         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1475         $(DEMANGLER_NAME).
1476         (as.1): Removed.
1477         * doc/Makefile.in: Regenerated.
1479 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
1481         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1483 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
1485         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1487 2001-06-29  James Cownie <jcownie@etnus.com>
1489         * readelf.c: Support DWARF 2.1 attributes.
1491 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
1493         * readelf.c (GET_DATA_ALLOC): Remove.
1494         (GET_DATA): Remove.
1495         (get_data): New function combining above macros, with an extra
1496         test for zero size.
1497         (slurp_rela_relocs): Use get_data, and catch error return.
1498         (slurp_rel_relocs): Likewise.
1499         (get_32bit_program_headers): Likewise.
1500         (get_64bit_program_headers): Likewise.
1501         (get_32bit_section_headers): Likewise.
1502         (get_64bit_section_headers): Likewise.
1503         (get_32bit_elf_symbols): Likewise.
1504         (get_64bit_elf_symbols): Likewise.
1505         (process_section_headers): Likewise.
1506         (process_relocs): Likewise.
1507         (slurp_ia64_unwind_table): Likewise.
1508         (process_unwind): Likewise.
1509         (get_32bit_dynamic_segment): Likewise.
1510         (get_64bit_dynamic_segment): Likewise.
1511         (process_dynamic_segment): Likewise.
1512         (process_version_sections): Likewise.
1513         (process_symbol_table): Likewise.
1514         (dump_section): Likewise.
1515         (display_debug_info): Likewise.
1516         (display_debug_section): Likewise.
1517         (process_section_contents): Likewise.
1518         (process_corefile_note_segment): Likewise.
1519         (process_mips_specific): Likewise.  Also free econf32, econf64.
1521 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
1523         * readelf.c (dump_relocations): Print "bad symbol index" if
1524         symtab == NULL with non-zero symtab_index.
1525         (process_relocs): Don't bomb if reloc section has no symsec.
1527 2001-06-24  H.J. Lu  <hjl@gnu.org>
1529         * objcopy.c (strip_main): Revert the change made on 2001-05-30
1530         by accident.
1531         (copy_main): Apply the the change made to strip_main on
1532         2001-05-30 by accident.
1534 2001-06-23  Andreas Jaeger  <aj@suse.de>
1536         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1537         parameter 'code'.
1538         (unw_decode_x2): Likewise.
1539         (unw_decode_x3): Likewise.
1540         (unw_decode_x4): Likewise.
1542 2001-06-23  Ben Elliston  <bje@redhat.com>
1544         * MAINTAINERS: Add myself as M88k maintainer.
1546 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
1548         * objcopy.c (strip_main): Support -o or --output-file command lien
1549         switch.
1551 2001-06-19  H.J. Lu <hjl@gnu.org>
1553         * doc/Makefile.in: Regenerated.
1555 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
1557         * readelf.c: Restore formatting.
1559 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1561         * Makefile.am: Move documentation into doc subdirectory.
1562         * Makefile.in: Regenerated.
1563         * binutils.texi: Move into doc subdirectory.
1564         * addr2line.1: Removed.
1565         * ar.1: Likewise.
1566         * dlltool.1: Likewise.
1567         * nlmconv.1: Likewise.
1568         * nm.1: Likewise.
1569         * objcopy.1: Likewise.
1570         * objdump.1: Likewise.
1571         * ranlib.1: Likewise.
1572         * readelf.1: Likewise.
1573         * size.1: Likewise.
1574         * strings.1: Likewise.
1575         * strip.1: Likewise.
1576         * windres.1: Likewise.
1577         * cxxfilt.man: Likewise.
1578         * doc: New Directory.
1579         * doc/Makefile.am: New file.
1580         * doc/Makefile.in: Generate.
1582 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
1584         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
1586 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
1588         * MAINTAINERS: Update my email address.
1590 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
1592         * objcopy.c: Add new switches: --keep-global-symbol,
1593         --keep-symbols, --localize-symbols, --keep-global-symbols and
1594         --weaken-symbols.
1595         * binutils.texi: Document new switches.
1596         * objcopy.1: Regenerate.
1597         * NEWS: Announce new feature.
1599 2001-05-28  Andreas Jaeger  <aj@suse.de>
1601         * readelf.c (display_debug_frames): Fix warnings: Remove unused
1602         variables, fix format strings.
1604 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
1606         * objdump.c (disassemble_bytes): Remove section VMA adjustment
1607         when computing the address of the line to show.
1609 2001-05-16  Richard Henderson  <rth@redhat.com>
1611         * readelf.c (do_debug_frames_interp): New.
1612         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1613         (byte_get_big_endian): Likewise.
1614         (parse_args) ['F']: Set do_debug_frames_interp.
1615         (Frame_Chunk): Make data_factor signed, add fde_encoding.
1616         (frame_display_row): Don't trunc pc_begin to int.
1617         (size_of_encoded_value): New.
1618         (display_debug_frames): Handle 64-bit targets.  Print raw data
1619         unless do_debug_frames_interp.
1620         (debug_displays): Remove duplicate .debug_frame.
1622 2001-05-15  Ralf Baechle  <ralf@gnu.org>
1624         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1625         The former constant was never in active use and is used otherwise
1626         by the ABI.
1628 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
1630         * readelf.c (process_unwind): Print all unwind sections, not just
1631         one.
1633 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1635         * readelf.c (process_unwind): Remove const specifier.
1637 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1639         * strings.c (isgraphic): Do not use isascii() unless it is needed
1640         for isprint() to work.
1641         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1643 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
1645         * NEWS: Announce support for OpenRISC.
1647 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
1649         * dlltool.c (do_default_excludes): Initialise to true.
1651 2001-04-10  Alan Modra  <amodra@one.net.au>
1653         * MAINTAINERS: Update my email address
1654         * nm.c (print_symbol_info_bsd): Use a simple printf string.
1656 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
1658         * readelf.c (display_debug_lines): Fix typo for "Prologue".
1660 2001-03-30  H.J. Lu  <hjl@gnu.org>
1662         * readelf.c (process_unwind): Just return if do_unwind is 0.
1664 2001-03-28  Roger Sayle  <roger@metaphorics.com>
1666         * dlltool.c (make_one_lib_file): Fix section flags for
1667         .text, .data and .bss in stub ds*.o files to match those
1668         generated by gas.
1670 2001-03-29  H.J. Lu  <hjl@gnu.org>
1672         * readelf.c (process_unwind): Only do unwind sections for
1673         IA64.
1675 2001-03-28  H.J. Lu  <hjl@gnu.org>
1677         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1678         * Makefile.in: Regenerate.
1680 2001-03-26  Andreas Jaeger  <aj@suse.de>
1682         * binutils.texi (nm): Fix texi syntax.
1684 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1686         * binutils.texi: Put @c man begin and @c man end indications
1687         to generate man pages using texi2pod and pod2man. Put @c man title
1688         to identify each man. Add SEEALSO entries.
1689         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1690         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1691         sort the list.
1692         (*.1): Build the man pages from binutils.texi.
1693         * Makefile.in: Regenerate.
1695 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
1697         * defparse.y (opt_equal_name): allow "." in name.
1698         * dlltool.c (def_exports): Added ability to generate forwarded exports.
1699         (gen_exp_file): Likewise.
1701 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
1703         * NEWS: Document addition of -B switch to objcopy.
1704         * binutils.texi:  Document addition of -B switch to objcopy.
1705         * objcopy.c: (copy_options): Add --binary-architecture.
1706         (copy_usage): Document -B/--binary-architecture.
1707         (copy_main): Support -B/--binary-architecture.  Set
1708         bfd_external_binary_architecture.
1710 2001-03-11  Andreas Jaeger  <aj@suse.de>
1712         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1713         (dump_relocations): Likewise.
1714         (get_machine_name): Likewise.
1716 2001-02-28  Nick Clifton  <nickc@redhat.com>
1718         * readelf.c: (struct unw_aux_info): Remove const modifier for
1719         'strtab' field.
1720         (process_unwind): Remove non-K&R compliant LHS type cast in call
1721         to GET_DATA_ALLOC macro.
1723 2001-02-28  Philip Blundell  <pb@futuretv.com>
1725         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1726         ABI is in use; remove ambiguity between the "unknown" EABI and
1727         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
1728         renamed EF_xx constants.
1730 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
1732         * configure.in (BFD_VERSION): New.
1733         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1734         * configure: Regenerate.
1735         * Makefile.am: Run "make dep-am"
1736         * Makefile.in: Regenerate.
1738 2001-02-14  Nick Clifton  <nickc@redhat.com>
1740         * MAINTAINERS: Add "Obvious Fix" rule.
1742 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1744         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1745         literal concatenation.
1747 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1749         * readelf.c (struct unw_aux_info): Remove const from the info member.
1750         (process_unwind): Don't type-cast the third argument to the
1751         GET_DATA_ALLOC macro.
1753 2001-02-11  Nick Clifton  <nickc@redhat.com>
1755         * readelf.c (dump_relocations): Free corrected allocated
1756         array.
1757         (process_unwind): Fix compile time warning.
1759 2001-02-10  Nick Clifton  <nickc@redhat.com>
1761         * binutils.texi: Document new --unwind option to readelf.
1763 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1765         * readelf.c: Add linux target for S/390.
1767 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
1769         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1770         printf is a macro.
1772 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
1774         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1775         * aclocal.m4: Regenerate.
1776         * configure: Regenerate.
1778 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
1780         * bucomm.c (bfd_target_vector): Change extern array to pointer.
1781         * objdump.c (bfd_target_vector): Likewise.
1783 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
1785         * readelf.c (process_unwind): New function.
1786         (slurp_ia64_unwind_table): Ditto.
1787         (dump_ia64_unwind): Ditto.
1788         (find_symbol_for_address): Ditto.
1789         (slurp_rela_relocs): New function (split off from dump_relocations()).
1790         (slurp_rel_relocs): Ditto.
1791         (parse_args): Handle '-u' option.
1793         * unwind-ia64.c: New file.
1794         * unwind-ia64.h: New file.
1795         * Makefile.am: Include unwind-ia64.c in readelf build.
1796         * Makefile.in: Regenerate.
1797         * po/binutils.pot: Regenerate.
1799 2001-02-04  Philip Blundell  <philb@gnu.org>
1801         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1802         * configure: Regenerate.
1804 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
1806         * ieee.c (ieee_add_bb11): Don't check for backslashes
1807         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1809 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
1811         * ieee.c: Update copyright.
1812         (ieee_start_compilation_unit): Don't check for backslashes
1813         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1815         * stabs.c: Update copyright. Include "filenames.h".
1816         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1818 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
1820         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1821         sections are present before using them.  Remove code duplication.
1822         (process_symbol_table): Check if VERDEF or VERNEED sections are
1823         present before using them.
1825 2001-01-17  Nick Clifton  <nickc@redhat.com>
1827         * objcopy.c (copy_object): Fail if attempting to convert the
1828         endianness of the input object file.
1830         * binutils.texi: Explain that objcopy cannot convert endianness.
1832 2001-01-16  Nick Clifton  <nickc@redhat.com>
1834         * readelf.c (string_table_length): New variable.
1835         (SECTION_NAME): Catch out of range indices and missing section
1836         pointers.
1837         (process_section_headers): Delete useless local variable
1838         string_table_offset.  Set the value of string_table_length
1839         after loading the string table.
1840         (process_mips_specific): Use SECTION_NAME macro.
1841         (process_file): Set string_table_length to 0 when it is freed.
1843 2001-01-12  Nick Clifton  <nickc@redhat.com>
1845         * version.c (print_version): Update copyright date.
1847 2001-01-11  Peter Targett  <peter.targett@arccores.com>
1849         * readelf.c (dump_relocations): Include selection with EM_ARC.
1850         (get_machine_name) Update name to "ARC".
1852 2001-01-09  Nick Clifton  <nickc@redhat.com>
1854         * Makefile.am: Add rule to build objdump.o from objdump.c and
1855         using OBJDUMP_DEFS.
1856         * Makefile.in: Regenerate.
1858         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
1859         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1860         -DDISASSEMBLER_NEEDS_RELOCS.
1861         * configure: Regenerate.
1863         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1864         is defined read in the relocs even if dump_reloc_info is
1865         false.
1867 2001-01-07  Philip Blundell  <philb@gnu.org>
1869         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1870         `bug-binutils'.
1871         * README: Likewise.
1873 2000-12-19  Nick Clifton  <nickc@redhat.com>
1875         * dlltool.c: Add missing support for arm-epoc-pe.
1876         * configure.in: Add missing support for arm-epoc-pe.
1877         * configure: Regenerate.
1879 2000-12-15  Nick Clifton  <nickc@redhat.com>
1881         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1882         Mode parts of the x86 port.
1884 2000-12-04  Andreas Jaeger  <aj@suse.de>
1886         * readelf.c (guess_is_rela): Add EM_X86_64.
1887         (dump_relocations): Add EM_X86_64.
1888         (get_machine_name): Add EM_X86_64.
1889         Include "elf/x86-64.h".
1891 2000-12-12  Nick Clifton  <nickc@redhat.com>
1893         * readelf.c: Fix formatting.
1895 2000-12-11  Jan Hubicka  <jh@suse.cz>
1897         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1899 2000-12-07  Andrew Haley  <aph@redhat.com>
1901         * readelf.c (display_debug_frames): Only display columns that are
1902         referenced by the frame debug info.
1904 2000-12-05  Nick Clifton  <nickc@redhat.com>
1906         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1908 2000-12-04  Jason Merrill  <jason@redhat.com>
1910         * readelf.c (process_section_headers): Handle linkonce.wi sections.
1911         (display_debug_section): Likewise.
1912         (display_debug_info): Display CU header before bailing.
1914 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
1916         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1917         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
1918         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
1920         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1921         and E_MIPS_ARCH_64.
1923         * readelf.c (get_machine_flags): Add case for
1924         E_MIPS_MACH_SB1.
1926 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
1928         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1930 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
1932         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
1933         Change sourceware.cygnus.com to sources.redhat.com.
1934         Fix typo for "amongst".
1936 2000-11-28  Nick Clifton  <nickc@redhat.com>
1938         * strip.1 (COPYING): Mention that the GNU Free Documentation
1939         License is present in the sources, but not the output, and
1940         also available from the GNU website.
1941         (GNU Free Documentation License): Comment out this section.
1942         * strings.1: Ditto.
1943         * size.1: Ditto.
1944         * ranlib.1: Ditto.
1945         * objdump.1: Ditto.
1946         * objcopy.1: Ditto.
1947         * nm.1: Ditto.
1948         * nlmconv.1: Ditto.
1949         * ar.1: Ditto.
1950         * addr2line.1: Ditto.
1952 2000-11-27  DJ Delorie  <dj@redhat.com>
1954         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
1955         (parse_args): Support -wf option.
1956         (process_section_headers): Ditto.
1957         (debug_displays): Ditto.
1958         (display_debug_frames): New, dump *_frame sections.
1959         (frame_need_space): Support for above.
1960         (frame_display_row): Ditto.
1961         * binutils.texi: Document it.
1963 2000-11-24  Nick Clifton  <nickc@redhat.com>
1965         * NEWS: Announce support for v5t, v5te and XScale.
1967 2000-11-22  Nick Clifton  <nickc@redhat.com>
1969         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
1970         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
1971         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
1972         (get_elf_section_flags: Add SHF_GROUP.
1973         (process_section_headers): Adjust output for 32-bit binaries
1974         to look nice on an 80 column terminal.
1976 2000-11-20  H.J. Lu  <hjl@gnu.org>
1978         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
1979         ELFOSABI_AIX.
1981 2000-11-17  Richard Henderson  <rth@redhat.com>
1983         * readelf.c (display_debug_lines): Adjust last change to
1984         use sizeof (external->li_length).
1986 2000-11-17  Richard Henderson  <rth@redhat.com>
1988         * readelf.c (display_debug_lines): Fix section length check
1989         and end_of_sequence computation.
1991 2000-11-06  Nick Clifton  <nickc@redhat.com>
1993         * binutils.texi: Add GNU Free Documentation License.
1994         * objcopy.1: Add GNU Free Documentation License.
1995         * objdump.1: Add GNU Free Documentation License.
1996         * addr2line.1: Add GNU Free Documentation License.
1997         * ar.1: Add GNU Free Documentation License.
1998         * nlmconv.1: Add GNU Free Documentation License.
1999         * nm.1: Add GNU Free Documentation License.
2000         * ranlib.1: Add GNU Free Documentation License.
2001         * size.1: Add GNU Free Documentation License.
2002         * strings.1: Add GNU Free Documentation License.
2003         * strip.1: Add GNU Free Documentation License.
2005 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
2007         * objcopy.c (--srec-len=nn): New parameter to set the
2008         maximum length of generated Srecords.
2009         (--srec-forceS3): New parameter that restricts the generation of
2010         Srecords to type S3 only.
2011         * binutils.texi: Document new command line switches.
2012         * objcopy.1: Docuemnt the new command line switches.
2013         * NEWS: Announce the existence of the new command line switches.
2015 2000-10-31  Nick Clifton  <nickc@redhat.com>
2017         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2018         code.  Add Eric Chrisopher as maintainer of MN10300 port.
2020 2000-10-12  Roger Sayle  <roger@metaphorics.com>
2022         * Make comma after string after icon/control optional.
2024 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
2026         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2028         * NEWS: Mention support for MIPS32.
2030 2000-09-08  Nick Clifton  <nickc@redhat.com>
2032         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2034 2000-09-07  H.J. Lu  <hjl@gnu.org>
2036         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2037         * configure: Rebuild.
2039 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
2041         * configure: Rebuilt with new libtool.m4.
2043 2000-09-05  Nick Clifton  <nickc@redhat.com>
2045         * aclocal.m4: Regenerate.
2046         * config.in: Regenerate.
2047         * configure: Regenerate.
2049 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
2051         * strip.1: Fix stray '\' in -o formatting.
2053 2000-09-02  Nick Clifton  <nickc@redhat.com>
2055         * configure.in: Increase version number to 2.10.91.
2056         * configure: Regenerate.
2057         * aclocal.m4: Regenerate.
2058         * config.in: Regenerate.
2059         * po/binutils.pot: Regenerate.
2061 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
2063         * acinclude.m4: Include libtool and gettext macros from the
2064         top level.
2065         * aclocal.m4, configure: Rebuilt.
2067 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
2069         * resrc.c (close_input_stream): Delete extraneous logic
2071 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
2073         * NEWS: Mention support for CRIS.
2075 2000-08-21  Nick Clifton  <nickc@redhat.com>
2077         * addr2line.c: Changed email address for Ulrich Lauther.
2079 2000-08-17  Christopher C. Chimelis <chris@debian.org>
2081         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2083 2000-08-17  Nick Clifton  <nickc@redhat.com>
2085         * readelf.c (display_debug_pubnames): Only issue warning
2086         message once.  Terminate message with a new line.
2087         (display_debug_aranges): Only display version 2 debug info.
2089 2000-08-14  Todd Vierling <tv@wasabisystems.com>
2091         * objcopy.c (strip_main): Silently accept -d as an alias for -g
2092         for compatability with old BSD systems.
2094 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
2096         * NEWS: Mention i860 support.
2098 2000-08-11  Carlo Wood <carlo@alinoe.com>
2100         * addr2line.c (main): Add const to char *.
2102 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
2104         * ar.c (main): Don't crash if called with no arguments
2105         or only '-X32_64' as an argument.
2107 2000-08-08  DJ Delorie  <dj@redhat.com>
2109         * resrc.c: use "gcc -xc" instead of -xc-header
2111 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
2113         * readelf.c (elf/i860.h): Include.
2114         (dump_relocations): Add recognition of i860 architecture.
2115         (guess_is_rela): Add recognition of i860 architecture.
2117 2000-08-03  Nick Clifton  <nickc@cygnus.com>
2119         * MAINTAINERS: Add information about CGEN maintainers.
2121 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
2123         * nm.c (main): Ignore '-X32_64' as an option.
2124         * ar.c (main): Likewise.
2125         * binutils.texi (nm): Document new option.
2126         (ar): Likewise.
2128 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2130         * rdcoff.c (external_coff_symbol_p): K&R-ise.
2132 2000-07-20  H.J. Lu  <hjl@gnu.org>
2134         * binutils.texi: Put back "@end table" deleted by
2135         accident.
2137 2000-07-05  Kenneth Block  <krblock@computer.org>
2139         * nm.c: Add optional style to demangle switch.
2140         * objdump.c: Add optional style to demangle switch.
2141         * addr2line.c: Add optional style to demangle switch.
2142         * binutils.texi: Document optional style to demangle
2143         switch.
2145 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
2147         * MAINTAINERS: Add self as CRIS port maintainer.
2148         * readelf.c: Include elf/cris.h.
2149         (guess_is_rela): Handle EM_CRIS.
2150         (dump_relocations): Ditto.
2151         (get_machine_name): Ditto.
2152         * Makefile.am: Rebuild dependencies.
2153         * Makefile.in: Regenerate.
2154         * po/binutils.pot: Regenerate.
2156 2000-07-19  H.J. Lu  <hjl@gnu.org>
2158         * readelf.c (get_dynamic_type): Change "AUXILARY" to
2159         "AUXILIARY".
2160         (process_dynamic_segment): Print out strings for DT_CONFIG,
2161         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2163 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
2165         * nm.c (usage): Change output of `nm --help' to include a
2166         description of the purpose of the program and a detailed
2167         description of the accepted options.
2169 2000-07-19  H.J. Lu  <hjl@gnu.org>
2171         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2172         to DF_1_NODEFLIB.
2174 2000-07-19  H.J. Lu  <hjl@gnu.org>
2176         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2178 2000-07-19  H.J. Lu  <hjl@gnu.org>
2180         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2181         DT_FEATURE.
2182         (process_dynamic_segment): Likewise.
2184         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2185         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2186         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2187         DF_1_NODUMP and DF_1_CONLFAT.
2189 2000-07-18  Nick Clifton  <nickc@cygnus.com>
2191         * binutils.texi (readelf): Fix spelling typo.
2193 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
2195         * objdump.c (usage): Make output of `objdump --help' more
2196         consistent with the rest of the GNU world.  Add a line describing
2197         the purpose of the program.
2199 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
2201         * stabs.c (parse_stab_range_type): Cast to proper type to fix
2202         warning.
2204 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
2206         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2207         to fix warnings.
2208         (process_symbol_table): Ditto.
2209         (procesS_extended_line_op): Ditto.
2210         (display_debug_lines): Ditto.
2211         (display_debug_pubnames): Ditto.
2212         (read_and_display_attr): Ditto.
2214 2000-07-09  Nick Clifton  <nickc@cygnus.com>
2216         * MAINTAINERS: Add several more port specific maintainers.
2218 2000-07-05  Nick Clifton  <nickc@cygnus.com>
2220         * MAINTAINERS: Add blanket write privs for Michael Meissner.
2222 2000-06-05  DJ Delorie  <dj@redhat.com>
2224         * MAINTAINERS: New.
2226 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
2228         * dllwrap.c: Changed mistaken dyn_string_append() calls
2229         to dyn_string_append_cstr().
2231 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
2233         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2234         struct debug_type stores size in bytes.
2236 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
2238         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
2239         (CLEANFILES): Add DEPA.
2240         * Makefile.in: Regenerate.
2242 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
2244         * ar.c: Revert incorrect 2000-06-25 patch.
2245         * bucomm.c: Likewise.
2247 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2249         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2250         (external_coff_symbol_p): New function.
2251         (parse_coff): Use it.
2253 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
2255         * ar.c (normalize): Advance past both characters in a DOS based
2256         <letter>: filepath prefix.
2257         (main): Likewise.
2258         * bucomm.c (make_tempname): Likewise.
2260 2000-06-24  Nick Clifton  <nickc@cygnus.com>
2262         * objdump.c (usage): Fix description of --stabs switch.
2264 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
2266         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2267         find one.
2268         * Makefile.in: Regenerate.
2270 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
2272         * ar.c (normalize): Correct pointer comparison when checking for
2273         backslashes.
2274         (main): Likewise.
2275         * bucomm.c (make_tempname): Likewise.
2277         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2278         and search for backslashes in the original pathname.
2279         (ieee_add_bb11): Likewise.
2281 2000-06-18  Nick Clifton  <nickc@redhat.com>
2283         * ar.c (print_contents): Improve verbose message.
2285 2000-06-15  H.J. Lu  <hjl@gnu.org>
2287         * dyn-string.c: Removed. Not needed with dyn-string.c in
2288         libiberty.
2289         * dyn-string.h: Likewise.
2291         * Makefile.am: Remove references to dyn-string.c and
2292         dyn-string.h. Rebuild dependency.
2293         * Makefile.in: Rebuild.
2295 2000-06-15  H.J. Lu  <hjl@gnu.org>
2297         * binutils.texi: Put a warning on copying relocatable object
2298         files between two different formats.
2300 2000-06-13  DJ Delorie  <dj@cygnus.com>
2302         * rcparse.y (control): ICON controls take an id as the first
2303         parameter, not an optional string.  Also, call new convenience
2304         function that takes res_id's.
2305         * resrc.c (define_control): missing text means zero-length string,
2306         not zero ID.
2307         (define_icon_control): New.
2308         * windres.h: declare define_icon_control.
2310 2000-06-13  H.J. Lu  <hjl@gnu.org>
2312         * configure: Regenerate.
2314 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
2316         * configure.in (VERSION): Update to show this is the CVS mainline.
2318 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
2320         * strings.c (isgraphic): Interpret <TAB> as a printable character,
2321         analogous to <SPACE>.
2323 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
2325         * objdump.c (display_target_list): Use bfd_close_all_done, not
2326         bfd_close to fix crash caused by 2000-05-24 change.
2328 2000-05-25  DJ Delorie  <dj@cygnus.com>
2330         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2332 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
2334         * Makefile.am: Update dependencies with "make dep-am"
2335         * Makefile.in: Regenerate.
2337 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
2339         * ar.c: Include filenames.h.
2340         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2341         and drive letters in file names.
2342         (main): Support backslashes and drive letters in argv[0].  Drop
2343         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
2344         FILENAME_CMP instead of strcmp to compare file names.
2345         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2346         DJGPP v2.
2347         (do_quick_append) [__GO32__]: Ditto.
2348         (get_pos_bfd, delete_members, move_members, replace_members):
2349         Compare file names with FILENAME_CMP.
2351         * bucomm.c: Include filenames.h.
2352         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2353         forward/backward slashes and drive letters in file names.
2355         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2356         mixed forward/backward slashes and drive letters in file names.
2358         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2359         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2360         mode.
2362         * objcopy.c: Include filenames.h.
2363         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2364         before comparing to "strip".
2365         Use FILENAME_CMP to compare file names.
2367         * arsup.c: Include filenames.h.
2368         (map_over_list, ar_delete, ar_replace, ar_extract): Use
2369         FILENAME_CMP to compare file names.
2370         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2371         the temporary file name.
2373         * configure.in: Check for setmode.
2374         * configure: Regenerate.
2376 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
2378         * objdump.c (display_target_list): Close the bfd.
2379         (display_info_table): Likewise.
2381 2000-05-14  H.J. Lu  (hjl@gnu.org)
2383         * objcopy.c (filter_symbols): Don't strip global symbols in
2384         relocatable object files.
2386 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
2388         * size.c (usage): Associate short options with corresponding long
2389         option to give a clue as to their function.
2391 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
2393         * size.c (main): Accept and ignore `-f' option.
2395 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
2397         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2398         bindtextdomain): Replace defines with those from intl/libgettext.h
2399         to quieten gcc warnings.
2401 2000-05-12  H.J. Lu  <hjl@gnu.org>
2403         * nlmconv.c (temp_filename): Removed.
2405         * nlmconv.c (link_inputs): Use make_temp_file () instead of
2406         choose_temp_base ().
2407         * objdump.c (display_target_list): Likewise.
2408         (display_info_table): Likewise.
2410 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
2412         * objcopy.c (setup_section): Add const and gettext calls for err.
2414 2000-05-02  H.J. Lu  <hjl@gnu.org>
2416         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2417         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2418         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2419         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2420         and ELFOSABI_OPENBSD.
2422 2000-05-02  Kazu Hirata  <kazu@hxi.com>
2424         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2425         * srconv.c: Likewise.
2426         * sysdump.c: Likewise.
2428 2000-04-23  Denis Chertykov  <denisc@overta.ru>
2430         * readelf.c (guess_is_rela): AVR uses RELA relocations.
2431         (get_machine_name): machine name for EM_AVR added.
2433 2000-04-21  Richard Henderson  <rth@cygnus.com>
2434             David Mosberger  <davidm@hpl.hp.com>
2436         * Makefile.am (readelf.o): Add elf/ia64.h.
2437         * Makefile.in: Rebuild.
2438         * readelf.c: Include elf/ia64.h.
2439         (guess_is_rela, dump_relocations): Handle EM_IA_64.
2441 2000-04-17  Timothy Wall  <twall@cygnus.com>
2443         * objdump.c (disassemble_data): Set octets per byte *after*
2444         resolving arch/mach for binary files.
2446 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2448         * arlex.l: Add directives to increase lex buffer size.
2450         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2451         already included by bucomm.h.
2453 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
2455         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2456         `strftime' since strftime is not available on all systems.
2457         (process_mips_specific): Ditto.
2459 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
2461         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
2462         --enable-build-warnings option.
2463         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2464         * Makefile.in, configure: Re-generate.
2466 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
2468         * addr2line.c: Update copyright.
2469         * objcopy.1: Likewise, and title.
2470         * strings.1: Likewise.
2472         * version.c (print_version): Add 2000.
2474         * rddbg.c (read_section_stabs_debugging_info): Don't use
2475         bfd_size_type for strx to avoid printf problems if BFD64.
2477         * bucomm.c: (report): Remove `static'.
2478         Move inclusion of stdarg.h/vararg.h from here.
2479         * bucomm.h: To here.
2480         (CONST): Change all occurences to const.
2481         (report): Declare it.
2482         (bfd_fatal): Add ATTRIBUTE_NORETURN.
2483         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2484         (non_fatal): Add ATTRIBUTE_PRINTF_1.
2486         * ar.c (main): Use fatal or non_fatal instead of fprintf.
2487         Correct a typo in an error message.
2488         (do_quick_append): Use non_fatal instead of fprintf.
2489         (move_members): Use fatal instead of fprintf, exit.
2490         * coffdump.c (main): Same here.
2492         * dlltool.c (display): Delete.
2493         (warn): Delete.
2494         (inform): Use `report' instead of `display'.
2495         (rvaafter): Remove trailing \n from fatal error msg.
2496         (rvabefore): Ditto.
2497         (asm_prefix): Ditto.
2498         (yyerror): Replace `warn' with `non_fatal', and remove \n.
2499         (def_name): Likewise.
2500         (run): Likewise.
2501         (scan_all_symbols): Likewise.
2502         (gen_lib_file): Likewise.
2503         (def_library): Likewise.  Remove extra program_name too.
2504         (run): Remove \n from inform strings.
2505         (scan_drectve_symbols): Likewise.
2506         (add_excludes): Likewise.
2507         (scan_open_obj_file): Likewise.
2508         (gen_exp_file): Likewise.
2509         (gen_lib_file): Likewise.
2510         (process_duplicates): Likewise.
2512         * Makefile.am (dllwrap_SOURCES): Add version.c.
2513         * dllwrap.c (program_version): Delete.
2514         (print_version): Delete.
2515         (display): Always print trailing \n.
2516         (warn): New.
2517         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
2518         (run): Here too.
2519         (main): And here.
2520         (usage): gettext'ify.
2521         (long_options): Add missing initialisers.
2523         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2524         (select_output_format): Likewise.
2525         (powerpc_mangle_relocs): Likewise.
2526         (link_inputs): Likewise.
2528         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2529         (set_output_format): Likewise.
2530         (main): Use non_fatal instead of fprintf.
2531         (display_rel_file): Likewise.
2533         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2534         (slurp_dynamic_symtab): Same here.
2535         (disassemble_data): And here.
2536         (read_section_stabs): And here.
2537         (read_section_stabs): And here.
2538         (dump_bfd): And here.
2539         (main): And here.
2540         (objdump_sprintf): Use fatal instead of fprintf, exit.
2541         (disassemble_data): Same here.
2543         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2544         (parse_coff_struct_type): Same here.
2545         (parse_coff_enum_type): And here.
2546         (parse_coff): And here.
2547         * rddbg.c (read_debugging_info): And here.
2548         * size.c (main): And here.
2549         * windres.c (format_from_name): And here.
2550         * wrstabs.c (stab_write_symbol): Here too.
2551         (write_stabs_in_sections_debugging_info): And here.
2552         (stab_int_type): And here.
2553         (stab_struct_field): And here.
2554         (stab_typdef): And here.
2556         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2557         * srconv.c (main): Same here.
2558         * strings.c (main): And here.
2559         (integer_arg): And here.
2560         * sysdump.c (main): And here.
2562 2000-04-06  Timothy Wall  <twall@cygnus.com>
2564         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2566 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2568         * readelf.c (decode_location_expression): Loop through multiple
2569         operations.
2570         (read_and_display_attr): Pass in length.
2572         * readelf.c (read_and_display_attr): Add CU offset to references.
2573         (display_debug_info): Pass it in.
2575 2000-04-06  Nick Clifton  <nickc@cygnus.com>
2577         * readelf.c (decode_ARM_machine_flags): New function.
2578         (get_machine_flags): Call decode_ARM_machine_flags for ARM
2579         targets.
2581         (get_machine_name): Catch EM_AVR
2583 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
2585         * binutils.texi: Remove optional `=' from long options that have
2586         an `=' in the argument.
2587         * objcopy.1: Here too.  Remove extra space on discard-all.
2589         * binutils.texi (objcopy): Mention --redefine-sym.
2590         * objcopy.1: Here too.
2591         * NEWS: And here.
2593         * objcopy.c (parse_flags): Split off flag names from error message
2594         gettext as they are not translated.
2595         (copy_main): Similarly split off option name for --add-section,
2596         --set-section-flags, --change-section-vma, --change-section-lma
2597         error messages.
2598         Some white space changes.
2600         from Matthew Benjamin <matt@linuxbox.nu>
2601         * objcopy.c (struct redefine_node): New.
2602         (redefine_sym_list): New.
2603         (redefine_list_append): New.
2604         (lookup_sym_redefinition): New.
2605         (OPTION_REDEFINE_SYM): New.
2606         (copy_options): Add --redefine-sym option.
2607         (copy_usage): Mention it.
2608         (filter_symbols): Rename symbols on redefine_sym_list.
2609         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2610         (copy_main): Handle OPTION_REDEFINE_SYM.
2612 2000-04-04  H.J. Lu  <hjl@gnu.org>
2614         * readelf.c (process_symbol_table): Correctly read in symbol
2615         versioning information.
2617 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
2619         * po/binutils.pot: Regenerate.
2621         * addr2line.c (usage): Restore translated part of bug string.
2622         * ar.c (usage): Likewise.
2623         * nlmconv.c (show_usage): Likewise.
2624         * nm.c (usage): Likewise.
2625         * objcopy.c (copy_usage): Likewise.
2626         (strip_usage): Likewise.
2627         * objdump.c (usage): Likewise.
2628         * readelf.c (usage): Likewise.
2629         * size.c (usage): Likewise.
2630         * strings.c (usage): Likewise.
2631         * windres.c (usage): Likewise.
2633         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2634         (DEP): Quote when passing vars to sub-make.  Add warning
2635         message to end.
2636         (DEP1): Rewrite for "gcc -MM".
2637         (CLEANFILES): Add DEP2.
2638         Update dependencies.
2639         * Makefile.in: Regenerate.
2641 2000-04-04  H.J. Lu  <hjl@gnu.org>
2643         * Makefile.am (GENERATED_HFILES): Add rcparse.h
2644         (arparse.h): Depend on arparse.c
2645         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2647 2000-04-03  H.J. Lu  (hjl@gnu.org)
2649         * size.c (usage): Use REPORT_BUGS_TO.
2651 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
2653         * bucomm.h: #include "bin-bugs.h"
2654         * addr2line.c (usage): Use REPORT_BUGS_TO.
2655         * ar.c (usage): Likewise.
2656         * nlmconv.c (show_usage): Likewise.
2657         * nm.c (usage): Likewise.
2658         (OPTION_TARGET): Define.
2659         (long_options): Use OPTION_TARGET rather than 200.
2660         (main): Likewise.
2662         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2663         (strip_usage): Likewise.
2664         * objdump.c (usage): Likewise.
2665         * readelf.c (usage): Likewise.
2666         * strings.c (usage): Likewise.
2667         * windres.c (usage): Likewise.
2669 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2671         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2673 2000-03-27  Nick Clifton  <nickc@cygnus.com>
2675         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2676         string offsets in corrupt stabs entries.
2678 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
2680         * readelf.c: Include elf/avr.h
2681         (dump_relocations): Add EM_AVR case.
2683 2000-03-09  Tim Waugh  <twaugh@redhat.com>
2685         * strings.1: Correct '-bytes' to '--bytes'.
2687 2000-03-08  H.J. Lu  <hjl@gnu.org>
2689         * Makefile.am (install-exec-local): Depend on
2690         install-binPROGRAMS for parallel make.
2691         * Makefile.in: Regenerated.
2693 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
2695         From Brad Lucier <lucier@math.purdue.edu>:
2696         * readelf.c (process_dynamic_segment): Add cast to make sure
2697         argument to %* is int.
2699 2000-02-25  H.J. Lu  <hjl@gnu.org>
2701         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2703 2000-02-24  Nick Clifton  <nickc@cygnus.com>
2705         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
2706         * configure: Regenerate.
2708         * dlltool.c: Add support for sh-pe and mips-pe targets.
2709         * rescoff.c: Add support for sh-pe and mips-pe targets.
2711 2000-02-23  H.J. Lu  <hjl@gnu.org>
2713         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2715 2000-02-22  Nick Clifton  <nickc@cygnus.com>
2717         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
2719 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
2721         From Brad Lucier <lucier@math.purdue.edu>:
2722         * readelf.c (process_version_sections): Add casts to make sure
2723         argument to %* is an int.
2724         (process_mips_specific): Add casts to make printf arguments match
2725         format.
2727 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
2729         * objdump.c (dump_section_header): Change `opb' to unsigned.
2730         (find_symbol_for_address): Same here.
2731         (disassemble_data): And here.  Change `addr_offset',
2732         `stop_offset', `nextstop_offset' to unsigned long.
2733         (dump_data): Change opb to unsigned.
2735 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
2737         * resrc.c: Remove unmatched #if for cygwin.
2739 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
2741         * binutils.texi: Document the change of flavor name from atpcs-special
2742         to special-atpcs to prevent name conflict in gdb.
2744 2000-02-08  Timothy Wall  <twall@redhat.com>
2746         * objdump.c (show_line): Fix bug preventing printing of the very
2747         first line (line zero) of a file when interlisting source and
2748         assembly.  Added option to print entire context from start of file
2749         when the first line from that file is encountered.
2751 2000-02-03  Timothy Wall <twall@redhat.com>
2753         * objdump.c (dump_section_header, find_symbol_for_address,
2754         show_line, disassemble_bytes, disassemble_data, dump_data):
2755         distinguish between octets and bytes.
2757 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
2759         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
2760         check to unresolved symbols.
2761         (print_symbol_info_sysv):  Ditto.
2762         (print_symbol_info_posix):  Ditto.
2764         * binutils.texi: Document new 'V' symclass flag for nm.
2766 2000-01-27  Nick Clifton  <nickc@redhat.com>
2768         * binutils.texi (objdump): Document new ARM specific
2769         disassembler options.
2771         * objdump.c (usage): Call disassembler_usage().
2773 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
2775         * readelf.c (get_dynamic_flags): Return buff.
2776         (process_dynamic_segment): Don't pass error strings to printf
2777         as format arg.
2778         (read_and_display_attr): Use lx and ld to print longs.
2779         (process_corefile_note_segment): Cast bfd_vma to unsigned long
2780         before printing.
2781         Update copyright.
2783 2000-01-17  Nick Clifton  <nickc@cygnus.com>
2785         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2787 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
2789         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2790         false.
2791         (debug_tag_type): Here too.
2792         * ieee.c (ieee_builtin_type): And here.
2793         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
2795 2000-01-13  Nick Clifton  <nickc@cygnus.com>
2797         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
2798         System/370".
2800 2000-01-11  Nick Clifton  <nickc@cygnus.com>
2802         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
2804 2000-01-10  Nick Clifton  <nickc@cygnus.com>
2806         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2808 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
2810         * windres.c (long_options): Add --use-temp-file and
2811         --no-use-temp-file options.
2812         (usage): Document.
2813         (main): Handle.
2815         * windres.h: Update read_rc_file prototype.
2817         * resrc.c (cpp_temp_file): New static variable.
2818         (istream_type): New static variable.
2819         (close_pipe): Delete function.
2820         (run_cmd): New static function.
2821         (open_input_stream): New static function.
2822         (close_input_stream): New static function.
2823         (look_for_default): Handle DOS directory separator. Use
2824         open_input_stream instead of popen.
2825         (read_rc_file): Likewise.
2827         * binutils.texi: Document --use-temp-file, --no-use-temp-file
2828         options.
2830 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
2832         * dlltool.c (create_compat_implib): New variable.
2833         (gen_exp_file): Use.
2834         (make_one_lib_file): Use.
2835         (long_options): Add --compat-implib option.
2836         (usage): Handle.
2837         (main): Handle.
2839         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2840         (main): Use. Don't look for "32" in cygwin and mingw target names.
2842 2000-01-03  Nick Clifton  <nickc@cygnus.com>
2844         * binutils.texi: Document new, ARM specific disassembler
2845         command line switch "-M force-thumb".
2847 For older changes see ChangeLog-9899
2849 Local Variables:
2850 mode: change-log
2851 left-margin: 8
2852 fill-column: 74
2853 version-control: never
2854 End: