* chew.c (paramstuff, outputdots, perform, bang and usage): Remove
[binutils.git] / binutils / ChangeLog
blob9003eae554d3e7cb729d2d9b0b6ce1fc7a9e9649
1 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
3         * objdump.c (dump_bfd): Restore lines accidentally deleted in
4         last commit.
6 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8         * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag. 
9         (dump_bfd_header): Likewise.
11 2002-08-27  Alan Modra  <amodra@bigpond.net.au>
13         * nm.c: Revert last change.
15 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
17         * nm.c (display_rel_file): Don't report "no symbols" as an error.
18         * objdump.c (slurp_symtab): Likewise.
19         (slurp_dynamic_symtab): Likewise.
20         (dump_symbols): Likewise.  Do print "no symbols" to stdout.
22 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
24         * MAINTAINERS: Change my mailing address.
26 2002-08-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
28         * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
30 2002-08-22  Nick Clifton  <nickc@redhat.com>
32         * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
33         HPPA.
35 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
37         * readelf.c (parse_args): Change debug_dump_opt to static.
39 2002-08-16  Sivaguru Sankaridurg  <siva@eternal-systems.com>
41         * stabs.c (parse_stab_argtype): Pass length of physname to
42         stab_demangle_argtypes.
43         (stab_demangle_argtypes): Add new parameter - length of physname.
44         Pass length of physname on to stab_demangle_prefix.
45         (stab_demangle_prefix): Add new parameter - length of physname.
46         Use length of physname (if supplied) to compute end of function
47         name.
49 2002-08-15  Alan Modra  <amodra@bigpond.net.au>
51         * readelf.c: Include elf/i370.h.
52         (dump_relocations): Handle EM_S370.
53         (dynamic_segment_parisc_val): Print \n.
54         (process_dynamic_segment <DT_BIND_NOW>): Here too.
56 2002-08-14  Nick Clifton  <nickc@redhat.com>
58         * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
59         * objdump.c (usage): Likewise.
60         * doc/binutils.texi: Likewise.
62 2002-08-14  Luke Dunstan  <infidel@users.sourceforge.net>
64         * rcparse.y (acc_entry): Don't warn about ALT use with
65         non-VIRTKEY.
67 2002-08-13  H.J. Lu <hjl@gnu.org>
69         * objcopy.c (copy_object): Don't warn about the unsupported
70         architecture unless the input target is defaulted or the
71         output architecture is different from the input.
73 2002-08-09  Nick Clifton  <nickc@redhat.com>
75         * po/sv.po: Updated Swedish translation.
77 2002-08-05  Alan Modra  <amodra@bigpond.net.au>
79         * prdbg.c (pr_fix_visibility): Remove assert.
81 2002-07-31  Nick Clifton  <nickc@redhat.com>
83         * addr2line.c (process_file): Rename parameter 'filename' to
84         'file_name' in order to avoid shadowing global symbol of the
85         same name.
86         (main): Likewise.
88 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
90         * readelf.c (OPTION_DEBUG_DUMP): Define.
91         (options): Use it.
92         (usage): Update help.
93         (parse_args): Handle --debug-dump separately from -w.
94         * doc/binutils.texi (readelf): Update documentation.
96 2002-07-25  Nick Clifton  <nickc@redhat.com>
98         * po/es.po: Updated Spanish translation.
99         * po/fr.po: Updated French translation.
101 2002-07-24  Nick Clifton  <nickc@redhat.com>
102         
103         * po/es.po: Updated Spanish translation.
105 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
107         * Makefile.am: Run "make dep-am".
108         * Makefile.in: Regenerate.
110 2002-07-23  Nick Clifton  <nickc@redhat.com>
112         * po/fr.po: Updated French translation.
114 2002-07-23  Eric S. Raymond  <esr@golux.thyrsus.com>
116         * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
118 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
120         * budemang.c: Include config.h and string.h/strings.h.
122 2002-07-18 Denis Chertykov  <denisc@overta.ru>
123            Frank Ch. Eigler  <fche@redhat.com>
125         * readelf.c: Include "elf/ip2k.h".
126         (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
127         (dump_relocations): Likewise.
128         (get_machine_name): Likewise.
129         * NEWS: Mention IP2K support.
131 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
133         * NEWS: Add 'Changes in 2.13'.
135 2002-07-10  Jakub Jelinek  <jakub@redhat.com>
137         * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
138         DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
139         (get_section_type_name): Handle SHT_GNU_LIBLIST.
140         (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
141         DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
142         (process_gnu_liblist): New.
143         (process_file): Call it.
145 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
147         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
148         * Makefile.in: Regenerate.
150 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
152         * budemang.c: New file, "demangle" function.
153         * budemang.h: New file.
154         * addr2line.c (translate_addresses): Use "demangle".
155         * nm.c (print_symname): Likewise.
156         * objdump.c (objdump_print_symname): Likewise.
157         (dump_symbols): Likewise.  Also, don't use bfd_asymbol_name macro
158         here since that obfuscates.
159         * rdcoff.c: Don't #include demangle.h.
160         * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
161         emul_vanilla.c.  Remove emul_$(EMULATION).c.  Sort.
162         (HFILES): Add budemang.h.  Sort.
163         (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
164         Run "make dep-am".
165         * Makefile.in: Regenerate.
167 2002-07-01  Matt Thomas  <matt@3am-software.com>
169         * readelf.c: Include "elf/vax.h".
170         (guess_is_rela): Move EM_VAX from unknown to RELA case.
171         (dump_relocations): Handle VAX relocations.
172         (get_machine_flags): Handle VAX machine flags.
174 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
176         * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
178 2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
180         * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
182 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
184         * nm.c (print_symname): When demangling, strip leading dots from
185         symbol names to avoid confusing the demangler.
187 2002-06-25  H.J. Lu <hjl@gnu.org>
189         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
190         * Makefile.in: Regenerated.
192 2002-06-21  Igor Schein  <igor@txc.com>
194         * configure.in: Quote bu_cv_have_fopen64.
195         * configure: Regenerate.
197 2002-06-21  Mitsru Chinen  <chinen@jp.ibm.com>
199         * configure.in: Check for strcoll.
200         * configure: Regenerate.
201         * config.in: Regenerate.
202         * nm.c (main): Set locale for LC_COLLATE category.
203         (non_numeric_forward): Use strcoll if available.
205 2002-06-20  Dave Brolley  <brolley@redhat.com>
207         * MAINTAINERS: Add self as fr30 and frv maintainer.
209 2002-06-18  H.J. Lu  (hjl@gnu.org)
211         * nm.c: Include "elf/common.h".
212         (extended_symbol_info): Add elfinfo, a pointer to
213         elf_symbol_type.
214         (SYM_SIZE): Use elfinfo if it is not NULL.
215         (get_symbol_type): New function.
216         (display_archive): Set print_width for each archive member.
217         (display_file): Likewise.
218         (display_rel_file): Don't set print_width here.
219         (print_object_filename_sysv): Handle print_width.
220         (print_archive_member_sysv): Likewise.
221         (print_symbols): Pass (bfd_vma) 0 to print_symbol.
222         (print_symbol): Set the elfinfo field in extended_symbol_info
223         for ELF.
224         (print_object_filename_sysv): Fix the output format.
225         (print_symbol_info_sysv): Print type and section for ELF.
227 2002-06-18  Elias Athanasopoulos  <eathan@otenet.gr>
229         * nm.c (print_size_symbols): Remove assignment, which makes
230         the symbol's size equal to its value when --size-sort is 
231         used.
233 2002-06-18  Dave Brolley  <brolley@redhat.com>
235         From Catherine Moore:
236         * readelf.c (elf/frv.h): #include it.
237         (guess_is_rela): Support EM_CYGNUS_FRV.
238         (dump_relocations): Ditto.
239         (get_machine_name): Ditto.
240         * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
242 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
244         * readelf.c (get_file_header): Only read the first section header if
245         e_shoff is non-zero.
247 2002-06-15  H.J. Lu  (hjl@gnu.org)
249         * nm.c (print_size): New variable. Initialize to 0.
250         (long_options): Add 'S'/"print-size".
251         (main): Handle 'S'.
252         (print_symbol_info_bsd): Print size only if print_size is not
253         0.
255         * doc/binutils.texi: Document -S/--print-size.
257 2002-6-13  Elias Athanasopoulos  <eathan@otenet.gr>
259         * nm.c (struct extended_symbol_info): New strcuture: Add the size
260         of the symbols to the information provided by the symbol_info
261         structure.
262         (print_symbols): Pass the symbol size to print_symbol.
263         (print_size_symbols): Pass the symbol size to print_symbol.
264         (print_symbol): Extra argument: The size of the symbol.  Store
265         this in the extended_symbol_info structure.
266         (print_symbol_info): Change type of info parameter to
267         extended_symbol_info.  Display the size, if known.
268         (print_symbol_info_posix): Likewise.
269         (print_symbol_info_sysv): Likewise.
271 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
273         * Makefile.am: Run "make dep-am".
274         * Makefile.in: Regenerate.
275         * doc/Makefile.in: Regnerate.
277         * bucomm.c: Replace CONST with const.
278         * nm.c: Likewise.
279         * objdump.c: Likewise.
281 2002-06-07  H.J. Lu <hjl@gnu.org>
283         * readelf.c (DW_CFA_GNU_args_size): Don't define.
284         (DW_CFA_GNU_negative_offset_extended): Likewise.
285         (DW_CFA_GNU_window_save): Likewise.
286         (display_debug_frames): Handle DW_CFA_offset_extended_sf,
287         DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
289 2002-06-07  Elias Athanasopoulos  <eathan@otenet.gr>
290         
291         * nm.c: When computing size of symbols for an ELF target use the
292         internal size field.
294 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
296         * testsuite/binutils-all/objcopy.exp: clear xfail for
297         "hppa*64*-*-hpux*".
298         * testsuite/binutils-all/hppa/objdump.exp: Return if
299         "*64*-*-*".
301 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
303         * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
305 2002-06-03  Elias Athanasopoulos  <eathan@otenet.gr>
307         * objdump.c: Fix formatting.
309 2002-05-29  Ben Elliston  <bje@redhat.com>
311         * MAINTAINERS: Add self as M68k maintainer.
313 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
315         * readelf.c: Modified/Added DLX elf support.
317 2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
319         * arsup.c: Fix formatting.
320         * debug.c (debug_record_label): Add missing colon to error
321         message.
322         * ieee.c (parse_ieee_ty): Fix spelling typo.
323         * readelf.c (process_program_headers): Remove English assumption
324         about making a plural word.
325         (process_section_headers): Likewise.
326         (process_relocs): Allow quotes to be translated.
327         (process_unwind): Likewise,
328         (process_mips_specific): Improve error message.
329         (get_note_type): Fix spelling typo.
331         * configure.in (ALL_LINGUAS): Add sv
332         * po/sv.po: New file.
334 2002-05-27  Alan Modra  <amodra@bigpond.net.au>
336         * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
337         (unw_print_grmask): Likewise.
338         (unw_print_frmask): Likewise.
340 2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
342         * arsup.c: Remove ARGSUSED.
343         * debug.c: Likewise.
344         * ieee.c: Likewise.
345         * nlmconv.c: Likewise.
346         * prdbg.c: Likewise.
347         * stabs.c: Likewise.
348         * wrstabs.c: Likewise.
350 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
352         * arlex.l: Use #include "" instead of <> for local header files.
353         * coffdump.c: Likewise.
354         * coffgrok.c: Likewise.
355         * nlmconv.c: Likewise.
356         * nlmheader.y: Likewise.
357         * srconv.c: Likewise.
358         * strings.c: Likewise.
359         * sysdump.c: Likewise.
360         * unwind-ia64.h: Likewise.
361         * windres.h: Likewise.
362         * winduni.h: Likewise.
364 2002-05-24  Tom Rix  <trix@redhat.com>
366         * MAINTAINERS: Add self as the d10v maintainer.
368 2002-05-24   TAMURA Kent <kent@netbsd.org>
370         * configure.in: Builds dlltool for i386-netbsdpe.
371         * configure: Regenerate.
373 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
375         * size.c: Fix formatting.
376         * srconv.c: Likewise.
377         * stabs.c: Likewise.
378         * sysdump.c: Likewise.
379         * unwind-ia64.c: Likewise.
380         * wrstabs.c: Likewise.
382 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
384         * readelf.c (get_segment_type): Add PT_TLS.
385         (get_elf_section_flags): Add SHF_TLS.
386         (get_dynamic_flags): Optimize.  Add DF_STATIC_TLS.
387         (process_dynamic_segment): Use puts instead of printf.
388         (get_symbol_type): Support STT_TLS.
389         * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
390         SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
391         Add SEC_THREAD_LOCAL.
393 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
395         * rdcoff.c: Fix formatting.
396         * rddbg.c: Likewise.
397         * readelf.c: Likewise.
398         * rename.c: Likewise.
399         * resbin.c: Likewise.
400         * resrc.c: Likewise.
401         * resres.c: Likewise.
403 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
405         * filemode.c: Fix formatting.
406         * ieee.c: Likewise.
407         * is-ranlib.c: Likewise.
408         * is-strip.c: Likewise.
409         * maybe-ranlib.c: Likewise.
410         * maybe-strip.c: Likewise.
411         * nlmconv.c: Likewise.
412         * nm.c: Likewise.
413         * not-ranlib.c: Likewise.
414         * not-strip.c: Likewise.
415         * objcopy.c: Likewise.
416         * objdump.c: Likewise.
418 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
420         * objdump.c (dump_headers): Fix output formatting for ELF32
421         architectures in a BFD64 enabled toolchain.
423 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
425         * debug.c: Fix formatting.
426         * debug.h: Likewise.
427         * dlltool.c: Likewise.
428         * dllwrap.c: Likewise.
429         * emul_aix.c: Likewise.
430         * emul_vanilla.c: Likewise.
432 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
434         * addr2line.c: Fix formatting.
435         * ar.c: Likewise.
436         * arsup.c: Likewise.
437         * arsup.h: Likewise.
438         * binemul.c: Likewise.
439         * binemul.h: Likewise.
440         * bucomm.c: Likewise.
441         * coffdump.c: Likewise.
442         * coffgrok.c: Likewise.
443         * coffgrok.h: Likewise.
445 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
447         * MAINTAINERS: Add myself as the second AVR port maintainer.
449 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
451         * MAINTAINERS: Update my email address.
453 2002-05-09  Nick Clifton  <nickc@cambridge.redhat.com>
455         * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
457 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
459         * configure.in: Replace `*pe' with `pe' throughout.
460         * configure: Regenerate.
462 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
464         * Makefile.am: Honour DESTDIR.
465         * Makefile.in: Regenerate.
467 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
469         * dlltool.c (process_def_file): Add missing prototype.
470         (new_directive, assemble_file, main): Likewise.
471         (process_def_file, new_directive): Make static.
472         (inform): Rewrite using VA_FIXEDARG.
473         * dllwrap.c (mybasename): Add missing prototype.
474         (strhash, main): Likewise.
475         (inform): Rewrite using VA_FIXEDARG.
476         (warn): Likewise.
477         (cleanup_and_exit): Use old style function definition.
478         (strhash): Likewise.
479         * windres.c (define_resource): Use one memset to clear all of
480         struct res_resource.
482         * rcparse.y: Remove newcmd rule.  Move rcparse_discard_strings
483         call to rules that need no lookahead.  Check for no lookahead.
485 2002-05-06  Borut Razem  <borut.razem@siol.net>
487         * rclex.l (get_string): Correct "strings" list handling.
488         * resrc.c (read_rc_file): Discard strings.
490 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
492         * ar.c (replace_members): Remove unused var.  Formatting fix.
493         * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
495         * MAINTAINERS: Sort port maintainers by CPU.
497 2002-05-04  Bob Byrnes  <byrnes@curl.com>
499         * size.c (display_archive): Add last_arfile and code to close archives.
501 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
503         * nm.c (print_symbol): Check returned filename from
504         bfd_find_nearest_line is non-NULL.
506 2002-04-25  Elena Zannoni <ezannoni@redhat.com>
507     
508         * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
510 2002-04-24  Christian Groessler <chris@groessler.org>
512         * MAINTAINERS: Changed my email address.
514 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
516         * arparse.y: Fix syntax warning.
518 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
520         * readelf.c (fetch_location_list): Remove unused function.
522         * readelf.c (process_corefile_note_segment): Catch corrupt notes
523         and display a warning message, then exit the loop.
525         * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
527 2002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
529         * resrc.c (write_rc_dialog): If charset is non-default value
530         display all of the DIALOGEX parameters.
532 2002-04-15  Eric Kohl <ekohl@rz-online.de>
534         * rcparse.y: Allow two to five parameter in FONT statement of 
535         DIALOGEX resources.
536         * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
537         resource data.
538         (res_to_bin_dialog): Likewise.
539         * windres.h: Added misssing charset variable to dialog_ex
540         structure.
542 2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
544         * rcparse.y: Set MEMFLAG_PURE by default.
546 2002-04-09  Bernd Herd <info@herdsoft.com>
548         * rcparse.y: CLASS definitions in DIALOG resources 
549         are quoted.
550         Fix typo in BEDIT warning.
551         Don't add default dialog style when explicit style specified.
552         Add WS_CAPTION dialog style if CAPTION is specified.
554         * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
555         (handle_quotes) "\a" escape (used for right justified key
556         definitions in menus) is encodes as binary 8.
558         * resrc.c (write_rc_dialog): Print style even if it is 0.
559         (write_rc_directory): Fix overlooked sublang shift bug.
560         (bin_to_res_dialog): Don't print empty dialog caption.
562         * resbin.c (bin_to_res_dialog): Use signature to identify
563         DIALOGEX.
565         * windres.c (main): Set default LANGUAGE to english/us.
567 2002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
569         * resrc.c: print CLASS names in quotes
571 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
573         * MAINTAINERS: Update my email address.
575 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
577         * dep-in.sed: Cope with absolute paths.
578         * Makefile.am (dep.sed): Subst TOPDIR.
579         Run "make dep-am".
580         * Makefile.in: Regenerate.
582 2002-03-27  Peter Targett  <peter.targett@arc.com>
584         * MAINTAINERS: Update my email address.
586 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
588         * Makefile.am: Run "make dep-am".
589         * Makefile.in: Regenerate.
590         * doc/Makefile.in: Regenerate.
591         * po/POTFILES.in: Regenerate.
592         * aclocal.m4: Regenerate.
593         * config.in: Regenerate.
594         * configure: Regenerate.
596 2002-03-20  Daniel Berlin  <dan@dberlin.org>
598         * readelf.c: Add support for displaying dwarf2 location lists.
599         (do_debug_loc, debug_loc_section, debug_loc_size): New.
600         (parse_args): Use 'O' as shorthand for displaying location list
601         section.
602         (process_section_headers): Handle debug_loc as well.
603         (load_debug_loc): New.
604         (free_debug_loc): New.
605         (fetch_location_list): New.
606         (display_debug_loc): New.
607         (display_debug_info): Call load_debug_loc and free_debug_loc.
608         (debug_displays): We can display .debug_loc now, too.
609         (usage): Update usage string.
610         (read_and_display_attr_value): Note location lists, but don't
611         display them inline.
613 2002-03-18  Tom Rix  <trix@redhat.com>
615         * Makefile.am: Add binutils emulation support.
616         * configure.in: Same.
617         * configure.tgt: New file.  Same.
618         * ar.c (main): Use ar_emul_parse_arg.
619         (usage): Use ar_emul_usage.
620         (replace_members): Use ar_emul_replace, ar_emul_append.
621         * binemul.c: New file.  Define the binutils emulation
622         layer. Define default methods.
623         * binemul.h: New file.  Binutils emulation layer header file.
624         * emul_aix.c: New file.  AIX binutils emulation.
625         * emul_vanilla.c: New file. Default binutils emulation.
626         * Makefile.in: Regenerate.
627         * configure: Same.
629 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
631         * po/fr.po: Updated version.
633 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
635         * po/fr.po: Updated version.
637 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
639         * README: Update some version numbers.
641 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
643         * doc/binutils.texi (Target Selection): Fix LD crossreferences.
644         (Architecture Selection): Likewise.
646 2002-03-01  Dmitry Timoshkov <dmitry@baikal.ru>
648         * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
649         generating .exp file.
651 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
653         * readelf.c (dump_relocations): Fix typo.
655 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
657         * NEWS: Mark 2.12 branch.
659 2002-02-18  Timothy Daly  <remote_bob@yahoo.com>
661         * readelf.c (dump_relocations): Display 2nd and 3rd reloc 
662         types for 64-bit MIPS.  Narrow some fields for 80-char 
663         output.
664         (dump_relocations): Change spelling from 'unrecognised' 
665         to 'unrecognized'.
666         (decode_ARM_machine_flags): Likewise.
667         (parse_args): Likewise.
668         (read_and_display_attr_value): Likewise.
669         (display_debug_section): Likewise.
671 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
673         * NEWS: Mention support for MMIX.
675 2002-02-13  Matt Fredette  <fredette@netbsd.org>
677         * readelf.c (get_machine_flags): Recognize EF_M68000.
679 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
681         * MAINTAINERS: Added self as MN10300 co-maintainer.
683 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
685         * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
686         DT_PPC64_OPDSZ.
688 2002-02-11  Daniel Jacobowitz  <drow@mvista.com>
690         * MAINTAINERS: List myself as branch maintainer.
692 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
694         * configure: Regenerate.
695         * objcopy.c: Update copyright date.
696         * doc/Makefile.in: Regenerate.
698 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
700         * nlmconv.c: Back out localtime PARAMS change.
702 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
704         * objcopy.c (MKDIR): Define.
705         (copy_archive): Make name_list.name const.  Use MKDIR.
706         Handle duplicate files in archives by making more temp dirs.
708 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
710         * coffdump.c: Include "getopt.h" after "bucomm.h"
711         so that macros are defined correctly.
712         * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
713         prototype.  Prototype main.
714         * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
716 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
718         * MAINTAINERS: Added self as SH co-maintainer.
720 2002-02-05  Nick Clifton <nickc@redhat.com>
722         * po/tr.po: Updated translation.
724 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
726         * Makefile.am: Run "make dep-am"
727         * Makefile.in: Regenerate.
729 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
731         * nm.c (print_value): Mark abfd unused.
733 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
735         * unwind-ia64.c (unw_decoder): Change second argument
736         to unsigned int, to match function prototypes.
738 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
740         * objdump.c: Include "getopt.h" after "bucomm.h" so that
741         __GNU_LIBRARY__ will be defined.
742         * size.c: Likewise.
744 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
746         * configure: Regenerated.
748 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
750         * doc/Makefile.am (install): Depend on install-info.
751         * doc/Makefile.in: Regenerate.
753 2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
755         * objcopy.c (strip_usage): Document -d as an alias
756         --strip-debug.
758         * size.c (usage): Document [-t | --totals] options.
759         (long_options): Add --totals option.
760         (main): If the [-t | --totals] option is specified and
761         the output format is Berkeley-style, print the total
762         text, data, and bss sizes of all objects listed.
763         (print_berkeley_format): If the [-t | --totals] option
764         is specified, track the total text, data, and bss
765         sizes.
766         * doc/binutils.texi (size): Document [-t | --totals] options.
767         (strip): Document -d as an alias for --strip-debug.
768         * NEWS: Mention new feature of size.
770 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
772         * po/fr.po: Updated version.
773         * po/es.po: Updated version.
775 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
777         * addr2line.c (usage): Update text to provide verbose
778         description of the command line options.
779         * ar.c (usage): Update text to provide verbose
780         description of the command line options.
781         (main): Accept -h and -H when running as ranlib.
782         * coffdump.c (show_usage): Update text to provide verbose
783         description of the command line options.
784         * dlltool.c (main): Accept -H as an alias for --help.
785         * nlmconv.c (show_usage): Update text to provide verbose
786         description of the command line options.
787         * nm.c (usage): Replace OPTIONS with option(s).
788         (main): Accept -H as an alias for --help.
789         * objcopy.c (strip_main): Accept -H as an alias for --help.
790         * objdump.c (main): Accept -v as an alias for --verbose.
791         * readelf.c (usage): Adjust format to match style used in
792         other binutils.
793         * size.c (usage): Update text to provide verbose description
794         of the command line options.
795         (main): Accept -v, -h and -H as command line options.
796         * srconv.c (show_usage): Update text to provide verbose
797         description of the command line options.
798         * strings.c (main): Accept -H and -v as command line options.
799         (usage): Update text to provide verbose description of the
800         command line options.
801         * sysdump.c (show_usage): Update text to provide verbose
802         description of the command line options.
803         * windres.c (usage): Adjust format to match style used in
804         other binutils.
806         * coffdump.c: Fix formatting.
807         * nlmconv.c: Fix formatting.
808         * srconv.c: Fix formatting.
809         * sysdump.c: Fix formatting.
811 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
813         * Makefile.am: Run "make dep-am".
814         * Makefile.in: Regenerate.
816 2002-01-18  Andreas Jaeger  <aj@suse.de>
818         * version.c (print_version): Update year.
820 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
822         * readelf.c (get_machine_name): Handle EM_PPC64.
823         (guess_is_rela): Here too.
825 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
827         * po/binutils.pot: Regenerate.
828         * po/fr.po: Regenerate.
829         * po/tr.po: Regenerate.
831 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
833         * po/tr.po: Import new version.
835 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
837         * readelf.c (get_ppc64_dynamic_type): New.
838         (get_dynamic_type): Call it.
840 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
842         * objcopy.c (copy_usage): Use "options" instead of "switches".
843         (strip_usage): Use "options" instead of "switches".
844         * doc/binutils.texi (dlltool):  Refer to "options" instead of
845         "switches".
847 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
849         * MAINTAINERS: Add self as co-maintainer for the ARM code.
851 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
853         * po/es.po: Import from translation project.
854         * configure.in (ALL_LINGUAS): Add es.
855         * configure: Regenerate.
857 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
859         * readelf.c (get_netbsd_elfcore_note_type): Use
860         NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
862 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
864         * readelf.c: Update copyright years.
865         (get_note_type): Return a const char *.
866         (get_netbsd_elfcore_note_type): New function.
867         (process_note): Use get_netbsd_elfcore_note_type to get
868         the note type string for NetBSD ELF core files.
870 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
872         * readelf.c (get_ia64_segment_type): Add support for macros.
873         (get_segment_type): Add support for IA64 specific macros.
875 2001-12-20  Julian v. Bock  <julian@wongr.net>
877         * readelf.c (print_symbol): New function: Print a formatted symbol
878         name.  If --wide is specified do not truncate it.
879         (dump_relocations): Use print_symbol() to print symbol names.
880         (process_symbol_table): Likewise.
881         (process_syminfo): Likewise.
882         (process_mips_specific): Likewise.
883         (usage): Document new feature of --wide switch.
884         * doc/binutils.texi (objdump): Document additional behaviour of
885         --wide.
887 2001-12-18  Michael Snyder  <msnyder@redhat.com>
889         * objcopy.c (copy_file): Accept corefiles (format bfd_core).
890         (copy_object): Don't set the start address or flags of a core file.
891         (copy_section): Don't relocate a core file.  Don't copy contents
892         if the input section has the contents flag set, but the output
893         section does not (which happens with the fake 'note' pseudo-
894         sections that BFD creates for corefiles).
896 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
898         * readelf.c (get_machine_flags): Recognize header flags for ABI and
899         ASE extensions. More robust code for ISA checking. Ignore empty fields
900         in header flags for GNU extensions.
902 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
904         * objcopy.c (copy_archive): Set output bfd format outside the loop.
906 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
908         * po/ja.po: Import from translation project.
909         * configure.in (ALL_LINGUAS): Add ja.
910         * configure: Regenerate.
912 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
914         * addr2line.c (main): Protoype.
915         * ar.c (main): Protoype.
916         * nm.c (main): Protoype.
917         * objcopy.c (main): Protoype.
918         * objdump.c (main): Protoype.
919         * size.c (main): Protoype.
920         * strings.c (main): Protoype.
922 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
924         * readelf.c (symtab_shndx_hdr): New global.
925         (SECTION_HEADER_INDEX): Define.
926         (SECTION_HEADER_NUM): Define.
927         (SECTION_HEADER): Define.
928         (GET_ELF_SYMBOLS): Pass two params rather than three.
929         (get_32bit_elf_symbols): Take file and section args.  Read and
930         use SHT_SYMTAB_SHNDX.
931         (get_64bit_elf_symbols): Likewise.
932         (dump_relocations): Use SECTION_HEADER to index "section_headers".
933         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
934         Remember symtab_shdx_hdr.
935         (process_program_headers): Scan from index 1 for segment map.
936         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
937         "section_headers".
938         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
939         (process_unwind): Likewise.
940         (process_version_sections): Likewise.
941         (process_symbol_table): Likewise.
942         (display_debug_info): Likewise.
943         (process_dynamic_segment): Fake up a symtab section for changed
944         GET_ELF_SYMBOLS.
945         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
946         (process_program_headers): Kill signed/unsigned warning.
947         (load_debug_str): Likewise.
948         (display_debug_info): Likewise.
950 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
952         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
954 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
956         * readelf.c (process_file_header): Print extended e_shnum and
957         e_shdtrndx values.  Set elf_header values for same.
958         (get_32bit_section_headers): Add "num" arg to read "num" headers.
959         (get_64bit_section_headers): Likewise.
960         (process_section_headers): Update calls.
961         (get_file_header): Call get_32bit_section_headers or 64bit variant.
963 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
965         * objcopy.c (setup_section): Copy entsize.
967 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
969         * readelf.c (guess_is_rela): Add support for stormy16.
970         (dump_relocations): Likewise.
971         (get_machine_name): Likewise.
973 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
975         * dllwrap.c (main) Replace multiple strings describing a
976         single error with a single, newline escaped sentence to permit
977         better translation into foreign languages.
979         * readelf.c (get_elf_class): Remove internalionalisation of ELF
980         class names.
982 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
984         * strings.c (get_char): Initialize value.
986 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
988         * arlex.l: Silence compile warnings.
989         * arsup.h: Likewise. Fix formatting.
991 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
993         * strings.c: Include config.h before bfd.h.
994         (file_off): New type.
995         (file_open): Define.
996         (print_strings): Use file_off instead of file_ptr.  Print addresses
997         which don't fit into long correctly.
998         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
999         available.
1000         (strings_file): Use file_off instead of file_ptr.  Use file_open.
1001         * configure.in: Check for getc_unlocked.
1002         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1003         be defined for it.
1004         * configure: Rebuilt.
1005         * config.h.in: Rebuilt.
1007 2001-11-29  H.J. Lu <hjl@gnu.org>
1009         * bucomm.c (make_tempname): Revert the changes made on
1010         2001-11-14 and 2001-11-12. They won't work with directories.
1012 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1014         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1015         CFLAGS_FOR_TARGET to runtest in environment.
1016         * Makefile.in: Rebuild.
1017         * doc/Makefile.in: Rebuild.
1019 2001-11-28  Mike Stump  <mrs@wrs.com>
1021         * objcopy.c (setup_section): Preserve SEC_RELOC when
1022         --set-section-flags is used.
1024 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
1026         * readelf.c (do_debug_str): New variable.
1027         (display_debug_str): New function: Display the contents of a
1028         .debug_str section.
1029         (load_debug_str): New function: Load in the contents of a
1030         .debug_str section.
1031         (free_debug_str): New function: Free the memory used by
1032         load_debug_str().
1033         (fetch_indirect_string): Retrieve a string from the .debug_str
1034         section.
1035         (usage): Add -ws.
1036         (parse_args): Accept -ws.
1037         (process_section_headers): Allow the display of the .debug_str
1038         section.
1039         (read_and_display_attr_value): Use fetch_indirect_string.  Show
1040         offset into .debug_str section.
1041         (display_debug_info): Use load_debug_str and free_debug_str.
1042         (debug_displays): Add .debug_str.
1043         * doc/binutils.texi: Document -ws.
1045 2001-11-19  Andreas Jaeger  <aj@suse.de>
1047         * testsuite/binutils-all/objdump.exp: Add x86-64.
1049 2001-11-15  Andreas Schwab  <schwab@suse.de>
1051         * readelf.c: Fix warnings without terminating newline.
1053 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
1055         * doc/binutils.texi (objdump): Document ppc -M options.
1057 2001-11-14  Andreas Jaeger  <aj@suse.de>
1059         * doc/binutils.texi (objdump): Fix description to use x86-64.
1061 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
1063         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1064         not all systems provide mkstemp.
1066 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
1068         * doc/binutils.texi (objdump): Document x86 -M options.
1070 2001-11-13  Keith Walker <keith.walker@arm.com>
1072         * readelf.c (read_and_display_attr_value): New function to
1073         handle DW_FORM_indirect.
1074         (read_and_display_attr): Use it.
1076 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
1078         * readelf.c (display_debug_lines): Deal with unknown standard
1079         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1080         DW_LNS_set_isa.
1082 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
1084         * MAINTAINERS: Add self as tic54x maintainer.  This target
1085         includes the IBM C54XDSP clone.
1087 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
1089         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1091 2001-11-09  Jeffrey A Law  (law@cygnus.com)
1093         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1094         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1095         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1096         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1097         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1098         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1099         (unw_decode_b2, unw_decode_b3_b4): Likewise.
1101         * readelf.c (get_elf_class): Fix ISO portability glitch.
1102         (get_data_encoding, get_osabi_name, request_dump): Likewise.
1104 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
1106         * readelf.c (debug_str, debug_str_size): New.
1107         (display_debug_abbrev): If no abbrevs were read, skip the CU.
1108         Call free_abbrevs.
1109         (read_and_display_addr): Handle DW_FORM_strp.
1110         (display_debug_info): Read .debug_str section if present,
1111         so that DW_FORM_strp can be handled.
1112         Fix test for non-existant .debug_abbrev section.
1114 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
1116         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
1118         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1120 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1122         * MAINTAINERS: Add self as s390/s390x maintainer.
1124 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
1126         * MAINTAINERS: Add self as PPC XCOFF maintainer.
1128 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
1130         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1131         * configure: Regernate.
1132         * po/fr.po: New file.
1133         * po/tr.po: New file.
1135 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
1137         * MAINTAINERS: Add self as MMIX port maintainer.
1138         * readelf.c: Include elf/mmix.h.
1139         (guess_is_rela): MMIX is RELA.
1140         (dump_relocations): Handle MMIX relocations.
1141         * Makefile.am: Regenerate dependencies.
1142         * Makefile.in: Regenerate.
1144 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
1146         * readelf.c (parse_args): Handle multiple options to the -w
1147         switch.
1149 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
1151         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1152         LOPROC, LOOS and LOUSER.
1154 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
1156         * MAINTAINERS: Update my email address.
1158 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
1160         * doc/Makefile.in: Regenerate.
1161         * configure: Regenerate.
1163 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
1165         * readelf.c (display_debug_line, display_debug_pubnames,
1166         display_debug_info, display_debug_frames): Detect and warn
1167         about 64-bit format entries.
1168         (display_debug_aranges): Reword 64-bit warning.
1169         (debug_displays): Add .debug_pubtypes as a known, but not yet
1170         supported, debug section.
1172 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
1174         * coffdump.c (PROGRAM_VERSION): Delete.
1175         (main <'V'>): Call print_version.
1176         * srconv.c: Likewise.
1177         * sysdump.c: Likewise.
1178         * version.c (program_version): Remove.
1179         (print_version): Use BFD_VERSION_STRING.  Just print the current
1180         year in copyright message.
1181         * addr2line.c (program_version): Remove unused declaration.
1182         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1183         place of BFD_VERSION.
1184         * Makefile.am (Makefile): Depend on bfd/configure.in.
1185         (cplus-dem.o): Depend on Makefile.
1186         Run "make dep-am".
1187         * Makefile.in: Regenerate.
1189 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
1191         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1192         format .debug_arange sections.
1193         (main): Add missing prototype.
1195 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1197         * Makefile.am: Update dependencies with "make dep-am".
1198         * Makefile.in: Regenerate.
1200 2001-09-28  Richard Henderson  <rth@redhat.com>
1202         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1204 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
1206         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1207         VA_CLOSE.
1208         (non_fatal): Likewise.
1209         * objdump.c (objdump_sprintf): Likewise.
1210         * readelf.c (error): Likewise.
1211         (warn): Likewise.
1213 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
1215         * readelf.c (do_wide): New.
1216         (options): Add --wide.
1217         (usage, parse_args): Likewise.
1218         (process_program_headers): Put each segment on a single line if
1219         --wide is given.
1220         (process_section_headers): Put each section on a single line if
1221         --wide is given.
1222         * doc/binutils.texi: Document it.
1223         * NEWS: Likewise.
1225 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
1227         * readelf.c (print_vma): Print 8 digits of low hex value.
1229 2001-09-24  Andreas Jaeger  <aj@suse.de>
1231         * nlmconv.c: Fix warnings about unused attributes and function
1232         prototypes.
1234         * strings.c: Add prototype for get_char.
1236 2000-09-19  H.J. Lu  <hjl@gnu.org>
1238         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1239         $(srcdir)/cxxfilt.man.
1240         * doc/Makefile.in: Rebuild.
1242 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
1244         * objcopy.c (copy_main): Correct rename-section string parsing.
1245         Consolidate new_name parsing, and error messages.
1247 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
1249         * addr2line.c: Don't include <ctype.h>.
1250         (main): For gettext, also set the LC_CTYPE locate facet.
1251         * ar.c (main): Likewise.
1252         * coffdump.c (main): Likewise.
1253         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1254         (main): For gettext, also set the LC_CTYPE locate facet.
1255         Use ISALNUM instead of isalpha/isdigit.
1256         * dllwrap.c: Don't include <ctype.h>.
1257         (main): For gettext, also set the LC_CTYPE locate facet.
1258         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1259         (main): For gettext, also set the LC_CTYPE locate facet.
1260         Use TOUPPER instead of islower/toupper.
1261         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1262         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1263         Use TOUPPER instead of islower/toupper.
1264         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1265         * objcopy.c (main): Likewise.
1266         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1267         (disassemble_bytes): Use ISPRINT instead of isprint.
1268         (dump_section_stabs): Use ISDIGIT instead of isdigit.
1269         (dump_data): Use ISPRINT instead of isprint.
1270         (main): For gettext, also set the LC_CTYPE locate facet.
1271         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1272         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1273         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1274         Use TOUPPER instead of islower/toupper.
1275         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1276         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1277         (write_rc_accelerators): Use ISPRINT instead of isprint.
1278         (write_rc_rcdata): Likewise.
1279         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1280         * srconv.c (main): Likewise.
1281         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1282         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1283         isdigit/isupper/islower.
1284         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1285         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1286         stab_demangle_prefix, stab_demangle_qualified,
1287         stab_demangle_template, stab_demangle_type,
1288         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1289         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1290         (isgraphic): Use ISPRINT instead of isascii/isprint.
1291         (main): Remove HAVE_LC_MESSAGES dependency.
1292         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1293         (pbarray): Use ISPRINT instead of isprint.
1294         (main): For gettext, also set the LC_CTYPE locate facet.
1295         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1296         (format_from_filename): Use ISPRINT instead of isprint.
1297         (main): For gettext, also set the LC_CTYPE locate facet.
1298         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1299         (unicode_print): Use ISPRINT instead of isprint.
1300         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1301         (stab_variable): Use ISDIGIT instead of isdigit.
1303 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
1305         * ar.c (print_contents): Cast args of bfd_seek to the right types.
1306         Replace bfd_read call with call to bfd_bread.
1307         (extract_file): Likewise.
1309         * objdump.c (dump_section_header): Cast section->filepos to
1310         unsigned long to suit printf format string.
1311         * readelf.c (process_section_headers): Similarly for sh_offset.
1312         (process_unwind): Likewise.
1314 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
1316         * strings.c (encoding, encoding_bytes): New variables.
1317         (long_options): Add --encoding.
1318         (main): Accept -e and --encoding.
1319         (get_char): New function.  Read a, possibly wide, character from
1320         the input stream.
1321         (print_strings): Use get_char().
1322         (usage): Document new command line option.
1323         * doc/binutils.texi: Document new command line option.
1324         * NEWS: Announce new command line option.
1326 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
1328         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1329         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1330         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1331         Removed EM_CYGNUS_ARC.
1333 2001-09-04  Jeffrey A Law  (law@cygnus.com)
1335         * readelf.c: Include elf/h8 for H8 series definitions.
1336         (guess_is_rela): H8 series if RELA.
1337         (dump_relocations): Handle H8 series relocations.
1339 2001-08-31  Eric Christopher  <echristo@redhat.com>
1341         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1343 2001-08-29  Peter Targett  <peter.targett@arccores.com>
1345         * MAINTAINERS: Include ARC Maintainer.
1347 2001-08-29  Ben Elliston  <bje@redhat.com>
1349         * stabs.c (stab_demangle_template): Initialise s4.
1351 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
1353         * readelf.c (dump_relocations): Recognise EM_PPC64.
1355 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1357         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1359 2001-08-25  H.J. Lu  <hjl@gnu.org>
1361         * nm.c (print_width): New.
1362         (display_rel_file): Set `print_width' according to
1363         bfd_sprintf_vma.
1364         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1366 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
1368         * objcopy.c (use_alt_mach_code): New variable.
1369         (OPTION_ALT_MACH_CODE): Define.
1370         (copy_options): Added --alt-machine-code.
1371         (copy_main): Handle it.
1372         (copy_object): Switch to alternate machine code if requested.
1373         * doc/binutils.texi: Document new option.
1374         * NEWS: Likewise.
1376 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1378         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1380 2001-08-21  H.J. Lu  <hjl@gnu.org>
1382         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1383         (display_debug_info): Cast for 64bit hosts.
1384         (display_debug_frames): Likewise.
1385         (process_mips_specific): Likewise.
1387 2001-08-21  Andreas Jaeger  <aj@suse.de>
1389         * coffgrok.h: Add missing parameter for prototype of coff_grok.
1391         * sysdump.c: Add missing prototypes.
1392         * srconv.c: Likewise.
1393         * unwind-ia64.c: Likewise.
1394         * coffdump.c: Likewise.
1396         * sysinfo.y: Print prototypes, include <ansidecl.h>.
1398         * coffgrok.c: Add missing prototypes, include libiberty.h instead
1399         of declaring xcalloc.
1401 2001-08-10  H.J. Lu  <hjl@gnu.org>
1403         * nm.c (print_value): Add one arg, bfd *.
1404         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1405         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1406         (print_symbol_info_sysv): Likewise.
1407         (print_symbol_info_posix): Likewise.
1409         * objdump.c (dump_section_header): Replace printf_vma with
1410         bfd_printf_vma.
1411         (print_section_stabs): Likewise.
1412         (dump_bfd_header): Likewise.
1413         (objdump_print_value): Replace sprintf_vma with
1414         bfd_sprintf_vma.
1415         (disassemble_bytes): Likewise.
1416         (dump_reloc_set): Likewise.
1418 2001-08-10  Andreas Jaeger  <aj@suse.de>
1420         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1421         to build warnings.
1422         * configure: Regenerate.
1424 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
1426         * readelf.c: Add missing prototypes.
1427         * objdump.c: Likewise.  Format existing prototypes.
1429 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
1431         * readelf.c (display_debug_info): Add to abbrev_offset the addend
1432         of any RELA relocation for the abbrev_offset memory location that
1433         refers to the .debug_abbrev section symbol.
1435 2001-08-07  H.J. Lu  <hjl@gnu.org>
1437         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1438         (main): Return process_file ().
1440 2001-08-05  Philip Blundell  <philb@gnu.org>
1442         * doc/binutils.texi: Use "Thumb" not "THUMB".
1444 2001-08-03  John Healy  <jhealy@redhat.com>
1446         Patch suggested by Frank Eigler <fche@redhat.com>.
1447         * objdump.c (disassemble_data): Fill in section member of the
1448         disasm_info structure.
1450 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
1452         * configure.in: Added --with-windres option.
1453         * configure: Regenerated.
1455 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1457         * doc/binutils.texi: Use @command{name} for commands;
1458         use @option{-opt} for options; use @table @env for list of options;
1459         remove spaces arround [ | ] in synopsis.
1461         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1462         center title.
1464 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
1466         * objcopy.c: Fix formatting.
1467         (section_rename): New structure.
1468         (OPTION_RENAME_SECTION): New switch.
1469         (copy_usage): Document new switch.
1470         (add_section_rename): New function: Add a node to the section
1471         rename list.
1472         (find_section_rename): New function: Find the new name and
1473         flags for a section.
1474         (setup_section): Call find_section_name to determine the name
1475         of the output section.
1476         (copy_main): Handle OPTION_RENAME_SECTION.
1477         * binutils.texi: Document new switch.
1478         * NEWS: Mention new switch.
1480 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
1482         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1483         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1484         bug-binutils@gcc.org.
1486 2001-07-28  Matthias Kramm  <kramm@quiss.org>
1488         * bucomm.c (list_supported_architectures): New function.
1489         * bucomm.h (list_supported_architectures): Declare.
1490         * objdump.c (usage): Call the above.
1492 2001-07-25  Dave Brolley  <brolley@redhat.com>
1494         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1495         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1497 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
1499         * README: Update for 2.11.  Change bug reporting email address.
1500         * MAINTAINERS: Tidy up.  Change bug reporting email address.
1502 2001-07-16  DJ Delorie  <dj@redhat.com>
1504         * resres.c (write_res_header): Align header size.
1505         (res_align_file): Calculate alignment correctly.
1507         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1508         correct 10).
1509         * resrc.c (write_rc_resource): Likewise.
1510         * windres.h (SUBLANG_SHIFT): Define - as 10.
1512 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
1514         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1516 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
1518         * MAINTAINERS: Add notes about branch checkins.
1520 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
1522         * readelf.c (display_debug_macinfo): New function, display
1523         .debug_macinfo section.
1524         (do_debug_macinfo): New variable.
1525         (parse_args): Handle "-w[mM]" to mean display macro info.
1526         (process_section_headers): Handle debug_macinfo.
1527         (debug_displays): Replace unsupported function with macinfo
1528         function for .debug_macinfo display.
1529         * doc/binutils.texi: Document new command line switch.
1530         * NEWS: Document new feature of readelf.
1532 2001-07-05  H.J. Lu  <hjl@gnu.org>
1534         * objcopy.c (filter_symbols): Don't turn undefined symbols
1535         into local.
1537 2001-07-03  H.J. Lu <hjl@gnu.org>
1539         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1540         $@.pod.
1541         (ar.1): Likewise.
1542         (dlltool.1): Likewise.
1543         (nlmconv.1): Likewise.
1544         (nm.1): Likewise.
1545         (objcopy.1): Likewise.
1546         (objdump.1): Likewise.
1547         (ranlib.1): Likewise.
1548         (readelf.1): Likewise.
1549         (size.1): Likewise.
1550         (strings.1): Likewise.
1551         (strip.1): Likewise.
1552         (windres.1): Likewise.
1553         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1554         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1555         $(DEMANGLER_NAME).
1556         (as.1): Removed.
1557         * doc/Makefile.in: Regenerated.
1559 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
1561         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1563 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
1565         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1567 2001-06-29  James Cownie <jcownie@etnus.com>
1569         * readelf.c: Support DWARF 2.1 attributes.
1571 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
1573         * readelf.c (GET_DATA_ALLOC): Remove.
1574         (GET_DATA): Remove.
1575         (get_data): New function combining above macros, with an extra
1576         test for zero size.
1577         (slurp_rela_relocs): Use get_data, and catch error return.
1578         (slurp_rel_relocs): Likewise.
1579         (get_32bit_program_headers): Likewise.
1580         (get_64bit_program_headers): Likewise.
1581         (get_32bit_section_headers): Likewise.
1582         (get_64bit_section_headers): Likewise.
1583         (get_32bit_elf_symbols): Likewise.
1584         (get_64bit_elf_symbols): Likewise.
1585         (process_section_headers): Likewise.
1586         (process_relocs): Likewise.
1587         (slurp_ia64_unwind_table): Likewise.
1588         (process_unwind): Likewise.
1589         (get_32bit_dynamic_segment): Likewise.
1590         (get_64bit_dynamic_segment): Likewise.
1591         (process_dynamic_segment): Likewise.
1592         (process_version_sections): Likewise.
1593         (process_symbol_table): Likewise.
1594         (dump_section): Likewise.
1595         (display_debug_info): Likewise.
1596         (display_debug_section): Likewise.
1597         (process_section_contents): Likewise.
1598         (process_corefile_note_segment): Likewise.
1599         (process_mips_specific): Likewise.  Also free econf32, econf64.
1601 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
1603         * readelf.c (dump_relocations): Print "bad symbol index" if
1604         symtab == NULL with non-zero symtab_index.
1605         (process_relocs): Don't bomb if reloc section has no symsec.
1607 2001-06-24  H.J. Lu  <hjl@gnu.org>
1609         * objcopy.c (strip_main): Revert the change made on 2001-05-30
1610         by accident.
1611         (copy_main): Apply the the change made to strip_main on
1612         2001-05-30 by accident.
1614 2001-06-23  Andreas Jaeger  <aj@suse.de>
1616         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1617         parameter 'code'.
1618         (unw_decode_x2): Likewise.
1619         (unw_decode_x3): Likewise.
1620         (unw_decode_x4): Likewise.
1622 2001-06-23  Ben Elliston  <bje@redhat.com>
1624         * MAINTAINERS: Add myself as M88k maintainer.
1626 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
1628         * objcopy.c (strip_main): Support -o or --output-file command lien
1629         switch.
1631 2001-06-19  H.J. Lu <hjl@gnu.org>
1633         * doc/Makefile.in: Regenerated.
1635 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
1637         * readelf.c: Restore formatting.
1639 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1641         * Makefile.am: Move documentation into doc subdirectory.
1642         * Makefile.in: Regenerated.
1643         * binutils.texi: Move into doc subdirectory.
1644         * addr2line.1: Removed.
1645         * ar.1: Likewise.
1646         * dlltool.1: Likewise.
1647         * nlmconv.1: Likewise.
1648         * nm.1: Likewise.
1649         * objcopy.1: Likewise.
1650         * objdump.1: Likewise.
1651         * ranlib.1: Likewise.
1652         * readelf.1: Likewise.
1653         * size.1: Likewise.
1654         * strings.1: Likewise.
1655         * strip.1: Likewise.
1656         * windres.1: Likewise.
1657         * cxxfilt.man: Likewise.
1658         * doc: New Directory.
1659         * doc/Makefile.am: New file.
1660         * doc/Makefile.in: Generate.
1662 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
1664         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
1666 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
1668         * MAINTAINERS: Update my email address.
1670 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
1672         * objcopy.c: Add new switches: --keep-global-symbol,
1673         --keep-symbols, --localize-symbols, --keep-global-symbols and
1674         --weaken-symbols.
1675         * binutils.texi: Document new switches.
1676         * objcopy.1: Regenerate.
1677         * NEWS: Announce new feature.
1679 2001-05-28  Andreas Jaeger  <aj@suse.de>
1681         * readelf.c (display_debug_frames): Fix warnings: Remove unused
1682         variables, fix format strings.
1684 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
1686         * objdump.c (disassemble_bytes): Remove section VMA adjustment
1687         when computing the address of the line to show.
1689 2001-05-16  Richard Henderson  <rth@redhat.com>
1691         * readelf.c (do_debug_frames_interp): New.
1692         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1693         (byte_get_big_endian): Likewise.
1694         (parse_args) ['F']: Set do_debug_frames_interp.
1695         (Frame_Chunk): Make data_factor signed, add fde_encoding.
1696         (frame_display_row): Don't trunc pc_begin to int.
1697         (size_of_encoded_value): New.
1698         (display_debug_frames): Handle 64-bit targets.  Print raw data
1699         unless do_debug_frames_interp.
1700         (debug_displays): Remove duplicate .debug_frame.
1702 2001-05-15  Ralf Baechle  <ralf@gnu.org>
1704         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1705         The former constant was never in active use and is used otherwise
1706         by the ABI.
1708 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
1710         * readelf.c (process_unwind): Print all unwind sections, not just
1711         one.
1713 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1715         * readelf.c (process_unwind): Remove const specifier.
1717 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1719         * strings.c (isgraphic): Do not use isascii() unless it is needed
1720         for isprint() to work.
1721         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1723 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
1725         * NEWS: Announce support for OpenRISC.
1727 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
1729         * dlltool.c (do_default_excludes): Initialise to true.
1731 2001-04-10  Alan Modra  <amodra@one.net.au>
1733         * MAINTAINERS: Update my email address
1734         * nm.c (print_symbol_info_bsd): Use a simple printf string.
1736 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
1738         * readelf.c (display_debug_lines): Fix typo for "Prologue".
1740 2001-03-30  H.J. Lu  <hjl@gnu.org>
1742         * readelf.c (process_unwind): Just return if do_unwind is 0.
1744 2001-03-28  Roger Sayle  <roger@metaphorics.com>
1746         * dlltool.c (make_one_lib_file): Fix section flags for
1747         .text, .data and .bss in stub ds*.o files to match those
1748         generated by gas.
1750 2001-03-29  H.J. Lu  <hjl@gnu.org>
1752         * readelf.c (process_unwind): Only do unwind sections for
1753         IA64.
1755 2001-03-28  H.J. Lu  <hjl@gnu.org>
1757         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1758         * Makefile.in: Regenerate.
1760 2001-03-26  Andreas Jaeger  <aj@suse.de>
1762         * binutils.texi (nm): Fix texi syntax.
1764 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1766         * binutils.texi: Put @c man begin and @c man end indications
1767         to generate man pages using texi2pod and pod2man. Put @c man title
1768         to identify each man. Add SEEALSO entries.
1769         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1770         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1771         sort the list.
1772         (*.1): Build the man pages from binutils.texi.
1773         * Makefile.in: Regenerate.
1775 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
1777         * defparse.y (opt_equal_name): allow "." in name.
1778         * dlltool.c (def_exports): Added ability to generate forwarded exports.
1779         (gen_exp_file): Likewise.
1781 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
1783         * NEWS: Document addition of -B switch to objcopy.
1784         * binutils.texi:  Document addition of -B switch to objcopy.
1785         * objcopy.c: (copy_options): Add --binary-architecture.
1786         (copy_usage): Document -B/--binary-architecture.
1787         (copy_main): Support -B/--binary-architecture.  Set
1788         bfd_external_binary_architecture.
1790 2001-03-11  Andreas Jaeger  <aj@suse.de>
1792         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1793         (dump_relocations): Likewise.
1794         (get_machine_name): Likewise.
1796 2001-02-28  Nick Clifton  <nickc@redhat.com>
1798         * readelf.c: (struct unw_aux_info): Remove const modifier for
1799         'strtab' field.
1800         (process_unwind): Remove non-K&R compliant LHS type cast in call
1801         to GET_DATA_ALLOC macro.
1803 2001-02-28  Philip Blundell  <pb@futuretv.com>
1805         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1806         ABI is in use; remove ambiguity between the "unknown" EABI and
1807         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
1808         renamed EF_xx constants.
1810 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
1812         * configure.in (BFD_VERSION): New.
1813         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1814         * configure: Regenerate.
1815         * Makefile.am: Run "make dep-am"
1816         * Makefile.in: Regenerate.
1818 2001-02-14  Nick Clifton  <nickc@redhat.com>
1820         * MAINTAINERS: Add "Obvious Fix" rule.
1822 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1824         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1825         literal concatenation.
1827 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1829         * readelf.c (struct unw_aux_info): Remove const from the info member.
1830         (process_unwind): Don't type-cast the third argument to the
1831         GET_DATA_ALLOC macro.
1833 2001-02-11  Nick Clifton  <nickc@redhat.com>
1835         * readelf.c (dump_relocations): Free corrected allocated
1836         array.
1837         (process_unwind): Fix compile time warning.
1839 2001-02-10  Nick Clifton  <nickc@redhat.com>
1841         * binutils.texi: Document new --unwind option to readelf.
1843 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1845         * readelf.c: Add linux target for S/390.
1847 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
1849         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1850         printf is a macro.
1852 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
1854         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1855         * aclocal.m4: Regenerate.
1856         * configure: Regenerate.
1858 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
1860         * bucomm.c (bfd_target_vector): Change extern array to pointer.
1861         * objdump.c (bfd_target_vector): Likewise.
1863 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
1865         * readelf.c (process_unwind): New function.
1866         (slurp_ia64_unwind_table): Ditto.
1867         (dump_ia64_unwind): Ditto.
1868         (find_symbol_for_address): Ditto.
1869         (slurp_rela_relocs): New function (split off from dump_relocations()).
1870         (slurp_rel_relocs): Ditto.
1871         (parse_args): Handle '-u' option.
1873         * unwind-ia64.c: New file.
1874         * unwind-ia64.h: New file.
1875         * Makefile.am: Include unwind-ia64.c in readelf build.
1876         * Makefile.in: Regenerate.
1877         * po/binutils.pot: Regenerate.
1879 2001-02-04  Philip Blundell  <philb@gnu.org>
1881         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1882         * configure: Regenerate.
1884 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
1886         * ieee.c (ieee_add_bb11): Don't check for backslashes
1887         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1889 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
1891         * ieee.c: Update copyright.
1892         (ieee_start_compilation_unit): Don't check for backslashes
1893         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1895         * stabs.c: Update copyright. Include "filenames.h".
1896         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1898 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
1900         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1901         sections are present before using them.  Remove code duplication.
1902         (process_symbol_table): Check if VERDEF or VERNEED sections are
1903         present before using them.
1905 2001-01-17  Nick Clifton  <nickc@redhat.com>
1907         * objcopy.c (copy_object): Fail if attempting to convert the
1908         endianness of the input object file.
1910         * binutils.texi: Explain that objcopy cannot convert endianness.
1912 2001-01-16  Nick Clifton  <nickc@redhat.com>
1914         * readelf.c (string_table_length): New variable.
1915         (SECTION_NAME): Catch out of range indices and missing section
1916         pointers.
1917         (process_section_headers): Delete useless local variable
1918         string_table_offset.  Set the value of string_table_length
1919         after loading the string table.
1920         (process_mips_specific): Use SECTION_NAME macro.
1921         (process_file): Set string_table_length to 0 when it is freed.
1923 2001-01-12  Nick Clifton  <nickc@redhat.com>
1925         * version.c (print_version): Update copyright date.
1927 2001-01-11  Peter Targett  <peter.targett@arccores.com>
1929         * readelf.c (dump_relocations): Include selection with EM_ARC.
1930         (get_machine_name) Update name to "ARC".
1932 2001-01-09  Nick Clifton  <nickc@redhat.com>
1934         * Makefile.am: Add rule to build objdump.o from objdump.c and
1935         using OBJDUMP_DEFS.
1936         * Makefile.in: Regenerate.
1938         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
1939         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1940         -DDISASSEMBLER_NEEDS_RELOCS.
1941         * configure: Regenerate.
1943         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1944         is defined read in the relocs even if dump_reloc_info is
1945         false.
1947 2001-01-07  Philip Blundell  <philb@gnu.org>
1949         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1950         `bug-binutils'.
1951         * README: Likewise.
1953 2000-12-19  Nick Clifton  <nickc@redhat.com>
1955         * dlltool.c: Add missing support for arm-epoc-pe.
1956         * configure.in: Add missing support for arm-epoc-pe.
1957         * configure: Regenerate.
1959 2000-12-15  Nick Clifton  <nickc@redhat.com>
1961         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1962         Mode parts of the x86 port.
1964 2000-12-04  Andreas Jaeger  <aj@suse.de>
1966         * readelf.c (guess_is_rela): Add EM_X86_64.
1967         (dump_relocations): Add EM_X86_64.
1968         (get_machine_name): Add EM_X86_64.
1969         Include "elf/x86-64.h".
1971 2000-12-12  Nick Clifton  <nickc@redhat.com>
1973         * readelf.c: Fix formatting.
1975 2000-12-11  Jan Hubicka  <jh@suse.cz>
1977         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1979 2000-12-07  Andrew Haley  <aph@redhat.com>
1981         * readelf.c (display_debug_frames): Only display columns that are
1982         referenced by the frame debug info.
1984 2000-12-05  Nick Clifton  <nickc@redhat.com>
1986         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1988 2000-12-04  Jason Merrill  <jason@redhat.com>
1990         * readelf.c (process_section_headers): Handle linkonce.wi sections.
1991         (display_debug_section): Likewise.
1992         (display_debug_info): Display CU header before bailing.
1994 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
1996         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1997         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
1998         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2000         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2001         and E_MIPS_ARCH_64.
2003         * readelf.c (get_machine_flags): Add case for
2004         E_MIPS_MACH_SB1.
2006 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
2008         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2010 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
2012         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
2013         Change sourceware.cygnus.com to sources.redhat.com.
2014         Fix typo for "amongst".
2016 2000-11-28  Nick Clifton  <nickc@redhat.com>
2018         * strip.1 (COPYING): Mention that the GNU Free Documentation
2019         License is present in the sources, but not the output, and
2020         also available from the GNU website.
2021         (GNU Free Documentation License): Comment out this section.
2022         * strings.1: Ditto.
2023         * size.1: Ditto.
2024         * ranlib.1: Ditto.
2025         * objdump.1: Ditto.
2026         * objcopy.1: Ditto.
2027         * nm.1: Ditto.
2028         * nlmconv.1: Ditto.
2029         * ar.1: Ditto.
2030         * addr2line.1: Ditto.
2032 2000-11-27  DJ Delorie  <dj@redhat.com>
2034         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2035         (parse_args): Support -wf option.
2036         (process_section_headers): Ditto.
2037         (debug_displays): Ditto.
2038         (display_debug_frames): New, dump *_frame sections.
2039         (frame_need_space): Support for above.
2040         (frame_display_row): Ditto.
2041         * binutils.texi: Document it.
2043 2000-11-24  Nick Clifton  <nickc@redhat.com>
2045         * NEWS: Announce support for v5t, v5te and XScale.
2047 2000-11-22  Nick Clifton  <nickc@redhat.com>
2049         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2050         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2051         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2052         (get_elf_section_flags: Add SHF_GROUP.
2053         (process_section_headers): Adjust output for 32-bit binaries
2054         to look nice on an 80 column terminal.
2056 2000-11-20  H.J. Lu  <hjl@gnu.org>
2058         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2059         ELFOSABI_AIX.
2061 2000-11-17  Richard Henderson  <rth@redhat.com>
2063         * readelf.c (display_debug_lines): Adjust last change to
2064         use sizeof (external->li_length).
2066 2000-11-17  Richard Henderson  <rth@redhat.com>
2068         * readelf.c (display_debug_lines): Fix section length check
2069         and end_of_sequence computation.
2071 2000-11-06  Nick Clifton  <nickc@redhat.com>
2073         * binutils.texi: Add GNU Free Documentation License.
2074         * objcopy.1: Add GNU Free Documentation License.
2075         * objdump.1: Add GNU Free Documentation License.
2076         * addr2line.1: Add GNU Free Documentation License.
2077         * ar.1: Add GNU Free Documentation License.
2078         * nlmconv.1: Add GNU Free Documentation License.
2079         * nm.1: Add GNU Free Documentation License.
2080         * ranlib.1: Add GNU Free Documentation License.
2081         * size.1: Add GNU Free Documentation License.
2082         * strings.1: Add GNU Free Documentation License.
2083         * strip.1: Add GNU Free Documentation License.
2085 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
2087         * objcopy.c (--srec-len=nn): New parameter to set the
2088         maximum length of generated Srecords.
2089         (--srec-forceS3): New parameter that restricts the generation of
2090         Srecords to type S3 only.
2091         * binutils.texi: Document new command line switches.
2092         * objcopy.1: Docuemnt the new command line switches.
2093         * NEWS: Announce the existence of the new command line switches.
2095 2000-10-31  Nick Clifton  <nickc@redhat.com>
2097         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2098         code.  Add Eric Chrisopher as maintainer of MN10300 port.
2100 2000-10-12  Roger Sayle  <roger@metaphorics.com>
2102         * Make comma after string after icon/control optional.
2104 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
2106         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2108         * NEWS: Mention support for MIPS32.
2110 2000-09-08  Nick Clifton  <nickc@redhat.com>
2112         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2114 2000-09-07  H.J. Lu  <hjl@gnu.org>
2116         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2117         * configure: Rebuild.
2119 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
2121         * configure: Rebuilt with new libtool.m4.
2123 2000-09-05  Nick Clifton  <nickc@redhat.com>
2125         * aclocal.m4: Regenerate.
2126         * config.in: Regenerate.
2127         * configure: Regenerate.
2129 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
2131         * strip.1: Fix stray '\' in -o formatting.
2133 2000-09-02  Nick Clifton  <nickc@redhat.com>
2135         * configure.in: Increase version number to 2.10.91.
2136         * configure: Regenerate.
2137         * aclocal.m4: Regenerate.
2138         * config.in: Regenerate.
2139         * po/binutils.pot: Regenerate.
2141 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
2143         * acinclude.m4: Include libtool and gettext macros from the
2144         top level.
2145         * aclocal.m4, configure: Rebuilt.
2147 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
2149         * resrc.c (close_input_stream): Delete extraneous logic
2151 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
2153         * NEWS: Mention support for CRIS.
2155 2000-08-21  Nick Clifton  <nickc@redhat.com>
2157         * addr2line.c: Changed email address for Ulrich Lauther.
2159 2000-08-17  Christopher C. Chimelis <chris@debian.org>
2161         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2163 2000-08-17  Nick Clifton  <nickc@redhat.com>
2165         * readelf.c (display_debug_pubnames): Only issue warning
2166         message once.  Terminate message with a new line.
2167         (display_debug_aranges): Only display version 2 debug info.
2169 2000-08-14  Todd Vierling <tv@wasabisystems.com>
2171         * objcopy.c (strip_main): Silently accept -d as an alias for -g
2172         for compatability with old BSD systems.
2174 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
2176         * NEWS: Mention i860 support.
2178 2000-08-11  Carlo Wood <carlo@alinoe.com>
2180         * addr2line.c (main): Add const to char *.
2182 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
2184         * ar.c (main): Don't crash if called with no arguments
2185         or only '-X32_64' as an argument.
2187 2000-08-08  DJ Delorie  <dj@redhat.com>
2189         * resrc.c: use "gcc -xc" instead of -xc-header
2191 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
2193         * readelf.c (elf/i860.h): Include.
2194         (dump_relocations): Add recognition of i860 architecture.
2195         (guess_is_rela): Add recognition of i860 architecture.
2197 2000-08-03  Nick Clifton  <nickc@cygnus.com>
2199         * MAINTAINERS: Add information about CGEN maintainers.
2201 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
2203         * nm.c (main): Ignore '-X32_64' as an option.
2204         * ar.c (main): Likewise.
2205         * binutils.texi (nm): Document new option.
2206         (ar): Likewise.
2208 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2210         * rdcoff.c (external_coff_symbol_p): K&R-ise.
2212 2000-07-20  H.J. Lu  <hjl@gnu.org>
2214         * binutils.texi: Put back "@end table" deleted by
2215         accident.
2217 2000-07-05  Kenneth Block  <krblock@computer.org>
2219         * nm.c: Add optional style to demangle switch.
2220         * objdump.c: Add optional style to demangle switch.
2221         * addr2line.c: Add optional style to demangle switch.
2222         * binutils.texi: Document optional style to demangle
2223         switch.
2225 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
2227         * MAINTAINERS: Add self as CRIS port maintainer.
2228         * readelf.c: Include elf/cris.h.
2229         (guess_is_rela): Handle EM_CRIS.
2230         (dump_relocations): Ditto.
2231         (get_machine_name): Ditto.
2232         * Makefile.am: Rebuild dependencies.
2233         * Makefile.in: Regenerate.
2234         * po/binutils.pot: Regenerate.
2236 2000-07-19  H.J. Lu  <hjl@gnu.org>
2238         * readelf.c (get_dynamic_type): Change "AUXILARY" to
2239         "AUXILIARY".
2240         (process_dynamic_segment): Print out strings for DT_CONFIG,
2241         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2243 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
2245         * nm.c (usage): Change output of `nm --help' to include a
2246         description of the purpose of the program and a detailed
2247         description of the accepted options.
2249 2000-07-19  H.J. Lu  <hjl@gnu.org>
2251         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2252         to DF_1_NODEFLIB.
2254 2000-07-19  H.J. Lu  <hjl@gnu.org>
2256         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2258 2000-07-19  H.J. Lu  <hjl@gnu.org>
2260         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2261         DT_FEATURE.
2262         (process_dynamic_segment): Likewise.
2264         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2265         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2266         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2267         DF_1_NODUMP and DF_1_CONLFAT.
2269 2000-07-18  Nick Clifton  <nickc@cygnus.com>
2271         * binutils.texi (readelf): Fix spelling typo.
2273 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
2275         * objdump.c (usage): Make output of `objdump --help' more
2276         consistent with the rest of the GNU world.  Add a line describing
2277         the purpose of the program.
2279 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
2281         * stabs.c (parse_stab_range_type): Cast to proper type to fix
2282         warning.
2284 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
2286         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2287         to fix warnings.
2288         (process_symbol_table): Ditto.
2289         (procesS_extended_line_op): Ditto.
2290         (display_debug_lines): Ditto.
2291         (display_debug_pubnames): Ditto.
2292         (read_and_display_attr): Ditto.
2294 2000-07-09  Nick Clifton  <nickc@cygnus.com>
2296         * MAINTAINERS: Add several more port specific maintainers.
2298 2000-07-05  Nick Clifton  <nickc@cygnus.com>
2300         * MAINTAINERS: Add blanket write privs for Michael Meissner.
2302 2000-06-05  DJ Delorie  <dj@redhat.com>
2304         * MAINTAINERS: New.
2306 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
2308         * dllwrap.c: Changed mistaken dyn_string_append() calls
2309         to dyn_string_append_cstr().
2311 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
2313         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2314         struct debug_type stores size in bytes.
2316 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
2318         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
2319         (CLEANFILES): Add DEPA.
2320         * Makefile.in: Regenerate.
2322 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
2324         * ar.c: Revert incorrect 2000-06-25 patch.
2325         * bucomm.c: Likewise.
2327 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2329         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2330         (external_coff_symbol_p): New function.
2331         (parse_coff): Use it.
2333 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
2335         * ar.c (normalize): Advance past both characters in a DOS based
2336         <letter>: filepath prefix.
2337         (main): Likewise.
2338         * bucomm.c (make_tempname): Likewise.
2340 2000-06-24  Nick Clifton  <nickc@cygnus.com>
2342         * objdump.c (usage): Fix description of --stabs switch.
2344 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
2346         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2347         find one.
2348         * Makefile.in: Regenerate.
2350 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
2352         * ar.c (normalize): Correct pointer comparison when checking for
2353         backslashes.
2354         (main): Likewise.
2355         * bucomm.c (make_tempname): Likewise.
2357         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2358         and search for backslashes in the original pathname.
2359         (ieee_add_bb11): Likewise.
2361 2000-06-18  Nick Clifton  <nickc@redhat.com>
2363         * ar.c (print_contents): Improve verbose message.
2365 2000-06-15  H.J. Lu  <hjl@gnu.org>
2367         * dyn-string.c: Removed. Not needed with dyn-string.c in
2368         libiberty.
2369         * dyn-string.h: Likewise.
2371         * Makefile.am: Remove references to dyn-string.c and
2372         dyn-string.h. Rebuild dependency.
2373         * Makefile.in: Rebuild.
2375 2000-06-15  H.J. Lu  <hjl@gnu.org>
2377         * binutils.texi: Put a warning on copying relocatable object
2378         files between two different formats.
2380 2000-06-13  DJ Delorie  <dj@cygnus.com>
2382         * rcparse.y (control): ICON controls take an id as the first
2383         parameter, not an optional string.  Also, call new convenience
2384         function that takes res_id's.
2385         * resrc.c (define_control): missing text means zero-length string,
2386         not zero ID.
2387         (define_icon_control): New.
2388         * windres.h: declare define_icon_control.
2390 2000-06-13  H.J. Lu  <hjl@gnu.org>
2392         * configure: Regenerate.
2394 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
2396         * configure.in (VERSION): Update to show this is the CVS mainline.
2398 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
2400         * strings.c (isgraphic): Interpret <TAB> as a printable character,
2401         analogous to <SPACE>.
2403 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
2405         * objdump.c (display_target_list): Use bfd_close_all_done, not
2406         bfd_close to fix crash caused by 2000-05-24 change.
2408 2000-05-25  DJ Delorie  <dj@cygnus.com>
2410         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2412 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
2414         * Makefile.am: Update dependencies with "make dep-am"
2415         * Makefile.in: Regenerate.
2417 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
2419         * ar.c: Include filenames.h.
2420         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2421         and drive letters in file names.
2422         (main): Support backslashes and drive letters in argv[0].  Drop
2423         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
2424         FILENAME_CMP instead of strcmp to compare file names.
2425         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2426         DJGPP v2.
2427         (do_quick_append) [__GO32__]: Ditto.
2428         (get_pos_bfd, delete_members, move_members, replace_members):
2429         Compare file names with FILENAME_CMP.
2431         * bucomm.c: Include filenames.h.
2432         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2433         forward/backward slashes and drive letters in file names.
2435         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2436         mixed forward/backward slashes and drive letters in file names.
2438         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2439         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2440         mode.
2442         * objcopy.c: Include filenames.h.
2443         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2444         before comparing to "strip".
2445         Use FILENAME_CMP to compare file names.
2447         * arsup.c: Include filenames.h.
2448         (map_over_list, ar_delete, ar_replace, ar_extract): Use
2449         FILENAME_CMP to compare file names.
2450         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2451         the temporary file name.
2453         * configure.in: Check for setmode.
2454         * configure: Regenerate.
2456 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
2458         * objdump.c (display_target_list): Close the bfd.
2459         (display_info_table): Likewise.
2461 2000-05-14  H.J. Lu  (hjl@gnu.org)
2463         * objcopy.c (filter_symbols): Don't strip global symbols in
2464         relocatable object files.
2466 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
2468         * size.c (usage): Associate short options with corresponding long
2469         option to give a clue as to their function.
2471 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
2473         * size.c (main): Accept and ignore `-f' option.
2475 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
2477         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2478         bindtextdomain): Replace defines with those from intl/libgettext.h
2479         to quieten gcc warnings.
2481 2000-05-12  H.J. Lu  <hjl@gnu.org>
2483         * nlmconv.c (temp_filename): Removed.
2485         * nlmconv.c (link_inputs): Use make_temp_file () instead of
2486         choose_temp_base ().
2487         * objdump.c (display_target_list): Likewise.
2488         (display_info_table): Likewise.
2490 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
2492         * objcopy.c (setup_section): Add const and gettext calls for err.
2494 2000-05-02  H.J. Lu  <hjl@gnu.org>
2496         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2497         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2498         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2499         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2500         and ELFOSABI_OPENBSD.
2502 2000-05-02  Kazu Hirata  <kazu@hxi.com>
2504         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2505         * srconv.c: Likewise.
2506         * sysdump.c: Likewise.
2508 2000-04-23  Denis Chertykov  <denisc@overta.ru>
2510         * readelf.c (guess_is_rela): AVR uses RELA relocations.
2511         (get_machine_name): machine name for EM_AVR added.
2513 2000-04-21  Richard Henderson  <rth@cygnus.com>
2514             David Mosberger  <davidm@hpl.hp.com>
2516         * Makefile.am (readelf.o): Add elf/ia64.h.
2517         * Makefile.in: Rebuild.
2518         * readelf.c: Include elf/ia64.h.
2519         (guess_is_rela, dump_relocations): Handle EM_IA_64.
2521 2000-04-17  Timothy Wall  <twall@cygnus.com>
2523         * objdump.c (disassemble_data): Set octets per byte *after*
2524         resolving arch/mach for binary files.
2526 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2528         * arlex.l: Add directives to increase lex buffer size.
2530         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2531         already included by bucomm.h.
2533 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
2535         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2536         `strftime' since strftime is not available on all systems.
2537         (process_mips_specific): Ditto.
2539 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
2541         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
2542         --enable-build-warnings option.
2543         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2544         * Makefile.in, configure: Re-generate.
2546 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
2548         * addr2line.c: Update copyright.
2549         * objcopy.1: Likewise, and title.
2550         * strings.1: Likewise.
2552         * version.c (print_version): Add 2000.
2554         * rddbg.c (read_section_stabs_debugging_info): Don't use
2555         bfd_size_type for strx to avoid printf problems if BFD64.
2557         * bucomm.c: (report): Remove `static'.
2558         Move inclusion of stdarg.h/vararg.h from here.
2559         * bucomm.h: To here.
2560         (CONST): Change all occurences to const.
2561         (report): Declare it.
2562         (bfd_fatal): Add ATTRIBUTE_NORETURN.
2563         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2564         (non_fatal): Add ATTRIBUTE_PRINTF_1.
2566         * ar.c (main): Use fatal or non_fatal instead of fprintf.
2567         Correct a typo in an error message.
2568         (do_quick_append): Use non_fatal instead of fprintf.
2569         (move_members): Use fatal instead of fprintf, exit.
2570         * coffdump.c (main): Same here.
2572         * dlltool.c (display): Delete.
2573         (warn): Delete.
2574         (inform): Use `report' instead of `display'.
2575         (rvaafter): Remove trailing \n from fatal error msg.
2576         (rvabefore): Ditto.
2577         (asm_prefix): Ditto.
2578         (yyerror): Replace `warn' with `non_fatal', and remove \n.
2579         (def_name): Likewise.
2580         (run): Likewise.
2581         (scan_all_symbols): Likewise.
2582         (gen_lib_file): Likewise.
2583         (def_library): Likewise.  Remove extra program_name too.
2584         (run): Remove \n from inform strings.
2585         (scan_drectve_symbols): Likewise.
2586         (add_excludes): Likewise.
2587         (scan_open_obj_file): Likewise.
2588         (gen_exp_file): Likewise.
2589         (gen_lib_file): Likewise.
2590         (process_duplicates): Likewise.
2592         * Makefile.am (dllwrap_SOURCES): Add version.c.
2593         * dllwrap.c (program_version): Delete.
2594         (print_version): Delete.
2595         (display): Always print trailing \n.
2596         (warn): New.
2597         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
2598         (run): Here too.
2599         (main): And here.
2600         (usage): gettext'ify.
2601         (long_options): Add missing initialisers.
2603         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2604         (select_output_format): Likewise.
2605         (powerpc_mangle_relocs): Likewise.
2606         (link_inputs): Likewise.
2608         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2609         (set_output_format): Likewise.
2610         (main): Use non_fatal instead of fprintf.
2611         (display_rel_file): Likewise.
2613         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2614         (slurp_dynamic_symtab): Same here.
2615         (disassemble_data): And here.
2616         (read_section_stabs): And here.
2617         (read_section_stabs): And here.
2618         (dump_bfd): And here.
2619         (main): And here.
2620         (objdump_sprintf): Use fatal instead of fprintf, exit.
2621         (disassemble_data): Same here.
2623         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2624         (parse_coff_struct_type): Same here.
2625         (parse_coff_enum_type): And here.
2626         (parse_coff): And here.
2627         * rddbg.c (read_debugging_info): And here.
2628         * size.c (main): And here.
2629         * windres.c (format_from_name): And here.
2630         * wrstabs.c (stab_write_symbol): Here too.
2631         (write_stabs_in_sections_debugging_info): And here.
2632         (stab_int_type): And here.
2633         (stab_struct_field): And here.
2634         (stab_typdef): And here.
2636         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2637         * srconv.c (main): Same here.
2638         * strings.c (main): And here.
2639         (integer_arg): And here.
2640         * sysdump.c (main): And here.
2642 2000-04-06  Timothy Wall  <twall@cygnus.com>
2644         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2646 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2648         * readelf.c (decode_location_expression): Loop through multiple
2649         operations.
2650         (read_and_display_attr): Pass in length.
2652         * readelf.c (read_and_display_attr): Add CU offset to references.
2653         (display_debug_info): Pass it in.
2655 2000-04-06  Nick Clifton  <nickc@cygnus.com>
2657         * readelf.c (decode_ARM_machine_flags): New function.
2658         (get_machine_flags): Call decode_ARM_machine_flags for ARM
2659         targets.
2661         (get_machine_name): Catch EM_AVR
2663 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
2665         * binutils.texi: Remove optional `=' from long options that have
2666         an `=' in the argument.
2667         * objcopy.1: Here too.  Remove extra space on discard-all.
2669         * binutils.texi (objcopy): Mention --redefine-sym.
2670         * objcopy.1: Here too.
2671         * NEWS: And here.
2673         * objcopy.c (parse_flags): Split off flag names from error message
2674         gettext as they are not translated.
2675         (copy_main): Similarly split off option name for --add-section,
2676         --set-section-flags, --change-section-vma, --change-section-lma
2677         error messages.
2678         Some white space changes.
2680         from Matthew Benjamin <matt@linuxbox.nu>
2681         * objcopy.c (struct redefine_node): New.
2682         (redefine_sym_list): New.
2683         (redefine_list_append): New.
2684         (lookup_sym_redefinition): New.
2685         (OPTION_REDEFINE_SYM): New.
2686         (copy_options): Add --redefine-sym option.
2687         (copy_usage): Mention it.
2688         (filter_symbols): Rename symbols on redefine_sym_list.
2689         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2690         (copy_main): Handle OPTION_REDEFINE_SYM.
2692 2000-04-04  H.J. Lu  <hjl@gnu.org>
2694         * readelf.c (process_symbol_table): Correctly read in symbol
2695         versioning information.
2697 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
2699         * po/binutils.pot: Regenerate.
2701         * addr2line.c (usage): Restore translated part of bug string.
2702         * ar.c (usage): Likewise.
2703         * nlmconv.c (show_usage): Likewise.
2704         * nm.c (usage): Likewise.
2705         * objcopy.c (copy_usage): Likewise.
2706         (strip_usage): Likewise.
2707         * objdump.c (usage): Likewise.
2708         * readelf.c (usage): Likewise.
2709         * size.c (usage): Likewise.
2710         * strings.c (usage): Likewise.
2711         * windres.c (usage): Likewise.
2713         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2714         (DEP): Quote when passing vars to sub-make.  Add warning
2715         message to end.
2716         (DEP1): Rewrite for "gcc -MM".
2717         (CLEANFILES): Add DEP2.
2718         Update dependencies.
2719         * Makefile.in: Regenerate.
2721 2000-04-04  H.J. Lu  <hjl@gnu.org>
2723         * Makefile.am (GENERATED_HFILES): Add rcparse.h
2724         (arparse.h): Depend on arparse.c
2725         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2727 2000-04-03  H.J. Lu  (hjl@gnu.org)
2729         * size.c (usage): Use REPORT_BUGS_TO.
2731 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
2733         * bucomm.h: #include "bin-bugs.h"
2734         * addr2line.c (usage): Use REPORT_BUGS_TO.
2735         * ar.c (usage): Likewise.
2736         * nlmconv.c (show_usage): Likewise.
2737         * nm.c (usage): Likewise.
2738         (OPTION_TARGET): Define.
2739         (long_options): Use OPTION_TARGET rather than 200.
2740         (main): Likewise.
2742         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2743         (strip_usage): Likewise.
2744         * objdump.c (usage): Likewise.
2745         * readelf.c (usage): Likewise.
2746         * strings.c (usage): Likewise.
2747         * windres.c (usage): Likewise.
2749 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2751         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2753 2000-03-27  Nick Clifton  <nickc@cygnus.com>
2755         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2756         string offsets in corrupt stabs entries.
2758 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
2760         * readelf.c: Include elf/avr.h
2761         (dump_relocations): Add EM_AVR case.
2763 2000-03-09  Tim Waugh  <twaugh@redhat.com>
2765         * strings.1: Correct '-bytes' to '--bytes'.
2767 2000-03-08  H.J. Lu  <hjl@gnu.org>
2769         * Makefile.am (install-exec-local): Depend on
2770         install-binPROGRAMS for parallel make.
2771         * Makefile.in: Regenerated.
2773 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
2775         From Brad Lucier <lucier@math.purdue.edu>:
2776         * readelf.c (process_dynamic_segment): Add cast to make sure
2777         argument to %* is int.
2779 2000-02-25  H.J. Lu  <hjl@gnu.org>
2781         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2783 2000-02-24  Nick Clifton  <nickc@cygnus.com>
2785         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
2786         * configure: Regenerate.
2788         * dlltool.c: Add support for sh-pe and mips-pe targets.
2789         * rescoff.c: Add support for sh-pe and mips-pe targets.
2791 2000-02-23  H.J. Lu  <hjl@gnu.org>
2793         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2795 2000-02-22  Nick Clifton  <nickc@cygnus.com>
2797         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
2799 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
2801         From Brad Lucier <lucier@math.purdue.edu>:
2802         * readelf.c (process_version_sections): Add casts to make sure
2803         argument to %* is an int.
2804         (process_mips_specific): Add casts to make printf arguments match
2805         format.
2807 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
2809         * objdump.c (dump_section_header): Change `opb' to unsigned.
2810         (find_symbol_for_address): Same here.
2811         (disassemble_data): And here.  Change `addr_offset',
2812         `stop_offset', `nextstop_offset' to unsigned long.
2813         (dump_data): Change opb to unsigned.
2815 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
2817         * resrc.c: Remove unmatched #if for cygwin.
2819 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
2821         * binutils.texi: Document the change of flavor name from atpcs-special
2822         to special-atpcs to prevent name conflict in gdb.
2824 2000-02-08  Timothy Wall  <twall@redhat.com>
2826         * objdump.c (show_line): Fix bug preventing printing of the very
2827         first line (line zero) of a file when interlisting source and
2828         assembly.  Added option to print entire context from start of file
2829         when the first line from that file is encountered.
2831 2000-02-03  Timothy Wall <twall@redhat.com>
2833         * objdump.c (dump_section_header, find_symbol_for_address,
2834         show_line, disassemble_bytes, disassemble_data, dump_data):
2835         distinguish between octets and bytes.
2837 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
2839         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
2840         check to unresolved symbols.
2841         (print_symbol_info_sysv):  Ditto.
2842         (print_symbol_info_posix):  Ditto.
2844         * binutils.texi: Document new 'V' symclass flag for nm.
2846 2000-01-27  Nick Clifton  <nickc@redhat.com>
2848         * binutils.texi (objdump): Document new ARM specific
2849         disassembler options.
2851         * objdump.c (usage): Call disassembler_usage().
2853 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
2855         * readelf.c (get_dynamic_flags): Return buff.
2856         (process_dynamic_segment): Don't pass error strings to printf
2857         as format arg.
2858         (read_and_display_attr): Use lx and ld to print longs.
2859         (process_corefile_note_segment): Cast bfd_vma to unsigned long
2860         before printing.
2861         Update copyright.
2863 2000-01-17  Nick Clifton  <nickc@cygnus.com>
2865         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2867 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
2869         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2870         false.
2871         (debug_tag_type): Here too.
2872         * ieee.c (ieee_builtin_type): And here.
2873         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
2875 2000-01-13  Nick Clifton  <nickc@cygnus.com>
2877         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
2878         System/370".
2880 2000-01-11  Nick Clifton  <nickc@cygnus.com>
2882         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
2884 2000-01-10  Nick Clifton  <nickc@cygnus.com>
2886         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2888 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
2890         * windres.c (long_options): Add --use-temp-file and
2891         --no-use-temp-file options.
2892         (usage): Document.
2893         (main): Handle.
2895         * windres.h: Update read_rc_file prototype.
2897         * resrc.c (cpp_temp_file): New static variable.
2898         (istream_type): New static variable.
2899         (close_pipe): Delete function.
2900         (run_cmd): New static function.
2901         (open_input_stream): New static function.
2902         (close_input_stream): New static function.
2903         (look_for_default): Handle DOS directory separator. Use
2904         open_input_stream instead of popen.
2905         (read_rc_file): Likewise.
2907         * binutils.texi: Document --use-temp-file, --no-use-temp-file
2908         options.
2910 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
2912         * dlltool.c (create_compat_implib): New variable.
2913         (gen_exp_file): Use.
2914         (make_one_lib_file): Use.
2915         (long_options): Add --compat-implib option.
2916         (usage): Handle.
2917         (main): Handle.
2919         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2920         (main): Use. Don't look for "32" in cygwin and mingw target names.
2922 2000-01-03  Nick Clifton  <nickc@cygnus.com>
2924         * binutils.texi: Document new, ARM specific disassembler
2925         command line switch "-M force-thumb".
2927 For older changes see ChangeLog-9899
2929 Local Variables:
2930 mode: change-log
2931 left-margin: 8
2932 fill-column: 74
2933 version-control: never
2934 End: