* read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not
[binutils.git] / binutils / ChangeLog
blob7c332c90f5d225983c68fe5995572ac3b74cf27f
1 2002-08-29  Nick Clifton  <nickc@redhat.com>
3         * readelf.c (get_machine_flags): Remove redundant reference to
4         E_V850EA_ARCH.
6 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
8         * objdump.c (dump_bfd): Restore lines accidentally deleted in
9         last commit.
11 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13         * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag. 
14         (dump_bfd_header): Likewise.
16 2002-08-27  Alan Modra  <amodra@bigpond.net.au>
18         * nm.c: Revert last change.
20 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
22         * nm.c (display_rel_file): Don't report "no symbols" as an error.
23         * objdump.c (slurp_symtab): Likewise.
24         (slurp_dynamic_symtab): Likewise.
25         (dump_symbols): Likewise.  Do print "no symbols" to stdout.
27 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
29         * MAINTAINERS: Change my mailing address.
31 2002-08-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
33         * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
35 2002-08-22  Nick Clifton  <nickc@redhat.com>
37         * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
38         HPPA.
40 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
42         * readelf.c (parse_args): Change debug_dump_opt to static.
44 2002-08-16  Sivaguru Sankaridurg  <siva@eternal-systems.com>
46         * stabs.c (parse_stab_argtype): Pass length of physname to
47         stab_demangle_argtypes.
48         (stab_demangle_argtypes): Add new parameter - length of physname.
49         Pass length of physname on to stab_demangle_prefix.
50         (stab_demangle_prefix): Add new parameter - length of physname.
51         Use length of physname (if supplied) to compute end of function
52         name.
54 2002-08-15  Alan Modra  <amodra@bigpond.net.au>
56         * readelf.c: Include elf/i370.h.
57         (dump_relocations): Handle EM_S370.
58         (dynamic_segment_parisc_val): Print \n.
59         (process_dynamic_segment <DT_BIND_NOW>): Here too.
61 2002-08-14  Nick Clifton  <nickc@redhat.com>
63         * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
64         * objdump.c (usage): Likewise.
65         * doc/binutils.texi: Likewise.
67 2002-08-14  Luke Dunstan  <infidel@users.sourceforge.net>
69         * rcparse.y (acc_entry): Don't warn about ALT use with
70         non-VIRTKEY.
72 2002-08-13  H.J. Lu <hjl@gnu.org>
74         * objcopy.c (copy_object): Don't warn about the unsupported
75         architecture unless the input target is defaulted or the
76         output architecture is different from the input.
78 2002-08-09  Nick Clifton  <nickc@redhat.com>
80         * po/sv.po: Updated Swedish translation.
82 2002-08-05  Alan Modra  <amodra@bigpond.net.au>
84         * prdbg.c (pr_fix_visibility): Remove assert.
86 2002-07-31  Nick Clifton  <nickc@redhat.com>
88         * addr2line.c (process_file): Rename parameter 'filename' to
89         'file_name' in order to avoid shadowing global symbol of the
90         same name.
91         (main): Likewise.
93 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
95         * readelf.c (OPTION_DEBUG_DUMP): Define.
96         (options): Use it.
97         (usage): Update help.
98         (parse_args): Handle --debug-dump separately from -w.
99         * doc/binutils.texi (readelf): Update documentation.
101 2002-07-25  Nick Clifton  <nickc@redhat.com>
103         * po/es.po: Updated Spanish translation.
104         * po/fr.po: Updated French translation.
106 2002-07-24  Nick Clifton  <nickc@redhat.com>
107         
108         * po/es.po: Updated Spanish translation.
110 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
112         * Makefile.am: Run "make dep-am".
113         * Makefile.in: Regenerate.
115 2002-07-23  Nick Clifton  <nickc@redhat.com>
117         * po/fr.po: Updated French translation.
119 2002-07-23  Eric S. Raymond  <esr@golux.thyrsus.com>
121         * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
123 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
125         * budemang.c: Include config.h and string.h/strings.h.
127 2002-07-18 Denis Chertykov  <denisc@overta.ru>
128            Frank Ch. Eigler  <fche@redhat.com>
130         * readelf.c: Include "elf/ip2k.h".
131         (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
132         (dump_relocations): Likewise.
133         (get_machine_name): Likewise.
134         * NEWS: Mention IP2K support.
136 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
138         * NEWS: Add 'Changes in 2.13'.
140 2002-07-10  Jakub Jelinek  <jakub@redhat.com>
142         * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
143         DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
144         (get_section_type_name): Handle SHT_GNU_LIBLIST.
145         (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
146         DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
147         (process_gnu_liblist): New.
148         (process_file): Call it.
150 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
152         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
153         * Makefile.in: Regenerate.
155 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
157         * budemang.c: New file, "demangle" function.
158         * budemang.h: New file.
159         * addr2line.c (translate_addresses): Use "demangle".
160         * nm.c (print_symname): Likewise.
161         * objdump.c (objdump_print_symname): Likewise.
162         (dump_symbols): Likewise.  Also, don't use bfd_asymbol_name macro
163         here since that obfuscates.
164         * rdcoff.c: Don't #include demangle.h.
165         * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
166         emul_vanilla.c.  Remove emul_$(EMULATION).c.  Sort.
167         (HFILES): Add budemang.h.  Sort.
168         (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
169         Run "make dep-am".
170         * Makefile.in: Regenerate.
172 2002-07-01  Matt Thomas  <matt@3am-software.com>
174         * readelf.c: Include "elf/vax.h".
175         (guess_is_rela): Move EM_VAX from unknown to RELA case.
176         (dump_relocations): Handle VAX relocations.
177         (get_machine_flags): Handle VAX machine flags.
179 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
181         * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
183 2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
185         * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
187 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
189         * nm.c (print_symname): When demangling, strip leading dots from
190         symbol names to avoid confusing the demangler.
192 2002-06-25  H.J. Lu <hjl@gnu.org>
194         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
195         * Makefile.in: Regenerated.
197 2002-06-21  Igor Schein  <igor@txc.com>
199         * configure.in: Quote bu_cv_have_fopen64.
200         * configure: Regenerate.
202 2002-06-21  Mitsru Chinen  <chinen@jp.ibm.com>
204         * configure.in: Check for strcoll.
205         * configure: Regenerate.
206         * config.in: Regenerate.
207         * nm.c (main): Set locale for LC_COLLATE category.
208         (non_numeric_forward): Use strcoll if available.
210 2002-06-20  Dave Brolley  <brolley@redhat.com>
212         * MAINTAINERS: Add self as fr30 and frv maintainer.
214 2002-06-18  H.J. Lu  (hjl@gnu.org)
216         * nm.c: Include "elf/common.h".
217         (extended_symbol_info): Add elfinfo, a pointer to
218         elf_symbol_type.
219         (SYM_SIZE): Use elfinfo if it is not NULL.
220         (get_symbol_type): New function.
221         (display_archive): Set print_width for each archive member.
222         (display_file): Likewise.
223         (display_rel_file): Don't set print_width here.
224         (print_object_filename_sysv): Handle print_width.
225         (print_archive_member_sysv): Likewise.
226         (print_symbols): Pass (bfd_vma) 0 to print_symbol.
227         (print_symbol): Set the elfinfo field in extended_symbol_info
228         for ELF.
229         (print_object_filename_sysv): Fix the output format.
230         (print_symbol_info_sysv): Print type and section for ELF.
232 2002-06-18  Elias Athanasopoulos  <eathan@otenet.gr>
234         * nm.c (print_size_symbols): Remove assignment, which makes
235         the symbol's size equal to its value when --size-sort is 
236         used.
238 2002-06-18  Dave Brolley  <brolley@redhat.com>
240         From Catherine Moore:
241         * readelf.c (elf/frv.h): #include it.
242         (guess_is_rela): Support EM_CYGNUS_FRV.
243         (dump_relocations): Ditto.
244         (get_machine_name): Ditto.
245         * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
247 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
249         * readelf.c (get_file_header): Only read the first section header if
250         e_shoff is non-zero.
252 2002-06-15  H.J. Lu  (hjl@gnu.org)
254         * nm.c (print_size): New variable. Initialize to 0.
255         (long_options): Add 'S'/"print-size".
256         (main): Handle 'S'.
257         (print_symbol_info_bsd): Print size only if print_size is not
258         0.
260         * doc/binutils.texi: Document -S/--print-size.
262 2002-6-13  Elias Athanasopoulos  <eathan@otenet.gr>
264         * nm.c (struct extended_symbol_info): New strcuture: Add the size
265         of the symbols to the information provided by the symbol_info
266         structure.
267         (print_symbols): Pass the symbol size to print_symbol.
268         (print_size_symbols): Pass the symbol size to print_symbol.
269         (print_symbol): Extra argument: The size of the symbol.  Store
270         this in the extended_symbol_info structure.
271         (print_symbol_info): Change type of info parameter to
272         extended_symbol_info.  Display the size, if known.
273         (print_symbol_info_posix): Likewise.
274         (print_symbol_info_sysv): Likewise.
276 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
278         * Makefile.am: Run "make dep-am".
279         * Makefile.in: Regenerate.
280         * doc/Makefile.in: Regnerate.
282         * bucomm.c: Replace CONST with const.
283         * nm.c: Likewise.
284         * objdump.c: Likewise.
286 2002-06-07  H.J. Lu <hjl@gnu.org>
288         * readelf.c (DW_CFA_GNU_args_size): Don't define.
289         (DW_CFA_GNU_negative_offset_extended): Likewise.
290         (DW_CFA_GNU_window_save): Likewise.
291         (display_debug_frames): Handle DW_CFA_offset_extended_sf,
292         DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
294 2002-06-07  Elias Athanasopoulos  <eathan@otenet.gr>
295         
296         * nm.c: When computing size of symbols for an ELF target use the
297         internal size field.
299 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
301         * testsuite/binutils-all/objcopy.exp: clear xfail for
302         "hppa*64*-*-hpux*".
303         * testsuite/binutils-all/hppa/objdump.exp: Return if
304         "*64*-*-*".
306 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
308         * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
310 2002-06-03  Elias Athanasopoulos  <eathan@otenet.gr>
312         * objdump.c: Fix formatting.
314 2002-05-29  Ben Elliston  <bje@redhat.com>
316         * MAINTAINERS: Add self as M68k maintainer.
318 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
320         * readelf.c: Modified/Added DLX elf support.
322 2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
324         * arsup.c: Fix formatting.
325         * debug.c (debug_record_label): Add missing colon to error
326         message.
327         * ieee.c (parse_ieee_ty): Fix spelling typo.
328         * readelf.c (process_program_headers): Remove English assumption
329         about making a plural word.
330         (process_section_headers): Likewise.
331         (process_relocs): Allow quotes to be translated.
332         (process_unwind): Likewise,
333         (process_mips_specific): Improve error message.
334         (get_note_type): Fix spelling typo.
336         * configure.in (ALL_LINGUAS): Add sv
337         * po/sv.po: New file.
339 2002-05-27  Alan Modra  <amodra@bigpond.net.au>
341         * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
342         (unw_print_grmask): Likewise.
343         (unw_print_frmask): Likewise.
345 2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
347         * arsup.c: Remove ARGSUSED.
348         * debug.c: Likewise.
349         * ieee.c: Likewise.
350         * nlmconv.c: Likewise.
351         * prdbg.c: Likewise.
352         * stabs.c: Likewise.
353         * wrstabs.c: Likewise.
355 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
357         * arlex.l: Use #include "" instead of <> for local header files.
358         * coffdump.c: Likewise.
359         * coffgrok.c: Likewise.
360         * nlmconv.c: Likewise.
361         * nlmheader.y: Likewise.
362         * srconv.c: Likewise.
363         * strings.c: Likewise.
364         * sysdump.c: Likewise.
365         * unwind-ia64.h: Likewise.
366         * windres.h: Likewise.
367         * winduni.h: Likewise.
369 2002-05-24  Tom Rix  <trix@redhat.com>
371         * MAINTAINERS: Add self as the d10v maintainer.
373 2002-05-24   TAMURA Kent <kent@netbsd.org>
375         * configure.in: Builds dlltool for i386-netbsdpe.
376         * configure: Regenerate.
378 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
380         * size.c: Fix formatting.
381         * srconv.c: Likewise.
382         * stabs.c: Likewise.
383         * sysdump.c: Likewise.
384         * unwind-ia64.c: Likewise.
385         * wrstabs.c: Likewise.
387 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
389         * readelf.c (get_segment_type): Add PT_TLS.
390         (get_elf_section_flags): Add SHF_TLS.
391         (get_dynamic_flags): Optimize.  Add DF_STATIC_TLS.
392         (process_dynamic_segment): Use puts instead of printf.
393         (get_symbol_type): Support STT_TLS.
394         * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
395         SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
396         Add SEC_THREAD_LOCAL.
398 2002-05-23  Kazu Hirata  <kazu@cs.umass.edu>
400         * rdcoff.c: Fix formatting.
401         * rddbg.c: Likewise.
402         * readelf.c: Likewise.
403         * rename.c: Likewise.
404         * resbin.c: Likewise.
405         * resrc.c: Likewise.
406         * resres.c: Likewise.
408 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
410         * filemode.c: Fix formatting.
411         * ieee.c: Likewise.
412         * is-ranlib.c: Likewise.
413         * is-strip.c: Likewise.
414         * maybe-ranlib.c: Likewise.
415         * maybe-strip.c: Likewise.
416         * nlmconv.c: Likewise.
417         * nm.c: Likewise.
418         * not-ranlib.c: Likewise.
419         * not-strip.c: Likewise.
420         * objcopy.c: Likewise.
421         * objdump.c: Likewise.
423 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
425         * objdump.c (dump_headers): Fix output formatting for ELF32
426         architectures in a BFD64 enabled toolchain.
428 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
430         * debug.c: Fix formatting.
431         * debug.h: Likewise.
432         * dlltool.c: Likewise.
433         * dllwrap.c: Likewise.
434         * emul_aix.c: Likewise.
435         * emul_vanilla.c: Likewise.
437 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
439         * addr2line.c: Fix formatting.
440         * ar.c: Likewise.
441         * arsup.c: Likewise.
442         * arsup.h: Likewise.
443         * binemul.c: Likewise.
444         * binemul.h: Likewise.
445         * bucomm.c: Likewise.
446         * coffdump.c: Likewise.
447         * coffgrok.c: Likewise.
448         * coffgrok.h: Likewise.
450 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
452         * MAINTAINERS: Add myself as the second AVR port maintainer.
454 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
456         * MAINTAINERS: Update my email address.
458 2002-05-09  Nick Clifton  <nickc@cambridge.redhat.com>
460         * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
462 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
464         * configure.in: Replace `*pe' with `pe' throughout.
465         * configure: Regenerate.
467 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
469         * Makefile.am: Honour DESTDIR.
470         * Makefile.in: Regenerate.
472 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
474         * dlltool.c (process_def_file): Add missing prototype.
475         (new_directive, assemble_file, main): Likewise.
476         (process_def_file, new_directive): Make static.
477         (inform): Rewrite using VA_FIXEDARG.
478         * dllwrap.c (mybasename): Add missing prototype.
479         (strhash, main): Likewise.
480         (inform): Rewrite using VA_FIXEDARG.
481         (warn): Likewise.
482         (cleanup_and_exit): Use old style function definition.
483         (strhash): Likewise.
484         * windres.c (define_resource): Use one memset to clear all of
485         struct res_resource.
487         * rcparse.y: Remove newcmd rule.  Move rcparse_discard_strings
488         call to rules that need no lookahead.  Check for no lookahead.
490 2002-05-06  Borut Razem  <borut.razem@siol.net>
492         * rclex.l (get_string): Correct "strings" list handling.
493         * resrc.c (read_rc_file): Discard strings.
495 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
497         * ar.c (replace_members): Remove unused var.  Formatting fix.
498         * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
500         * MAINTAINERS: Sort port maintainers by CPU.
502 2002-05-04  Bob Byrnes  <byrnes@curl.com>
504         * size.c (display_archive): Add last_arfile and code to close archives.
506 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
508         * nm.c (print_symbol): Check returned filename from
509         bfd_find_nearest_line is non-NULL.
511 2002-04-25  Elena Zannoni <ezannoni@redhat.com>
512     
513         * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
515 2002-04-24  Christian Groessler <chris@groessler.org>
517         * MAINTAINERS: Changed my email address.
519 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
521         * arparse.y: Fix syntax warning.
523 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
525         * readelf.c (fetch_location_list): Remove unused function.
527         * readelf.c (process_corefile_note_segment): Catch corrupt notes
528         and display a warning message, then exit the loop.
530         * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
532 2002-04-15  Nick Clifton  <nickc@cambridge.redhat.com>
534         * resrc.c (write_rc_dialog): If charset is non-default value
535         display all of the DIALOGEX parameters.
537 2002-04-15  Eric Kohl <ekohl@rz-online.de>
539         * rcparse.y: Allow two to five parameter in FONT statement of 
540         DIALOGEX resources.
541         * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
542         resource data.
543         (res_to_bin_dialog): Likewise.
544         * windres.h: Added misssing charset variable to dialog_ex
545         structure.
547 2002-04-10  Nick Clifton  <nickc@cambridge.redhat.com>
549         * rcparse.y: Set MEMFLAG_PURE by default.
551 2002-04-09  Bernd Herd <info@herdsoft.com>
553         * rcparse.y: CLASS definitions in DIALOG resources 
554         are quoted.
555         Fix typo in BEDIT warning.
556         Don't add default dialog style when explicit style specified.
557         Add WS_CAPTION dialog style if CAPTION is specified.
559         * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
560         (handle_quotes) "\a" escape (used for right justified key
561         definitions in menus) is encodes as binary 8.
563         * resrc.c (write_rc_dialog): Print style even if it is 0.
564         (write_rc_directory): Fix overlooked sublang shift bug.
565         (bin_to_res_dialog): Don't print empty dialog caption.
567         * resbin.c (bin_to_res_dialog): Use signature to identify
568         DIALOGEX.
570         * windres.c (main): Set default LANGUAGE to english/us.
572 2002-04-09  Gunnar Degnbol <degnbol@danbbs.dk>
574         * resrc.c: print CLASS names in quotes
576 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
578         * MAINTAINERS: Update my email address.
580 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
582         * dep-in.sed: Cope with absolute paths.
583         * Makefile.am (dep.sed): Subst TOPDIR.
584         Run "make dep-am".
585         * Makefile.in: Regenerate.
587 2002-03-27  Peter Targett  <peter.targett@arc.com>
589         * MAINTAINERS: Update my email address.
591 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
593         * Makefile.am: Run "make dep-am".
594         * Makefile.in: Regenerate.
595         * doc/Makefile.in: Regenerate.
596         * po/POTFILES.in: Regenerate.
597         * aclocal.m4: Regenerate.
598         * config.in: Regenerate.
599         * configure: Regenerate.
601 2002-03-20  Daniel Berlin  <dan@dberlin.org>
603         * readelf.c: Add support for displaying dwarf2 location lists.
604         (do_debug_loc, debug_loc_section, debug_loc_size): New.
605         (parse_args): Use 'O' as shorthand for displaying location list
606         section.
607         (process_section_headers): Handle debug_loc as well.
608         (load_debug_loc): New.
609         (free_debug_loc): New.
610         (fetch_location_list): New.
611         (display_debug_loc): New.
612         (display_debug_info): Call load_debug_loc and free_debug_loc.
613         (debug_displays): We can display .debug_loc now, too.
614         (usage): Update usage string.
615         (read_and_display_attr_value): Note location lists, but don't
616         display them inline.
618 2002-03-18  Tom Rix  <trix@redhat.com>
620         * Makefile.am: Add binutils emulation support.
621         * configure.in: Same.
622         * configure.tgt: New file.  Same.
623         * ar.c (main): Use ar_emul_parse_arg.
624         (usage): Use ar_emul_usage.
625         (replace_members): Use ar_emul_replace, ar_emul_append.
626         * binemul.c: New file.  Define the binutils emulation
627         layer. Define default methods.
628         * binemul.h: New file.  Binutils emulation layer header file.
629         * emul_aix.c: New file.  AIX binutils emulation.
630         * emul_vanilla.c: New file. Default binutils emulation.
631         * Makefile.in: Regenerate.
632         * configure: Same.
634 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
636         * po/fr.po: Updated version.
638 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
640         * po/fr.po: Updated version.
642 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
644         * README: Update some version numbers.
646 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
648         * doc/binutils.texi (Target Selection): Fix LD crossreferences.
649         (Architecture Selection): Likewise.
651 2002-03-01  Dmitry Timoshkov <dmitry@baikal.ru>
653         * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
654         generating .exp file.
656 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
658         * readelf.c (dump_relocations): Fix typo.
660 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
662         * NEWS: Mark 2.12 branch.
664 2002-02-18  Timothy Daly  <remote_bob@yahoo.com>
666         * readelf.c (dump_relocations): Display 2nd and 3rd reloc 
667         types for 64-bit MIPS.  Narrow some fields for 80-char 
668         output.
669         (dump_relocations): Change spelling from 'unrecognised' 
670         to 'unrecognized'.
671         (decode_ARM_machine_flags): Likewise.
672         (parse_args): Likewise.
673         (read_and_display_attr_value): Likewise.
674         (display_debug_section): Likewise.
676 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
678         * NEWS: Mention support for MMIX.
680 2002-02-13  Matt Fredette  <fredette@netbsd.org>
682         * readelf.c (get_machine_flags): Recognize EF_M68000.
684 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
686         * MAINTAINERS: Added self as MN10300 co-maintainer.
688 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
690         * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
691         DT_PPC64_OPDSZ.
693 2002-02-11  Daniel Jacobowitz  <drow@mvista.com>
695         * MAINTAINERS: List myself as branch maintainer.
697 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
699         * configure: Regenerate.
700         * objcopy.c: Update copyright date.
701         * doc/Makefile.in: Regenerate.
703 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
705         * nlmconv.c: Back out localtime PARAMS change.
707 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
709         * objcopy.c (MKDIR): Define.
710         (copy_archive): Make name_list.name const.  Use MKDIR.
711         Handle duplicate files in archives by making more temp dirs.
713 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
715         * coffdump.c: Include "getopt.h" after "bucomm.h"
716         so that macros are defined correctly.
717         * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
718         prototype.  Prototype main.
719         * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
721 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
723         * MAINTAINERS: Added self as SH co-maintainer.
725 2002-02-05  Nick Clifton <nickc@redhat.com>
727         * po/tr.po: Updated translation.
729 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
731         * Makefile.am: Run "make dep-am"
732         * Makefile.in: Regenerate.
734 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
736         * nm.c (print_value): Mark abfd unused.
738 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
740         * unwind-ia64.c (unw_decoder): Change second argument
741         to unsigned int, to match function prototypes.
743 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
745         * objdump.c: Include "getopt.h" after "bucomm.h" so that
746         __GNU_LIBRARY__ will be defined.
747         * size.c: Likewise.
749 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
751         * configure: Regenerated.
753 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
755         * doc/Makefile.am (install): Depend on install-info.
756         * doc/Makefile.in: Regenerate.
758 2002-01-25  Jason R. Thorpe <thorpej@wasabisystems.com>
760         * objcopy.c (strip_usage): Document -d as an alias
761         --strip-debug.
763         * size.c (usage): Document [-t | --totals] options.
764         (long_options): Add --totals option.
765         (main): If the [-t | --totals] option is specified and
766         the output format is Berkeley-style, print the total
767         text, data, and bss sizes of all objects listed.
768         (print_berkeley_format): If the [-t | --totals] option
769         is specified, track the total text, data, and bss
770         sizes.
771         * doc/binutils.texi (size): Document [-t | --totals] options.
772         (strip): Document -d as an alias for --strip-debug.
773         * NEWS: Mention new feature of size.
775 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
777         * po/fr.po: Updated version.
778         * po/es.po: Updated version.
780 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
782         * addr2line.c (usage): Update text to provide verbose
783         description of the command line options.
784         * ar.c (usage): Update text to provide verbose
785         description of the command line options.
786         (main): Accept -h and -H when running as ranlib.
787         * coffdump.c (show_usage): Update text to provide verbose
788         description of the command line options.
789         * dlltool.c (main): Accept -H as an alias for --help.
790         * nlmconv.c (show_usage): Update text to provide verbose
791         description of the command line options.
792         * nm.c (usage): Replace OPTIONS with option(s).
793         (main): Accept -H as an alias for --help.
794         * objcopy.c (strip_main): Accept -H as an alias for --help.
795         * objdump.c (main): Accept -v as an alias for --verbose.
796         * readelf.c (usage): Adjust format to match style used in
797         other binutils.
798         * size.c (usage): Update text to provide verbose description
799         of the command line options.
800         (main): Accept -v, -h and -H as command line options.
801         * srconv.c (show_usage): Update text to provide verbose
802         description of the command line options.
803         * strings.c (main): Accept -H and -v as command line options.
804         (usage): Update text to provide verbose description of the
805         command line options.
806         * sysdump.c (show_usage): Update text to provide verbose
807         description of the command line options.
808         * windres.c (usage): Adjust format to match style used in
809         other binutils.
811         * coffdump.c: Fix formatting.
812         * nlmconv.c: Fix formatting.
813         * srconv.c: Fix formatting.
814         * sysdump.c: Fix formatting.
816 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
818         * Makefile.am: Run "make dep-am".
819         * Makefile.in: Regenerate.
821 2002-01-18  Andreas Jaeger  <aj@suse.de>
823         * version.c (print_version): Update year.
825 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
827         * readelf.c (get_machine_name): Handle EM_PPC64.
828         (guess_is_rela): Here too.
830 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
832         * po/binutils.pot: Regenerate.
833         * po/fr.po: Regenerate.
834         * po/tr.po: Regenerate.
836 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
838         * po/tr.po: Import new version.
840 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
842         * readelf.c (get_ppc64_dynamic_type): New.
843         (get_dynamic_type): Call it.
845 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
847         * objcopy.c (copy_usage): Use "options" instead of "switches".
848         (strip_usage): Use "options" instead of "switches".
849         * doc/binutils.texi (dlltool):  Refer to "options" instead of
850         "switches".
852 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
854         * MAINTAINERS: Add self as co-maintainer for the ARM code.
856 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
858         * po/es.po: Import from translation project.
859         * configure.in (ALL_LINGUAS): Add es.
860         * configure: Regenerate.
862 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
864         * readelf.c (get_netbsd_elfcore_note_type): Use
865         NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
867 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
869         * readelf.c: Update copyright years.
870         (get_note_type): Return a const char *.
871         (get_netbsd_elfcore_note_type): New function.
872         (process_note): Use get_netbsd_elfcore_note_type to get
873         the note type string for NetBSD ELF core files.
875 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
877         * readelf.c (get_ia64_segment_type): Add support for macros.
878         (get_segment_type): Add support for IA64 specific macros.
880 2001-12-20  Julian v. Bock  <julian@wongr.net>
882         * readelf.c (print_symbol): New function: Print a formatted symbol
883         name.  If --wide is specified do not truncate it.
884         (dump_relocations): Use print_symbol() to print symbol names.
885         (process_symbol_table): Likewise.
886         (process_syminfo): Likewise.
887         (process_mips_specific): Likewise.
888         (usage): Document new feature of --wide switch.
889         * doc/binutils.texi (objdump): Document additional behaviour of
890         --wide.
892 2001-12-18  Michael Snyder  <msnyder@redhat.com>
894         * objcopy.c (copy_file): Accept corefiles (format bfd_core).
895         (copy_object): Don't set the start address or flags of a core file.
896         (copy_section): Don't relocate a core file.  Don't copy contents
897         if the input section has the contents flag set, but the output
898         section does not (which happens with the fake 'note' pseudo-
899         sections that BFD creates for corefiles).
901 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
903         * readelf.c (get_machine_flags): Recognize header flags for ABI and
904         ASE extensions. More robust code for ISA checking. Ignore empty fields
905         in header flags for GNU extensions.
907 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
909         * objcopy.c (copy_archive): Set output bfd format outside the loop.
911 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
913         * po/ja.po: Import from translation project.
914         * configure.in (ALL_LINGUAS): Add ja.
915         * configure: Regenerate.
917 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
919         * addr2line.c (main): Protoype.
920         * ar.c (main): Protoype.
921         * nm.c (main): Protoype.
922         * objcopy.c (main): Protoype.
923         * objdump.c (main): Protoype.
924         * size.c (main): Protoype.
925         * strings.c (main): Protoype.
927 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
929         * readelf.c (symtab_shndx_hdr): New global.
930         (SECTION_HEADER_INDEX): Define.
931         (SECTION_HEADER_NUM): Define.
932         (SECTION_HEADER): Define.
933         (GET_ELF_SYMBOLS): Pass two params rather than three.
934         (get_32bit_elf_symbols): Take file and section args.  Read and
935         use SHT_SYMTAB_SHNDX.
936         (get_64bit_elf_symbols): Likewise.
937         (dump_relocations): Use SECTION_HEADER to index "section_headers".
938         (process_section_headers): Likewise.  Use SECTION_HEADER_NUM too.
939         Remember symtab_shdx_hdr.
940         (process_program_headers): Scan from index 1 for segment map.
941         (slurp_ia64_unwind_table): Use SECTION_HEADER to index
942         "section_headers".
943         (process_relocs): Likewise.  Also adjust call to GET_ELF_SYMBOLS.
944         (process_unwind): Likewise.
945         (process_version_sections): Likewise.
946         (process_symbol_table): Likewise.
947         (display_debug_info): Likewise.
948         (process_dynamic_segment): Fake up a symtab section for changed
949         GET_ELF_SYMBOLS.
950         (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
951         (process_program_headers): Kill signed/unsigned warning.
952         (load_debug_str): Likewise.
953         (display_debug_info): Likewise.
955 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
957         * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
959 2001-12-11  Alan Modra  <amodra@bigpond.net.au>
961         * readelf.c (process_file_header): Print extended e_shnum and
962         e_shdtrndx values.  Set elf_header values for same.
963         (get_32bit_section_headers): Add "num" arg to read "num" headers.
964         (get_64bit_section_headers): Likewise.
965         (process_section_headers): Update calls.
966         (get_file_header): Call get_32bit_section_headers or 64bit variant.
968 2001-12-10  Jakub Jelinek  <jakub@redhat.com>
970         * objcopy.c (setup_section): Copy entsize.
972 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
974         * readelf.c (guess_is_rela): Add support for stormy16.
975         (dump_relocations): Likewise.
976         (get_machine_name): Likewise.
978 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
980         * dllwrap.c (main) Replace multiple strings describing a
981         single error with a single, newline escaped sentence to permit
982         better translation into foreign languages.
984         * readelf.c (get_elf_class): Remove internalionalisation of ELF
985         class names.
987 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
989         * strings.c (get_char): Initialize value.
991 2001-12-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
993         * arlex.l: Silence compile warnings.
994         * arsup.h: Likewise. Fix formatting.
996 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
998         * strings.c: Include config.h before bfd.h.
999         (file_off): New type.
1000         (file_open): Define.
1001         (print_strings): Use file_off instead of file_ptr.  Print addresses
1002         which don't fit into long correctly.
1003         (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
1004         available.
1005         (strings_file): Use file_off instead of file_ptr.  Use file_open.
1006         * configure.in: Check for getc_unlocked.
1007         Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1008         be defined for it.
1009         * configure: Rebuilt.
1010         * config.h.in: Rebuilt.
1012 2001-11-29  H.J. Lu <hjl@gnu.org>
1014         * bucomm.c (make_tempname): Revert the changes made on
1015         2001-11-14 and 2001-11-12. They won't work with directories.
1017 2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1019         * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1020         CFLAGS_FOR_TARGET to runtest in environment.
1021         * Makefile.in: Rebuild.
1022         * doc/Makefile.in: Rebuild.
1024 2001-11-28  Mike Stump  <mrs@wrs.com>
1026         * objcopy.c (setup_section): Preserve SEC_RELOC when
1027         --set-section-flags is used.
1029 2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
1031         * readelf.c (do_debug_str): New variable.
1032         (display_debug_str): New function: Display the contents of a
1033         .debug_str section.
1034         (load_debug_str): New function: Load in the contents of a
1035         .debug_str section.
1036         (free_debug_str): New function: Free the memory used by
1037         load_debug_str().
1038         (fetch_indirect_string): Retrieve a string from the .debug_str
1039         section.
1040         (usage): Add -ws.
1041         (parse_args): Accept -ws.
1042         (process_section_headers): Allow the display of the .debug_str
1043         section.
1044         (read_and_display_attr_value): Use fetch_indirect_string.  Show
1045         offset into .debug_str section.
1046         (display_debug_info): Use load_debug_str and free_debug_str.
1047         (debug_displays): Add .debug_str.
1048         * doc/binutils.texi: Document -ws.
1050 2001-11-19  Andreas Jaeger  <aj@suse.de>
1052         * testsuite/binutils-all/objdump.exp: Add x86-64.
1054 2001-11-15  Andreas Schwab  <schwab@suse.de>
1056         * readelf.c: Fix warnings without terminating newline.
1058 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
1060         * doc/binutils.texi (objdump): Document ppc -M options.
1062 2001-11-14  Andreas Jaeger  <aj@suse.de>
1064         * doc/binutils.texi (objdump): Fix description to use x86-64.
1066 2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
1068         * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1069         not all systems provide mkstemp.
1071 2001-11-14  Alan Modra  <amodra@bigpond.net.au>
1073         * doc/binutils.texi (objdump): Document x86 -M options.
1075 2001-11-13  Keith Walker <keith.walker@arm.com>
1077         * readelf.c (read_and_display_attr_value): New function to
1078         handle DW_FORM_indirect.
1079         (read_and_display_attr): Use it.
1081 2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
1083         * readelf.c (display_debug_lines): Deal with unknown standard
1084         opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1085         DW_LNS_set_isa.
1087 2001-11-13  Timothy Wall  <twall@alum.mit.edu>
1089         * MAINTAINERS: Add self as tic54x maintainer.  This target
1090         includes the IBM C54XDSP clone.
1092 2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
1094         * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1096 2001-11-09  Jeffrey A Law  (law@cygnus.com)
1098         * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1099         (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1100         (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1101         (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1102         (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1103         (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1104         (unw_decode_b2, unw_decode_b3_b4): Likewise.
1106         * readelf.c (get_elf_class): Fix ISO portability glitch.
1107         (get_data_encoding, get_osabi_name, request_dump): Likewise.
1109 2001-11-07  Jakub Jelinek  <jakub@redhat.com>
1111         * readelf.c (debug_str, debug_str_size): New.
1112         (display_debug_abbrev): If no abbrevs were read, skip the CU.
1113         Call free_abbrevs.
1114         (read_and_display_addr): Handle DW_FORM_strp.
1115         (display_debug_info): Read .debug_str section if present,
1116         so that DW_FORM_strp can be handled.
1117         Fix test for non-existant .debug_abbrev section.
1119 2001-11-05  Jakub Jelinek  <jakub@redhat.com>
1121         * arlex.l: Accept `\' in filenames.  Patch by <earl_chew@agilent.com>.
1123         * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1125 2001-11-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1127         * MAINTAINERS: Add self as s390/s390x maintainer.
1129 2001-11-02  Tom Rix  <trix@bluey.cygnus.com>
1131         * MAINTAINERS: Add self as PPC XCOFF maintainer.
1133 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
1135         * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1136         * configure: Regernate.
1137         * po/fr.po: New file.
1138         * po/tr.po: New file.
1140 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
1142         * MAINTAINERS: Add self as MMIX port maintainer.
1143         * readelf.c: Include elf/mmix.h.
1144         (guess_is_rela): MMIX is RELA.
1145         (dump_relocations): Handle MMIX relocations.
1146         * Makefile.am: Regenerate dependencies.
1147         * Makefile.in: Regenerate.
1149 2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
1151         * readelf.c (parse_args): Handle multiple options to the -w
1152         switch.
1154 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
1156         * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1157         LOPROC, LOOS and LOUSER.
1159 2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
1161         * MAINTAINERS: Update my email address.
1163 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
1165         * doc/Makefile.in: Regenerate.
1166         * configure: Regenerate.
1168 2001-10-02  Nick Clifton  <nickc@cambridge.redhat.com>
1170         * readelf.c (display_debug_line, display_debug_pubnames,
1171         display_debug_info, display_debug_frames): Detect and warn
1172         about 64-bit format entries.
1173         (display_debug_aranges): Reword 64-bit warning.
1174         (debug_displays): Add .debug_pubtypes as a known, but not yet
1175         supported, debug section.
1177 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
1179         * coffdump.c (PROGRAM_VERSION): Delete.
1180         (main <'V'>): Call print_version.
1181         * srconv.c: Likewise.
1182         * sysdump.c: Likewise.
1183         * version.c (program_version): Remove.
1184         (print_version): Use BFD_VERSION_STRING.  Just print the current
1185         year in copyright message.
1186         * addr2line.c (program_version): Remove unused declaration.
1187         * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1188         place of BFD_VERSION.
1189         * Makefile.am (Makefile): Depend on bfd/configure.in.
1190         (cplus-dem.o): Depend on Makefile.
1191         Run "make dep-am".
1192         * Makefile.in: Regenerate.
1194 2001-10-01  Nick Clifton  <nickc@cambridge.redhat.com>
1196         * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1197         format .debug_arange sections.
1198         (main): Add missing prototype.
1200 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1202         * Makefile.am: Update dependencies with "make dep-am".
1203         * Makefile.in: Regenerate.
1205 2001-09-28  Richard Henderson  <rth@redhat.com>
1207         * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1209 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
1211         * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1212         VA_CLOSE.
1213         (non_fatal): Likewise.
1214         * objdump.c (objdump_sprintf): Likewise.
1215         * readelf.c (error): Likewise.
1216         (warn): Likewise.
1218 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
1220         * readelf.c (do_wide): New.
1221         (options): Add --wide.
1222         (usage, parse_args): Likewise.
1223         (process_program_headers): Put each segment on a single line if
1224         --wide is given.
1225         (process_section_headers): Put each section on a single line if
1226         --wide is given.
1227         * doc/binutils.texi: Document it.
1228         * NEWS: Likewise.
1230 2001-09-25  Alan Modra  <amodra@bigpond.net.au>
1232         * readelf.c (print_vma): Print 8 digits of low hex value.
1234 2001-09-24  Andreas Jaeger  <aj@suse.de>
1236         * nlmconv.c: Fix warnings about unused attributes and function
1237         prototypes.
1239         * strings.c: Add prototype for get_char.
1241 2000-09-19  H.J. Lu  <hjl@gnu.org>
1243         * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1244         $(srcdir)/cxxfilt.man.
1245         * doc/Makefile.in: Rebuild.
1247 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
1249         * objcopy.c (copy_main): Correct rename-section string parsing.
1250         Consolidate new_name parsing, and error messages.
1252 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
1254         * addr2line.c: Don't include <ctype.h>.
1255         (main): For gettext, also set the LC_CTYPE locate facet.
1256         * ar.c (main): Likewise.
1257         * coffdump.c (main): Likewise.
1258         * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1259         (main): For gettext, also set the LC_CTYPE locate facet.
1260         Use ISALNUM instead of isalpha/isdigit.
1261         * dllwrap.c: Don't include <ctype.h>.
1262         (main): For gettext, also set the LC_CTYPE locate facet.
1263         * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1264         (main): For gettext, also set the LC_CTYPE locate facet.
1265         Use TOUPPER instead of islower/toupper.
1266         * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1267         (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1268         Use TOUPPER instead of islower/toupper.
1269         * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1270         * objcopy.c (main): Likewise.
1271         * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1272         (disassemble_bytes): Use ISPRINT instead of isprint.
1273         (dump_section_stabs): Use ISDIGIT instead of isdigit.
1274         (dump_data): Use ISPRINT instead of isprint.
1275         (main): For gettext, also set the LC_CTYPE locate facet.
1276         * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1277         (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1278         * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1279         Use TOUPPER instead of islower/toupper.
1280         * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1281         * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1282         (write_rc_accelerators): Use ISPRINT instead of isprint.
1283         (write_rc_rcdata): Likewise.
1284         * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1285         * srconv.c (main): Likewise.
1286         * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1287         (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1288         isdigit/isupper/islower.
1289         (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1290         parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1291         stab_demangle_prefix, stab_demangle_qualified,
1292         stab_demangle_template, stab_demangle_type,
1293         stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1294         * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1295         (isgraphic): Use ISPRINT instead of isascii/isprint.
1296         (main): Remove HAVE_LC_MESSAGES dependency.
1297         * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1298         (pbarray): Use ISPRINT instead of isprint.
1299         (main): For gettext, also set the LC_CTYPE locate facet.
1300         * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1301         (format_from_filename): Use ISPRINT instead of isprint.
1302         (main): For gettext, also set the LC_CTYPE locate facet.
1303         * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1304         (unicode_print): Use ISPRINT instead of isprint.
1305         * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1306         (stab_variable): Use ISDIGIT instead of isdigit.
1308 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
1310         * ar.c (print_contents): Cast args of bfd_seek to the right types.
1311         Replace bfd_read call with call to bfd_bread.
1312         (extract_file): Likewise.
1314         * objdump.c (dump_section_header): Cast section->filepos to
1315         unsigned long to suit printf format string.
1316         * readelf.c (process_section_headers): Similarly for sh_offset.
1317         (process_unwind): Likewise.
1319 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
1321         * strings.c (encoding, encoding_bytes): New variables.
1322         (long_options): Add --encoding.
1323         (main): Accept -e and --encoding.
1324         (get_char): New function.  Read a, possibly wide, character from
1325         the input stream.
1326         (print_strings): Use get_char().
1327         (usage): Document new command line option.
1328         * doc/binutils.texi: Document new command line option.
1329         * NEWS: Announce new command line option.
1331 2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
1333         * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1334         get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1335         EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1336         Removed EM_CYGNUS_ARC.
1338 2001-09-04  Jeffrey A Law  (law@cygnus.com)
1340         * readelf.c: Include elf/h8 for H8 series definitions.
1341         (guess_is_rela): H8 series if RELA.
1342         (dump_relocations): Handle H8 series relocations.
1344 2001-08-31  Eric Christopher  <echristo@redhat.com>
1346         * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1348 2001-08-29  Peter Targett  <peter.targett@arccores.com>
1350         * MAINTAINERS: Include ARC Maintainer.
1352 2001-08-29  Ben Elliston  <bje@redhat.com>
1354         * stabs.c (stab_demangle_template): Initialise s4.
1356 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
1358         * readelf.c (dump_relocations): Recognise EM_PPC64.
1360 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1362         * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1364 2001-08-25  H.J. Lu  <hjl@gnu.org>
1366         * nm.c (print_width): New.
1367         (display_rel_file): Set `print_width' according to
1368         bfd_sprintf_vma.
1369         (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1371 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
1373         * objcopy.c (use_alt_mach_code): New variable.
1374         (OPTION_ALT_MACH_CODE): Define.
1375         (copy_options): Added --alt-machine-code.
1376         (copy_main): Handle it.
1377         (copy_object): Switch to alternate machine code if requested.
1378         * doc/binutils.texi: Document new option.
1379         * NEWS: Likewise.
1381 2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1383         * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1385 2001-08-21  H.J. Lu  <hjl@gnu.org>
1387         * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1388         (display_debug_info): Cast for 64bit hosts.
1389         (display_debug_frames): Likewise.
1390         (process_mips_specific): Likewise.
1392 2001-08-21  Andreas Jaeger  <aj@suse.de>
1394         * coffgrok.h: Add missing parameter for prototype of coff_grok.
1396         * sysdump.c: Add missing prototypes.
1397         * srconv.c: Likewise.
1398         * unwind-ia64.c: Likewise.
1399         * coffdump.c: Likewise.
1401         * sysinfo.y: Print prototypes, include <ansidecl.h>.
1403         * coffgrok.c: Add missing prototypes, include libiberty.h instead
1404         of declaring xcalloc.
1406 2001-08-10  H.J. Lu  <hjl@gnu.org>
1408         * nm.c (print_value): Add one arg, bfd *.
1409         (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1410         (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1411         (print_symbol_info_sysv): Likewise.
1412         (print_symbol_info_posix): Likewise.
1414         * objdump.c (dump_section_header): Replace printf_vma with
1415         bfd_printf_vma.
1416         (print_section_stabs): Likewise.
1417         (dump_bfd_header): Likewise.
1418         (objdump_print_value): Replace sprintf_vma with
1419         bfd_sprintf_vma.
1420         (disassemble_bytes): Likewise.
1421         (dump_reloc_set): Likewise.
1423 2001-08-10  Andreas Jaeger  <aj@suse.de>
1425         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1426         to build warnings.
1427         * configure: Regenerate.
1429 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
1431         * readelf.c: Add missing prototypes.
1432         * objdump.c: Likewise.  Format existing prototypes.
1434 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
1436         * readelf.c (display_debug_info): Add to abbrev_offset the addend
1437         of any RELA relocation for the abbrev_offset memory location that
1438         refers to the .debug_abbrev section symbol.
1440 2001-08-07  H.J. Lu  <hjl@gnu.org>
1442         * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1443         (main): Return process_file ().
1445 2001-08-05  Philip Blundell  <philb@gnu.org>
1447         * doc/binutils.texi: Use "Thumb" not "THUMB".
1449 2001-08-03  John Healy  <jhealy@redhat.com>
1451         Patch suggested by Frank Eigler <fche@redhat.com>.
1452         * objdump.c (disassemble_data): Fill in section member of the
1453         disasm_info structure.
1455 2001-08-03  Tom Walsh  <tom@cyberiansoftware.com>
1457         * configure.in: Added --with-windres option.
1458         * configure: Regenerated.
1460 2001-07-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1462         * doc/binutils.texi: Use @command{name} for commands;
1463         use @option{-opt} for options; use @table @env for list of options;
1464         remove spaces arround [ | ] in synopsis.
1466         * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1467         center title.
1469 2001-07-31  Nick Clifton  <nickc@cambridge.redhat.com>
1471         * objcopy.c: Fix formatting.
1472         (section_rename): New structure.
1473         (OPTION_RENAME_SECTION): New switch.
1474         (copy_usage): Document new switch.
1475         (add_section_rename): New function: Add a node to the section
1476         rename list.
1477         (find_section_rename): New function: Find the new name and
1478         flags for a section.
1479         (setup_section): Call find_section_name to determine the name
1480         of the output section.
1481         (copy_main): Handle OPTION_RENAME_SECTION.
1482         * binutils.texi: Document new switch.
1483         * NEWS: Mention new switch.
1485 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
1487         * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1488         * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1489         bug-binutils@gcc.org.
1491 2001-07-28  Matthias Kramm  <kramm@quiss.org>
1493         * bucomm.c (list_supported_architectures): New function.
1494         * bucomm.h (list_supported_architectures): Declare.
1495         * objdump.c (usage): Call the above.
1497 2001-07-25  Dave Brolley  <brolley@redhat.com>
1499         * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1500         (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1502 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
1504         * README: Update for 2.11.  Change bug reporting email address.
1505         * MAINTAINERS: Tidy up.  Change bug reporting email address.
1507 2001-07-16  DJ Delorie  <dj@redhat.com>
1509         * resres.c (write_res_header): Align header size.
1510         (res_align_file): Calculate alignment correctly.
1512         * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1513         correct 10).
1514         * resrc.c (write_rc_resource): Likewise.
1515         * windres.h (SUBLANG_SHIFT): Define - as 10.
1517 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
1519         * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1521 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
1523         * MAINTAINERS: Add notes about branch checkins.
1525 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
1527         * readelf.c (display_debug_macinfo): New function, display
1528         .debug_macinfo section.
1529         (do_debug_macinfo): New variable.
1530         (parse_args): Handle "-w[mM]" to mean display macro info.
1531         (process_section_headers): Handle debug_macinfo.
1532         (debug_displays): Replace unsupported function with macinfo
1533         function for .debug_macinfo display.
1534         * doc/binutils.texi: Document new command line switch.
1535         * NEWS: Document new feature of readelf.
1537 2001-07-05  H.J. Lu  <hjl@gnu.org>
1539         * objcopy.c (filter_symbols): Don't turn undefined symbols
1540         into local.
1542 2001-07-03  H.J. Lu <hjl@gnu.org>
1544         * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1545         $@.pod.
1546         (ar.1): Likewise.
1547         (dlltool.1): Likewise.
1548         (nlmconv.1): Likewise.
1549         (nm.1): Likewise.
1550         (objcopy.1): Likewise.
1551         (objdump.1): Likewise.
1552         (ranlib.1): Likewise.
1553         (readelf.1): Likewise.
1554         (size.1): Likewise.
1555         (strings.1): Likewise.
1556         (strip.1): Likewise.
1557         (windres.1): Likewise.
1558         (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1559         ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1560         $(DEMANGLER_NAME).
1561         (as.1): Removed.
1562         * doc/Makefile.in: Regenerated.
1564 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
1566         * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1568 2001-07-01  Daniel Berlin  <dan@cgsoftware.com>
1570         * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1572 2001-06-29  James Cownie <jcownie@etnus.com>
1574         * readelf.c: Support DWARF 2.1 attributes.
1576 2001-06-28  Alan Modra  <amodra@bigpond.net.au>
1578         * readelf.c (GET_DATA_ALLOC): Remove.
1579         (GET_DATA): Remove.
1580         (get_data): New function combining above macros, with an extra
1581         test for zero size.
1582         (slurp_rela_relocs): Use get_data, and catch error return.
1583         (slurp_rel_relocs): Likewise.
1584         (get_32bit_program_headers): Likewise.
1585         (get_64bit_program_headers): Likewise.
1586         (get_32bit_section_headers): Likewise.
1587         (get_64bit_section_headers): Likewise.
1588         (get_32bit_elf_symbols): Likewise.
1589         (get_64bit_elf_symbols): Likewise.
1590         (process_section_headers): Likewise.
1591         (process_relocs): Likewise.
1592         (slurp_ia64_unwind_table): Likewise.
1593         (process_unwind): Likewise.
1594         (get_32bit_dynamic_segment): Likewise.
1595         (get_64bit_dynamic_segment): Likewise.
1596         (process_dynamic_segment): Likewise.
1597         (process_version_sections): Likewise.
1598         (process_symbol_table): Likewise.
1599         (dump_section): Likewise.
1600         (display_debug_info): Likewise.
1601         (display_debug_section): Likewise.
1602         (process_section_contents): Likewise.
1603         (process_corefile_note_segment): Likewise.
1604         (process_mips_specific): Likewise.  Also free econf32, econf64.
1606 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
1608         * readelf.c (dump_relocations): Print "bad symbol index" if
1609         symtab == NULL with non-zero symtab_index.
1610         (process_relocs): Don't bomb if reloc section has no symsec.
1612 2001-06-24  H.J. Lu  <hjl@gnu.org>
1614         * objcopy.c (strip_main): Revert the change made on 2001-05-30
1615         by accident.
1616         (copy_main): Apply the the change made to strip_main on
1617         2001-05-30 by accident.
1619 2001-06-23  Andreas Jaeger  <aj@suse.de>
1621         * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1622         parameter 'code'.
1623         (unw_decode_x2): Likewise.
1624         (unw_decode_x3): Likewise.
1625         (unw_decode_x4): Likewise.
1627 2001-06-23  Ben Elliston  <bje@redhat.com>
1629         * MAINTAINERS: Add myself as M88k maintainer.
1631 2001-06-22  Jocelyn Mayer  <jocelyn.mayer@netgem.com>
1633         * objcopy.c (strip_main): Support -o or --output-file command lien
1634         switch.
1636 2001-06-19  H.J. Lu <hjl@gnu.org>
1638         * doc/Makefile.in: Regenerated.
1640 2001-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
1642         * readelf.c: Restore formatting.
1644 2001-06-18  H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1646         * Makefile.am: Move documentation into doc subdirectory.
1647         * Makefile.in: Regenerated.
1648         * binutils.texi: Move into doc subdirectory.
1649         * addr2line.1: Removed.
1650         * ar.1: Likewise.
1651         * dlltool.1: Likewise.
1652         * nlmconv.1: Likewise.
1653         * nm.1: Likewise.
1654         * objcopy.1: Likewise.
1655         * objdump.1: Likewise.
1656         * ranlib.1: Likewise.
1657         * readelf.1: Likewise.
1658         * size.1: Likewise.
1659         * strings.1: Likewise.
1660         * strip.1: Likewise.
1661         * windres.1: Likewise.
1662         * cxxfilt.man: Likewise.
1663         * doc: New Directory.
1664         * doc/Makefile.am: New file.
1665         * doc/Makefile.in: Generate.
1667 2001-06-09  Alan Modra  <amodra@bigpond.net.au>
1669         * NEWS: Fix a typo.  Mention hppa64-elf.  Add binutils-2.11 marker.
1671 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
1673         * MAINTAINERS: Update my email address.
1675 2001-05-30  Honda Hiroki  <hhonda@kobe-catv.ne.jp>
1677         * objcopy.c: Add new switches: --keep-global-symbol,
1678         --keep-symbols, --localize-symbols, --keep-global-symbols and
1679         --weaken-symbols.
1680         * binutils.texi: Document new switches.
1681         * objcopy.1: Regenerate.
1682         * NEWS: Announce new feature.
1684 2001-05-28  Andreas Jaeger  <aj@suse.de>
1686         * readelf.c (display_debug_frames): Fix warnings: Remove unused
1687         variables, fix format strings.
1689 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
1691         * objdump.c (disassemble_bytes): Remove section VMA adjustment
1692         when computing the address of the line to show.
1694 2001-05-16  Richard Henderson  <rth@redhat.com>
1696         * readelf.c (do_debug_frames_interp): New.
1697         (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1698         (byte_get_big_endian): Likewise.
1699         (parse_args) ['F']: Set do_debug_frames_interp.
1700         (Frame_Chunk): Make data_factor signed, add fde_encoding.
1701         (frame_display_row): Don't trunc pc_begin to int.
1702         (size_of_encoded_value): New.
1703         (display_debug_frames): Handle 64-bit targets.  Print raw data
1704         unless do_debug_frames_interp.
1705         (debug_displays): Remove duplicate .debug_frame.
1707 2001-05-15  Ralf Baechle  <ralf@gnu.org>
1709         * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1710         The former constant was never in active use and is used otherwise
1711         by the ABI.
1713 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
1715         * readelf.c (process_unwind): Print all unwind sections, not just
1716         one.
1718 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1720         * readelf.c (process_unwind): Remove const specifier.
1722 2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1724         * strings.c (isgraphic): Do not use isascii() unless it is needed
1725         for isprint() to work.
1726         (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1728 2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
1730         * NEWS: Announce support for OpenRISC.
1732 2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
1734         * dlltool.c (do_default_excludes): Initialise to true.
1736 2001-04-10  Alan Modra  <amodra@one.net.au>
1738         * MAINTAINERS: Update my email address
1739         * nm.c (print_symbol_info_bsd): Use a simple printf string.
1741 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
1743         * readelf.c (display_debug_lines): Fix typo for "Prologue".
1745 2001-03-30  H.J. Lu  <hjl@gnu.org>
1747         * readelf.c (process_unwind): Just return if do_unwind is 0.
1749 2001-03-28  Roger Sayle  <roger@metaphorics.com>
1751         * dlltool.c (make_one_lib_file): Fix section flags for
1752         .text, .data and .bss in stub ds*.o files to match those
1753         generated by gas.
1755 2001-03-29  H.J. Lu  <hjl@gnu.org>
1757         * readelf.c (process_unwind): Only do unwind sections for
1758         IA64.
1760 2001-03-28  H.J. Lu  <hjl@gnu.org>
1762         * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1763         * Makefile.in: Regenerate.
1765 2001-03-26  Andreas Jaeger  <aj@suse.de>
1767         * binutils.texi (nm): Fix texi syntax.
1769 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1771         * binutils.texi: Put @c man begin and @c man end indications
1772         to generate man pages using texi2pod and pod2man. Put @c man title
1773         to identify each man. Add SEEALSO entries.
1774         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1775         (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1776         sort the list.
1777         (*.1): Build the man pages from binutils.texi.
1778         * Makefile.in: Regenerate.
1780 2001-03-13  Eric Kohl  <ekohl@rz-online.de>
1782         * defparse.y (opt_equal_name): allow "." in name.
1783         * dlltool.c (def_exports): Added ability to generate forwarded exports.
1784         (gen_exp_file): Likewise.
1786 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
1788         * NEWS: Document addition of -B switch to objcopy.
1789         * binutils.texi:  Document addition of -B switch to objcopy.
1790         * objcopy.c: (copy_options): Add --binary-architecture.
1791         (copy_usage): Document -B/--binary-architecture.
1792         (copy_main): Support -B/--binary-architecture.  Set
1793         bfd_external_binary_architecture.
1795 2001-03-11  Andreas Jaeger  <aj@suse.de>
1797         * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1798         (dump_relocations): Likewise.
1799         (get_machine_name): Likewise.
1801 2001-02-28  Nick Clifton  <nickc@redhat.com>
1803         * readelf.c: (struct unw_aux_info): Remove const modifier for
1804         'strtab' field.
1805         (process_unwind): Remove non-K&R compliant LHS type cast in call
1806         to GET_DATA_ALLOC macro.
1808 2001-02-28  Philip Blundell  <pb@futuretv.com>
1810         * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1811         ABI is in use; remove ambiguity between the "unknown" EABI and
1812         unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
1813         renamed EF_xx constants.
1815 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
1817         * configure.in (BFD_VERSION): New.
1818         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1819         * configure: Regenerate.
1820         * Makefile.am: Run "make dep-am"
1821         * Makefile.in: Regenerate.
1823 2001-02-14  Nick Clifton  <nickc@redhat.com>
1825         * MAINTAINERS: Add "Obvious Fix" rule.
1827 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1829         * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1830         literal concatenation.
1832 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1834         * readelf.c (struct unw_aux_info): Remove const from the info member.
1835         (process_unwind): Don't type-cast the third argument to the
1836         GET_DATA_ALLOC macro.
1838 2001-02-11  Nick Clifton  <nickc@redhat.com>
1840         * readelf.c (dump_relocations): Free corrected allocated
1841         array.
1842         (process_unwind): Fix compile time warning.
1844 2001-02-10  Nick Clifton  <nickc@redhat.com>
1846         * binutils.texi: Document new --unwind option to readelf.
1848 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1850         * readelf.c: Add linux target for S/390.
1852 2001-02-10  Alan Modra  <alan@linuxcare.com.au>
1854         * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1855         printf is a macro.
1857 2001-02-08  Hans-Peter Nilsson  <hp@bitrange.com>
1859         * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1860         * aclocal.m4: Regenerate.
1861         * configure: Regenerate.
1863 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
1865         * bucomm.c (bfd_target_vector): Change extern array to pointer.
1866         * objdump.c (bfd_target_vector): Likewise.
1868 2001-02-07  David Mosberger  <davidm@hpl.hp.com>
1870         * readelf.c (process_unwind): New function.
1871         (slurp_ia64_unwind_table): Ditto.
1872         (dump_ia64_unwind): Ditto.
1873         (find_symbol_for_address): Ditto.
1874         (slurp_rela_relocs): New function (split off from dump_relocations()).
1875         (slurp_rel_relocs): Ditto.
1876         (parse_args): Handle '-u' option.
1878         * unwind-ia64.c: New file.
1879         * unwind-ia64.h: New file.
1880         * Makefile.am: Include unwind-ia64.c in readelf build.
1881         * Makefile.in: Regenerate.
1882         * po/binutils.pot: Regenerate.
1884 2001-02-04  Philip Blundell  <philb@gnu.org>
1886         * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1887         * configure: Regenerate.
1889 2001-01-31  Steve deRosier  <sderosier@vari-lite.com>
1891         * ieee.c (ieee_add_bb11): Don't check for backslashes
1892         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1894 2001-01-24  Mark Elbrecht  <snowball3@bigfoot.com>
1896         * ieee.c: Update copyright.
1897         (ieee_start_compilation_unit): Don't check for backslashes
1898         unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1900         * stabs.c: Update copyright. Include "filenames.h".
1901         (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1903 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
1905         * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1906         sections are present before using them.  Remove code duplication.
1907         (process_symbol_table): Check if VERDEF or VERNEED sections are
1908         present before using them.
1910 2001-01-17  Nick Clifton  <nickc@redhat.com>
1912         * objcopy.c (copy_object): Fail if attempting to convert the
1913         endianness of the input object file.
1915         * binutils.texi: Explain that objcopy cannot convert endianness.
1917 2001-01-16  Nick Clifton  <nickc@redhat.com>
1919         * readelf.c (string_table_length): New variable.
1920         (SECTION_NAME): Catch out of range indices and missing section
1921         pointers.
1922         (process_section_headers): Delete useless local variable
1923         string_table_offset.  Set the value of string_table_length
1924         after loading the string table.
1925         (process_mips_specific): Use SECTION_NAME macro.
1926         (process_file): Set string_table_length to 0 when it is freed.
1928 2001-01-12  Nick Clifton  <nickc@redhat.com>
1930         * version.c (print_version): Update copyright date.
1932 2001-01-11  Peter Targett  <peter.targett@arccores.com>
1934         * readelf.c (dump_relocations): Include selection with EM_ARC.
1935         (get_machine_name) Update name to "ARC".
1937 2001-01-09  Nick Clifton  <nickc@redhat.com>
1939         * Makefile.am: Add rule to build objdump.o from objdump.c and
1940         using OBJDUMP_DEFS.
1941         * Makefile.in: Regenerate.
1943         * configure.in: Define OBJDUMP_DEFS.  Default to empty.
1944         (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1945         -DDISASSEMBLER_NEEDS_RELOCS.
1946         * configure: Regenerate.
1948         * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1949         is defined read in the relocs even if dump_reloc_info is
1950         false.
1952 2001-01-07  Philip Blundell  <philb@gnu.org>
1954         * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1955         `bug-binutils'.
1956         * README: Likewise.
1958 2000-12-19  Nick Clifton  <nickc@redhat.com>
1960         * dlltool.c: Add missing support for arm-epoc-pe.
1961         * configure.in: Add missing support for arm-epoc-pe.
1962         * configure: Regenerate.
1964 2000-12-15  Nick Clifton  <nickc@redhat.com>
1966         * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1967         Mode parts of the x86 port.
1969 2000-12-04  Andreas Jaeger  <aj@suse.de>
1971         * readelf.c (guess_is_rela): Add EM_X86_64.
1972         (dump_relocations): Add EM_X86_64.
1973         (get_machine_name): Add EM_X86_64.
1974         Include "elf/x86-64.h".
1976 2000-12-12  Nick Clifton  <nickc@redhat.com>
1978         * readelf.c: Fix formatting.
1980 2000-12-11  Jan Hubicka  <jh@suse.cz>
1982         * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1984 2000-12-07  Andrew Haley  <aph@redhat.com>
1986         * readelf.c (display_debug_frames): Only display columns that are
1987         referenced by the frame debug info.
1989 2000-12-05  Nick Clifton  <nickc@redhat.com>
1991         * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1993 2000-12-04  Jason Merrill  <jason@redhat.com>
1995         * readelf.c (process_section_headers): Handle linkonce.wi sections.
1996         (display_debug_section): Likewise.
1997         (display_debug_info): Display CU header before bailing.
1999 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
2001         * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2002         EF_MIPS_ARCH.  Replace use of E_MIPS_MACH_MIPS32 with
2003         E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2005         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2006         and E_MIPS_ARCH_64.
2008         * readelf.c (get_machine_flags): Add case for
2009         E_MIPS_MACH_SB1.
2011 2000-11-30  Richard Earnshaw  <rearnsha@arm.com>
2013         * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2015 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
2017         * MAINTAINERS: Add J�örn Rennecke and self as SH maintainers.
2018         Change sourceware.cygnus.com to sources.redhat.com.
2019         Fix typo for "amongst".
2021 2000-11-28  Nick Clifton  <nickc@redhat.com>
2023         * strip.1 (COPYING): Mention that the GNU Free Documentation
2024         License is present in the sources, but not the output, and
2025         also available from the GNU website.
2026         (GNU Free Documentation License): Comment out this section.
2027         * strings.1: Ditto.
2028         * size.1: Ditto.
2029         * ranlib.1: Ditto.
2030         * objdump.1: Ditto.
2031         * objcopy.1: Ditto.
2032         * nm.1: Ditto.
2033         * nlmconv.1: Ditto.
2034         * ar.1: Ditto.
2035         * addr2line.1: Ditto.
2037 2000-11-27  DJ Delorie  <dj@redhat.com>
2039         * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2040         (parse_args): Support -wf option.
2041         (process_section_headers): Ditto.
2042         (debug_displays): Ditto.
2043         (display_debug_frames): New, dump *_frame sections.
2044         (frame_need_space): Support for above.
2045         (frame_display_row): Ditto.
2046         * binutils.texi: Document it.
2048 2000-11-24  Nick Clifton  <nickc@redhat.com>
2050         * NEWS: Announce support for v5t, v5te and XScale.
2052 2000-11-22  Nick Clifton  <nickc@redhat.com>
2054         * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2055         EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2056         (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2057         (get_elf_section_flags: Add SHF_GROUP.
2058         (process_section_headers): Adjust output for 32-bit binaries
2059         to look nice on an 80 column terminal.
2061 2000-11-20  H.J. Lu  <hjl@gnu.org>
2063         * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2064         ELFOSABI_AIX.
2066 2000-11-17  Richard Henderson  <rth@redhat.com>
2068         * readelf.c (display_debug_lines): Adjust last change to
2069         use sizeof (external->li_length).
2071 2000-11-17  Richard Henderson  <rth@redhat.com>
2073         * readelf.c (display_debug_lines): Fix section length check
2074         and end_of_sequence computation.
2076 2000-11-06  Nick Clifton  <nickc@redhat.com>
2078         * binutils.texi: Add GNU Free Documentation License.
2079         * objcopy.1: Add GNU Free Documentation License.
2080         * objdump.1: Add GNU Free Documentation License.
2081         * addr2line.1: Add GNU Free Documentation License.
2082         * ar.1: Add GNU Free Documentation License.
2083         * nlmconv.1: Add GNU Free Documentation License.
2084         * nm.1: Add GNU Free Documentation License.
2085         * ranlib.1: Add GNU Free Documentation License.
2086         * size.1: Add GNU Free Documentation License.
2087         * strings.1: Add GNU Free Documentation License.
2088         * strip.1: Add GNU Free Documentation License.
2090 2000-10-06  Luciano Gemme <ishitawa@yahoo.com>
2092         * objcopy.c (--srec-len=nn): New parameter to set the
2093         maximum length of generated Srecords.
2094         (--srec-forceS3): New parameter that restricts the generation of
2095         Srecords to type S3 only.
2096         * binutils.texi: Document new command line switches.
2097         * objcopy.1: Docuemnt the new command line switches.
2098         * NEWS: Announce the existence of the new command line switches.
2100 2000-10-31  Nick Clifton  <nickc@redhat.com>
2102         * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2103         code.  Add Eric Chrisopher as maintainer of MN10300 port.
2105 2000-10-12  Roger Sayle  <roger@metaphorics.com>
2107         * Make comma after string after icon/control optional.
2109 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
2111         * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2113         * NEWS: Mention support for MIPS32.
2115 2000-09-08  Nick Clifton  <nickc@redhat.com>
2117         * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2119 2000-09-07  H.J. Lu  <hjl@gnu.org>
2121         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2122         * configure: Rebuild.
2124 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
2126         * configure: Rebuilt with new libtool.m4.
2128 2000-09-05  Nick Clifton  <nickc@redhat.com>
2130         * aclocal.m4: Regenerate.
2131         * config.in: Regenerate.
2132         * configure: Regenerate.
2134 2000-09-04  Todd Vierling  <tv@wasabisystems.com>
2136         * strip.1: Fix stray '\' in -o formatting.
2138 2000-09-02  Nick Clifton  <nickc@redhat.com>
2140         * configure.in: Increase version number to 2.10.91.
2141         * configure: Regenerate.
2142         * aclocal.m4: Regenerate.
2143         * config.in: Regenerate.
2144         * po/binutils.pot: Regenerate.
2146 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
2148         * acinclude.m4: Include libtool and gettext macros from the
2149         top level.
2150         * aclocal.m4, configure: Rebuilt.
2152 2000-08-30  Jamie Guinan  <guinan@bluebutton.com>
2154         * resrc.c (close_input_stream): Delete extraneous logic
2156 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
2158         * NEWS: Mention support for CRIS.
2160 2000-08-21  Nick Clifton  <nickc@redhat.com>
2162         * addr2line.c: Changed email address for Ulrich Lauther.
2164 2000-08-17  Christopher C. Chimelis <chris@debian.org>
2166         * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2168 2000-08-17  Nick Clifton  <nickc@redhat.com>
2170         * readelf.c (display_debug_pubnames): Only issue warning
2171         message once.  Terminate message with a new line.
2172         (display_debug_aranges): Only display version 2 debug info.
2174 2000-08-14  Todd Vierling <tv@wasabisystems.com>
2176         * objcopy.c (strip_main): Silently accept -d as an alias for -g
2177         for compatability with old BSD systems.
2179 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
2181         * NEWS: Mention i860 support.
2183 2000-08-11  Carlo Wood <carlo@alinoe.com>
2185         * addr2line.c (main): Add const to char *.
2187 2000-08-11  Geoff Keating  <geoffk@cygnus.com>
2189         * ar.c (main): Don't crash if called with no arguments
2190         or only '-X32_64' as an argument.
2192 2000-08-08  DJ Delorie  <dj@redhat.com>
2194         * resrc.c: use "gcc -xc" instead of -xc-header
2196 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
2198         * readelf.c (elf/i860.h): Include.
2199         (dump_relocations): Add recognition of i860 architecture.
2200         (guess_is_rela): Add recognition of i860 architecture.
2202 2000-08-03  Nick Clifton  <nickc@cygnus.com>
2204         * MAINTAINERS: Add information about CGEN maintainers.
2206 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
2208         * nm.c (main): Ignore '-X32_64' as an option.
2209         * ar.c (main): Likewise.
2210         * binutils.texi (nm): Document new option.
2211         (ar): Likewise.
2213 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2215         * rdcoff.c (external_coff_symbol_p): K&R-ise.
2217 2000-07-20  H.J. Lu  <hjl@gnu.org>
2219         * binutils.texi: Put back "@end table" deleted by
2220         accident.
2222 2000-07-05  Kenneth Block  <krblock@computer.org>
2224         * nm.c: Add optional style to demangle switch.
2225         * objdump.c: Add optional style to demangle switch.
2226         * addr2line.c: Add optional style to demangle switch.
2227         * binutils.texi: Document optional style to demangle
2228         switch.
2230 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
2232         * MAINTAINERS: Add self as CRIS port maintainer.
2233         * readelf.c: Include elf/cris.h.
2234         (guess_is_rela): Handle EM_CRIS.
2235         (dump_relocations): Ditto.
2236         (get_machine_name): Ditto.
2237         * Makefile.am: Rebuild dependencies.
2238         * Makefile.in: Regenerate.
2239         * po/binutils.pot: Regenerate.
2241 2000-07-19  H.J. Lu  <hjl@gnu.org>
2243         * readelf.c (get_dynamic_type): Change "AUXILARY" to
2244         "AUXILIARY".
2245         (process_dynamic_segment): Print out strings for DT_CONFIG,
2246         DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2248 2000-07-19  Mark Kettenis  <kettenis@gnu.org>
2250         * nm.c (usage): Change output of `nm --help' to include a
2251         description of the purpose of the program and a detailed
2252         description of the accepted options.
2254 2000-07-19  H.J. Lu  <hjl@gnu.org>
2256         * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2257         to DF_1_NODEFLIB.
2259 2000-07-19  H.J. Lu  <hjl@gnu.org>
2261         * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2263 2000-07-19  H.J. Lu  <hjl@gnu.org>
2265         * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2266         DT_FEATURE.
2267         (process_dynamic_segment): Likewise.
2269         * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2270         DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2271         (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2272         DF_1_NODUMP and DF_1_CONLFAT.
2274 2000-07-18  Nick Clifton  <nickc@cygnus.com>
2276         * binutils.texi (readelf): Fix spelling typo.
2278 2000-07-11  Mark Kettenis  <kettenis@gnu.org>
2280         * objdump.c (usage): Make output of `objdump --help' more
2281         consistent with the rest of the GNU world.  Add a line describing
2282         the purpose of the program.
2284 2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
2286         * stabs.c (parse_stab_range_type): Cast to proper type to fix
2287         warning.
2289 2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
2291         * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2292         to fix warnings.
2293         (process_symbol_table): Ditto.
2294         (procesS_extended_line_op): Ditto.
2295         (display_debug_lines): Ditto.
2296         (display_debug_pubnames): Ditto.
2297         (read_and_display_attr): Ditto.
2299 2000-07-09  Nick Clifton  <nickc@cygnus.com>
2301         * MAINTAINERS: Add several more port specific maintainers.
2303 2000-07-05  Nick Clifton  <nickc@cygnus.com>
2305         * MAINTAINERS: Add blanket write privs for Michael Meissner.
2307 2000-06-05  DJ Delorie  <dj@redhat.com>
2309         * MAINTAINERS: New.
2311 2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
2313         * dllwrap.c: Changed mistaken dyn_string_append() calls
2314         to dyn_string_append_cstr().
2316 2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
2318         * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2319         struct debug_type stores size in bytes.
2321 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
2323         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
2324         (CLEANFILES): Add DEPA.
2325         * Makefile.in: Regenerate.
2327 2000-06-27  Alan Modra  <alan@linuxcare.com.au>
2329         * ar.c: Revert incorrect 2000-06-25 patch.
2330         * bucomm.c: Likewise.
2332 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2334         * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2335         (external_coff_symbol_p): New function.
2336         (parse_coff): Use it.
2338 2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
2340         * ar.c (normalize): Advance past both characters in a DOS based
2341         <letter>: filepath prefix.
2342         (main): Likewise.
2343         * bucomm.c (make_tempname): Likewise.
2345 2000-06-24  Nick Clifton  <nickc@cygnus.com>
2347         * objdump.c (usage): Fix description of --stabs switch.
2349 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
2351         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2352         find one.
2353         * Makefile.in: Regenerate.
2355 2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
2357         * ar.c (normalize): Correct pointer comparison when checking for
2358         backslashes.
2359         (main): Likewise.
2360         * bucomm.c (make_tempname): Likewise.
2362         * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2363         and search for backslashes in the original pathname.
2364         (ieee_add_bb11): Likewise.
2366 2000-06-18  Nick Clifton  <nickc@redhat.com>
2368         * ar.c (print_contents): Improve verbose message.
2370 2000-06-15  H.J. Lu  <hjl@gnu.org>
2372         * dyn-string.c: Removed. Not needed with dyn-string.c in
2373         libiberty.
2374         * dyn-string.h: Likewise.
2376         * Makefile.am: Remove references to dyn-string.c and
2377         dyn-string.h. Rebuild dependency.
2378         * Makefile.in: Rebuild.
2380 2000-06-15  H.J. Lu  <hjl@gnu.org>
2382         * binutils.texi: Put a warning on copying relocatable object
2383         files between two different formats.
2385 2000-06-13  DJ Delorie  <dj@cygnus.com>
2387         * rcparse.y (control): ICON controls take an id as the first
2388         parameter, not an optional string.  Also, call new convenience
2389         function that takes res_id's.
2390         * resrc.c (define_control): missing text means zero-length string,
2391         not zero ID.
2392         (define_icon_control): New.
2393         * windres.h: declare define_icon_control.
2395 2000-06-13  H.J. Lu  <hjl@gnu.org>
2397         * configure: Regenerate.
2399 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
2401         * configure.in (VERSION): Update to show this is the CVS mainline.
2403 2000-06-02  David O'Brien  <obrien@FreeBSD.org>
2405         * strings.c (isgraphic): Interpret <TAB> as a printable character,
2406         analogous to <SPACE>.
2408 2000-05-30  Alan Modra  <alan@linuxcare.com.au>
2410         * objdump.c (display_target_list): Use bfd_close_all_done, not
2411         bfd_close to fix crash caused by 2000-05-24 change.
2413 2000-05-25  DJ Delorie  <dj@cygnus.com>
2415         * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2417 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
2419         * Makefile.am: Update dependencies with "make dep-am"
2420         * Makefile.in: Regenerate.
2422 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
2424         * ar.c: Include filenames.h.
2425         (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2426         and drive letters in file names.
2427         (main): Support backslashes and drive letters in argv[0].  Drop
2428         the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
2429         FILENAME_CMP instead of strcmp to compare file names.
2430         (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2431         DJGPP v2.
2432         (do_quick_append) [__GO32__]: Ditto.
2433         (get_pos_bfd, delete_members, move_members, replace_members):
2434         Compare file names with FILENAME_CMP.
2436         * bucomm.c: Include filenames.h.
2437         (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2438         forward/backward slashes and drive letters in file names.
2440         * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2441         mixed forward/backward slashes and drive letters in file names.
2443         * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2444         (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2445         mode.
2447         * objcopy.c: Include filenames.h.
2448         (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2449         before comparing to "strip".
2450         Use FILENAME_CMP to compare file names.
2452         * arsup.c: Include filenames.h.
2453         (map_over_list, ar_delete, ar_replace, ar_extract): Use
2454         FILENAME_CMP to compare file names.
2455         (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2456         the temporary file name.
2458         * configure.in: Check for setmode.
2459         * configure: Regenerate.
2461 2000-05-24  Alan Modra  <alan@linuxcare.com.au>
2463         * objdump.c (display_target_list): Close the bfd.
2464         (display_info_table): Likewise.
2466 2000-05-14  H.J. Lu  (hjl@gnu.org)
2468         * objcopy.c (filter_symbols): Don't strip global symbols in
2469         relocatable object files.
2471 2000-05-14  Alan Modra  <alan@linuxcare.com.au>
2473         * size.c (usage): Associate short options with corresponding long
2474         option to give a clue as to their function.
2476 2000-05-14  Philippe De Muyter  <phdm@macqel.be>
2478         * size.c (main): Accept and ignore `-f' option.
2480 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
2482         * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2483         bindtextdomain): Replace defines with those from intl/libgettext.h
2484         to quieten gcc warnings.
2486 2000-05-12  H.J. Lu  <hjl@gnu.org>
2488         * nlmconv.c (temp_filename): Removed.
2490         * nlmconv.c (link_inputs): Use make_temp_file () instead of
2491         choose_temp_base ().
2492         * objdump.c (display_target_list): Likewise.
2493         (display_info_table): Likewise.
2495 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
2497         * objcopy.c (setup_section): Add const and gettext calls for err.
2499 2000-05-02  H.J. Lu  <hjl@gnu.org>
2501         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2502         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2503         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2504         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2505         and ELFOSABI_OPENBSD.
2507 2000-05-02  Kazu Hirata  <kazu@hxi.com>
2509         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2510         * srconv.c: Likewise.
2511         * sysdump.c: Likewise.
2513 2000-04-23  Denis Chertykov  <denisc@overta.ru>
2515         * readelf.c (guess_is_rela): AVR uses RELA relocations.
2516         (get_machine_name): machine name for EM_AVR added.
2518 2000-04-21  Richard Henderson  <rth@cygnus.com>
2519             David Mosberger  <davidm@hpl.hp.com>
2521         * Makefile.am (readelf.o): Add elf/ia64.h.
2522         * Makefile.in: Rebuild.
2523         * readelf.c: Include elf/ia64.h.
2524         (guess_is_rela, dump_relocations): Handle EM_IA_64.
2526 2000-04-17  Timothy Wall  <twall@cygnus.com>
2528         * objdump.c (disassemble_data): Set octets per byte *after*
2529         resolving arch/mach for binary files.
2531 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2533         * arlex.l: Add directives to increase lex buffer size.
2535         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2536         already included by bucomm.h.
2538 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
2540         * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2541         `strftime' since strftime is not available on all systems.
2542         (process_mips_specific): Ditto.
2544 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
2546         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
2547         --enable-build-warnings option.
2548         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2549         * Makefile.in, configure: Re-generate.
2551 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
2553         * addr2line.c: Update copyright.
2554         * objcopy.1: Likewise, and title.
2555         * strings.1: Likewise.
2557         * version.c (print_version): Add 2000.
2559         * rddbg.c (read_section_stabs_debugging_info): Don't use
2560         bfd_size_type for strx to avoid printf problems if BFD64.
2562         * bucomm.c: (report): Remove `static'.
2563         Move inclusion of stdarg.h/vararg.h from here.
2564         * bucomm.h: To here.
2565         (CONST): Change all occurences to const.
2566         (report): Declare it.
2567         (bfd_fatal): Add ATTRIBUTE_NORETURN.
2568         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2569         (non_fatal): Add ATTRIBUTE_PRINTF_1.
2571         * ar.c (main): Use fatal or non_fatal instead of fprintf.
2572         Correct a typo in an error message.
2573         (do_quick_append): Use non_fatal instead of fprintf.
2574         (move_members): Use fatal instead of fprintf, exit.
2575         * coffdump.c (main): Same here.
2577         * dlltool.c (display): Delete.
2578         (warn): Delete.
2579         (inform): Use `report' instead of `display'.
2580         (rvaafter): Remove trailing \n from fatal error msg.
2581         (rvabefore): Ditto.
2582         (asm_prefix): Ditto.
2583         (yyerror): Replace `warn' with `non_fatal', and remove \n.
2584         (def_name): Likewise.
2585         (run): Likewise.
2586         (scan_all_symbols): Likewise.
2587         (gen_lib_file): Likewise.
2588         (def_library): Likewise.  Remove extra program_name too.
2589         (run): Remove \n from inform strings.
2590         (scan_drectve_symbols): Likewise.
2591         (add_excludes): Likewise.
2592         (scan_open_obj_file): Likewise.
2593         (gen_exp_file): Likewise.
2594         (gen_lib_file): Likewise.
2595         (process_duplicates): Likewise.
2597         * Makefile.am (dllwrap_SOURCES): Add version.c.
2598         * dllwrap.c (program_version): Delete.
2599         (print_version): Delete.
2600         (display): Always print trailing \n.
2601         (warn): New.
2602         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
2603         (run): Here too.
2604         (main): And here.
2605         (usage): gettext'ify.
2606         (long_options): Add missing initialisers.
2608         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2609         (select_output_format): Likewise.
2610         (powerpc_mangle_relocs): Likewise.
2611         (link_inputs): Likewise.
2613         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2614         (set_output_format): Likewise.
2615         (main): Use non_fatal instead of fprintf.
2616         (display_rel_file): Likewise.
2618         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2619         (slurp_dynamic_symtab): Same here.
2620         (disassemble_data): And here.
2621         (read_section_stabs): And here.
2622         (read_section_stabs): And here.
2623         (dump_bfd): And here.
2624         (main): And here.
2625         (objdump_sprintf): Use fatal instead of fprintf, exit.
2626         (disassemble_data): Same here.
2628         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2629         (parse_coff_struct_type): Same here.
2630         (parse_coff_enum_type): And here.
2631         (parse_coff): And here.
2632         * rddbg.c (read_debugging_info): And here.
2633         * size.c (main): And here.
2634         * windres.c (format_from_name): And here.
2635         * wrstabs.c (stab_write_symbol): Here too.
2636         (write_stabs_in_sections_debugging_info): And here.
2637         (stab_int_type): And here.
2638         (stab_struct_field): And here.
2639         (stab_typdef): And here.
2641         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2642         * srconv.c (main): Same here.
2643         * strings.c (main): And here.
2644         (integer_arg): And here.
2645         * sysdump.c (main): And here.
2647 2000-04-06  Timothy Wall  <twall@cygnus.com>
2649         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2651 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2653         * readelf.c (decode_location_expression): Loop through multiple
2654         operations.
2655         (read_and_display_attr): Pass in length.
2657         * readelf.c (read_and_display_attr): Add CU offset to references.
2658         (display_debug_info): Pass it in.
2660 2000-04-06  Nick Clifton  <nickc@cygnus.com>
2662         * readelf.c (decode_ARM_machine_flags): New function.
2663         (get_machine_flags): Call decode_ARM_machine_flags for ARM
2664         targets.
2666         (get_machine_name): Catch EM_AVR
2668 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
2670         * binutils.texi: Remove optional `=' from long options that have
2671         an `=' in the argument.
2672         * objcopy.1: Here too.  Remove extra space on discard-all.
2674         * binutils.texi (objcopy): Mention --redefine-sym.
2675         * objcopy.1: Here too.
2676         * NEWS: And here.
2678         * objcopy.c (parse_flags): Split off flag names from error message
2679         gettext as they are not translated.
2680         (copy_main): Similarly split off option name for --add-section,
2681         --set-section-flags, --change-section-vma, --change-section-lma
2682         error messages.
2683         Some white space changes.
2685         from Matthew Benjamin <matt@linuxbox.nu>
2686         * objcopy.c (struct redefine_node): New.
2687         (redefine_sym_list): New.
2688         (redefine_list_append): New.
2689         (lookup_sym_redefinition): New.
2690         (OPTION_REDEFINE_SYM): New.
2691         (copy_options): Add --redefine-sym option.
2692         (copy_usage): Mention it.
2693         (filter_symbols): Rename symbols on redefine_sym_list.
2694         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2695         (copy_main): Handle OPTION_REDEFINE_SYM.
2697 2000-04-04  H.J. Lu  <hjl@gnu.org>
2699         * readelf.c (process_symbol_table): Correctly read in symbol
2700         versioning information.
2702 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
2704         * po/binutils.pot: Regenerate.
2706         * addr2line.c (usage): Restore translated part of bug string.
2707         * ar.c (usage): Likewise.
2708         * nlmconv.c (show_usage): Likewise.
2709         * nm.c (usage): Likewise.
2710         * objcopy.c (copy_usage): Likewise.
2711         (strip_usage): Likewise.
2712         * objdump.c (usage): Likewise.
2713         * readelf.c (usage): Likewise.
2714         * size.c (usage): Likewise.
2715         * strings.c (usage): Likewise.
2716         * windres.c (usage): Likewise.
2718         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2719         (DEP): Quote when passing vars to sub-make.  Add warning
2720         message to end.
2721         (DEP1): Rewrite for "gcc -MM".
2722         (CLEANFILES): Add DEP2.
2723         Update dependencies.
2724         * Makefile.in: Regenerate.
2726 2000-04-04  H.J. Lu  <hjl@gnu.org>
2728         * Makefile.am (GENERATED_HFILES): Add rcparse.h
2729         (arparse.h): Depend on arparse.c
2730         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2732 2000-04-03  H.J. Lu  (hjl@gnu.org)
2734         * size.c (usage): Use REPORT_BUGS_TO.
2736 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
2738         * bucomm.h: #include "bin-bugs.h"
2739         * addr2line.c (usage): Use REPORT_BUGS_TO.
2740         * ar.c (usage): Likewise.
2741         * nlmconv.c (show_usage): Likewise.
2742         * nm.c (usage): Likewise.
2743         (OPTION_TARGET): Define.
2744         (long_options): Use OPTION_TARGET rather than 200.
2745         (main): Likewise.
2747         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2748         (strip_usage): Likewise.
2749         * objdump.c (usage): Likewise.
2750         * readelf.c (usage): Likewise.
2751         * strings.c (usage): Likewise.
2752         * windres.c (usage): Likewise.
2754 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2756         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2758 2000-03-27  Nick Clifton  <nickc@cygnus.com>
2760         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2761         string offsets in corrupt stabs entries.
2763 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
2765         * readelf.c: Include elf/avr.h
2766         (dump_relocations): Add EM_AVR case.
2768 2000-03-09  Tim Waugh  <twaugh@redhat.com>
2770         * strings.1: Correct '-bytes' to '--bytes'.
2772 2000-03-08  H.J. Lu  <hjl@gnu.org>
2774         * Makefile.am (install-exec-local): Depend on
2775         install-binPROGRAMS for parallel make.
2776         * Makefile.in: Regenerated.
2778 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
2780         From Brad Lucier <lucier@math.purdue.edu>:
2781         * readelf.c (process_dynamic_segment): Add cast to make sure
2782         argument to %* is int.
2784 2000-02-25  H.J. Lu  <hjl@gnu.org>
2786         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2788 2000-02-24  Nick Clifton  <nickc@cygnus.com>
2790         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
2791         * configure: Regenerate.
2793         * dlltool.c: Add support for sh-pe and mips-pe targets.
2794         * rescoff.c: Add support for sh-pe and mips-pe targets.
2796 2000-02-23  H.J. Lu  <hjl@gnu.org>
2798         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2800 2000-02-22  Nick Clifton  <nickc@cygnus.com>
2802         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
2804 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
2806         From Brad Lucier <lucier@math.purdue.edu>:
2807         * readelf.c (process_version_sections): Add casts to make sure
2808         argument to %* is an int.
2809         (process_mips_specific): Add casts to make printf arguments match
2810         format.
2812 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
2814         * objdump.c (dump_section_header): Change `opb' to unsigned.
2815         (find_symbol_for_address): Same here.
2816         (disassemble_data): And here.  Change `addr_offset',
2817         `stop_offset', `nextstop_offset' to unsigned long.
2818         (dump_data): Change opb to unsigned.
2820 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
2822         * resrc.c: Remove unmatched #if for cygwin.
2824 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
2826         * binutils.texi: Document the change of flavor name from atpcs-special
2827         to special-atpcs to prevent name conflict in gdb.
2829 2000-02-08  Timothy Wall  <twall@redhat.com>
2831         * objdump.c (show_line): Fix bug preventing printing of the very
2832         first line (line zero) of a file when interlisting source and
2833         assembly.  Added option to print entire context from start of file
2834         when the first line from that file is encountered.
2836 2000-02-03  Timothy Wall <twall@redhat.com>
2838         * objdump.c (dump_section_header, find_symbol_for_address,
2839         show_line, disassemble_bytes, disassemble_data, dump_data):
2840         distinguish between octets and bytes.
2842 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
2844         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
2845         check to unresolved symbols.
2846         (print_symbol_info_sysv):  Ditto.
2847         (print_symbol_info_posix):  Ditto.
2849         * binutils.texi: Document new 'V' symclass flag for nm.
2851 2000-01-27  Nick Clifton  <nickc@redhat.com>
2853         * binutils.texi (objdump): Document new ARM specific
2854         disassembler options.
2856         * objdump.c (usage): Call disassembler_usage().
2858 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
2860         * readelf.c (get_dynamic_flags): Return buff.
2861         (process_dynamic_segment): Don't pass error strings to printf
2862         as format arg.
2863         (read_and_display_attr): Use lx and ld to print longs.
2864         (process_corefile_note_segment): Cast bfd_vma to unsigned long
2865         before printing.
2866         Update copyright.
2868 2000-01-17  Nick Clifton  <nickc@cygnus.com>
2870         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2872 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
2874         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2875         false.
2876         (debug_tag_type): Here too.
2877         * ieee.c (ieee_builtin_type): And here.
2878         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
2880 2000-01-13  Nick Clifton  <nickc@cygnus.com>
2882         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
2883         System/370".
2885 2000-01-11  Nick Clifton  <nickc@cygnus.com>
2887         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
2889 2000-01-10  Nick Clifton  <nickc@cygnus.com>
2891         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2893 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
2895         * windres.c (long_options): Add --use-temp-file and
2896         --no-use-temp-file options.
2897         (usage): Document.
2898         (main): Handle.
2900         * windres.h: Update read_rc_file prototype.
2902         * resrc.c (cpp_temp_file): New static variable.
2903         (istream_type): New static variable.
2904         (close_pipe): Delete function.
2905         (run_cmd): New static function.
2906         (open_input_stream): New static function.
2907         (close_input_stream): New static function.
2908         (look_for_default): Handle DOS directory separator. Use
2909         open_input_stream instead of popen.
2910         (read_rc_file): Likewise.
2912         * binutils.texi: Document --use-temp-file, --no-use-temp-file
2913         options.
2915 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
2917         * dlltool.c (create_compat_implib): New variable.
2918         (gen_exp_file): Use.
2919         (make_one_lib_file): Use.
2920         (long_options): Add --compat-implib option.
2921         (usage): Handle.
2922         (main): Handle.
2924         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2925         (main): Use. Don't look for "32" in cygwin and mingw target names.
2927 2000-01-03  Nick Clifton  <nickc@cygnus.com>
2929         * binutils.texi: Document new, ARM specific disassembler
2930         command line switch "-M force-thumb".
2932 For older changes see ChangeLog-9899
2934 Local Variables:
2935 mode: change-log
2936 left-margin: 8
2937 fill-column: 74
2938 version-control: never
2939 End: