DataDirectory virtual address is relative. Fix to suit.
[binutils.git] / binutils / ChangeLog
blob813fdff0adc9665cc555fcea9a3e34d2775aa082
1 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
3         * objcopy.c (setup_section): Add const and gettext calls for err.
5 2000-05-02  H.J. Lu  <hjl@gnu.org>
7         * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
8         ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
9         ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
10         ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
11         and ELFOSABI_OPENBSD.
13 2000-05-02  Kazu Hirata  <kazu@hxi.com>
15         * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
16         * srconv.c: Likewise.
17         * sysdump.c: Likewise.
19 Sun Apr 23 14:23:26 2000  Denis Chertykov  <denisc@overta.ru>
21         * readelf.c (guess_is_rela): AVR uses RELA relocations.
22         (get_machine_name): machine name for EM_AVR added.
24 Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
25                           David Mosberger  <davidm@hpl.hp.com>
27         * Makefile.am (readelf.o): Add elf/ia64.h.
28         * Makefile.in: Rebuild.
29         * readelf.c: Include elf/ia64.h.
30         (guess_is_rela, dump_relocations): Handle EM_IA_64.
31         
32 2000-04-17  Timothy Wall  <twall@cygnus.com>
34         * objdump.c (disassemble_data): Set octets per byte *after*
35         resolving arch/mach for binary files.
37 2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
39         * arlex.l: Add directives to increase lex buffer size.
41         * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
42         already included by bucomm.h.
44 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
46         * readelf (dynamic_segment_mips_val): Call `sprintf', not
47         `strftime' since strftime is not available on all systems.
48         (process_mips_specific): Ditto.
50 Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
52         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
53         --enable-build-warnings option.
54         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
55         * Makefile.in, configure: Re-generate.
57 2000-04-06  Alan Modra  <alan@linuxcare.com.au>
59         * addr2line.c: Update copyright.
60         * objcopy.1: Likewise, and title.
61         * strings.1: Likewise.
63         * version.c (print_version): Add 2000.
65         * rddbg.c (read_section_stabs_debugging_info): Don't use
66         bfd_size_type for strx to avoid printf problems if BFD64.
68         * bucomm.c: (report): Remove `static'.
69         Move inclusion of stdarg.h/vararg.h from here.
70         * bucomm.h: To here.
71         (CONST): Change all occurences to const.
72         (report): Declare it.
73         (bfd_fatal): Add ATTRIBUTE_NORETURN.
74         (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
75         (non_fatal): Add ATTRIBUTE_PRINTF_1.
77         * ar.c (main): Use fatal or non_fatal instead of fprintf.
78         Correct a typo in an error message.
79         (do_quick_append): Use non_fatal instead of fprintf.
80         (move_members): Use fatal instead of fprintf, exit.
81         * coffdump.c (main): Same here.
83         * dlltool.c (display): Delete.
84         (warn): Delete.
85         (inform): Use `report' instead of `display'.
86         (rvaafter): Remove trailing \n from fatal error msg.
87         (rvabefore): Ditto.
88         (asm_prefix): Ditto.
89         (yyerror): Replace `warn' with `non_fatal', and remove \n.
90         (def_name): Likewise.
91         (run): Likewise.
92         (scan_all_symbols): Likewise.
93         (gen_lib_file): Likewise.
94         (def_library): Likewise.  Remove extra program_name too.
95         (run): Remove \n from inform strings.
96         (scan_drectve_symbols): Likewise.
97         (add_excludes): Likewise.
98         (scan_open_obj_file): Likewise.
99         (gen_exp_file): Likewise.
100         (gen_lib_file): Likewise.
101         (process_duplicates): Likewise.
103         * Makefile.am (dllwrap_SOURCES): Add version.c.
104         * dllwrap.c (program_version): Delete.
105         (print_version): Delete.
106         (display): Always print trailing \n.
107         (warn): New.
108         (delete_temp_files): Use warn instead of fprintf.  Use gettext.
109         (run): Here too.
110         (main): And here.
111         (usage): gettext'ify.
112         (long_options): Add missing initialisers.
114         * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
115         (select_output_format): Likewise.
116         (powerpc_mangle_relocs): Likewise.
117         (link_inputs): Likewise.
119         * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
120         (set_output_format): Likewise.
121         (main): Use non_fatal instead of fprintf.
122         (display_rel_file): Likewise.
124         * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
125         (slurp_dynamic_symtab): Same here.
126         (disassemble_data): And here.
127         (read_section_stabs): And here.
128         (read_section_stabs): And here.
129         (dump_bfd): And here.
130         (main): And here.
131         (objdump_sprintf): Use fatal instead of fprintf, exit.
132         (disassemble_data): Same here.
134         * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
135         (parse_coff_struct_type): Same here.
136         (parse_coff_enum_type): And here.
137         (parse_coff): And here.
138         * rddbg.c (read_debugging_info): And here.
139         * size.c (main): And here.
140         * windres.c (format_from_name): And here.
141         * wrstabs.c (stab_write_symbol): Here too.
142         (write_stabs_in_sections_debugging_info): And here.
143         (stab_int_type): And here.
144         (stab_struct_field): And here.
145         (stab_typdef): And here.
147         * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
148         * srconv.c (main): Same here.
149         * strings.c (main): And here.
150         (integer_arg): And here.
151         * sysdump.c (main): And here.
153 2000-04-06  Timothy Wall  <twall@cygnus.com>
155         * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
157 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
159         * readelf.c (decode_location_expression): Loop through multiple
160         operations.
161         (read_and_display_attr): Pass in length.
163         * readelf.c (read_and_display_attr): Add CU offset to references.
164         (display_debug_info): Pass it in.
166 2000-04-06  Nick Clifton  <nickc@cygnus.com>
168         * readelf.c (decode_ARM_machine_flags): New function.
169         (get_machine_flags): Call decode_ARM_machine_flags for ARM
170         targets.
171         
172         (get_machine_name): Catch EM_AVR
174 2000-04-05  Alan Modra  <alan@linuxcare.com.au>
176         * binutils.texi: Remove optional `=' from long options that have
177         an `=' in the argument.
178         * objcopy.1: Here too.  Remove extra space on discard-all.
180         * binutils.texi (objcopy): Mention --redefine-sym.
181         * objcopy.1: Here too.
182         * NEWS: And here.
184         * objcopy.c (parse_flags): Split off flag names from error message
185         gettext as they are not translated.
186         (copy_main): Similarly split off option name for --add-section,
187         --set-section-flags, --change-section-vma, --change-section-lma
188         error messages.
189         Some white space changes.
191         from Matthew Benjamin <matt@linuxbox.nu>
192         * objcopy.c (struct redefine_node): New.
193         (redefine_sym_list): New.
194         (redefine_list_append): New.
195         (lookup_sym_redefinition): New.
196         (OPTION_REDEFINE_SYM): New.
197         (copy_options): Add --redefine-sym option.
198         (copy_usage): Mention it.
199         (filter_symbols): Rename symbols on redefine_sym_list.
200         (copy_object): Call filter_symbols if redefine_sym_list != NULL.
201         (copy_main): Handle OPTION_REDEFINE_SYM.
203 2000-04-04  H.J. Lu  <hjl@gnu.org>
205         * readelf.c (process_symbol_table): Correctly read in symbol
206         versioning information.
208 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
210         * po/binutils.pot: Regenerate.
212         * addr2line.c (usage): Restore translated part of bug string.
213         * ar.c (usage): Likewise.
214         * nlmconv.c (show_usage): Likewise.
215         * nm.c (usage): Likewise.
216         * objcopy.c (copy_usage): Likewise.
217         (strip_usage): Likewise.
218         * objdump.c (usage): Likewise.
219         * readelf.c (usage): Likewise.
220         * size.c (usage): Likewise.
221         * strings.c (usage): Likewise.
222         * windres.c (usage): Likewise.
224         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
225         (DEP): Quote when passing vars to sub-make.  Add warning
226         message to end.
227         (DEP1): Rewrite for "gcc -MM".
228         (CLEANFILES): Add DEP2.
229         Update dependencies.
230         * Makefile.in: Regenerate.
232 2000-04-04  H.J. Lu  <hjl@gnu.org>
234         * Makefile.am (GENERATED_HFILES): Add rcparse.h
235         (arparse.h): Depend on arparse.c
236         (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
238 2000-04-03  H.J. Lu  (hjl@gnu.org)
240         * size.c (usage): Use REPORT_BUGS_TO.
242 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
244         * bucomm.h: #include "bin-bugs.h"
245         * addr2line.c (usage): Use REPORT_BUGS_TO.
246         * ar.c (usage): Likewise.
247         * nlmconv.c (show_usage): Likewise.
248         * nm.c (usage): Likewise.
249         (OPTION_TARGET): Define.
250         (long_options): Use OPTION_TARGET rather than 200.
251         (main): Likewise.
253         * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
254         (strip_usage): Likewise.
255         * objdump.c (usage): Likewise.
256         * readelf.c (usage): Likewise.
257         * strings.c (usage): Likewise.
258         * windres.c (usage): Likewise.
260 2000-03-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
262         * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
264 2000-03-27  Nick Clifton  <nickc@cygnus.com>
266         * rddbg.c (read_section_stabs_debugging_info): Catch out of range
267         string offsets in corrupt stabs entries.
269 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
271         * readelf.c: Include elf/avr.h
272         (dump_relocations): Add EM_AVR case.
274 2000-03-09  Tim Waugh  <twaugh@redhat.com>
276         * strings.1: Correct '-bytes' to '--bytes'.
278 2000-03-08  H.J. Lu  <hjl@gnu.org>
280         * Makefile.am (install-exec-local): Depend on
281         install-binPROGRAMS for parallel make.
282         * Makefile.in: Regenerated.
284 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
286         From Brad Lucier <lucier@math.purdue.edu>:
287         * readelf.c (process_dynamic_segment): Add cast to make sure
288         argument to %* is int.
290 2000-02-25  H.J. Lu  <hjl@gnu.org>
292         * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
294 2000-02-24  Nick Clifton  <nickc@cygnus.com>
296         * configure.in: Add arm-wince, mips-pe and sh-pe targets.
297         * configure: Regenerate.
299         * dlltoolc.: Add support for sh-pe and mips-pe targets.
300         * rescoff.c: Add support for sh-pe and mips-pe targets.
302 2000-02-23  H.J. Lu  <hjl@gnu.org>
304         * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
306 2000-02-22  Nick Clifton  <nickc@cygnus.com>
308         * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
310 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
312         From Brad Lucier <lucier@math.purdue.edu>:
313         * readelf.c (process_version_sections): Add casts to make sure
314         argument to %* is an int.
315         (process_mips_specific): Add casts to make printf arguments match
316         format.
318 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
320         * objdump.c (dump_section_header): Change `opb' to unsigned.
321         (find_symbol_for_address): Same here.
322         (disassemble_data): And here.  Change `addr_offset',
323         `stop_offset', `nextstop_offset' to unsigned long.
324         (dump_data): Change opb to unsigned.
326 2000-02-18  Frank Ch. Eigler  <fche@redhat.com>
328         * resrc.c: Remove unmatched #if for cygwin.
330 2000-02-14  Fernando Nasser  <fnasser@totem.to.cygnus.com>
332         * binutils.texi: Document the change of flavor name from atpcs-special
333         to special-atpcs to prevent name conflict in gdb.
335 2000-02-08  Timothy Wall  <twall@redhat.com>
337         * objdump.c (show_line): Fix bug preventing printing of the very
338         first line (line zero) of a file when interlisting source and
339         assembly.  Added option to print entire context from start of file
340         when the first line from that file is encountered.
342 2000-02-03  Timothy Wall <twall@redhat.com>
344         * binutils/objdump.c (dump_section_header, find_symbol_for_address,
345         show_line, disassemble_bytes, disassemble_data, dump_data):
346         distinguish between octets and bytes.
347         
348 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
350         * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
351         check to unresolved symbols.
352         (print_symbol_info_sysv):  Ditto.
353         (print_symbol_info_posix):  Ditto.
355         * binutils.texi: Document new 'V' symclass flag for nm.
357 2000-01-27  Nick Clifton  <nickc@redhat.com>
359         * binutils.texi (objdump): Document new ARM specific
360         disassembler options.
362         * objdump.c (usage): Call disassembler_usage().
364 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
366         * readelf.c (get_dynamic_flags): Return buff.
367         (process_dynamic_segment): Don't pass error strings to printf
368         as format arg.
369         (read_and_display_attr): Use lx and ld to print longs.
370         (process_corefile_note_segment): Cast bfd_vma to unsigned long
371         before printing.
372         Update copyright.
374 2000-01-17  Nick Clifton  <nickc@cygnus.com>
376         * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
378 2000-01-15  Alan Modra  <alan@spri.levels.unisa.edu.au>
380         * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
381         false.
382         (debug_tag_type): Here too.
383         * ieee.c (ieee_builtin_type): And here.
384         * stabs.c (parse_stab_type, parse_stab_array_type): And here.
386 2000-01-13  Nick Clifton  <nickc@cygnus.com>
388         * readelf.c (get_machine_name): Change EM_S370 to return "IBM
389         System/370".
391 2000-01-11  Nick Clifton  <nickc@cygnus.com>
393         * readelf.c (get_dynamic_type): Remove DT_ENCODING.
395 2000-01-10  Nick Clifton  <nickc@cygnus.com>
397         * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
399 2000-01-07  Mumit Khan  <khan@xraylith.wisc.edu>
401         * windres.c (long_options): Add --use-temp-file and 
402         --no-use-temp-file options.
403         (usage): Document.
404         (main): Handle.
405         
406         * windres.h: Update read_rc_file prototype.
407         
408         * resrc.c (cpp_temp_file): New static variable.
409         (istream_type): New static variable.
410         (close_pipe): Delete function.
411         (run_cmd): New static function.
412         (open_input_stream): New static function.
413         (close_input_stream): New static function.
414         (look_for_default): Handle DOS directory separator. Use 
415         open_input_stream instead of popen.
416         (read_rc_file): Likewise.
417         
418         * binutils.texi: Document --use-temp-file, --no-use-temp-file
419         options. 
421 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
423         * dlltool.c (create_compat_implib): New variable.
424         (gen_exp_file): Use.
425         (make_one_lib_file): Use.
426         (long_options): Add --compat-implib option.
427         (usage): Handle.
428         (main): Handle.
430         * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
431         (main): Use. Don't look for "32" in cygwin and mingw target names.
433 2000-01-03  Nick Clifton  <nickc@cygnus.com>
435         * binutils.texi: Document new, ARM specific disassembler
436           command line switch "-M force-thumb".
438 1999-12-28  Nick Clifton  <nickc@cygnus.com>
440         * readelf.c: Update with new constants added by Oct 4, 1999
441         ELF ABI draft.
442         (guess_is_rela): Add new machine codes, but leave
443         rel type undetermined.
444         (get_machine_name): Add new machine codes.
445         (get_section_type_name): Add new section types.
446         (get_elf_section_flags): New funciton: Decode section flags.
447         (process_section_headers): Call get_elf_section_flags() in
448         order to decode flags in section header.
449         (get_dynamic_flags): New function: Decode dynamic section
450         flags.
451         (process_dynamic_section): Display flags (if present).
452         (get_symbol_type): Add STT_COMMON.
453         (get_symbol_visibility): New function: Decode a symbol's
454         visibility.
455         (process_symbol_table): Call get_symbol_visibility().
456         (get_note_type): Add NT_PRXFPREGS.
458 1999-12-26  Ian Lance Taylor  <ian@zembu.com>
460         * strings.c (main): Correct handling of numeric argument.
462 1999-12-23  Andrew Haley  <aph@cygnus.com>
464         * dlltool.c (mtable): mcore how_jtab_roff is 4 bytes into the
465         jtab; was 8.
467 1999-12-17  Nick Clifton  <nickc@cygnus.com>
469         * dlltool.c (mtable): Stop compile time warnings about missing
470         initialisers.
471         (yyerror): Stop compile time warnings about unused paramater.
472         (INIT_SEC_DATA): New macro: initialise an entry in the secdata
473         array.
474         (secdata): Stop ccompile time warnings about uninitialised
475         fields.
476         (dtab): Stop compile time warnings about unused parameter.
477         (long_options): Stop compile time warning about missing
478         initialiser. 
480 1999-12-10  Nick Clifton  <nickc@cygnus.com>
482         * readelf.c (print_vma): Support native 64bit ELF systems.
484 1999-12-09  Nick Clifton  <nickc@cygnus.com>
486         * dlltool.c (mtable): Add epoc-arm specific entry.
487         Make default arm entry pass -mpacs-26 to assembler.
488         (flush_page): Do not mangle null entries.
489         
490 1999-12-07  H . J . Lu  hjl@valinux.com
492         * readelf.c: Fix compile time warnings.  Support more than 999
493         symbols.
495 1999-12-03  Nick Clifton  <nickc@cygnus.com>
497         * readelf.c (enum print_mode): New type.
498         (print_vma): New function.
499         (dump_relocations): Use print_vma to display bfd_vma values.
500         (process_file_header): Use print_vma to display bfd_vma values.
501         (process_program_headers): Use print_vma to display bfd_vma values.
502         (process_section_headers): Use print_vma to display bfd_vma values.
503         (dynamic_segment_parisc_val): Use print_vma to display bfd_vma values.
504         (process_dynamic_segment): Use print_vma to display bfd_vma values.
505         (process_symbol_table): Use print_vma to display bfd_vma values.
506         (process_mips_specific): Use print_vma to display bfd_vma values.
508 1999-11-25  Fred Fish  <fnf@cygnus.com>
510         * readelf.c (process_note): Change arg from Elf_External_Note
511         to Elf32_Internal_Note, which also turns the function body
512         into little more than a call to printf.
513         (process_corefile_note_segment):  Substantially rewritten
514         to properly handle case where target and host are different
515         endianness, handle note sections with padding, and add some
516         cruft to handle notes with unterminated name data.
518 1999-11-22  Nick Clifton  <nickc@cygnus.com>
520         * objcopy.c (copy_usage): Reformat.
521         (strip_usage): Reformat.
523 1999-11-21  Nick Clifton  <nickc@cygnus.com>
525         * objdump.c (usage): Overhaul output:  One line per switch.
526         Textual description of each switch.  Distinguish between
527         optional switches and required switches.
528         (long_options): Add 'g', 'G' and 'z' short options.
529         (main): Distinguish between optional switches and required
530         switches.
532         * binutils.texi: Add -g -G and -z short options for
533         --debugging, --stabs and --disassemble-zeroes.
535 1999-11-03  Nick Clifton  <nickc@cygnus.com>
537         * dlltool.c (flush_page): Clip short values to prevent warnings
538         from the assembler.
539         Change default mcore machine name to 'mcore-le' and rename
540         big-endian version to 'mcore-be'. 
542 1999-10-27  Fred Fish  <fnf@cygnus.com>
544         * objdump.c (display_bfd): Break into two functions.  The
545         actual dumping code moves to dump_bfd.  If bfd is not
546         unambiguously recognized as a bfd_object, attempt to dump
547         it as a bfd_core.
548         (dump_bfd): New function.
550 1999-10-26  Nick Clifton  <nickc@cygnus.com>
552         * dlltool.c (assemble_file): Remove spurious test of exp_name.
554 1999-10-22  Nick Clifton  <nickc@cygnus.com>
556         * dlltool.c (struct mac): Add new field 'how_default_as_switches'.
557         (mtable): Initialise new field.  Some machines have a non empty
558         string for this field.
559         (HOW_BFD_TARGET): Undefine and replace with...
560         (HOW_BFD_READ_TARGET): New macro: bfd target to use when opening a
561         file for reading.  This is set to 0 so that any recognisable bfd
562         format can be read.
563         (HOW_BFD_WRITE_TARGET): New macro: bfd target to use when opening
564         a file for writing.  This is set to the target machine type.
565         (ASM_SWITCHES): New macro: default switches to use when assembling
566         a file.
567         (assemble_file): New function: Assemble a source file into a
568         destination object file.
569         (gen_exp_file): Use assemble_file to create the exp file.
570         (make_one_lib_file): Use assemble_file to create the lib file.
571         Open output file use HOW_BFD_WRITE_TARGET and input files using
572         HOW_BFD_READ_TARGET.
573         (make_head): Use assemble_file to create the head file.
574         (make_tail): Use assemble_file to create the tail file.
575         (gen_lib_file): Open output file use HOW_BFD_WRITE_TARGET.
577 1999-10-15  Ian Lance Taylor  <ian@zembu.com>
579         * ar.c (normalize): Fix full_pathname code.
581 1999-10-08  Ben Elliston  <bje@cygnus.com>
583         * binutils.texi: Some rewording and clarifications.
585 1999-09-15  Ulrich Drepper  <drepper@cygnus.com>
587         * readelf.c (dynamic_segment_parisc_val): Print 0 for DLD_FLAGS if
588         the value is zero.
589         (process_symbol_table): Don't print histogram if hash table is empty.
591 1999-09-15  Ulrich Drepper  <drepper@cygnus.com>
593         * readelf.c (get_parisc_dynamic_type): Handle DT_HP_GST_* values.
595 1999-09-02  Ulrich Drepper  <drepper@cygnus.com>
597         * readelf.c (get_symbol_type): Add support for HPUX and PARISC
598         specific symbol types.
600         * readelf.c: Add HPUX and PARISC extensions to dynamic and program
601         header table printing.
603         * readelf.c (get_machine_flags): Add handling of PARISC.
605 1999-09-29  Mumit Khan  <khan@xraylith.wisc.edu>
607         * dlltool.c (scan_drectve_symbols): Handle type tags in exported
608         symbols.
609         (scan_filtered_symbols): Likewise.
611 1999-09-19  Ian Lance Taylor  <ian@zembu.com>
613         * resrc.c (write_rc_rcdata): Fix local variable shadowing
614         problem.  If RCDATA_BUFFER data can be read as strings, modify
615         code to print the strings as comments.
616         * resres.c: Add casts to avoid warnings.
617         (write_res_data, read_res_data): Don't put the program name in the
618         error message; fatal already puts it there.
620 1999-09-14  Michael Meissner  <meissner@cygnus.com>
622         * configure.in (Canonicalization of target names): Remove adding
623         ${CONFIG_SHELL} in front of $ac_config_sub, since autoconfig 2.14
624         generates $ac_config_sub with a ${CONFIG_SHELL} already.
625         * configure: Regenerate.
627 1999-09-12  Ian Lance Taylor  <ian@zembu.com>
629         * ar.c (main): Clear output_file if we don't change the archive.
630         (delete_members, replace_members): Likewise.
632 1999-09-12  Donn Terry  <donn@interix.com>
634         * objdump.c (dump_headers): If wide_output, print Flags header.
636         * objdump.c (dump_section_header): Print any comdat information.
638         * objcopy.c (parse_flags): Handle "noload", "debug", and "share".
639         * binutils.texi, objcopy.1: Document new flags.
641         * ar.c (counted_name_mode): New static variable.
642         (counted_name_counter): New static variable.
643         (map_over_members): Handle counted mode.
644         (usage): Mention N modifier.
645         (main): Handle N modifier.
646         (delete_members): Handle counted mode.
647         * binutils.texi, ar.1: Document N modifier.
649         * ar.c (print_contents): Change printing of member name for
650         POSIX.2 conformance.
652         * ar.c (output_filename): Make const.
653         (open_inarch): If creating a new empty archive, set
654         output_filename.
656 1999-09-12  Ian Lance Taylor  <ian@zembu.com>
658         * ar.c (full_pathname): New static variable.
659         (map_over_members): Call normalize on command line parameter.
660         (usage): Mention P modifier.
661         (normalize): If full_pathname is true, don't do anything.
662         (main): Accept P modifier.
663         (delete_members): Call normalize on command line parameter.
664         * binutils.texi, ar.1: Document P modifier.
666 1999-09-09  Andreas Schwab  <schwab@suse.de>
668         * binutils.texi: Add info dir entries for all programs described
669         here.  Fix arguments of @var to not contain punctuation.
671 1999-09-06  Donn Terry  <donn@interix.com>
673         * nm.c (print_symbol_info_bsd): Check for 'w' as well as 'U'.
674         (print_symbol_info_sysv): Likewise.
675         (print_symbol_info_posix): Likewise.
677 1999-09-04  Steve Chamberlain  <sac@pobox.com>
679         * readelf.c: Include "elf/pj.h".
680         (dump_relocations): Handle EM_PJ.
681         (get_machine_name): Likewise.
682         (get_machine_flags): Likewise.
684 1999-08-31  Scott Bambrough <scottb@netwinder.org>
686         * readelf.c (get_note_type): New function:  Decode the e_type
687         value of a note.
688         (process_note): New function: Display the contents of a core note.
689         (process_corefile_note_segment): New function.
690         (process_corefile_note_segments): New function.
691         (process_corefile_contents): New function.
692         (process_file): Add call to process_corefile_contents.
693         (parse_args): Add parsing of -n/--notes command line switch.
694         (usage): Document new command line switch.
696         * binutils.texi: Documemnt new command line switch to readelf.
698 1999-08-31  Ian Lance Taylor  <ian@zembu.com>
700         * binutils.texi (Bug Reporting): Clarify that large files should
701         not be sent to bug-gnu-utils.
703 1999-08-28  Stephane Carrez  <stcarrez@worldnet.fr>
705         * readelf.c (process_extended_line_op): New parameter pointer_size,
706         read the address according to pointer_size.
707         (debug_line_pointer_size): New global to indicate the
708         size of address in .debug_line section.
709         (debug_displays, prescan_debug_info): Prescan the .debug_info section
710         to record the size of address in `debug_line_pointer_size'.
711         (process_section_contents): Before dumping any section, execute
712         the pre-scan operation defined for some debug sections.
714 1999-08-27  Jim Wilson  <wilson@cygnus.com>
716         * readelf.c (display_debug_lines): Use i-1 not i in standard_opcodes
717         access.
718         (display_debug_aranges): New local excess.  Use for calculating padding
719         and add that into ranges.  Break from loop only if length is also 0.
721 1999-08-27  Jim Wilson  <wilson@cygnus.com>
723         * readelf.c (display_debug_lines, case DW_LNS_const_add_pc): Multiply
724         adv by info.li_min_insn_length.
726 1999-08-26  Jakub Jelinek  <jj@ultra.linux.cz>
728         * readelf.c (get_sparc64_dynamic_type): New function.
729         (get_dynamic_type): Use it.
731 1999-08-26  Jim Wilson  <wilson@cygnus.com>
733         * readelf.c (display_debug_lines, case default): Change second line
734         setting adv to use = not +=.
736 1999-08-19  Nick Clifton  <nickc@cygnus.com>
738         * dlltool.c: Added more examples to the comment at the start.
740 1999-08-18  Nick Clifton  <nickc@cygnus.com>
742         * dlltool.c (make_head): Only emit interworking directive if
743         necessary.
745 Thu Jul 15 22:44:21 1999  Hans-Peter Nilsson  <hp@bitrange.com>
747         * readelf.c (process_abbrev_section): Handle standard-conforming
748         single zero at the end of the section.
750 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
752         * objdump.c (exit_status): New static variable.
753         (nonfatal): New static function.
754         (disassemble_data): Set exit_status on error.
755         (read_section_stabs): Likewise.
756         (display_bfd): Likewise.  Call nonfatal rather than bfd_nonfatal.
757         (display_file): Call nonfatal rather than bfd_nonfatal.
758         (display_target_list, display_info_table): Likewise.
759         (main): Return exit_status rather than 0.
761 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
763         * objdump.c (dump_section_header): Update for renaming of
764         SEC_SHORT to SEC_SMALL_DATA.  Print SEC_SHARED flag.
766         From Eli Zaretskii <eliz@gnu.org>:
767         * binutils.texi: Document cxxfilt as MS-DOS name for c++filt.
769         * configure.in: Define and substitute DEMANGLER_NAME.
770         * Makefile.am (DEMANGLER_PROG): Set to cxxfilt.
771         (man_MANS): Use DEMANGLER_NAME rather than DEMANGLER_PROG.
772         (bin_PROGRAMS): Remove $(DEMANGLER_PROG).
773         (noinst_PROGRAMS): Add $(DEMANGLER_PROG).
774         (cxxfilt_SOURCES): Rename from c__filt_SOURCES.
775         (cxxfilt_LDADD): Rename from c__filt_LDADD.
776         ($(DEMANGLER_NAME).1): Rename from $(DEMANGLER_PROG).1.  Use
777         DEMANGLER_NAME rather than DEMANGLER_PROG in substitution.
778         (MOSTLYCLEANFILES): Use DEMANGLER_NAME rather than
779         DEMANGLER_PROG.
780         (install-exec-local): When installing noinst_PROGRAMS, change
781         cxxfilt to $(DEMANGLER_NAME).
782         * configure, Makefile.in: Rebuild.
784         * Makefile.am: Rename .dep* files to DEP*.  Change DEP variable to
785         MKDEP.
786         * Makefile.in: Rebuild.
788 1999-08-05  Donn Terry  <donn@interix.com>
790         * Makefile.am (YACC): If bison is not in the source tree, use
791         @YACC@ rather than bison -y.
792         (LEX): If flex is not in the source tree, use @LEX@ rather than
793         flex.
794         * configure.in: Build dlltool for i[3-6]86-*-interix.
795         * Makefile.in, configure: Rebuild.
797 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
799         From Mark Elbrecht:
800         * configure.bat: Remove; obsolete.
802 1999-07-16  Jakub Jelinek  <jj@ultra.linux.cz>
804         * readelf.c (get_machine_flags): Print EF_SPARC_SUN_US3.
806 1999-07-15  Ian Lance Taylor  <ian@zembu.com>
808         * configure.in: Bump version number to 2.9.5.
809         * configure: Rebuild.
811 1999-07-14  Richard Henderson  <rth@cygnus.com>
813         * objdump.c (dump_section_header): Print SEC_SHORT.
815 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
817         * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
818         as appropriate.  Add variable initializations.  Add casts.
819         * objdump.c (disassemble_bytes): Change j to bfd_vma.
820         * readelf.c (process_syminfo): Change i to unsigned int.
821         (display_debug_info): Change abbrev_number to unsigned long.
822         (process_mips_specific): Change fcnt to size_t.
824 1999-07-09  Nick Clifton  <nickc@cygnus.com>
826         * readelf.c: Only support decoding 64bit ELF files if the compiler
827         supports a 64 bit data type.
828         Add -I equivalent for --histogram.
829         Add -A command-line option to display architecture specific information.
831 1999-07-08  Jakub Jelinek  <jj@ultra.linux.cz>
833         * readelf.c (guess_is_rela): Sparcv9 and v8plus use rela.
834         (dump_relocations): Use ELF64_R_TYPE_ID for Sparc, for R_SPARC_OLO10
835         print the secondary addend.
836         (get_machine_flags): Print Sparc machine flags.
837         (get_symbol_type): Print STT_REGISTER.
839 1999-07-08  Ian Lance Taylor  <ian@zembu.com>
841         * stabs.c (parse_stab_type): Fix handling of template names with
842         template parameters containing `::'.
843         (stab_demangle_type): Handle a qualified name in a pointer to
844         member.
846 1999-06-23  Ian Lance Taylor  <ian@zembu.com>
848         * Makefile.am (dlltool_SOURCES): Add dyn-string.c.
849         * Makefile.in: Rebuild.
851 1999-06-23  Mumit Khan  <khan@xraylith.wisc.edu>
853         * configure.in (HAVE_EXECUTABLE_SUFFIX): Define.
854         * dlltool.c (look_for_prog): Use HAVE_EXECUTABLE_SUFFIX.
855         * dllwrap.c (look_for_prog): Likewise.
856         * resrc.c (look_for_default): Likewise.
857         * configure, config.in: Rebuild.
859 1999-06-22  Ian Lance Taylor  <ian@zembu.com>
861         Based on patches from Mumit Khan <khan@xraylith.wisc.EDU>:
862         * configure.in: Define EXECUTABLE_SUFFIX.
863         * dlltool.c: Include "dyn-string.h".  Include <stdarg.h> based on
864         ANSI_PROTOTYPES, not __STDC__.
865         (outfile): Remove.
866         (gen_exp_file): Change uses of outfile to use alloca.
867         (make_one_lib_file, make_head, make_tail): Likewise.
868         (gen_lib_file): Likewise.
869         (look_for_prog): New static function.
870         (deduce_name): Rewrite to use look_for_prog.
871         (mcore_elf_gen_out_file): Use dyn_string_t rather than outfile.
872         * dllwrap.c: Don't include <stdio.h>, <errno.h>, <string.h>,
873         <stdlib.h>, or <unistd.h>.  Include <sys/stat.h> and either
874         <stdarg.h> or <varargs.h>.
875         (driver_name): Initialize to NULL, not "gcc".
876         (dlltool_name): Initialize to NULL, not "dlltool".
877         (display, inform, look_for_prog, deduce_name): New static
878         functions.
879         (usage): Mention -mno-cygwin.
880         (OPTION_MNO_CYGWIN): Define.
881         (main): Handle -mno-cygwin.  Deduce driver_name and dlltool_name.
882         * resrc.c (look_for_default): Make static.  Remove unused local
883         path.  Check using EXECUTABLE_SUFFIX.
884         (read_rc_file): Allocate enough space to hold EXECUTABLE_SUFFIX.
885         * Makefile.am: Rebuild dependencies.
886         (dllwrap_LDADD): Add $(INTLLIBS).
887         * configure, Makefile.in, config.in: Rebuild.
889 Mon Jun 21 16:49:11 1999  Jeffrey A Law  (law@cygnus.com)
891         * readelf.c (dump_relocations): Use elf_hppa_reloc_type instead of
892         elf32_hppa_reloc_type.
894 1999-06-17  Nick Clifton  <nickc@cygnus.com>
896         * dlltool.c (mcore_elf_gen_out_file): Link object files with the
897         .exp file, not the .lib file.
899 Fri Jun 18 20:17:51 1999  Mumit Khan  <khan@xraylith.wisc.edu>
901         * deflex.l: Accept single-character symbol names.
903 1999-06-16  Nick Clifton  <nickc@cygnus.com>
905         * readelf.c (get_symbol_type): Detect ARM symbols typed as Thumb
906         functions.
908 1999-06-14  Nick Clifton  <nickc@cygnus.com>
910         * objdump.c (disassembler_options): New variable.
911         (usage): Document new -M/--disassembler-options option.
912         (long_options): Add --disassembler-options.
913         (disassemble_data): Initialise disassembler_options field of
914         disassembler_info structure.
915         (main): Add parsing of -M option.
917         * binutils.texi: Document new command line switch to objdump.
919         * NEWS: Describe new command line switch to objdump.
922 Mon Jun 14 10:27:54 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
924         * binutils.texi: Fix typos.
926 1999-06-13  Ian Lance Taylor  <ian@zembu.com>
928         * objdump.c (disassemble_bytes): If the disassembler returns an
929         error, print out anything it may have printed to the buffer.  From
930         H.J. Lu <hjl@gnu.org>.
932         * defparse.y (explist): Remove separate expline to eliminate
933         shift/reduce conflict.
935         From Kai-Uwe Rommel <rommel@ars.de>:
936         * defparse.y: Add tokens NONSHARED, SINGLE, MULTIPLE,
937         INITINSTANCE, INITGLOBAL, TERMINSTANCE, and TERMGLOBAL.
938         (command): Add option_list after LIBRARY.
939         (attr): Accept and ignore NONSHARED, SINGLE, and MULTIPLE.
940         (option_list, option): New nonterminals.
941         * deflex.l: Recognize NONSHARED, SINGLE, MULTIPLE, INITINSTANCE,
942         INITGLOBAL, TERMINSTANCE, and TERMGLOBAL.
944 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
946         * ar.c (O_BINARY): Define as 0 if not defined.
947         (ranlib_touch): Open file with O_BINARY.
949         * rename.c (O_BINARY): Define as 0 if not defined.
950         (simple_copy): Open files with O_BINARY.
952         Based on patch from H. Peter Anvin <hpa@transmeta.com>:
953         * objcopy.c (struct section_list): Add copy field.
954         (sections_copied): New static variable.
955         (copy_options): Add "only-section".
956         (copy_usage): Mention -j and --only-section.
957         (find_section_list): Initialize copy field.
958         (is_strip_section): Check for copying sections.
959         (copy_object): Check sections_copied when calling filter_symbols.
960         (setup_section): Check for copying sections.
961         (copy_section): Likewise.
962         (copy_main): Handle -j/--only-section.
963         * binutils.texi, objcopy.1: Document -j/--only-section.
965         * configure.in: If frexp is not available, check in -lm.
966         * configure: Rebuild.
968         * readelf.c (get_elf_class): Use correct printf format for type.
969         (get_data_encoding): Likewise.
970         (get_osabi_name): Likewise.
971         (process_file_header): Don't pass an extra argument to printf.
972         (process_dynamic_segment): Cast dynamic_size to long before
973         printing.
974         (decode_location_expression): Cast byte_get to long before
975         printing.
977 Wed Jun  9 11:40:16 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
979         * readelf.c (dump_section): Cast values from byte_get to
980         [unsigned] long for printing, in case it is wider than long.
981         (display_block): Likewise.
982         (read_and_display_attr): Likewise.
983         (decode_location_expression): Likewise.  Don't depend on
984         evaluation order.
986 Mon Jun  7 12:14:57 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
988         * windres.c (usage): Fix typo.
990 1999-06-04  Nick Clifton  <nickc@cygnus.com>
992         * readelf.c: Use 64bit wide fields in internal strcutures even if
993         targetting a 32bit architecture.
994         (dump_relocations): Take a new parameter - the number of symbols
995         in the symbol table.
997 1999-06-04  Nick Clifton  <nickc@cygnus.com>
999         * readelf.c: Add support for 64bit ELF files.
1001 1999-06-03  Nick Clifton  <nickc@cygnus.com>
1003         * dlltool.c (mcore_elf_gen_out_file): Use constants for temporary
1004         file names.
1006 Wed Jun  2 12:34:36 1999  Richard Henderson  <rth@cygnus.com>
1008         * dlltool.c (gen_exp_file): Revert 19990411 change.
1010 Mon May 31 09:56:22 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1012         * readelf.c (process_relocs): Determine type of reloc from
1013         DT_PLTREL and from section type.
1015 1999-05-29  Nick Clifton  <nickc@cygnus.com>
1017         * readelf.c (get_elf_class): Display unknown class number.
1018         (get_data_encoding): Display unknown encoding number.
1019         (get_osabi_name): Display unknown ABI number.
1020         (process_file_header): Display unknown version number.
1022 1999-05-29  Nick Clifton  <nickc@cygnus.com>
1024         * readelf.c (dump_relocations): Fix typo.
1026 1999-05-28  Nick Clifton  <nickc@cygnus.com>
1028         * readelf.c (dump_relocations): Add extra parameter: is_rela to
1029         specify the kind of relocations to be dumped.  Call guess_is_rela
1030         if this parameter has a value of UNKNOWN.
1031         (guess_is_rela): New function:  Guess the kind of reloc being used
1032         baced on the machine number.
1033         (process_relocs): Determine type of reloc before calling
1034         dump_relocations.
1036 1999-05-28  Ian Lance Taylor  <ian@zembu.com>
1038         * readelf.c: Include "elf/i960.h".
1039         (dump_relocations): Handle EM_960.
1041 Thu May 27 11:58:33 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1043         * objcopy.c (copy_archive): Preserve dates of archive members if
1044         requested.
1046         * readelf.c (dump_relocations): Always print the addend on RELA
1047         systems even if there is no symbol.
1048         (process_program_headers): Reset dynamic_size before looping
1049         through the program headers.
1050         (process_version_sections): Cast sh_offset to unsigned long for
1051         printing in case bfd_vma is wider.
1052         (process_symbol_table): Use get_symbol_index_type when printing
1053         st_shndx.
1055 1999-05-17  DJ Delorie  <dj@cygnus.com>
1057         * windres.c: add verbose option
1058         (main): process verbose option
1059         * resrc.c (look_for_default): new.  Look for the default
1060         preprocessor in a given location.
1061         (read_rc_file): for foo/bar-windres, look for foo/bar-gcc,
1062         foo/gcc (in case of foo/windres), and then gcc (the old default).
1064 1999-05-16  Nick Clifton  <nickc@cygnus.com>
1066         * dlltool.c (deduce_name): New function: Deduce name of program to
1067         run.
1068         (mcore_elf_out_file): New variable: Name of mcore-elf output file.
1069         (mcore_elf_linker): New variable: Name of linker to use.
1070         (mcore_elf_linker_flags): New variable: Linker flags to pass.
1071         (scan_obj_file): Cache filenames if necessary.
1072         (usage): Document new command line options.
1073         (main): Support new command line options: -M (generate an
1074         mcore-elf output file) -L (name of linker to use) -F (flags to
1075         pass to linker).
1076         (mcore_elf_cache_filename): Store a filename in a cache.
1077         (mcore_elf_gen_out_file): New function: Generate an output file
1078         per the mcore-elf spec.
1080 1999-05-15  Nick Clifton  <nickc@cygnus.com>
1082         * configure.in (BUILD_MISC): Build dlltool for mcore
1083         * configure: Regenerate.
1084         * dlltool.c: Update example in comment.
1085         (DLLTOOL_MCORE): Define.
1086         (DLLTOOL_MCORE_ELF): Define.
1087         (DRECTVE_SECTION_NAME): Define.
1088         (mcore_be_jtab, mcore_le_jtab): Binary for performing an mcore
1089         jump to address.
1090         (mtable): Add entries for mcore variants.
1091         (rvaafter, rvabefore, asm_prefix): Add mcore suppport.
1092         (scan_drectve_symbols): Use DRECTVE_SECTION_NAME.
1093         (make_head, make_tail): Cope if file cannot be created.
1094         (usage): Improve layout.
1096 1999-05-13  DJ Delorie  <dj@cygnus.com>
1098         * rclex.l: add code to suppress certain output from cpp, replace
1099         all returns with MAYBE_RETURN
1100         (MAYBE_RETURN): new, implement the suppression by returning
1101         IGNORED_TOKEN as needed.
1102         (cpp_line): remember which file we're in, mark data from included
1103         *.h files for suppression.
1104         * rcparse.y (input): allow IGNORED_TOKEN outside of known constructs
1106 1999-05-10  DJ Delorie  <dj@cygnus.com>
1108         * windres.c (quot): Quote shell metacharacters in a string
1109         (main): quote parameters to cpp that might have metacharacters in
1110         them.  Allow -D as an alias for --define to allow for sharing make
1111         macros with gcc.
1113         * objdump.c (dump_reloc_set): don't core if howto->name is NULL
1115         * Makefile.am: Give rescoff.c a cpu-specific -D so it can set
1116         the correct BFD.
1117         * Makefile.in: ditto
1118         * rescoff.c (write_coff_file): Set the correct BFD
1120 1999-05-06  Ian Lance Taylor  <ian@zembu.com>
1122         * rename.c (smart_rename): Fix test of whether file exists.
1124 1999-05-06  Nick Clifton  <nickc@cygnus.com>
1126         * objdump.c (disassemble_data): Set display_endian based on target
1127         endianism.
1129 1999-05-05  Catherine Moore  <clm@cygnus.com>
1131         * dlltool.c (interwork): Remove.
1132         (arm_interwork_jtab): Use bx insn.
1133         (thumb_jtab): Likewise.
1134         (MARM_INTERWORK): New machine type.
1135         (rvaafter): Handle it.
1136         (rvabefore) Likewise.
1137         (asm_prefix): Likewise.
1138         (gen_exp_type): Check machine type instead of
1139         interwork flag.
1140         (make_one_lib_file): Likewise.
1141         (make_head): Likewise.
1142         (make_tail): Likewise.
1143         (usage): Update machine types.
1144         (main): Remove -interwork support.
1146 1999-05-05  Catherine Moore  <clm@cygnus.com>
1148         * readelf.c (get_machine_flags):  Check for EF_CPU32.
1149         (get_data_encoding): Fix typo.
1151 1999-04-26  Tom Tromey  <tromey@cygnus.com>
1153         * aclocal.m4, configure: Updated for new version of libtool.
1155 1999-04-18  Ian Lance Taylor  <ian@zembu.com>
1157         * stabs.c (parse_stab_range_type): Correct parenthesization in
1158         BFD64 case.
1160         * readelf.c (get_section_type_name): Use correct types in printf
1161         formats.
1162         (process_relocs): Likewise.
1163         (process_dynamic_segment): Likewise.
1164         (process_symbol_table): Likewise.
1165         (process_mips_specific): Likewise.
1167 Tue Apr 13 21:22:00 1999  Catherine Moore  <clm@cygnus.com>
1169         * dlltool.c (make_one_lib_file): Mark thumb functions as
1170         C_THUMBEXTFUNC.
1172 1999-04-11  Richard Henderson  <rth@cygnus.com>
1174         * bucomm.h (environ): Declare it, if needed.
1175         (alloca) [C_ALLOCA]: Don't use gcc's builtin or <alloca.h>.
1176         * configure.in (environ): Detect declaration.
1177         * nm.c (main): Don't declare environ.
1178         * configure, config.in: Rebuild.
1180         * dlltool.c (gen_exp_file): Pad out the .reloc section to a
1181         32-byte boundary with dummy relocations, to make the BeOS loader
1182         happy.  Patch from Bob Manson <manson@charmed.cygnus.com>.
1184 1999-04-08  Tom Tromey  <tromey@cygnus.com>
1186         * binutils.texi (c++filt): Updated for -j/--java, and hp/edg
1187         formats.
1189 1999-04-08  Nick Clifton  <nickc@cygnus.com>
1191         * readelf.c: Add ability to decode new constants found in April 25
1192         1998 Draft of System V ABI spec.
1194 1999-04-06  Ian Lance Taylor  <ian@zembu.com>
1196         * bucomm.h (LC_MESSAGES): Never define.
1197         * addr2line.c (main): Don't pass LC_MESSAGES to setlocale if the
1198         system does not define it.
1199         * ar.c (main): Likewise.
1200         * coffdump.c (main): Likewise.
1201         * dlltool.c (main): Likewise.
1202         * nlmconv.c (main): Likewise.
1203         * nm.c (main): Likewise.
1204         * objcopy.c (main): Likewise.
1205         * objdump.c (main): Likewise.
1206         * size.c (main): Likewise.
1207         * srconv.c (main): Likewise.
1208         * strings.c (main): Likewise.
1209         * sysdump.c (main): Likewise.
1210         * windres.c (main): Likewise.
1211         * readelf.c (main): Call locale setting functions.
1213 1999-04-05  Nick Clifton  <nickc@cygnus.com>
1215         * readelf.c (decode_location_expression): Fix DW_OP_const8{s|u}
1216         decodes.
1218 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
1220         * rename.c: New file, copied out of objcopy.c with a few changes.
1221         * bucomm.h (set_times, smart_rename): Declare.
1222         * ar.c: Don't include <utime.h>.
1223         (extract_file): Call set_times rather than utime.
1224         (write_archive): Call smart_rename rather than unlink and rename.
1225         * objcopy.c: Don't include <utime.h>.
1226         (simple_copy, smart_rename, set_times): Move to rename.c.
1227         (strip_main): Update smart_rename call for new parameter.
1228         (copy_main): Likewise.
1229         * Makefile.am: Rebuild dependencies.
1230         (CFILES): Add rename.c.
1231         (objcopy_SOURCES, strip_new_SOURCES): Add rename.c.
1232         (ar_SOURCES, ranlib_SOURCES): Add rename.c.
1233         * Makefile.in: Rebuild.
1235         * Makefile.am: Rebuild dependencies.
1236         (EXTRA_PROGRAMS): Remove backslash which troubles current version
1237         of automake.
1238         * Makefile.in: Rebuild.
1240         * dllwrap.c (main): Expect correct type in format string.
1241         * resres.c: Include "bfd.h", "bucomm.h", "libiberty.h", and
1242         <time.h>.  Don't include <stdio.h> and <errno.h>.
1243         (write_res_file): Remove unused locals e and i.
1244         (read_resource_entry): Remove unused locals rtype and n.
1245         (read_unistring): Remove unused local n.
1247 1999-04-03  Ian Lance Taylor  <ian@zembu.com>
1249         * arparse.y: Declare yylex.
1250         * objdump.c (disassemble_bytes): Initialize bytes.  Add comment
1251         for incorrect use of bytes.
1252         * readelf.c: Change many formats to avoid warnings.
1254 1999-04-01  Nick Clifton  <nickc@cygnus.com>
1256         * readelf.c (reset_state_machine): New function.  Resets the
1257         registers of the source line number state machine.
1258         (process_extended_line_op): Use state machine.
1259         (display_debug_lines): Use state machine.  Handle multiple line
1260         number blocks within the same section.
1262 1999-03-29  Jason Merrill  <jason@yorick.cygnus.com>
1264         * readelf.c (process_extended_line_op): end_sequence also resets
1265         the line number.
1266         (display_debug_lines): advance_line takes a signed operand.
1267         (read_and_display_attr): Print refs as <%x>, addresses as %#x,
1268         others as %d.  Handle other location expression attributes.
1269         (display_debug_info): Handle nesting.  Always print the offset.
1271 1999-03-23  Ian Lance Taylor  <ian@zembu.com>
1273         * objcopy.c (filter_symbols): When checking whether to keep a
1274         symbol, check the BFD section symbol for a symbol with
1275         BSF_SECTION_SYM set.
1277 1999-03-10  Ulrich Drepper  <drepper@cygnus.com>
1279         * readelf.c (process_dynamic_segment): Print new Solaris dynamic
1280         section entries.  Correct printing of DT_POSFLAG_1 and DT_FLAGS_1.
1282 1999-03-10  Nick Clifton  <nickc@cygnus.com>
1284         * readelf.c (request_dump): New function.
1285         Removed arbitary limit on the number of sections that can be
1286         dumped.
1288 Wed Mar 10 15:10:14 1999  Stan Cox  <scox@cygnus.com>
1290         * dlltool.c (make_one_lib_file): Use %05d to output the stub name so
1291         order in the import library is preserved.
1293 1999-02-19  Nick Clifton  <nickc@cygnus.com>
1295         * readelf.c: Fix compile time warings.
1297 1999-02-17  DJ Delorie  <dj@cygnus.com>
1299         * resbin.c (res_to_bin_versioninfo): Instead of entering a value
1300         length of zero in a version info string, enter the appropriate
1301         length.
1303 Tue Feb 16 16:00:33 1999  Ian Lance Taylor  <ian@cygnus.com>
1305         * configure.in: Require autoconf 2.13.  Change AM_PROG_INSTALL to
1306         AC_PROG_INSTALL.  Add comments for AC_DEFINE calls.
1307         * acconfig.h: Remove.
1308         * aclocal.m4: Rebuild.
1309         * configure: Rebuild.
1310         * Makefile.in: Rebuild.
1311         * config.in: Rebuild.
1313 1999-02-02  Nick Clifton  <nickc@cygnus.com>
1315         * readelf.c (read_and_display_attr): Add display of basic type
1316         encodings.
1317         (display_debug_aranges): New function: Display the contents of a
1318         .debug_aranges section.
1319         (display_debug_info): Dump tags found after compunit entry.
1321         * binutils.texi: Fixed bug in readelf documentation.
1323 Mon Feb  1 12:38:01 1999  Catherine Moore  <clm@cygnus.com>
1325         * readelf.c (dump_relocations):  Handle EM_ARM as REL.
1327 1999-01-29  Nick Clifton  <nickc@cygnus.com>
1329         * readelf.c (process_symbol_table): Do not produce a histogram of
1330         bucket chains if none were found.
1332 1999-01-27  Nick Clifton  <nickc@cygnus.com>
1334         * version.c: Add 1999 copyright.
1336         * binutils.texi (readelf): Document new command line options
1337         --debug-dump and --histogram.
1339         * readelf.c: Add ability to display contents of some or all of the
1340         Dwarf2 debug sections.  {Work only partially completed}.
1341         (display_debug_section): New function.
1342         (display_debug_info): New function.
1343         (display_debug_not_supported): New function.
1344         (display_debug_line): New function.
1345         (display_debug_abbrev): New function.
1346         (process_abbrev_section): New function.
1347         (read_leb128): New function.
1348         (process_extended_line_op): New function.
1349         (get_TAG_name): New function.
1350         (get_AT_name): New function.
1351         (get_FORM_name): New function.
1352         (free_abbrevs): New function.
1353         (add_abbrev): New function.
1354         (add_abbrev_attr): New function.
1355         (read_and_display_attr): New function.
1356         (display_block): New function.
1358 Thu Jan 14 23:36:11 1999  Jeffrey A Law  (law@cygnus.com)
1360         * coffdump.c (xcalloc): Remove, in libiberty now.
1361         * srconv.c (xcalloc): Likewise.
1362         * sysdump.c (xcalloc): Likewise.
1364 1999-01-14  Nick Clifton  <nickc@cygnus.com>
1366         * readelf.c (process_section_headers): Omit trailing space at end
1367         of section header contents line.
1369 Wed Dec 16 17:20:05 1998  Doug Evans  <devans@canuck.cygnus.com>
1371         * aclocal.m4: Regenerate.
1373 Mon Dec 14 12:55:36 1998  Jim Wilson  <wilson@cygnus.com>
1375         * dllwrap.c: Include bfd.h and bucomm.h.  Move getopt.h include
1376         after libiberty.h include.
1378 Tue Dec  8 16:29:43 1998  Ian Lance Taylor  <ian@cygnus.com>
1380         * objdump.1: Fix typo (-d to -D).  From Nokubi Hirotaka
1381         <hnokubi@yyy.or.jp>.
1383 Sun Dec  6 13:28:09 1998  Ian Lance Taylor  <ian@cygnus.com>
1385         * objdump.c (SFILE): Add size field.
1386         (objdump_sprintf): Merge both versions into one.  Increase buffer
1387         size as needed to avoid overflow.
1388         (disassemble_bytes): Change buf from 1000 bytes to 50.  Change
1389         initialization and use of sfile to match changes to
1390         objdump_sprintf.
1392         * strip.1: Fix typo (-V to -v).  From Issei Hirayama
1393         <iss@mail.wbs.or.jp>.
1395 1998-12-03  Ulrich Drepper  <drepper@cygnus.com>
1397         * readelf.c (process_dynamic_segment): Improve output format for
1398         various DT_* values.
1400 1998-12-02  Ulrich Drepper  <drepper@cygnus.com>
1402         * readelf.c (process_mips_specific): Print .conflict section
1403         content.
1405         * readelf.c (process_mips_specific): Print l_flags in liblist in
1406         textual form.
1408 1998-11-30  Nick Clifton  <nickc@cygnus.com>
1410         * ar.c (extract_file): Add some paranoia checks for negatively
1411         sized files.
1413 Tue Nov 24 09:39:24 1998  Nick Clifton  <nickc@cygnus.com>
1415         * stabs.c (DIR_SEPARATOR): Define as '\\' if WIN32 is defined.
1417 Tue Nov 17 10:25:26 1998  Nick Clifton  <nickc@cygnus.com>
1419         * Makefile.in: Regenerate.
1421 Mon Nov 16 19:17:23 1998  Dave Brolley  <brolley@cygnus.com>
1423         * po/binutils.pot: Regenerate.
1425 Mon Nov 16 10:18:53 1998  Nick Clifton  <nickc@cygnus.com>
1427         * Makefile.am: Regernated dependencies.
1428         * aclocal.m4: Regenerated.
1429         * configure: Regenerated.
1431 Sat Nov 14 14:50:56 1998  Ian Lance Taylor  <ian@cygnus.com>
1433         * debug.c (debug_name_type): Correct return type from false to
1434         DEBUG_TYPE_NULL.
1436 Sat Nov 14 14:48:21 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1438         * objdump.c (disassemble_data): Skip over relocs below start
1439         address.
1441 Tue Nov 10 15:31:52 1998  Nick Clifton  <nickc@cygnus.com>
1443         * Makefile.am: Add dependency of readelf.c on elf/fr30.h
1444         * Makefile.in: Regenerate.
1446 Wed Nov  4 16:25:55 1998  Nick Clifton  <nickc@cygnus.com>
1448         * readelf.c: Add support for the FR30.
1450 Mon Nov  2 14:59:33 1998  Geoffrey Noer  <noer@cygnus.com>
1452         * configure.in: detect cygwin* instead of cygwin32*
1453         * configure: regenerate
1455 Fri Oct 30 15:14:49 1998  Geoffrey Noer  <noer@cygnus.com>
1457         * dllwrap.c: change all references to cygwin32_ to cygwin_,
1458         change Cygwin target def to CYGWIN.
1460 Wed Oct 28 10:31:19 1998  Nick Clifton  <nickc@cygnus.com>
1462         * objdump.c (disassemble_data): Replace 'unsigned long' with
1463         'bfd_vma'.
1465 Tue Oct 27 14:39:00 1998  Nick Clifton  <nickc@cygnus.com>
1467         * objdump.c (disassemble_bytes): Applied this patch from Philip
1468         Blundell <pb@nexus.co.uk>:  Make address variables unsigned to
1469         avoid problems when disassembling code at high-bit-set addresses.
1471 Mon Oct 26 14:07:59 1998  Mumit Khan  <khan@xraylith.wisc.edu>
1473         * dllwrap.c (strhash): New function.
1474         (main): Use it to supply image base if not supplied by user.
1475         (program_version): Up to 0.2.4.
1477 Mon Oct 26 14:07:59 1998  Mumit Khan  <khan@xraylith.wisc.edu>
1479         * dlltool.c (add_stdcall_alias): New global.
1480         (long_options): Add --add-stdcall-alias option.
1481         (main): Handle it.
1482         (scan_drectve_symbols): Add alias if --add-stdcall-alias is
1483         specified.
1484         (scan_filtered_symbols): Likewise.
1485         (gen_def_file): Output alias for stdcall syms if appropriate.
1487         * binutils.texi (dlltool): Document --add-stdcall-alias option.
1489         * dllwrap.c (long_options): Add --add-stdcall-alias option.
1490         (main): Handle it.
1492         * defparse.y (opt_name): Allow "." in name.
1493         * dlltool.c (def_name): Set dll_name from NAME entry in def file.
1494         (def_library): Set dll_name from LIBRARY entry in def file.
1496 Mon Oct 26 14:07:59 1998  Mumit Khan  <khan@xraylith.wisc.edu>
1498         * dllwrap.c (long_options): --implib synonym for --output-lib.
1499         (main): Pass --export-all to dlltool only if specified.
1500         (program_version): Up to 0.2.3.
1502 Mon Oct 26 14:07:59 1998  Mumit Khan  <khan@xraylith.wisc.edu>
1504         * dllwrap.c (mybasename): New function.
1505         (main): Run dlltool to create export definition file and import
1506         library file if necessary.
1507         Change exp_file_name so that it's based on the dll name.
1509 Sun Oct 25 10:37:45 1998  Mumit Khan  <khan@xraylith.wisc.edu>
1511         * dlltool.c (scan_all_symbols): Fix patch error.
1513 Fri Oct 16 22:56:20 1998  Felix Lee  <flee@cygnus.com>
1515         * nm.c (display_rel_file): fix "no symbols" messages.
1516         * objdump.c (slurp_symtab): ditto.
1517         * po/POTFILES.in, po/binutils.pot: rebuilt
1519 Mon Oct 12 14:28:03 1998  Nick Clifton  <nickc@cygnus.com>
1521         * readelf.c (dump_relocations): Rename field from Value to Info to
1522         match name of field in ELF structures.
1524 Thu Oct  8 15:33:08 1998  Geoffrey Noer  <noer@cygnus.com>
1526         * configure.in: call AC_EXEEXT instead of AM_EXEEXT and
1527         AM_CYGWIN32.
1528         * aclocal.m4: remove local AM_EXEEXT/AM_CYGWIN32 macros.
1529         * configure: regenerate
1531 Thu Oct  8 15:33:08 1998  Geoffrey Noer  <noer@cygnus.com>
1533         From Mumit Khan  <khan@xraylith.wisc.edu>:
1534         * dlltool.c (scan_all_symbols): Don't re-export symbols exported
1535         by other DLLs.
1537 Thu Oct  8 15:33:08 1998  Geoffrey Noer  <noer@cygnus.com>
1539         * Makefile.am (BUILD_DLLWRAP): Add.
1540         (BUILD_DLLWRAP, DLLWRAP_PROG): Add.
1541         (bin_PROGRAMS): Add dllwrap.
1542         * Makefile.in: regenerate with automake
1544         From Mumit Khan  <khan@xraylith.wisc.edu>:
1545         * dllwrap.c: New file from dllhelpers v0.2.1.
1546         (print_version): New function.
1547         (long_options): Add --version.
1548         (main): Handle.
1549         * dyn-string.h, dyn-string.c: New files from egcs-1.1/gcc.
1550         * configure.in (BUILD_DLLWRAP): Add.
1551         * configure: Regenerate.
1553 Tue Oct  6 18:20:10 1998  Geoffrey Noer  <noer@cygnus.com>
1555         * Makefile.am (windres_SOURCES): Add resres.c.
1556         (windres_OBJECTS): Add resres.o.
1557         * Makefile.in: regenerate with automake
1559         From Anders Norlander <anorland@hem2.passagen.se>.
1560         * resres.c: New file.  Implementation of read_res_file and
1561         write_res_file functions for windres.
1562         * rcparse.y: Handle CONTROL's with named classes.
1563         * resbin.c: Bug in res_to_bin_dialog and bin_to_res_dialog
1564         when dialog is extended: The version and signature fields should
1565         be reversed (despite what the docs say). Id is 32 bits long in
1566         extended dialogs.
1567         * resrc.c (write_rc_dialog): properly print controls with named
1568         classes.
1569         * windres.c (read_res_file, write_res_file): Remove stubs.
1570         * resres.c (write_res): Rename RT_ACCELERATORS to RT_ACCELERATOR.
1572 Sun Oct  4 20:34:42 1998  Ian Lance Taylor  <ian@cygnus.com>
1574         From Nokubi Hirotaka <hnokubi@yyy.or.jp>:
1575         * objcopy.1: Fix typo in --remove-leading-char docs.
1576         * objdump.1: Fix formatting in --stabs docs.
1578 Sat Sep 19 23:33:56 1998  Ian Lance Taylor  <ian@cygnus.com>
1580         * rcparse.y (memflags_move): Correct recursion.
1582 1998-09-10  Ulrich Drepper  <drepper@cygnus.com>
1584         * readelf.c (process_symbol_table): Print in histogram how many
1585         symbols are covered by the current chain length.
1587 Sun Sep  6 16:15:47 1998  Nick Clifton  <nickc@cygnus.com>
1589         * readelf.c (process_section_contents): Do not try to dump empty
1590         sections.
1592 Sat Sep  5 19:17:10 1998  Mumit Khan  <khan@xraylith.wisc.edu>
1594         * dlltool.c (scan_all_symbols): Don't re-export symbols exported
1595         by other DLLs.
1597 1998-09-02 14:50  Ulrich Drepper  <drepper@cygnus.com>
1599         * readelf.c (process_dynamic_segment): Print DT_* value only if
1600         do_dynamic.
1601         (do_histogram): New variable.
1602         (options): New long option histogram.  Set do_histogram if this
1603         option is used.
1604         (usage): Document --histogram.
1605         (parse_args): Handle 0 return value from getopt_long.  Enable
1606         do_histogram for -a.
1607         (process_symbol_table): Read hash table also if only do_histogram.
1608         Add code to print hash table histogram.
1610 1998-08-25 16:45  Ulrich Drepper  <drepper@cygnus.com>
1612         * readelf.c (process_dynamic_segment): Read syminfo section if
1613         available.
1614         (process_syminfo): New function.  Print syminfo information.
1615         (process_file): Call process_syminfo and free syminfo data at the end.
1617 Wed Aug 19 16:19:51 1998  Ian Lance Taylor  <ian@cygnus.com>
1619         * dlltool.c (usage): Add file parameter.  Change all callers.
1620         (main): Don't treat '?' as a special case in getopt return.
1622         * binutils.texi (dlltool): Document new options.  Add some uses of
1623         @var.
1625 Wed Aug 19 16:19:07 1998  Mumit Khan  <khan@xraylith.wisc.edu>
1627         * dlltool.c (gen_def_file): Plug memory leak.  Don't print
1628         demangled name if it is NULL.
1630         Support for exporting all symbols to an output export def file:
1631         * dlltool.c ({export_all_symbols, no_default_excludes,
1632         no_default_excludes, excludes}): New file static variables.
1633         (struct string_list): Type to hold list of symbols to exclude.
1634         (scan_drectve_symbols): Renamed from scan_open_obj_file.
1635         (scan_filtered_symbols): New static function.
1636         (add_excludes): New static function.
1637         (match_exclude): New static function.
1638         (set_default_excludes): New static function.
1639         (filter_symbols): New static function.
1640         (scan_all_symbols): New static function.
1641         (scan_open_obj_file): New static function.
1642         (usage): Document new options.
1643         (long_options): Add new options.
1644         (main): Handle new options.
1646 1998-07-31 21:24  Ulrich Drepper  <drepper@cygnus.com>
1648         * readelf.c (process_program_headers): Print p_offset value with
1649         six hex digits.
1650         (dynamic_segment_mips_val): Add support for DT_MIPS_FLAGS,
1651         DT_MIPS_IVERSION, and DT_MIPS_TIME_STAMP.
1652         (process_mips_specific): Also print seconds of time stamp.
1654 Fri Jul 31 10:04:23 1998  Catherine Moore  <clm@cygnus.com>
1656         * readelf.c (dump_relocations):  EM_ARM uses rela relocs.
1658 1998-07-30 16:25  Ulrich Drepper  <drepper@cygnus.com>
1660         * readelf.c (get_dynamic_type): Don't used gettext on the names.
1661         Add new DT_* values from Solaris.  Don't print nuemric value in
1662         case of an unknown entry.
1663         (process_dynamic_segment): Handle new DT_* entries.  Print numeric
1664         values in decimal, not hex.
1666 Fri Jul 24 16:28:57 1998  Jeff Holcomb  <jeffh@cygnus.com>
1668         * readelf.c (get_dynamic_type): Remove empty default from switch
1669         statement.
1671 Fri Jul 24 16:28:12 1998  Ian Lance Taylor  <ian@cygnus.com>
1673         * Makefile.am (install-exec-local): Don't remove the file before
1674         checking whether $(bindir) == $(tooldir)/bin.  From Maciej
1675         W. Rozycki <macro@ds2.pg.gda.pl>.
1676         * Makefile.in: Rebuild.
1678 Fri Jul 24 09:38:59 1998  Nick Clifton  <nickc@cygnus.com>
1680         * objcopy.c: Removed spurious inclusion of elf/internal.h and
1681         elf-bfd.h.
1683 1998-07-22  Ulrich Drepper  <drepper@cygnus.com>
1685         * readelf.c: Consistantly use elf_ prefix for *_reloc_type
1686         functions.
1688 Wed Jul 22 16:29:12 1998  Nick Clifton  <nickc@cygnus.com>
1690         * readelf.c (dump_relocations): Add dumps of HPPA and ARC
1691         relocations.
1693         (process_relocs): Do not abort if no string table can be found.
1695 1998-07-22 14:58  Ulrich Drepper  <drepper@cygnus.com>
1697         * readelf.c: Remove definition of functions to return relocation
1698         symbol strings.  They now get implicitly defined when include the
1699         system specific ELF header.
1701 1998-07-22 13:51  Ulrich Drepper  <drepper@cygnus.com>
1703         * readelf.c: Before include system specific ELF header define
1704         START_RELOC_NUMBERS, RELOC_NUMBER, and END_RELOC_NUMBERS.  For now
1705         used for ppc, mips, and mn10300.
1707 Wed Jul 22 10:26:32 1998  Nick Clifton  <nickc@cygnus.com>
1709         * readelf.c (dump_relocations): Display number of unrecognised
1710         relocations.
1712 1998-07-21 13:13  Ulrich Drepper  <drepper@cygnus.com>
1714         * readelf.c: Use symbolic names of relocation entries for the various
1715         architectures.  Correct more layout details.
1716         Print names of MIPS specific section types.  Print Alpha, ARM, and
1717         MIPS relocation type names.
1719 1998-07-20  Vladimir N. Makarov  <vmakarov@cygnus.com>
1721         * objcopy.c (filter_symbols): Add code for strip all symbols case.
1722         (copy_objects): Strip all case is now processed also through
1723         filter_symbols.  No marking symbols used in relocations when strip
1724         all symbols case.
1725         (copy_section): When strip all symbols case, remove relocations
1726         which are not in keep strip specific list.
1727         (strip_main): Remove guard `strip_specific_list == NULL' for
1728         setting up strip all symbols by default.
1730 Mon Jul 20 12:51:16 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1732         * addr2line.c (find_address_in_section): Only consider a section
1733         if the pc value is completely contained within it.
1734         (translate_addresses): Don't crash if functionname or filename are
1735         null.
1737 1998-07-20 07:45  Ulrich Drepper  <drepper@cygnus.com>
1739         * readelf.c (process_symbol_table): Fix little alignment problem
1740         in printed table header.
1742 1998-07-20 07:14  Ulrich Drepper  <drepper@cygnus.com>
1744         * readelf.c: Correct reading of .dynamic section.
1745         (dynamic_section): Now a global variable.
1746         (process_mips_fpe_exception, process_mips_specific,
1747         process_arch_specific): New functions.
1748         (get_file_header): Call process_arch_specific.
1750 1998-07-19 15:15  Ulrich Drepper  <drepper@cygnus.com>
1752         * readelf.c: Fix several versioning related bugs.  Produce nicer
1753         output.
1754         Add support for processor specific information on MIPS.
1756 Fri Jul 10 15:57:58 1998  Nick Clifton  <nickc@cygnus.com>
1758         * readelf.c: Switch prototypes from unsigned short to unsigned
1759         int.
1761 Fri Jul 10 16:17:50 1998  Ian Lance Taylor  <ian@cygnus.com>
1763         From Christian Holland <CHolland@de.lucent.com>:
1764         * ieee.c (parse_ieee): Initialize info.global_vars and
1765         info.global_types.
1766         (parse_ieee_atn): Ignore register lifetime information reportedly
1767         emitted by MRI compiler.
1769 Thu Jul  9 13:08:01 1998  Ian Lance Taylor  <ian@cygnus.com>
1771         * Makefile.am (MAINTAINERCLEANFILES): Define.
1772         * Makefile.in: Rebuild.
1774 Tue Jul  7 21:48:54 1998  Jeffrey A Law  (law@cygnus.com)
1776         * readelf.c (byte_get): Use PARAMS in prototype.
1777         (error): Make it work with non-ANSI compilers.
1778         (warn): Likewise.
1779         (get_ver_flags): Don't use an ANSI prototype in the definition.
1781 Tue Jul  7 13:26:13 1998  Ian Lance Taylor  <ian@cygnus.com>
1783         * objcopy.c (filter_bytes): Set size correctly if the size of the
1784         section is not an even multiple of the interleave.  Based on patch
1785         from Brion Stone <Brion.Stone@attws.com>.
1787 Thu Jul  2 14:01:34 1998  Klaus Kaempf  <kkaempf@rmi.de>
1789         * configure.com: Add vax/vms support.
1790         * makefile.vms-in: Renamed from makefile.vms.  Add substitutions
1791         now done by configure.com.
1793 Wed Jul  1 20:43:52 1998  Ian Lance Taylor  <ian@cygnus.com>
1795         * stabs.c (parse_stab_range_type): Handle 4 and 8 byte signed
1796         integers with real upper bounds.  Handle a lower bound one larger
1797         than the upper bound as a signed integer.  Handle 8 byte signed
1798         integers.
1799         (stab_demangle_template): Optionally return the demangled name of
1800         the template.
1801         (stab_demangle_qualified): Treat a template name as a tagged
1802         type.
1803         (stab_demangle_fund_type): Likewise.
1805 Wed Jul  1 16:29:50 1998  Nick Clifton  <nickc@cygnus.com>
1807         * objcopy.c: Minor formatting improvements.
1808         * readelf.c: Minor output formatting improvement.
1810 Wed Jul  1 14:23:48 1998  Ian Lance Taylor  <ian@cygnus.com>
1812         * rclex.l: Add casts and change types to avoid warnings.
1813         * rcparse.y: Likewise.
1814         * resbin.c: Likewise.
1815         * rescoff.c: Likewise.
1816         * resrc.c: Likewise.
1818         * Makefile.am: Rebuild dependencies.
1819         (HFILES): Remove readelf.h.
1820         * Makefile.in: Rebuild.
1822         Based on patches from Andrew Kozin
1823         <Andrew.Kozin@p14.f960.n5020.z2.fidonet.org>:
1824         * winduni.h: New file, from windres.h.
1825         * winduni.c: New file, from windres.c.
1826         * windres.c: Move Unicode functions into winduni.c.
1827         * windres.h: Move Unicode declarations into winduni.h.  Include
1828         winduni.h.
1829         (RT_ACCELERATOR): Rename from RT_ACCELERATORS to match Windows
1830         macro.  Change all uses.
1831         (RT_PLUGPLAY, RT_VXD): Correct values.
1832         * Makefile.am (HFILES): Add windres.h.
1833         (CFILES): Add winduni.c.
1834         (windres_SOURCES): Add winduni.c.
1836 Mon Jun 29 17:01:21 1998  Nick Clifton  <nickc@cygnus.com>
1838         * readelf.c: Use BFD Internal and External Elf structures.
1839         * readelf.h: Removed - no longer needed.
1840         * Makefile.in: Remove readelf.c's dependency upon readelf.h.
1842 1998-06-26  Vladimir N. Makarov  <vmakarov@cygnus.com>
1844         * objcopy.c (strip_main): keep_specific_list == NULL as additional
1845         condition to set up strip all symbols by default.
1846         (copy_archive): don't change archive when error in object files of
1847         the archive.
1849 Wed Jun 24 17:53:47 1998  Ian Lance Taylor  <ian@cygnus.com>
1851         * stabs.c (parse_number): Sign extend negative values correctly if
1852         bfd_vma is larger than unsigned long.
1854 Tue Jun 23 14:55:05 1998  Mike Stump  <mrs@wrs.com>
1856         * Makefile.am (install-exec-local): Don't let EXEEXT interfere
1857         with the program transform name.
1858         * Makefile.in: Rebuild.
1860 Tue Jun 23 11:08:53 1998  Nick Clifton  <nickc@cygnus.com>
1862         * readelf.c: Rewrite to use fopen/fread ratehr than mmap.
1864         Add --section-headers command line switch, which is an alias for
1865         --sections.
1867         Incorporate improvemnts made by Andreas Schwab
1868         <schwab@issan.informatik.uni-dortmund.de> including output
1869         formatting and version info display.
1871         * binutils.texi: Document --section-headers switch to readelf.
1873 Mon Jun 22 18:28:19 1998  Ian Lance Taylor  <ian@cygnus.com>
1875         * readelf.c: Include bfd.h and bucomm.h before system header
1876         files.
1877         (parse_args): Change type of c from char to int.
1879 Sun Jun 14 14:26:28 1998  Nick Clifton  <nickc@cygnus.com>
1881         * readelf.c (usage): Write to stdout, not stderr.
1883 Fri Jun 12 13:33:51 1998  Tom Tromey  <tromey@cygnus.com>
1885         * po/Make-in (all-yes): Depend on .pot file if maintainer mode
1886         enabled.
1887         ($(PACKAGE).pot): Unconditionally depend on POTFILES.
1889 Fri Jun 12 16:06:15 1998  Michael Meissner  <meissner@cygnus.com>
1891         * readelf.c (get_ppc_rel_type): New PowerPC support.
1892         (dump_relocations): PowerPC uses RELA relocations.
1893         (get_machine_name): Spell PowerPC correctly.
1894         (get_file_type): Change unsigned short parameter to unsigned.
1895         (get_machine_name): Ditto.
1896         (get_machine_data): Return whether big endian or little endian.
1897         (get_machine_flags): Interpret PowerPC, M32R, and MIPS flags.
1898         (process_elf_header): Print endian-ess.  Convert all numeric
1899         formats to long or unsigned long.  Print out machine specific flag
1900         bits.
1901         (process_section_headers): Increase name by 3 columns and decrease
1902         type by the same so that .gcc_except_table fits in the space.
1904         * readelf.h: Include elf/ppc.h, elf/mips.h, and elf/m32r.h to get
1905         machine specific flag bits.
1907 Thu Jun 11 17:54:26 1998  Nick Clifton  <nickc@cygnus.com>
1909         * readelf.c: Remove extraneous #includes.  Fix warnings produced
1910         by -Wall when compiling under Linux.
1912         * Makefile.am (readelf_LDADD): Add $(LIBIBERTY).
1914 Thu Jun 11 18:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
1916         * stabs.c (struct stab_handle): Add self_crossref field.
1917         (parse_stab_string): If a tag is a cross reference to itself,
1918         don't define it in the tags list.
1919         (parse_stab_type): Set info->self_crossref.
1921         * debug.c (struct debug_type_real_list): Define.
1922         (debug_get_real_type): Add list parameter.  Change all callers.
1923         Check for circularity to avoid crashing when it occurs.
1925 Thu Jun 11 14:48:32 1998  Nick Clifton  <nickc@cygnus.com>
1927         * readelf.c: New file: Display contents of ELF format file.
1928         * readelf.h: New file: Header file for readelf.c
1929         * Makefile.am: Add rules to build readelf.
1930         * Makefile.in: Rebuilt.
1931         * binutils.texi: Document readelf.
1932         * NEWS: Mention inclusion of readelf into binutils.
1933         * po/POTFILES.in; Rebuilt.
1935 Fri Jun  5 18:43:40 1998  Ian Lance Taylor  <ian@cygnus.com>
1937         * objcopy.c (setup_section): Adjust the section size if copy_byte
1938         is >= 0.
1939         (copy_section): Do not call bfd_set_section_size.
1941 Thu Jun  4 09:12:27 1998  Nick Clifton  <nickc@cygnus.com>
1943         * objcopy.c (copy_usage): Add missing \n\ from help description.
1945 Wed Jun  3 19:31:33 1998  Ian Lance Taylor  <ian@cygnus.com>
1947         * Makefile.am (YACC): Correct bison -L option.
1948         * Makefile.in: Rebuild.
1950         * binutils.texi, objdump.1: Document -p/--private-headers.
1952 Wed Jun  3 12:09:40 1998  Nick Clifton  <nickc@cygnus.com>
1954         * objcopy.c: Add new command line options: --change-section-lma
1955         and --change-section-vma.  Rename old command line option
1956         --adjust-section-vma to --change-section-address.  Rename
1957         --adjust-vma to --change-addresses and --adjust-start to
1958         --change-start.  Provide aliases to support the old versions of
1959         these command line options.
1961         Change the names of macros and enum elements to upper case to
1962         match the GNU coding standard.
1964         Replace calls to fprintf (stderr,...) with calls to fatal () or
1965         non_fatal () as appropriate.
1967         * objcopy.1: Document command line option changes.
1968         * binutils.texi: Document command line option changes.
1970         * bucomm.h: New exported funtion from bucomm.c: non_fatal().
1971         * bucomm.c (non_fatal): New exported function.  Just like fatal()
1972         except that it returns rather than calling xexit().
1974         (bfd_check_format_matches): Call fatal() rather than bfd_fatal().
1976         (check_matching_formats): Fix C formating.
1978         (parse_vma): Call fatal().
1980 Mon Jun  1 18:26:40 1998  Ian Lance Taylor  <ian@cygnus.com>
1982         From Yuli Barcohen <yuli.barcohen@telrad.co.il>:
1983         * debug.c (debug_type_samep): Avoid endless loops comparing
1984         function and method parameter types.
1986 Fri May 22 14:02:42 1998  Ian Lance Taylor  <ian@cygnus.com>
1988         * dlltool.c (dump_iat): Comment out; not used.
1989         (display): Rename from tell.  Change all callers.
1991 Thu May 14 14:00:56 1998  Nick Clifton  <nickc@cygnus.com>
1993         * dlltool.c: Add support for Thumb DLLs.  Add support for
1994         interworking between ARM and Thumb programs and DLLs.  Tidy the
1995         code.
1997         * binutils.texi: Document dlltool.
1999         * configure: Build dlltool for thumb-pe targets.
2001         * version.c (print_version): Include 1998 in copyright strings.
2003         * stabs.c (parse_stab): Support Win32 style directory separators.
2005 Sun May 10 22:34:44 1998  Jeffrey A Law  (law@cygnus.com)
2007         * po/Make-in (install-info): New target.
2009 Fri May  8 10:33:13 1998  Nick Clifton  <nickc@cygnus.com>
2011         * ar.c (usage): Extend information provided about command line
2012         options.
2014 Wed May  6 15:28:51 1998  Klaus Kaempf  <kkaempf@progis.de>
2016         * makefile.vms: Run dec c with /nodebug.  Pass CC value when
2017         calling make.
2019 Tue May  5 15:19:00 1998  Nick Clifton  <nickc@cygnus.com>
2021         * configure: Build dlltool for thumb-pe target.
2022         * configure.in: Build dlltool for thumb-pe target.
2024 Sun May  3 22:04:49 1998  Ian Lance Taylor  <ian@cygnus.com>
2026         * Makefile.am (EXTRA_PROGRAMS): Change $(SRCONV_PROG) to sysconf
2027         sysdump coffdump to avoid extra $(EXEEXT).
2028         * Makefile.in: Rebuild.
2030 Wed Apr 29 22:22:55 1998  Geoffrey Noer <noer@cygnus.com>
2032         * configure.in: Stop appending EXEEXT to the end of
2033         SRCONV_PROG (wrong because that variable may contain multiple
2034         programs)
2035         * Makefile.am: instead, add EXEEXTs to each SRCONV_PROG
2036         program
2037         * Makefile.in: regenerate
2038         * configure: regenerate
2040 Tue Apr 28 19:14:34 1998  Tom Tromey  <tromey@cygnus.com>
2042         * addr2line.c (main): Conditionally call setlocale.
2043         * windres.c (main): Likewise.
2044         * sysdump.c (main): Likewise.
2045         * strings.c (main): Likewise.
2046         * srconv.c (main): Likewise.
2047         * size.c (main): Likewise.
2048         * objdump.c (main): Likewise.
2049         * objcopy.c (main): Likewise.
2050         * nm.c (main): Likewise.
2051         * nlmconv.c (main): Likewise.
2052         * dlltool.c (main): Likewise.
2053         * coffdump.c (main): Likewise.
2054         * ar.c (main): Likewise.
2055         * bucomm.h: Include <locale.h> if HAVE_LOCALE_H.
2056         (LC_MESSAGES): Now can be defined even when ENABLE_NLS.
2058 Tue Apr 28 10:33:07 1998  Bill Moyer  <ttk@cygnus.com>
2060         Add support for IMPORTS:
2061         * defparse.y (impline): Add IMPORTS syntaxes.
2062         * dlltool.c (ifunctype, iheadtype): New typedefs.
2063         (import_list): New static variable.
2064         (append_import): New static function.
2065         (def_import): Add an entry to import_list.
2066         (generate_idata_ofile): New static function.
2067         (gen_exp_file): Call generate_idata_ofile.
2068         * dlltool.h (def_import): Update declaration.
2070 Mon Apr 27 16:39:22 1998  Ian Lance Taylor  <ian@cygnus.com>
2072         * configure.in: Change version number to 2.9.4
2073         * configure: Rebuild.
2075 Wed Apr 22 16:00:35 1998  Tom Tromey  <tromey@cygnus.com>
2077         * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
2079 Wed Apr 22 00:33:56 1998  Tom Tromey  <tromey@scribbles.cygnus.com>
2081         * Makefile.am (INCLUDES): Search intl dirs for headers; define
2082         LOCALEDIR.
2083         * addr2line.c (main): Call setlocale, bindtextdomain, textdomain.
2084         * ar.c (main): Likewise.
2085         * coffdump.c (main): Likewise.
2086         * dlltool.c (main): Likewise.
2087         * nlmconv.c (main): Likewise.
2088         * nm.c (main): Likewise.
2089         * objcopy.c (main): Likewise.
2090         * objdump.c (main): Likewise.
2091         * size.c (main): Likewise.
2092         * srconv.c (main): Likewise.
2093         * strings.c (main): Likewise.
2094         * sysdump.c (main): Likewise.
2095         * windres.c (main): Likewise.
2097 Tue Apr 21 22:13:08 1998  Tom Tromey  <tromey@scribbles.cygnus.com>
2099         * Many files: Added gettext invocations around user-visible
2100         strings.
2101         * bucomm.h: Added gettext-related includes and defines.
2102         * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
2103         HAVE_LC_MESSAGES): Define.
2104         * configure.in: Call CY_GNU_GETTEXT.  Create po/Makefile.in and
2105         po/Makefile.  Use AM_PROG_LEX.
2106         * Makefile.am (SUBDIRS): New macro.
2107         (POTFILES): Likewise.
2108         (po/POTFILES.in): New target.
2109         (LDADD): Added INTLLIBS.
2110         (objdump_LDADD): Likewise.
2111         (c__filt_LDADD): Likewise.
2112         (ar_LDADD): Likewise.
2113         (ranlib_LDADD): Likewise.
2114         (dlltool_LDADD): Likewise.
2115         (windres_LDADD): Likewise.
2116         * po/Make-in, po/POTFILES.in, po/binutils.pot: New files.
2118 Tue Apr 21 16:07:18 1998  Stanislav Brabec  <utx@k332.feld.cvut.cz>
2120         * objcopy.c (preserve_dates): New file static variable.
2121         (smart_rename): If preserve_dates, call set_times when copying.
2122         (strip_main): Remove preserve_dates local variable.
2123         (copy_main): Likewise.
2125 Tue Apr  7 15:41:15 1998  Ian Lance Taylor  <ian@cygnus.com>
2127         * Makefile.am (DISTSTUFF): Add defparse.h, defparse.c, rclex.c,
2128         rcparse.h, and rcparse.c
2129         * Makefile.in: Rebuild.
2131 Mon Apr  6 16:24:35 1998  Ian Lance Taylor  <ian@cygnus.com>
2133         * Makefile.am (PROGS): Move $(ADDR2LINE_PROG) to end, so that
2134         Makefile.in doesn't have an empty continuation line.
2135         (bin_PROGRAMS): Likewise.
2136         * Makefile.in: Rebuild.
2138 Fri Apr  3 14:48:42 1998  Ian Lance Taylor  <ian@cygnus.com>
2140         * Makefile.am (DISTCLEANFILES): Add site.exp and site.bak.
2141         (MOSTLYCLEANFILES): Add binutils.log, binutils.sum, and abcdefgh*.
2142         (mostlyclean-local): New target.
2143         * Makefile.in: Rebuild.
2145 Wed Apr  1 15:54:16 1998  Ian Lance Taylor  <ian@cygnus.com>
2147         From Zack Weinberg <zack@rabi.phys.columbia.edu> and H.J. Lu
2148         <hjl@gnu.org>:
2149         * ar.c (usage): Mention S modifier.
2150         (main): Add S modifier.
2151         * ar.1, binutils.texi: Document S modifier.
2153 Wed Apr  1 13:11:23 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2155         * binutils.texi: Use @itemx for a secondary item in a table.
2157 Tue Mar 31 18:44:13 1998  Ian Lance Taylor  <ian@cygnus.com>
2159         * dep-in.sed: Add rule to remove @OBJDIR@.
2160         * Makefile.am (dep.sed): Substitute for @OBJDIR@.
2161         * Makefile.in: Rebuild.
2163 Mon Mar 30 12:47:18 1998  Ian Lance Taylor  <ian@cygnus.com>
2165         * configure.in: Set version to 2.9.1.
2166         * configure: Rebuild.
2168         * Branched binutils 2.9.
2170         * Makefile.am (DISTCLEANFILES): Remove defparse.h, arparse.h,
2171         rcparse.h, and nlmheader.h.
2172         * Makefile.in: Rebuild.
2174 Sat Mar 28 17:39:27 1998  Ian Lance Taylor  <ian@cygnus.com>
2176         * Makefile.am (MOSTLYCLEANFILES): Define.
2177         * Makefile.in: Rebuild.
2179         Fix some gcc -Wall warnings:
2180         * nlmconv.c (main): Add casts to avoid warnings.
2181         (alpha_mangle_relocs): Likewise.
2182         * objdump.c (dump_section_stabs): Likewise.
2183         * size.c (print_sysv_format): Likewise.
2184         * srcconv.c (wr_ob): Likewise.
2185         * wrstabs.c (stab_modify_type): Likewise.
2186         (stab_variable): Likewise.
2187         * nlmconv.c (main): Initialize variables to avoid warnings.
2188         * nm.c (sort_symbols_by_size): Likewise.
2189         * objdump.c (disassemble_bytes): Likewise.
2190         * wrstabs.c (stab_end_class_type): Likewise.
2191         * coffgrok.c (do_sections_p2): Change j to unsigned int.
2192         (do_lines): Change l to unsigned int.
2193         * nlmheader.y (yylex): Change i to unsigned int.
2194         * nm.c (print_symbol): Change j to long.
2195         * size.c (lprint_number): Comment out.
2196         * srconv.c (wr_ob): Change i to bfd_size_type.
2197         * sysdump.c (unit_info_list): Comment out.
2198         (object_body_list, program_structure, debug_list): Likewise.
2199         * sysinfo.y (yyerror): Return value.
2201 Thu Mar 26 17:06:51 1998  Richard Henderson  <rth@cygnus.com>
2203         * defparse.y (explist): Allow epsilon.
2204         Suggestion from Jonathan-Harris@psion.com.
2206 Thu Mar 26 16:59:09 1998  Richard Henderson  <rth@cygnus.com>
2208         * coffgrok.c (do_sections_p1): Use the section's lma instead of vma
2209         for the benefit of prom loaders.
2211 Wed Mar 25 13:05:39 1998  Ian Lance Taylor  <ian@cygnus.com>
2213         Based on patch from H.J. Lu  <hjl@gnu.org>:
2214         * Makefile.am (DISTSTUFF): New variable.
2215         (diststuff): New target.
2216         (DISTCLEANFILES): New variable.
2217         * Makefile.in: Rebuild.
2219 Tue Mar 24 19:33:08 1998  Ian Lance Taylor  <ian@cygnus.com>
2221         * rclex.l: Accept { and } as synonyms for BEGIN and END.
2223 Fri Mar 20 19:18:08 1998  Ian Lance Taylor  <ian@cygnus.com>
2225         * aclocal.m4, configure: Rebuild with libtool 1.2.
2227 Tue Feb 24 13:07:50 1998  Doug Evans  <devans@canuck.cygnus.com>
2229         * objdump.c (disassemble_data): Delete "++place" after call to
2230         find_symbol_for_address.  Set disasm_info.symbols to array of
2231         symbols at the current address.
2233 Wed Feb 18 23:39:46 1998  Richard Henderson  <rth@cygnus.com>
2235         * Makefile.am (install-exec-local): Install properly when ln
2236         fails or tooldir == prefix.
2238 Tue Feb 17 18:40:55 1998  Richard Henderson  <rth@cygnus.com>
2240         * objcopy.c (compare_section_lma): Rename from _vma.
2241         (copy_object): Gap fill based on LMA not VMA.
2242         * binutils.texi: Update and clarify.
2243         * objcopy.1: Likewise.
2245 Tue Feb 17 20:34:11 1998  Ian Lance Taylor  <ian@cygnus.com>
2247         * dlltool.c (gen_exp_file): Generate _imp__%s as well as __imp_%s,
2248         for Microsoft compatibility.
2249         (make_one_lib_file): Likewise.
2251         * dlltool.c (make_one_lib_file): Don't add 1 to hint.
2253 Fri Feb 13 16:37:44 1998  Ian Lance Taylor  <ian@cygnus.com>
2255         * Makefile.am (AUTOMAKE_OPTIONS): Define.
2256         * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
2258 Thu Feb 12 14:13:46 1998  Ian Lance Taylor  <ian@cygnus.com>
2260         * deflex.l: Accept '?' in symbol names, for VC++ mangled names.
2261         From Mikey <jeffdb@netzone.com>.
2263         * addr2line.c (usage): Update bug-gnu-utils address.
2264         * ar.c (usage): Likewise.
2265         * nlmconv.c (show_usage): Likewise.
2266         * nm.c (usage): Likewise.
2267         * objcopy.c (copy_usage): Likewise.
2268         (strip_usage): Likewise.
2269         * objdump.c (usage): Likewise.
2270         * size.c (usage): Likewise.
2271         * strings.c (usage): Likewise.
2272         * windres.c (usage): Likewise.
2273         * binutils.texi (Bug Reporting): Likewise.
2275 Sat Feb  7 15:36:24 1998  Ian Lance Taylor  <ian@cygnus.com>
2277         * configure, aclocal.m4: Rebuild with new libtool.
2279 Thu Feb  5 12:21:13 1998  Ian Lance Taylor  <ian@cygnus.com>
2281         * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
2283 Fri Jan 30 19:16:28 1998  Doug Evans  <devans@canuck.cygnus.com>
2285         * Makefile.am (CC_FOR_TARGET,nlmcomv.o): Change program_transform_name
2286         to transform.
2287         * Makefile.in: Regenerate.
2289 Thu Jan 29 16:24:04 1998  Mumit Khan  <khan@xraylith.wisc.edu>
2291         * dlltool.c: Define exit status macros for _WIN32 but not
2292         __CYGWIN32__.
2293         (gen_lib_file): Check for exit status of unlink.
2294         * resrc.c: Define popen and pclose if _WIN32 but not
2295         __CYGWIN32__.
2297 Wed Jan 28 17:45:46 1998  Ian Lance Taylor  <ian@cygnus.com>
2299         * configure.in: Remove vfork check.
2300         * nlmconv.c: Never include vfork.h.
2301         * aclocal.m4, configure, Makefile.in, config.in: Rebuild.
2303 Wed Jan 28 17:43:02 1998  J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
2305         * objcopy.c (copy_archive): Only pass one argument to mkdir if
2306         _WIN32 but not __CYGWIN32__.
2307         (smart_rename): Add code for _WIN32 (not __CYGWIN32__), to cope
2308         with different rename behaviour and lack of chown.
2310         * configure.in: Check for mingw32 when deciding whether to build
2311         dlltool.
2312         * dlltool.c: Never include vfork.h.
2313         (run): Use pexecute rather than vfork.
2314         (gen_lib_file): Check for errors from bfd_set_archive_head and
2315         bfd_close.  Close all the BFDs in the archive before deleting the
2316         temporary files.
2318 Thu Jan 22 16:22:55 1998  Fred Fish  <fnf@cygnus.com>
2320         * objdump.c (disassemble_bytes): Add flag INSN_HAS_RELOC to tell
2321         disassembly function there is a reloc on this line.
2323 Wed Jan 14 15:29:43 1998  Richard Henderson  <rth@cygnus.com>
2325         * srconv.c (sh, h8300): Delete variables.
2326         (addrsize, toolname, rnames): New variables.
2327         (writeINT): Use addrsize.
2328         (wr_un): Use toolname.
2329         (wr_hd): Set up addrsize et al properly for h8300[hs].
2330         (walk_tree_symbol): Zero dsy.  Use rnames.
2331         (wr_un, wr_hd, wr_ob, wr_du): Use proper bfd access macros.
2332         * sysdump.c (sh, h8300): Delete variables.
2333         (addrsize): New variable.
2334         (getINT): Use it.
2335         (getone): Initialize it.
2336         (getBITS): Range check on MAX.
2338 Mon Dec 29 16:58:05 1997  Ian Lance Taylor  <ian@cygnus.com>
2340         From Matthew Bellantoni <matthew@chrysalis.com>:
2341         * ar.c (get_pos_bfd): Add default_posname parameter.  Change all
2342         callers.
2343         (replace_members): Default to replacing in the same position.
2345 Mon Dec 22 11:27:22 1997  Ian Lance Taylor  <ian@cygnus.com>
2347         * rclex.l: Don't permit a comma in a STRING.
2348         * rcparse.y (acc_entry): Warn if an inappropriate modifier is used
2349         with a non VIRTKEY.
2350         (acc_event): For a control character, set VIRTKEY, and force the
2351         character to uppercase.
2352         (acc_options): Don't require a comma separator.
2354 Tue Dec  9 13:25:42 1997  Michael Meissner  <meissner@cygnus.com>
2356         * size.c (size_number): New function to provide size of field.
2357         ({l,r}print_number): For octal and hex fields, print field using
2358         '0' and '0x' suffixes.  Do not include following tab.
2359         (sysv_internal_sizer): Size section name, section size, and vma
2360         address fields.
2361         (sysv_internal_printer): Use calculated sizes for the columns.
2362         (print_sysv_format): Size columns before printing.
2363         (print_berkeley_format): Print tabs between numbers now that
2364         {l,r}print_number doesn't.  Print fields right justified.
2366 Mon Dec  8 11:22:04 1997  Nick Clifton  <nickc@cygnus.com>
2368         * objdump.c (objdump_print_addr_with_sym): Remove call to
2369         disasm_symaddr() as this function no longer exists.
2371 Tue Dec  2 10:23:50 1997  Nick Clifton  <nickc@cygnus.com>
2373         * objdump.c (objdump_print_addr_with_sym): Call disasm_symaddr()
2374         to allow backend to know which symbol has just been displayed.
2376 Tue Dec  2 13:06:46 1997  Ian Lance Taylor  <ian@cygnus.com>
2378         * windres.h (ESCAPE_*): Define standard escape sequences.
2379         * rclex.l (handle_quotes): Handle standard escape sequences.  Warn
2380         about an unrecognized escape character.
2381         * windres.c (unicode_print): Print standard escape sequences.
2382         * rcparse.y (acc_event): Initialize $$.next.
2383         * resbin.c (bin_to_res_menuitems): Don't set MENUITEM_POPUP or
2384         MENUITEM_ENDMENU in the menu item flags.
2385         (bin_to_res_accelerators): Allocate a structure (the old code
2386         never worked).
2387         (res_to_bin_accelerator): Correct the test for setting ACC_LAST.
2388         (res_to_bin_dialog): Save the extended style rather than saving
2389         the style twice.  Remove useless shadowing length variable.  Set
2390         the length of control data correctly.
2391         * resrc.c (write_rc_dialog): Don't print the class or menu if the
2392         string length is zero.
2394 Mon Nov 24 18:52:43 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2396         * stabs.c (parse_stab_argtypes): Don't try to parse the name of a
2397         destructor as mangled argument types.
2399 Mon Nov 10 17:51:41 1997  Gavin Koch  <gavin@cygnus.com>
2401         * addr2line.c (translate_addresses): Use bfd_scan_vma rather
2402         than strtol to scan addresses.
2404 Sun Nov  9 11:01:31 1997  Jeffrey A Law  (law@cygnus.com)
2406         * Makefile.am (bin_PROGRAMS): Don't use line continuations here.
2408 Tue Nov  4 11:56:14 1997  Ian Lance Taylor  <ian@cygnus.com>
2410         * objcopy.c (copy_section): Don't crash if there is no particular
2411         information for a section.
2413 Mon Nov  3 12:36:19 1997  Ian Lance Taylor  <ian@cygnus.com>
2415         * objcopy.c (parse_flags): Make flag check case insensitive.
2416         Check for `contents' flag.  Give an error for unrecognized flags.
2417         (copy_section): If the contents flag was set for a section that
2418         had no contents, zero out the new contents.
2419         * binutils.texi (objcopy): Document contents section flag.
2421 Sun Nov  2 14:49:56 1997  Ian Lance Taylor  <ian@cygnus.com>
2423         * objcopy.c: Move new struct and variable definitions to top of
2424         file.  Remove obsolete add_strip_symbol and is_strip_symbol
2425         declarations.  Add prototype declarations for add_specific_symbol
2426         and is_specified_symbol.
2428 Mon Oct 20 15:31:43 1997  Klaus K"ampf  <kkaempf@progis.de>
2430         * configure.com (HAVE_SBRK): Undefine.
2432 Tue Oct 14 16:14:35 1997  Nick Clifton  <nickc@cygnus.com>
2434         * objdump.c (objdump_symbol_at_address): New function.  Returns
2435         true if a symbol can be found at the address passed in.
2436         (disassemble_data): Set the symbol_at_address_func field to point
2437         to objdump_symbol_at_address.
2439 Fri Oct 10 14:13:09 1997  Richard Henderson  <rth@cygnus.com>
2441         * objcopy.c, objcopy.1, binutils.texi: "localize" is a better name
2442         than "privatize".  Update all references.
2444 Thu Oct  9 15:57:29 1997  Ian Lance Taylor  <ian@cygnus.com>
2446         * binutils.texi (strip): Remove duplicate --target.  From Marty
2447         Leisner <leisner@sdsp.mc.xerox.com>.
2449         * nm.c (lineno_cache_bfd): New file static variable.
2450         (lineno_cache_rel_bfd): New file static variable.
2451         (display_archive): Clear lineno_cache_bfd and lineno_cache_rel_bfd
2452         when closing a BFD.
2453         (display_file): Likewise.
2454         (print_symbol): Use lineno_cache_bfd and lineno_cache_rel_bfd
2455         instead of cache_bfd and cache_rel_bfd.  Make seccount static, and
2456         only set it when setting relocs.
2458 Wed Oct  8 21:19:11 1997  Richard Henderson  <rth@cygnus.com>
2460         * objcopy.c (keep_specific_list, privatize_specific_list,
2461         weaken_specific_list): New variables.
2462         (keep_symbols): Removed.
2463         (add_specific_symbol): New function from the carcas of
2464         add_strip_symbol.  Takes a list as an argument.
2465         (is_specified_symbol): Likewise from is_strip_symbol.
2466         (filter_symbols): Honor the new privatize and weaken lists.
2467         Optimize bfd_asymbol_name handling.
2468         (copy_object, copy_options, copy_usage): Add privatize-symbol &
2469         weaken-symbol options.
2471         * objcopy.1, binutils.texi: Update docs.
2473 Sun Oct  5 09:05:44 1997  Frank Ch. Eigler  <fche@cygnus.com>
2475         * objdump.c (disassemble_data): Make "--prefix-addresses"
2476         disassembly adjust to mixed-length instructions.
2477         (objdump_print_addr_with_sym): Add "0x" prefix for hexadecimal
2478         symbol-offsets in disassembly.
2480 Fri Oct  3 12:04:25 1997  Ian Lance Taylor  <ian@cygnus.com>
2482         * objcopy.c (set_times): New static function, replacing
2483         make_same_dates.
2484         (strip_main): If preserve_dates, stat the input file before
2485         copying it, and call set_times afterward.
2486         (copy_main): Likewise.
2488         * wrstabs.c (write_stabs_in_sections_debugging_info): Cast p to
2489         char * when calling strcpy and strlen.
2491 Wed Sep 24 11:34:05 1997  Ian Lance Taylor  <ian@cygnus.com>
2493         * binutils.texi (ar cmdline): Document that q now works like r.
2494         From Marty Leisner <leisner@sdsp.mc.xerox.com>.
2496         * binutils.texi (size): The object file argument is optional.
2497         From Marty Leisner <leisner@sdsp.mc.xerox.com>.
2499         * aclocal.m4: Rebuild with new libtool.
2500         * configure: Rebuild.
2502 Tue Aug 26 17:48:34 1997  Ian Lance Taylor  <ian@cygnus.com>
2504         * Makefile.am (EXEEXT_FOR_BUILD): New variable.  Use it in all
2505         references to the sysinfo program.
2506         * configure.in: Rebuild with new bfd/acinclude.m4.
2507         * Makefile.in: Rebuild.
2509 Fri Aug  8 15:32:49 1997  Ian Lance Taylor  <ian@cygnus.com>
2511         * windres.c: Include <time.h>.
2512         (define_resource): Set a timestamp for the resource.
2514 Wed Aug  6 13:37:58 1997  Ian Lance Taylor  <ian@cygnus.com>
2516         * configure.in: Define TARGET in header file.
2517         * acconfig.h (TARGET): Add #undef.
2518         * Makefile.am (version.o, bucomm.o): Remove special targets.
2519         * bucomm.c (target): Remove.
2520         * nm.c (program_name): Don't declare.
2521         (target): Make static.
2522         * size.c (target): Make static.
2523         * configure, config.in, Makefile.in: Rebuild.
2525 Tue Aug  5 00:01:41 1997  Ian Lance Taylor  <ian@cygnus.com>
2527         * Makefile.am (check-DEJAGNU): Export r.
2528         (.dep1): Use $(INCLUDES) rather than $(ALL_CFLAGS).
2529         * Makefile.in: Rebuild.
2531         * nlmheader.y: Use VERSIONK rather than VERSION.
2533         * Makefile.am (STRIP_PROG): Change from strip.new to strip-new.
2534         (NM_PROG): Change from nm.new to nm-new.
2535         (TOOL_PROGS, install-exec-local): Adjust accordingly.
2536         * Makefile.in: Rebuild.
2538 Mon Aug  4 11:47:31 1997  Ian Lance Taylor  <ian@cygnus.com>
2540         * configure.in: Remove AC_ARG_PROGRAM; it's invoked by
2541         AM_INIT_AUTOMAKE.
2542         * configure: Rebuild.
2544         * Makefile.am (install-exec-local): Create $(tooldir)/bin before
2545         trying to install anything into it.
2546         * Makefile.in: Rebuild.
2548         * Makefile.am (TOOL_PROGS): Use an explicit $(EXEEXT).
2549         (install-exec-local): When handling $(noinst_PROGRAMS), only use
2550         $(EXEEXT) on the installed file.  When handling $(TOOL_PROGS),
2551         handle $(EXEEXT) correctly.
2552         * configure.in: Add an explicit $(EXEEXT) when substituting for
2553         the name of a program to build.
2554         * Makefile.in, configure: Rebuild.
2556         * aclocal.m4, configure, Makefile.in: Rebuild with new automake
2557         patches.
2559         * deflex.l, defparse.y: Use VERSIONK rather than VERSION.
2560         * rclex.l, rcparse.y: Likewise.
2561         * Makefile.am (windres_SOURCES): Add $(BULIBS).
2562         * Makefile.in: Rebuild.
2564 Fri Aug  1 13:08:39 1997  Ian Lance Taylor  <ian@cygnus.com>
2566         * acinclude.m4: Include bfd/acinclude.m4, not bfd/acmacros.m4.
2567         * aclocal.m4, configure: Rebuild with new libtool.
2569 Thu Jul 31 11:51:35 1997  Ian Lance Taylor  <ian@cygnus.com>
2571         * Makefile.am: New file, based on old Makefile.in.
2572         * acinclude.m4: New file, from old aclocal.m4.
2573         * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL.  Remove
2574         shared library handling; now handled by libtool.  Replace
2575         AC_CONFIG_HEADER with AM_CONFIG_HEADER.  Call AC_PROG_YACC,
2576         AC_PROG_LEX, AC_DECL_YYTEST, AM_MAINTAINER_MODE, AM_CYGWIN32, and
2577         AM_EXEEXT.  Replace AC_PROG_INSTALL with AM_PROG_INSTALL.  Remove
2578         stamp-h handling in AC_OUTPUT.
2579         * acconfig.h: Mention PACKAGE and VERSION.
2580         * stamp-h.in: New file.
2581         * Makefile.in: Now built with automake.
2582         * aclocal.m4: Now built with aclocal.
2583         * config.in, configure: Rebuild.
2585         From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>:
2586         * rcparse.y (dialog): Default menu and class to be named.
2587         (styles): If FONT is seen, set DS_SETFONT in dialog style.
2588         * resbin.c (res_to_bin_dialog): Correct computation of font
2589         information length.
2591 Wed Jul 30 11:21:06 1997  Ian Lance Taylor  <ian@cygnus.com>
2593         From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>:
2594         * resbin.c (res_to_bin_menu): Correct computation of menu
2595         vs. menuex length.
2596         * resrc.c (define_stringtable): Add 1 to resource ID.
2598 Tue Jul 29 11:06:03 1997  Ian Lance Taylor  <ian@cygnus.com>
2600         * resbin.c (bin_to_res_string): Correct adjustment of data and
2601         length.  From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>.
2603 Tue Jul 22 18:01:23 1997  Ian Lance Taylor  <ian@cygnus.com>
2605         * nlmconv.c (link_inputs): Call libiberty pexecute function.
2606         (pexecute) [multiple versions]: Remove.
2608 Tue Jul 22 16:19:34 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
2610         * bucomm.c (make_tempname): If we might be using a DOS filesystem,
2611         check for a backslash as well as a slash.
2613 Thu Jun 26 13:53:17 1997  Ian Lance Taylor  <ian@cygnus.com>
2615         * windres.c (main): Quit if we didn't get any resources.
2616         (usage): Fix --yydebug usage message.
2617         * rescoff.c (write_coff_file): Don't free the relocation array
2618         until after we've closed the BFD.
2619         (read_coff_rsrc): Quit rather than try to read standard input.
2620         (write_coff_file): Quit rather than try to write to standard
2621         output.
2622         * rcparse.y: Add a couple of missing semicolons (accepted by bison
2623         but not byacc).
2624         * binutils.texi: Document windres.
2626 Wed Jun 25 20:57:06 1997  Ian Lance Taylor  <ian@cygnus.com>
2628         * resbin.c: New file.
2629         * rclex.l, rcparse.y, rescoff.c, resrc.c, windres.c, windres.h:
2630         Numerous fixes and improvements.
2631         * Makefile.in: Rebuild dependencies.
2632         (CFILES): Add resbin.c.
2633         (WINDRES_OBJS): Add resbin.o.
2635 Sun Jun 22 17:29:41 1997  Ian Lance Taylor  <ian@cygnus.com>
2637         First stab at Windows resource compiler:
2638         * windres.h: New file.
2639         * windres.c: New file.
2640         * resrc.c: New file.
2641         * rcparse.y: New file.
2642         * rclex.l: New file.
2643         * rescoff.c: New file.
2644         * configure.in: Define and substitute BUILD_WINDRES.
2645         * configure: Rebuild.
2646         * Makefile.in: Rebuild dependencies.
2647         (WINDRES_PROG): New variable.
2648         (PROGS): Add @BUILD_WINDRES@.
2649         (HFILES): Add dlltool.h and windres.h.
2650         (CFILES): Add windres.c and resrc.c.
2651         (GENERATED_CFILES): Add rcparse.c and rclex.c.
2652         (WINDRES_OBJS): New variable.
2653         $(WINDRES_PROG): New target.
2654         (rcparse.c, rcparse.h, rclex.c): New targets.
2656 Thu Jun 12 12:27:51 1997  Ian Lance Taylor  <ian@cygnus.com>
2658         * dlltool.c (export_type): Add data field.
2659         (def_exports): Add data parameter.  Change all callers.
2660         (dump_def_info): Print data field.
2661         (gen_def_file): Likewise.
2662         (make_one_lib_file): Handle data field by not emitting simple
2663         label and not emitting anything in SEC_TEXT.
2664         (dtab): Print data field.
2665         (process_duplicates): Merge data field.
2666         * dlltool.h (def_exports): Update declaration.
2667         * defparse.y (expline): Accept opt_DATA.  Pass it to def_exports.
2668         (opt_DATA): New non-terminal.
2670 Wed Jun 11 17:15:47 1997  Ian Lance Taylor  <ian@cygnus.com>
2672         * dlltool.h: New file.
2673         * deflex.l: Include dlltool.h and libiberty.h.  Don't declare
2674         strdup.  Use xstrdup rather than strdup.
2675         * defparse.y: Include bfd.h, bucomm.h, and dlltool.h.
2676         * dlltool.c: Include dlltool.h and time.h.  Make a lot of
2677         variables and functions static.  Make a lot of char * variables
2678         and parameters const.  Add declarations for static functions.  Do
2679         some reindenting.  Hide more PowerPC stuff inside DLLTOOL_PPC.
2681 Wed Jun 11 12:05:52 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
2683         * ar.c (bfd_special_undocumented_glue): Add const.
2685 Mon May 12 22:09:35 1997  Bob Manson  <manson@charmed.cygnus.com>
2687         * Makefile.in (check): Pass CC_FOR_TARGET and CFLAGS_FOR_TARGET
2688         to runtest.
2690 Mon May 12 13:14:22 1997  Ian Lance Taylor  <ian@cygnus.com>
2692         * configure.in: Don't clear OPCODES when --enable-commonbfdlib is
2693         used on HP/UX.
2694         * configure: Rebuild.
2696 Fri Apr 25 14:22:08 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
2698         * Makefile.in (maintainer-clean realclean): Change *.info*
2699         to binutils.info* to save sysroff.info.
2701 Tue Apr 15 13:42:22 1997  Ian Lance Taylor  <ian@cygnus.com>
2703         * Makefile.in (INSTALL): Set to @INSTALL@.
2704         (INSTALL_XFORM, INSTALL_XFORM1): Remove.
2705         (install): Depend upon installdirs.  Use $(program_transform_name)
2706         directly, rather than using $(INSTALL_XFORM) and
2707         $(INSTALL_XFORM1).
2708         (installdirs): New target.
2709         (install-info): Run mkinstalldirs.
2711 Mon Apr 14 11:52:39 1997  Ian Lance Taylor  <ian@cygnus.com>
2713         * Makefile.in (INSTALL): Change install.sh to install-sh.
2715         From Thomas Graichen <graichen@rzpd.de>:
2716         * Makefile.in: Always use $(SHELL) when running move-if-change.
2717         * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
2718         * configure: Rebuild.
2720 Fri Apr  4 13:28:02 1997  Ian Lance Taylor  <ian@cygnus.com>
2722         * configure.in: Add AC_FUNC_ALLOCA.
2723         * configure, config.in: Rebuild.
2724         * bucomm.h: Add alloca handling, copied from gas/as.h.
2725         * dlltool.c: Add #pragma alloca for AIX to start of file.
2726         * nlmconv.c: Likewise.
2728         * Makefile.in (distclean): Remove site.exp and site.bak.  Remove
2729         everything that clean removes.
2731 Thu Apr  3 13:18:39 1997  Ian Lance Taylor  <ian@cygnus.com>
2733         * Makefile.in (VERSION): Set to 2.8.1.
2735         * Branched binutils 2.8.
2737 Tue Apr  1 16:21:44 1997  Klaus Kaempf  <kkaempf@progis.de>
2739         * configure.com: New file.
2740         * config.h-vms: Remove file.
2741         * makefile.vms: Update for new configure scheme.
2743 Mon Mar 31 15:30:43 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2745         * objcopy.c (make_same_dates): Use statbuf, not buf, if not
2746         HAVE_GOOD_UTIME_H.
2748 Fri Mar 28 17:57:53 1997  Alan Modra  <alan@spri.levels.unisa.edu.au>
2750         * Makefile.in ($(OBJDUMP_PROG)): Don't link against BFDLIB twice.
2751         * configure.in: Add AC_ARG_ENABLE for commonbfdlib.  If it is set,
2752         set OPCODES to empty.
2753         * configure: Rebuild.
2755 Thu Mar 27 16:03:02 1997  Ian Lance Taylor  <ian@cygnus.com>
2757         Based on patch from Marty Leisner <leisner@sdsp.mc.xerox.com>:
2758         * objcopy.c: Include <utime.h> or <sys/time.h>.
2759         (strip_options): Add "preserve-dates".
2760         (copy_options): Likewise.
2761         (copy_usage): Mention -p and --preserve-dates.
2762         (strip_usage): Likewise.
2763         (make_same_dates): New static function.
2764         (strip_main): Handle -p.
2765         (copy_main): Likewise.
2766         * binutils.texi, strip.1, objcopy.1: Document new option.
2768         addr2line.c contributed by Ulrich Lauther
2769         <Ulrich.Lauther@zfe.siemens.de>:
2770         * addr2line.c: New file.
2771         * Makefile.in: Rebuild dependencies.
2772         (ADDR2LINE_PROG): New variable.
2773         (MANPAGES): Add addr2line.
2774         (PROGS): Add $(ADDR2LINE_PROG).
2775         (CFILES): Add addr2line.c.
2776         ($(ADDR2LINE_PROG)): New target.
2777         * binutils.texi: Document addr2line.
2778         * addr2line.1: New file.
2780         * version.c (print_version): Update copyright date.
2782 Mon Mar 24 10:52:45 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2784         * objdump.c (disassemble_data): Don't exit if a file cannot be
2785         disassembled, instead just return.
2787 Thu Mar 20 21:16:51 1997  Jeffrey A Law  (law@cygnus.com)
2789         * size.c (usage): Make definition match its prototype.
2790         (display_bfd, lprint_number, rprint_number): Likewise.
2791         (print_berkeley_format, sysv_internal_printer): Likewise.
2792         (print_sysv_format): Likewise.
2793         * nm.c (set_print_radix, set_output_format): Likewise.
2794         * objcopy.c (filter_bytes): Likewise.
2796 Tue Mar 18 16:39:55 1997  H.J. Lu  <hjl@lucon.org>
2798         * Many files: Add function prototypes.
2799         * ar.c (mri_emul, get_pos_bfd): Make static.
2800         * arlex.l: Include "libiberty.h".  Don't declare strdup.  Use
2801         xstrdup rather than strdup.
2802         * arparse.y (yyerror): Make argument const.  Correct typo.
2803         * arsup.c (strdup): Don't declare.
2804         (ar_save): Use xstrdup rather than strdup.
2805         * filemode.c: Include "bucomm.h".
2806         * nm.c (usage): Make static.
2807         (print_symname): Make format and name const.
2808         * objcopy.c (cat): Remove.
2809         (copy_archive): Make output_target const.  Use concat, not cat.
2810         (copy_file, simple_copy, smart_rename): Make arguments const.
2811         * objdump.c (read_section_stabs): Likewise.
2812         (print_section_stabs): Likewise.
2813         (display_target_tables): Don't declare getenv.
2814         * strings.c (strings_object_file): Change file to const.
2815         (print_strings): Change filename to const.
2816         * Makefile.in: Rebuild dependencies.
2818 Tue Mar 18 11:37:24 1997  Ian Lance Taylor  <ian@cygnus.com>
2820         * configure.in: Add BFD_NEED_DECLARATION(getenv).
2821         * acconfig.h: Add NEED_DECLARATION_GETENV.
2822         * bucomm.h (getenv): Declare if NEED_DECLARATION_GETENV.
2823         * configure, config.in: Rebuild.
2824         * nlmconv.c (getenv): Don't declare.
2826         * Makefile.in: Rebuild dependencies.
2828 Sat Mar 15 15:35:56 1997  Ian Lance Taylor  <ian@cygnus.com>
2830         Based on patches from Jamie Lokier <jamie@rebellion.co.uk>:
2831         * objdump.c: Include "demangle.h".
2832         (do_demangle): New static variable.
2833         (usage): Mention -C/--demangle.
2834         (long_options): Add "demangle".
2835         (objdump_print_symname): New static function.
2836         (objdump_print_addr_with_sym): Use objdump_print_symname.
2837         (disassemble_bytes): Likewise.
2838         (dump_reloc_set): Likewise.
2839         (dump_symbols): Demangle symbol name.
2840         (main): Handle -C.
2841         * binutils.texi, objdump.1: Document -C/--demangle.
2843         * objdump.c (usage): Mention --no-show-raw-insn.
2844         (long_options): Add "no-show-raw-insn".
2845         (disassemble_bytes): Handle --no-show-raw-insn.
2846         * binutils.texi, objdump.1: Document --no-show-raw-insn.
2848 Wed Mar 12 11:42:00 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2850         * rddbg.c (free_saved_stabs): Set the strings to NULL after being
2851         freed.
2853 Fri Feb 28 17:18:45 1997  Ian Lance Taylor  <ian@cygnus.com>
2855         * bucomm.c (set_default_bfd_target): New function.
2856         * bucomm.h (set_default_bfd_target): Declare.
2857         * ar.c (main): Call set_default_bfd_target.
2858         * nlmconv.c (main): Likewise.
2859         * nm.c (main): Likewise.
2860         * objcopy.c (main): Likewise.
2861         * objdump.c (main): Likewise.
2862         * size.c (main): Likewise.
2863         * strings.c (main): Likewise.
2864         * Makefile.in (bucomm.o): New target, to define TARGET.
2866 Tue Feb 25 21:28:38 1997  Ian Lance Taylor  <ian@cygnus.com>
2868         * objdump.c (adjust_section_vma): New static variable.
2869         (usage): Mention --adjust-section-vma.
2870         (OPTION_ADJUST_VMA): Define.
2871         (long_options): Add "addjust-vma".
2872         (display_bfd): If adjust_section_vma is not 0, add it to all the
2873         section addresses.
2874         (main): Handle OPTION_ADJUST_VMA.
2875         * binutils.texi, objdump.1: Document --adjust-vma.
2877 Fri Feb 14 18:46:47 1997  Ian Lance Taylor  <ian@cygnus.com>
2879         * nm.c (print_symbol): Cache the BFD as well as the symbols and
2880         relocs, and don't try to use the symbols or relocs with a
2881         different BFD.
2883 Thu Feb 13 21:34:43 1997  Klaus Kaempf  (kkaempf@progis.de)
2885         * config.h-vms: sbrk() is provided on openVMS/Alpha.
2886         * makefile.vms: allow compiling with current gcc snapshot.
2888 Thu Feb 13 20:14:40 1997  Ian Lance Taylor  <ian@cygnus.com>
2890         * arsup.c, coffgrok.c, dlltool.c, nlmconv.c: Use xmalloc rather
2891         than malloc.
2893 Wed Feb 12 16:12:02 1997  Ian Lance Taylor  <ian@cygnus.com>
2895         * objdump.c (disassemble_data): Correct VMA argument to
2896         find_symbol_for_address.  Improve handling of code with no symbol
2897         followed by code with a symbol.
2899 Wed Feb 12 12:16:47 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2901         * objdump.c (disassemble_bytes): Make output of raw instructions
2902         work better for non-standard values of bytes_per_chunk and
2903         bytes_per_line.
2905 Thu Feb  6 14:14:59 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
2907         * objdump.c (disassemble_bytes): Added code to allow some control
2908         over the way raw instructions are displayed.
2910 Thu Feb  6 12:36:03 1997  Ian Lance Taylor  <ian@cygnus.com>
2912         * stabs.c (struct bincl_file): Add next_stack field.
2913         (push_bincl): Put the new file on both bincl_list and
2914         bincl_stack.  Clear the file_types field.
2915         (pop_bincl): Use the next_stack field when popping the stack.
2916         Don't put the file on bincl_list.
2917         (find_excl): Include the file name when warning about an unfound
2918         N_EXCL.
2920         * debug.c (debug_type_samep): Don't crash if we are passed NULL.
2922 Thu Feb  6 11:54:24 1997  Alan Modra  <alan@spri.levels.unisa.edu.au>
2924         * objcopy.1: Add missing space after .B.
2926 Fri Jan 31 10:33:07 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2928         * objdump.c (disassemble_data): Initialize `aux.require_sec'.
2930 Wed Jan 29 13:21:21 1997  Ian Lance Taylor  <ian@cygnus.com>
2932         * objdump.c (objdump_print_value): Add skip_zeroes parameter.
2933         Change all callers.
2934         (objdump_print_addr_with_sym): Likewise.  Call objdump_print_value
2935         to print address.
2936         (objdump_print_addr): New static function.
2937         (objdump_print_address): Just call objdump_print_addr.
2938         (disassemble_bytes): Print real address, not function offset.
2939         Skip a certain number of leading zeroes.
2941         * objdump.c (disassemble_zeroes): New static variable.
2942         (usage): Mention --disassemble-zeroes.
2943         (long_options): Add "disassemble-zeroes".
2944         (disassemble_bytes): Check disassemble_zeroes.
2946 Tue Jan 28 16:47:26 1997  Ian Lance Taylor  <ian@cygnus.com>
2948         * objdump.c (disassemble_bytes): Don't skip zeroes if the
2949         disassembler has told us that we are in a branch delay slot.
2951 Mon Jan 20 14:24:04 1997  Ian Lance Taylor  <ian@cygnus.com>
2953         * size.c (berkeley_sum): Rewrite.  Skip sections which are not
2954         SEC_ALLOC.  Count SEC_READONLY sections as text.
2956 Tue Jan 14 15:14:14 1997  Ian Lance Taylor  <ian@cygnus.com>
2958         * Makefile.in (maintainer-clean realclean): Remove *.info*, not
2959         just *.info.  From H.J. Lu <hjl@lucon.org>.
2961 Tue Dec 31 15:42:54 1996  Ian Lance Taylor  <ian@cygnus.com>
2963         * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
2965 Fri Dec 27 11:19:26 1996  Ian Lance Taylor  <ian@cygnus.com>
2967         * configure.in: Work around bug in AC_FUNC_VFORK in autoconf 2.12.
2968         * configure: Rebuild.
2970 Thu Dec 19 13:11:20 1996  Ian Lance Taylor  <ian@cygnus.com>
2972         Based on patch from Andrew J Klossner <andrew@pogo.wv.tek.com>:
2973         * objcopy.c (OPTION_WEAKEN): Define.
2974         (copy_options): Add "weaken".
2975         (copy_usage): Mention --weaken.
2976         (weaken): New static variable.
2977         (filter_symbols): Handle weaken.
2978         (copy_object): Call filter_symbols if weaken.
2979         (copy_main): Handle OPTION_WEAKEN.
2980         * binutils.texi, objcopy.1: Document --weaken.
2982 Wed Dec 18 22:49:13 1996  Stan Shebs  <shebs@andros.cygnus.com>
2984         * mpw-make.sed: Use NewFolderRecursive for installation.
2986 Sat Dec  7 10:17:25 1996  Jeffrey A Law  (law@cygnus.com)
2988         * Makefile.in (install): Add "else true" clause to cater to
2989         broken "make" on some systems.
2991 Fri Dec  6 17:21:41 1996  Ian Lance Taylor  <ian@cygnus.com>
2993         * ieee.c (parse_ieee_bb): Always initialize namcopy to avoid gcc
2994         warning about uninitialized variable.
2995         (ieee_read_cxx_class): Likewise, for pf.
2996         (ieee_enum_type): Likewise, for i.
2998 Tue Nov 26 17:01:25 1996  Ian Lance Taylor  <ian@cygnus.com>
3000         * wrstabs.c (stab_array_type): Add casts when printing
3001         bfd_signed_vma values.
3003         * configure: Rebuild with autoconf 2.12.
3005 Mon Nov 25 16:53:18 1996  Ian Lance Taylor  <ian@cygnus.com>
3007         * objdump.c (disassemble_data): Don't crash if there is no
3008         symbol.
3010 Fri Nov 22 17:29:14 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3012         * ar.c (open_inarch): Don't call bfd_openr with a null name.
3014 Fri Nov  1 12:08:13 1996  Ian Lance Taylor  <ian@cygnus.com>
3016         * binutils.texi: Add section on reporting bugs.
3018 Thu Oct 31 18:20:53 1996  Ian Lance Taylor  <ian@cygnus.com>
3020         * stabs.c (struct stab_handle): Add bincl_list field.
3021         (parse_stab): Pass value to push_bincl.  Call find_excl for
3022         N_EXCL.
3023         (struct bincl_file): Add hash, file and file_types fields.
3024         (push_bincl): Add hash parameter.  Save it in the new hash field.
3025         Save the file number in the new file field.
3026         (pop_bincl): Put the bincl_file on bincl_list, rather than freeing
3027         it.  Save the file types in the new file_types field.
3028         (find_excl): New static function.
3030         * ieee.c (ieee_lineno): Don't compare line number addresses to
3031         info->highaddr (undo part of October 28 patch).
3033 Tue Oct 29 16:40:22 1996  Ian Lance Taylor  <ian@cygnus.com>
3035         * objdump.c (objdump_print_value): Don't print the empty string
3036         for zero.
3038 Mon Oct 28 16:58:14 1996  Ian Lance Taylor  <ian@cygnus.com>
3040         * stabs.c (struct stab_handle): Add function_end field.
3041         (start_stab): Initialize function_end.
3042         (finish_stab): Pass info->function_end to debug_end_function.
3043         (parse_stab): If info->function_end is set, use it as the address
3044         which ends a function.
3046         * ieee.c (ieee_array_type): Remember the correct size.
3048         * ieee.c (ieee_finish_compilation_unit): Permit coalescing ranges
3049         that are up to 0x1000 bytes apart, not just 64.
3050         (ieee_add_bb11_blocks): Don't bother to emit a BB11 that is less
3051         than 0x100 bytes.
3052         (ieee_lineno): Only emit line numbers that are less than
3053         info->highaddr.
3055 Fri Oct 25 12:12:17 1996  Ian Lance Taylor  <ian@cygnus.com>
3057         * ieee.c (struct ieee_defined_enum): Add defined field.
3058         (ieee_enum_type): If the enum tag has been seen before but not
3059         defined, reuse the same type index, and define it.
3060         (ieee_tag_type): If this enum has not been defined, add an
3061         undefined entry to the list of enums.
3063         * objdump.c (disassemble_bytes): Let the disassembler override the
3064         number of bytes printed on a line.
3066 Thu Oct 24 16:42:10 1996  Ian Lance Taylor  <ian@cygnus.com>
3068         * objdump.c (prefix_addresses): New static variable.
3069         (long_options): Add "prefix-addresses".
3070         (compare_symbols): Sort BSF_FUNCTION symbols before other
3071         symbols.
3072         (find_symbol_for_address): New static function, broken out of
3073         objdump_print_address.
3074         (objdump_print_addr_with_sym): New static function, broken out of
3075         objdump_print_address.
3076         (objdump_print_address): Call new functions.
3077         (disassemble_bytes): New static function, broken out of
3078         disassemble_data.  Change disassembly format, unless
3079         prefix_addresses is set.
3080         (disassemble_data): Call disassemble_bytes.  Unless
3081         prefix_addresses is set, disassemble in chunks headed by a
3082         symbol.
3083         * binutils.texi, objdump.1: Document --prefix-addresses.
3085         * rddbg.c (read_section_stabs_debugging_info): Preserve the
3086         backslash when concatenating multiple stabs strings.
3088 Thu Oct 10 11:36:31 1996  Doug Evans  <dje@canuck.cygnus.com>
3090         * dlltool.c (scan_open_obj_file): Fix loop exit test.
3091         Add missing parameter to def_exports.
3093 Tue Oct  8 12:06:17 1996  Ian Lance Taylor  <ian@cygnus.com>
3095         * Makefile.in (LEX_OPTIONS): Set to empty string.  -I -Cem is the
3096         default for flex, and is not recognized by lex.
3098 Thu Oct  3 17:41:23 1996  Ian Lance Taylor  <ian@cygnus.com>
3100         * binutils.texi (Target Selection): Document that you can now
3101         specify targets using configuration triplets.
3103         * ar.c (usage): Declare.  Make sure all callers pass an argument.
3105 Thu Oct  3 15:39:42 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3107         * Makefile.in (clean): Remove config.log.
3109 Wed Oct  2 15:49:16 1996  Klaus Kaempf  <kkaempf@progis.de>
3111         * makefile.vms: Bump version date.
3113 Tue Oct  1 15:00:59 1996  Ian Lance Taylor  <ian@cygnus.com>
3115         * version.c (print_version): New function.
3116         * bucomm.h (print_version): Declare.
3117         * ar.c (program_version): Don't declare.
3118         (do_show_version): Remove.
3119         (usage): Add help parameter.  Print bug report address.
3120         (main): Set is_ranlib at start.  Check for --help and --version.
3121         Call print_version, not do_show_version.
3122         * nlmconv.c (program_version): Don't declare.
3123         (main): Call print_version.
3124         (show_usage): Print bug report address.
3125         * nm.c (program_version, print_version): Don't declare.
3126         (usage): Print bug report address.
3127         (main): Call print_version.
3128         * objcopy.c (program_version): Don't declare.
3129         (copy_usage): Print bug report address.
3130         (strip_usage): Likewise.
3131         (strip_main): Call print_version.
3132         (copy_main): Likewise.
3133         * objdump.c (program_version): Don't declare.
3134         (usage): Print bug report address.
3135         (main): Call print_version.
3136         * size.c (program_version): Don't declare.
3137         (usage): Print bug report address.
3138         (main): Call print_version.
3139         * strings.c (program_version): Don't declare.
3140         (main): Call print_version.
3141         (usage): Print bug report address.
3142         * Makefile.in: Update dependencies.
3144 Thu Sep 19 14:53:15 1996  Ian Lance Taylor  <ian@cygnus.com>
3146         * ieee.c: Revert Monday's reflocalp patch, and apply this patch
3147         instead:
3148         (write_ieee_debugging_info): Write a dummy type at the end of the
3149         global type block.
3151 Mon Sep 16 15:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
3153         * ieee.c (struct ieee_write_type): Add reflocalp field.
3154         (ieee_pointer_type): Set reflocalp after pushing type.
3155         (ieee_function_type): If reflocalp is set, make this type local.
3156         (ieee_range_type, ieee_array_type, ieee_set_type): Likewise.
3157         (ieee_const_type, ieee_volatile_type): Likewise.
3158         (ieee_struct_field, ieee_class_baseclass): Likewise.
3160         * ieee.c (struct ieee_info): Add global_types field.
3161         (parse_ieee_bb): When starting a BB1, initialize the types field
3162         to the global_types field.
3163         (parse_ieee_be): When ending a BB2, copy the types field to the
3164         global_types field.
3166 Fri Sep 13 17:32:21 1996  Ian Lance Taylor  <ian@cygnus.com>
3168         * objcopy.c (change_leading_char): New static variable.
3169         (OPTION_CHANGE_LEADING_CHAR): Define.
3170         (copy_options): Add "change-leading-char".
3171         (copy_usage): Mention --change-leading-char.
3172         (filter_symbols): Add obfd parameter.  Change all callers.
3173         Implement change_leading_char.
3174         (copy_object): Call filter_symbols if change_leading_char.
3175         (copy_main): Handle OPTION_CHANGE_LEADING_CHAR.
3176         * binutils.texi, objcopy.1: Document --change-leading-char.
3178 Tue Sep  3 14:05:29 1996  Ian Lance Taylor  <ian@cygnus.com>
3180         * ieee.c (ieee_enum_type): Don't check index into a NULL names
3181         array.
3182         * nm.c (sort_symbols_by_size): Always initialize next.
3183         * rdcoff.c (parse_coff_type): Warn about an incomprehensible
3184         type rather than crashing.
3185         * rddbg.c (read_symbol_stabs_debugging_info): Initialize f.
3186         * stabs.c (parse_stab_members): Set context in all cases.
3188 Thu Aug 29 16:56:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3190         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
3191         * configure: Regenerate.
3193 Thu Aug 29 11:29:20 1996  Ian Lance Taylor  <ian@cygnus.com>
3195         * objdump.c (L_tmpnam): Never define.
3196         (display_target_list): Use choose_temp_base instead of tmpnam.
3197         (display_info_table): Likewise.
3199 Tue Aug 27 18:15:01 1996  Ian Lance Taylor  <ian@cygnus.com>
3201         * stabs.c (parse_stab): An N_FUN symbol with an empty string
3202         indicates the end of a function.
3204 Thu Aug 22 17:08:00 1996  Ian Lance Taylor  <ian@cygnus.com>
3206         * wrstabs.c (struct string_hash_entry): Add next field.
3207         (struct stab_write_handle): Change strings to a pointer to
3208         string_hash_entry.  Add last_strings field.  Remove strings_alloc
3209         field.
3210         (string_hash_newfunc): Initialize next field.
3211         (stab_write_symbol): Copy string into hash table rather than into
3212         buffer.  Keep a list of hash table entries.
3213         (write_stabs_in_sections_debugging_info): Initialize last_string.
3214         Copy strings from list of hash table entries in memory.
3215         (stab_modify_type): If the entry on the stack is a definition,
3216         make a new definition rather than failing an assert.
3217         (stab_array_type): The size is only zero if high is strictly less
3218         than low.
3220         * ieee.c (struct ieee_info): Add saw_filename field.
3221         (parse_ieee): Initialize saw_filename.
3222         (parse_ieee_bb): Set saw_filename for a BB1 or BB2.  In a BB1,
3223         discard the current variables and types.  In a BB10, if no
3224         filename has been seen, call debug_set_filename.
3225         (parse_ieee_ty): In case 'g', the type is optional.
3227         * prdbg.c (pr_fix_visibility): Don't abort on
3228         DEBUG_VISIBILITY_IGNORE.
3230         * debug.c (debug_name_type): Correct error message.
3232         * configure.in: Substitute HLDENV.
3233         * configure: Rebuild.
3234         * Makefile.in (HLDENV): New variable.  Use it whenever linking a
3235         program.
3237 Thu Aug 15 19:30:41 1996  Stan Shebs  <shebs@andros.cygnus.com>
3239         * mpw-make.sed: Add symbolic doublequotes around the version
3240         number.
3242 Thu Aug  8 12:27:52 1996  Klaus Kaempf  <kkaempf@progis.de>
3244         * makefile.vms: Add better support for DEC C compilation.
3245         Add new macros as in Makefile.in.
3247 Wed Aug  7 14:27:33 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
3249         * configure.in: Call BFD_NEED_DECLARATION on strstr and sbrk.
3250         * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
3251         (NEED_DECLARATION_SBRK): New macro.
3252         * configure, config.in: Rebuild.
3253         * bucomm.h (strstr): Declare if NEED_DECLARATION_STRSTR.
3254         (sbrk): Declare if HAVE_SBRK and NEED_DECLARATION_SBRK.
3256         * prdbg.c (pr_end_struct_type): Avoid using a string constant in
3257         assert, for the benefit of broken assert macros.
3259 Fri Jul 26 14:06:50 1996  Ian Lance Taylor  <ian@cygnus.com>
3261         * objdump.c (disassemble_data): Set disasm_info.flavour from
3262         abfd.
3264 Tue Jul 23 13:59:54 1996  Ian Lance Taylor  <ian@cygnus.com>
3266         * dlltool.c (secdata): In non DLLTOOL_PPC case, change alignment
3267         of .text section to 2.
3269 Mon Jul 22 08:46:15 1996  Stu Grossman  (grossman@lisa.cygnus.com)
3271         * objdump.c (dump_section_stabs):  Fix test for stabs sections
3272         ending with numbers.  This fixes a problem with .stab being
3273         confused with .stab.index.
3275 Wed Jul 10 13:32:28 1996  Ian Lance Taylor  <ian@cygnus.com>
3277         * stabs.c (stab_demangle_fund_type): Return a void * for a
3278         template, rather than simply aborting.
3280 Mon Jul  8 15:28:05 1996  Ian Lance Taylor  <ian@cygnus.com>
3282         * ar.c (open_inarch): Add file parameter.  Change all callers.  If
3283         this is a newly created archive, set the target based on the
3284         file.
3285         * arsup.h (open_inarch): Update declaration.
3287 Thu Jul  4 12:00:55 1996  Ian Lance Taylor  <ian@cygnus.com>
3289         * Makefile.in (VERSION): Set to cygnus-2.7.1.
3291         * Released binutils 2.7.
3293         * rdcoff.c (parse_coff): Get address to pass to debug_end_function
3294         from function size, not value of .ef symbol.  From Ning
3295         Mosberger-Tang <ning@AZStarNet.com>.
3297 Sat Jun 29 21:18:09 1996  Ian Lance Taylor  <ian@cygnus.com>
3299         * objcopy.c (strip_main): Add -o option, and handle it.
3300         (strip_usage): Mention -o.
3301         * binutils.texi, strip.1: Mention -o.
3303 Mon Jun 24 17:19:02 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
3305         * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
3306         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
3307         (docdir): Removed.
3308         * configure.in (AC_PREREQ): Autoconf 2.5 or higher.
3310 Mon Jun 24 11:59:13 1996  Ian Lance Taylor  <ian@cygnus.com>
3312         * objdump.c (endian): New static variable.
3313         (usage): Mention -EB/-EL/--endian.
3314         (long_options): Add "endian".
3315         (disassemble_data): If endianness was specified, replace
3316         abfd->xvec with a copy of itself with the given endianness.
3317         (main): Handle -EB/-EL/--endian.
3318         * binutils.texi, objdump.1: Mention -EB/-EL/--endian.
3320         * objdump.c: Make most variables and functions static.
3322         * configure.in: On alpha*-*-osf*, link against libbfd.a if not
3323         using shared libraries.
3324         * configure: Rebuild with autoconf 2.10.
3326 Sun Jun 23 14:47:36 1996  Kim Knuttila  <krk@cygnus.com>
3328         * dlltool.c (secdata): Changed .rdata to .reldata so .reloc will work.
3329         (make_one_lib_file): Removed cruft. (#if 1)
3331 Wed Jun 19 14:46:38 1996  Ian Lance Taylor  <ian@cygnus.com>
3333         * objdump.c (stabs): Change from struct internal_nlist * to
3334         bfd_byte *.
3335         (print_section_stabs): Fetch stabs information directly, rather
3336         than assuming that struct internal_nlist is the right size.
3338         * binutils.texi: Document change to binary format: file position
3339         based on load address, not section VMA.
3341         * bucomm.h: Define SEEK_SET, SEEK_CUR, and SEEK_END if they are
3342         not already defined.
3344 Tue Jun 18 18:25:00 1996  Ian Lance Taylor  <ian@cygnus.com>
3346         * Makefile.in (DISTSTUFF): Add deflex.c.
3348 Tue Jun 18 15:03:44 1996  Klaus Kaempf  <kkaempf@progis.de>
3350         * config.h-vms, makefile.vms: New files.
3352 Mon Jun 17 09:47:31 1996  Ian Lance Taylor  <ian@cygnus.com>
3354         * dlltool.c (make_one_lib_file): Use BFD_RELOC_RVA rather than
3355         BFD_RELOC_32 in IDATA7.
3357 Wed Jun 12 11:52:06 1996  Ian Lance Taylor  <ian@cygnus.com>
3359         * nm.c (struct get_relocs_info): Define.
3360         (line_numbers): New static variable.
3361         (long_options): Add "line-numbers".
3362         (usage): Mention -l and --line-numbers.
3363         (main): Handle -l.
3364         (print_symbol): Print line numbers if requested.
3365         (get_relocs): New static function.
3366         * binutils.texi, nm.1: Document -l/--line-numbers.
3368 Tue Jun 11 20:12:15 1996  Ian Lance Taylor  <ian@cygnus.com>
3370         * objdump.c (dump_reloc_set): Add sec parameter.  Change all
3371         callers.  If with_line_numbers is set, display line numbers of
3372         relocation entries.
3373         * binutils.texi, objdump.1: Document -l with -r.
3375 Mon Jun 10 23:42:59 1996  Ian Lance Taylor  <ian@cygnus.com>
3377         * ar.c (open_inarch): Report BFD error message if an archive can
3378         not be recognized.  List matching formats if the file is
3379         ambiguously recognized.
3380         (ranlib_touch): Likewise.
3382 Thu Jun  6 13:56:14 1996  Ian Lance Taylor  <ian@cygnus.com>
3384         * README: Add notes on how to build if you don't have ar.
3386         * Makefile.in: Remove old incorrect setting of CC.
3388 Tue Jun  4 10:52:49 1996  Tom Tromey  <tromey@csk3.cygnus.com>
3390         * Makefile.in (install): Don't check to see if tooldir exists.
3391         Make $(tooldir) and $(tooldir)/bin.
3393 Mon Jun  3 17:40:23 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3395         * strings.c (main): Make main an int function, not void.
3397 Fri May 31 13:59:24 1996  Ian Lance Taylor  <ian@cygnus.com>
3399         * nm.c (filter_symbols): Check for BSF_WEAK as well as
3400         BSF_GLOBAL.
3401         * objcopy.c (filter_symbols): Likewise.
3403 Wed May  8 16:57:20 1996  Ian Lance Taylor  <ian@cygnus.com>
3405         * objcopy.c (copy_object): Make clear that it is only a warning
3406         when the output file can not represent the architecture.
3408 Fri May  3 11:30:17 1996  Ian Lance Taylor  <ian@cygnus.com>
3410         * objdump.c (disassemble_data): Don't refer to bytes past the end
3411         of data.
3413 Wed Apr 24 14:10:21 1996  Ian Lance Taylor  <ian@cygnus.com>
3415         * rddbg.c (read_symbol_stabs_debugging_info): Move call to
3416         free_saved_stabs outside the loop over the symbols.
3418 Tue Apr 23 12:56:11 1996  Ian Lance Taylor  <ian@cygnus.com>
3420         * objdump.c (compare_symbols): Sort symbols whose names start with
3421         `.' after other symbols.  If no other decision can be made, sort
3422         symbols by name.
3424 Thu Apr 18 16:02:11 1996  Ian Lance Taylor  <ian@cygnus.com>
3426         * dep-in.sed: Substitute $(BFDDIR) for @BFDDIR@.
3427         * Makefile.in: Rebuild dependencies.
3428         (dep.sed): Substitute $(BFDDIR) for @BFDDIR@.
3430 Tue Apr 16 13:50:22 1996  Ian Lance Taylor  <ian@cygnus.com>
3432         * rdcoff.c: New file.
3433         * rddbg.c (read_debugging_info): Read COFF symbols if COFF flavour
3434         and no stabs were found.
3435         * budbg.h (parse_coff): Declare.
3436         * Makefile.in: Rebuild dependencies.
3437         (CFILES): Add rdcoff.c.
3438         (DEBUG_OBJS): Add rdcoff.o.
3440 Mon Apr 15 15:55:01 1996  Doug Evans  <dje@canuck.cygnus.com>
3442         * nlmconv.c (choose_temp_base{,_try}): Delete, in libiberty now.
3443         (link_inputs): Update call to choose_temp_base.
3445 Mon Apr  8 14:40:05 1996  Ian Lance Taylor  <ian@cygnus.com>
3447         * configure.in: Permit --enable-shared to specify a list of
3448         directories.
3449         * configure: Rebuild.
3451 Fri Mar 29 16:11:33 1996  Ian Lance Taylor  <ian@cygnus.com>
3453         * objdump.c (dump_section_header): Print the SEC_LINK_ONCE flag
3454         and the SEC_LINK_DUPLICATES field.
3456 Fri Mar 29 11:35:55 1996  J.T. Conklin  (jtc@lisa.cygnus.com)
3458         * nlmconv.1: Changed to be recognized by catman -w on Solaris.
3460 Thu Mar 28 14:17:02 1996  Ian Lance Taylor  <ian@cygnus.com>
3462         * wrstabs.c (stab_enum_type): Set buf before using it.
3464 Fri Mar 22 15:49:08 1996  Ian Lance Taylor  <ian@cygnus.com>
3466         * stabs.c (struct stab_handle): Add field abfd.
3467         (start_stab): Add abfd parameter.
3468         (parse_stab_string): Skip the symbol leading char when searching
3469         for the value of a global symbol.
3470         * budbg.h (start_stab): Update declaration.
3471         * rddbg.c (read_section_stabs_debugging_info): Pass abfd to
3472         start_stab.
3473         (read_symbol_stabs_debugging_info): Likewise.
3475 Thu Mar 21 12:40:48 1996  Ian Lance Taylor  <ian@cygnus.com>
3477         * wrstabs.c (stab_function_type): Output an empty typedef for an
3478         unused argument, rather than making up a meaningless name.
3479         (stab_variable): Use N_RSYM for a DEBUG_REGISTER variable.
3481         * ieee.c (struct ieee_info): Add global_vars field.
3482         (parse_ieee_be): When ending the global typedef block, copy the
3483         variables into info->global_vars.
3484         (parse_ieee_atn): Don't require an NN record for a pmisc ATN.
3485         (ieee_read_reference): Search the global variables after the local
3486         variables.
3488 Wed Mar 20 18:08:19 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3490         * objdump.c (disassemble_data): Make sure sym_name is always set.
3491         (dump_section_header): Always put a space after the section name.
3492         (dump_bfd_header): Terminate output with newline.
3494 Wed Mar 20 16:35:20 1996  Ian Lance Taylor  <ian@cygnus.com>
3496         * wrstabs.c: New file.
3497         * budbg.h (write_stabs_in_sections_debugging_info): Declare.
3498         * objcopy.c (write_debugging_info): For COFF or ELF, output stabs
3499         in sections.
3500         * Makefile.in: Rebuild dependencies.
3501         (CFILES): Add wrstabs.c.
3502         (WRITE_DEBUG_OBJS): New variable.
3503         ($(OBJCOPY_PROG)): Use $(WRITE_DEBUG_OBJS), not $(DEBUG_OBJS).
3504         ($(STRIP_PROG)): Likewise.
3506         * stabs.c (parse_stab_members): Make type stub detection more like
3507         gdb.
3509         * ieee.c (struct ieee_handle): Add fields complex_float_index and
3510         complex_double_index.
3511         (ieee_complex_type): Cache type index in complex_float_index and
3512         complex_double_index, depending upon size.  Set size on type stack
3513         to size * 2.
3515         * ieee.c (ieee_empty_type): Use builtin_unknown, not 0.
3516         (ieee_void_type): Use builtin_void, not 1.
3518         * ieee.c (parse_ieee_ty): Handle 'V' type code.
3519         (parse_ieee_atn): Don't require two numbers for type 10.
3521         * ieee.c (parse_ieee_be): Add one to offset at end of function or
3522         block.
3524         * ieee.c (struct ieee_block): Add field skip.
3525         (parse_ieee_bb): Don't call debug_record_function for __XRYCPP
3526         function, and set skip field.
3527         (parse_ieee_be): Don't call debug_end_function if skip is set.
3529         * debug.c (struct debug_handle): Add fields current_write_lineno
3530         and current_write_lineno_index.
3531         (debug_write): Initialize current_write_lineno and
3532         current_write_lineno_index for each unit.  Call
3533         debug_write_linenos rather than writing out the line numbers
3534         directly.
3535         (debug_write_function): Call debug_write_linenos.
3536         (debug_write_block): Likewise.
3537         (debug_write_linenos): New static function.
3539         * debug.c (debug_write_type): For DEBUG_KIND_FUNCTION, push return
3540         type before arguments.
3542 Mon Mar 18 18:05:33 1996  Ian Lance Taylor  <ian@cygnus.com>
3544         * configure.in: Add AC_FUNC_VFORK.
3545         * configure, config.in: Rebuild.
3546         * dlltool.c, nlmconv.c: Include <vfork.h> if HAVE_VFORK_H is
3547         defined.
3549         * stabs.c (parse_stab_range_type): A complex type is defined as a
3550         subrange of itself with the high bound zero.
3551         * ieee.c (ieee_complex_type): Don't crash on sizes of 12 or 16.
3553 Tue Mar 12 12:09:43 1996  Ian Lance Taylor  <ian@cygnus.com>
3555         * ieee.c (ieee_write_undefined_tag): Switch to global_types even
3556         if it is not empty.
3557         (ieee_tag_type): For an enum, look through info->enums.
3559         * configure: Rebuild with autoconf 2.8.
3561         * debug.c (debug_type_samep): Don't loop endlessly in
3562         DEBUG_KIND_ENUM case.  From Eric Baur <ecb@nexen.com>.
3564 Mon Mar 11 12:35:03 1996  Ian Lance Taylor  <ian@cygnus.com>
3566         * rddbg.c (read_section_stabs_debugging_info): Call save_stab for
3567         each stab entry, call stab_context on an error, and call
3568         free_saved_stabs before rturning.
3569         (read_symbol_stabs_debugging_info): Likewise.
3570         (SAVE_STABS_COUNT): Define.
3571         (struct saved_stab): Define.
3572         (saved_stabs, saved_stabs_index): New static variables.
3573         (save_stab, stab_context, free_saved_stabs): New static functios.
3575         * objdump.c (stab_name): Remove.
3576         (struct stab_print): Remove.
3577         (stab_print): Remove.
3578         (dump_stabs): Don't initialize stab_name.
3579         (print_section_stabs): Call bfd_get_stab_name rather than using
3580         the stab_name array.
3582 Tue Feb 27 19:52:01 1996  Ian Lance Taylor  <ian@cygnus.com>
3584         * prdbg.c (pr_int_constant): Initialize info correctly.
3585         (pr_float_constant): Likewise.
3587 Mon Feb 26 18:11:37 1996  Stan Shebs  <shebs@andros.cygnus.com>
3589         * mpw-make.sed: Update to handle shared library support.
3591 Sat Feb 24 11:21:49 1996  Alan Modra  <alan@spri.levels.unisa.edu.au>:
3593         * Makefile.in ($(OBJDUMP_PROG)): Search $(BFDLIB) before
3594         $(OPCODES).
3596 Thu Feb 15 12:44:45 1996  Ian Lance Taylor  <ian@cygnus.com>
3598         * configure.in: Don't tamper with LDFLAGS.  Call AC_PROG_CC before
3599         configure.host.
3600         * configure: Rebuild.
3602         * configure.in: Substitute RPATH_ENVVAR.
3603         * configure: Rebuild.
3604         * Makefile.in (RPATH_ENVVAR): New variable.
3605         (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
3607         * objcopy.c (smart_rename): Rather than doing chmod then chown, do
3608         chmod without setuid, then chown, then chmod with setuid.
3610 Wed Feb 14 16:46:42 1996  Martin Anantharaman  <martin@mail.imech.uni-duisburg.de>
3612         * arsup.c (map_over_list): Reindent.  Don't assume that the
3613         function does not delete the BFD.
3614         (ar_addlib_doer): Don't set prev->next if prev is NULL.
3616 Wed Feb 14 15:12:17 1996  Ian Lance Taylor  <ian@cygnus.com>
3618         * ieee.c (ieee_regno_to_genreg): Convert register numbers for m68k
3619         and i960.
3620         (ieee_genreg_to_regno): Likewise.
3622 Mon Feb 12 14:19:59 1996  Ian Lance Taylor  <ian@cygnus.com>
3624         * ieee.c: Extensive changes to write code to put types in the
3625         global type block when possible, to output ranges for all memory
3626         occupied by the module, and to improve efficiency.
3628         * debug.c (struct debug_handle): Remove class_mark field.  Add
3629         id_list and compare_list fields.
3630         (struct debug_class_id): Define.
3631         (struct debug_type_compare_list): Define.
3632         (debug_write): Initialize info->id_list
3633         (debug_write_name): Remove reference to info->class_mark.
3634         (debug_write_type): Get id for all structs and classes.  Simplify
3635         test for whether struct has already been written.
3636         (debug_write_class_type): Get id for all classes.  Simplify test
3637         for whether class has already been written.
3638         (debug_write_block): Don't write out blocks other than the top
3639         level block if they have no local variables.
3640         (debug_set_class_id): New static function.
3641         (debug_type_samep): New static function.
3642         (debug_class_type_samep): New static function.
3643         * prdbg.c (pr_start_struct_type): Always print id.
3644         (pr_start_class_type): Likewise.
3645         (pr_tag_type): Likewise.
3647         * stabs.c (struct stab_handle): Add syms and symcount fields.
3648         (start_stab): Add syms and symcount parameters.  Change all
3649         callers.
3650         (parse_stab_string): Look up global variables in the symbol table
3651         to get the right value.
3652         * budbg.h (start_stab): Update declaration.
3653         * rddbg.c (read_section_stabs_debugging_info): Add syms and
3654         symcount parameters.  Change all callers.
3656         * stabs.c (parse_stab_array_type): If the index type is 0, use
3657         int.
3659 Wed Feb  7 14:17:45 1996  Ian Lance Taylor  <ian@cygnus.com>
3661         * ieee.c (ieee_start_compilation_unit): Clear modified and
3662         modified_alloc fields of info.
3664         * configure.in: Check for --enable-shared.  Substitute new
3665         variables BFDLIB and OPCODES.
3666         * configure: Rebuild.
3667         * Makefile.in (BFDLIB): Set to @BFDLIB@.
3668         (OPCODES): Set to @OPCODES@.
3670 Mon Feb  5 16:18:42 1996  Ian Lance Taylor  <ian@cygnus.com>
3672         Support for building bfd and opcodes as shared libraries, based on
3673         patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
3674         * configure.in (HLDFLAGS): New substitution.
3675         * configure: Rebuild.
3676         * Makefile.in (HLDFLAGS): New variable.  Make all links use
3677         $(HLDFLAGS) before $(CFLAGS) and $(LDFLAGS).
3678         (BFDLIB_DEP): New variable.  Replace all occurrences of $(BFD) as
3679         a dependency with $(BFDLIB_DEP).  Remove $(BFD) as a dependency if
3680         there is also a dependency on $(ADDL_DEPS).
3681         (BFDLIB): Rename from BFD; change all uses; set to -L../bfd -lbfd.
3682         (OPCODES_DEP): New variable.  Replace all occurrends of $(OPCODES)
3683         as a dependency with $(OPCODES_DEP).
3684         (OPCODES): Set to -L../opcodes -lopcodes.
3685         (ADDL_DEPS): New variable.  Replace all occurrences of
3686         $(ADDL_LIBS) as a dependency with $(ADDL_DEPS).
3687         (check): Set LD_LIBRARY_PATH in the environment.
3688         (config.status): Depend upon BFD configure.host and config.bfd.
3690 Fri Feb  2 17:02:59 1996  Doug Evans  <dje@charmed.cygnus.com>
3692         * objdump.c: #include stdarg.h or varargs.h.
3693         (objdump_print_value): Change FILE* arg to struct disassemble_info*.
3694         All callers updated.  Use fprintf_func.
3695         (objdump_print_address): Consistently use fprintf_func.
3696         (objdump_sprintf): New function.
3697         (disassemble_data): Print insn into a buffer, print raw insn ourselves,
3698         then print insn mnemonic.
3700 Fri Feb  2 16:48:55 1996  Ian Lance Taylor  <ian@cygnus.com>
3702         * configure: Regenerate.
3704 Thu Feb  1 09:38:18 1996  Steve Chamberlain  <sac@slash.cygnus.com>
3706         * configure.in (i[3-6]86-*-win32): Becomes i[3-6]86-*-cygwin32.
3707         (powerpc*-*-cygwin32): New.
3708         * configure: Regenerated.
3710 Wed Jan 31 13:22:03 1996  Richard Henderson  <rth@tamu.edu>
3712         * Makefile.in (distclean): Remove $(DEMANGLER_PROG).1.
3714 Mon Jan 29 17:36:29 1996  Ian Lance Taylor  <ian@cygnus.com>
3716         Based on patches from H J Lu <hjl@zoom.com>:
3717         * objcopy.c (remove_leading_char): New static variable.
3718         (OPTION_REMOVE_LEADING_CHAR): Define.
3719         (copy_usage): Mention --remove-leading-char.
3720         (filter_symbols): If remove_leading_char, and the first character
3721         of a global symbol matches the symbol leading char of the BFD,
3722         remove the first character.
3723         (copy_object): Filter the symbols if remove_leading_char is set.
3724         (copy_main): Handle --remove-leading-char.
3725         * binutils.texi, objcopy.1: Document --remove-leading-char.
3727 Sat Jan 27 15:40:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3729         * objdump.c (fprintf): Add prototype to avoid compiler warning on
3730         SunOS.
3732 Fri Jan 26 11:53:42 1996  Ian Lance Taylor  <ian@cygnus.com>
3734         * binutils.texi (nm): Improve documentation on symbol types.
3735         (objdump): Reference the stabs manual from the discussion of the
3736         --stabs option.
3738 Thu Jan 25 11:21:46 1996  Raymond Jou  <rjou@mexican.cygnus.com>
3740         * mpw-make.sed: Add a "stamps" target.
3742 Thu Jan 25 13:51:44 1996  Ian Lance Taylor  <ian@cygnus.com>
3744         * objdump.c (dump_headers, dump_section_header): Change objdump -h
3745         output to be simpler and to include section file offsets.
3747 Wed Jan 24 12:06:05 1996  Ian Lance Taylor  <ian@cygnus.com>
3749         * stabs.c (parse_stab_members): Don't adjust voffset.
3751         * ieee.c (ieee_read_cxx_class): Don't multiply voffset by 4.
3752         (struct ieee_write_type): Add name field.
3753         (struct ieee_type_class): Remove name field.  Change all uses to
3754         use new name field in type instead.
3755         (struct ieee_name_type): Likewise.
3756         (ieee_start_struct_type): Initialize name field of type.
3757         (ieee_start_class_type): Don't initialize classdef entry of tag.
3758         (ieee_class_method_var): Don't adjust voffset.
3759         (ieee_end_class_type): Likewise.
3760         (ieee_tag_type): Initialize new name field of type.
3761         (ieee_typdef): Set name after copying in type information.
3763         * debug.c (VOFFSET_STATIC_METHOD): Define as -1, not 1.
3765         * ieee.c (struct ieee_modified_type): Define.
3766         (struct ieee_handle): Add modified and modified_alloc fields.
3767         (ieee_get_modified_info): New static function.
3768         (ieee_pointer_type): Cache type index.
3769         (ieee_const_type): Likewise.
3770         (ieee_volatile_type): Likewise.
3772         * ieee.c (ieee_define_named_type): When creating a tag for an
3773         anonymous struct, copy the name into memory.
3774         (ieee_tag_type): Likewise.
3775         * debug.c (debug_write_type): Only check and set id field for an
3776         unnamed object.
3777         (debug_write_class_type): Likewise.
3779         * ieee.c: Various changes to write out types for functions and
3780         references, and to not write out unnecessary function types.
3782         * ieee.c (struct ieee_var): Remove variable field.  Add kind
3783         field, and define some enum constants for it.
3784         (parse_ieee_ty): Set kind field of variable for 'x' and 'X' types.
3785         (parse_ieee_atn): Make an indirect slot for an external variable,
3786         although we otherwise don't record it.  Set kind field rather than
3787         variable field of pvar.
3788         (ieee_read_cxx_class): Try to get the type of a static member.
3789         (ieee_read_reference): Check kind field rather than variable
3790         field.
3792 Tue Jan 23 15:54:18 1996  Ian Lance Taylor  <ian@cygnus.com>
3794         * ieee.c: Various changes to handle reading C++ reference type
3795         information.
3797         * debug.h (enum debug_var_kind): Add DEBUG_VAR_ILLEGAL.
3798         (enum debug_parm_kind): Add DEBUG_PARM_ILLEGAL.
3799         * debug.c (debug_get_parameter_types): Handle DEBUG_KIND_FUNCTION.
3801         * ieee.c: Various changes to write out definitions of C++ classes.
3803         * debug.c (debug_append_filename): Remove.
3804         * debug.h (debug_append_filename): Don't declare.
3806         * stabs.c (struct stab_handle): Remove last_type field.  Add
3807         so_string and so_value fields.
3808         (finish_stab): Call stab_emit_pending_vars before calling
3809         debug_end_function.  Don't warn about pending variables.
3810         (parse_stab): Accumulate N_SO strings until a non N_SO symbol is
3811         seen, rather than calling debug_append_filename.  Call
3812         stab_emit_pending_vars before calling debug_end_function.  Don't
3813         set info->last_type.
3815 Tue Jan 23 09:53:54 1996  Doug Evans  <dje@charmed.cygnus.com>
3817         * objdump.c (disassemble_data): Handle unknown endianness.
3818         Pass fprintf to INIT_DISASSEMBLE_INFO.
3820 Mon Jan 22 16:46:43 1996  Doug Evans  <dje@charmed.cygnus.com>
3822         Add new option --show-raw-insn.
3823         * objdump.c (show_raw_insn): New global.
3824         (usage): Update.
3825         (long_options): Update.
3826         (disassemble_data): Set disasm_info.flags if --show-raw-insn.
3828         * objdump.c (disassemble_data): Set new arch,mach,endian fields in
3829         disasm_info.
3831 Mon Jan 22 19:29:36 1996  Ian Lance Taylor  <ian@cygnus.com>
3833         * ieee.c: Extensive changes to pass a single info argument around
3834         in the reading routines, rather than several arguments.  Add code
3835         to read C++ debugging records.
3837         * debug.h (debug_get_type_size): Declare.
3838         (debug_get_field_name): Declare.
3839         (debug_get_field_bitpos): Declare.
3840         (debug_get_field_bitsize): Declare.
3841         (debug_get_field_visibility): Declare.
3842         (debug_get_field_physname): Declare.
3843         * debug.c (debug_get_real_type): Handle DEBUG_KIND_TAGGED.
3844         (debug_get_type_size): New function.
3845         (debug_get_field_name): New function.
3846         (debug_get_field_bitpos): New function.
3847         (debug_get_field_bitsize): New function.
3848         (debug_get_field_visibility): New function.
3849         (debug_get_field_physname): New function.
3850         (debug_write_type): Make sure we pass the real kind, not INDIRECT,
3851         to tag_type.  Pass the name recursively for INDIRECT.
3853 Fri Jan 19 12:31:57 1996  Ian Lance Taylor  <ian@cygnus.com>
3855         * debug.h (struct debug_write_fns): Remove ellipsis_type.  Add int
3856         and boolean parameters to function_type.  Add boolean parameter to
3857         method_type.
3858         (debug_make_ellipsis_type): Don't declare.
3859         (debug_make_function_type): Add debug_type * and boolean
3860         parameters.  Change all callers.
3861         (debug_make_method_type): Add boolean parameter.  Change all
3862         callers.
3863         (debug_get_parameter_types): Add boolean * parameter.  Change all
3864         callers.
3865         (debug_get_target_type): Declare.
3866         * debug.c (struct debug_function_type): Add fields arg_types and
3867         varargs.
3868         (struct debug_method_type): Add field varargs.
3869         (debug_ellipsis_type, ELLIPSIS_P): Remove.
3870         (debug_make_ellipsis_type): Remove.
3871         (debug_make_function_type): Add arg_types and varargs parameters.
3872         (debug_make_method_type): Add varargs parameter.
3873         (debug_get_parameter_types): Add pvarargs parameter.
3874         (debug_get_target_type): New function.
3875         (debug_write_type): In case DEBUG_KIND_FUNCTION, push argument
3876         types and pass count to function_type.  In DEBUG_KIND_METHOD, use
3877         a signed int for the count, don't call ellipsis_type, and pass
3878         varargs to method_type.
3879         * stabs.c (struct stab_demangle_info): Add varargs field.
3880         (stab_demangle_argtypes): Add pvarargs parameter.  Change all
3881         callers.
3882         (stab_demangle_args): Likewise.
3883         (stab_demangle_type): In case 'F', pick up argument types.
3884         * prdbg.c (pr_ellipsis_type): Remove.
3885         (pr_function_type): Add argcount and varargs parameters.
3886         (pr_method_type): Add varargs parameter.
3887         * ieee.c (ieee_ellipsis_type): Remove.
3888         (ieee_function_type): Add argcount and varargs parameters.
3889         (ieee_method_type): Add varargs parameter.  Remove most of
3890         function body, and just call ieee_function_type.
3892         * stabs.c: Include "demangle.h".  Added several new static
3893         functions not listed below to demangle argument types; they are
3894         all called via stab_demangle_argtypes.
3895         (finish_stab): If the kind of an undefined tag is
3896         DEBUG_KIND_ILLEGAL, use DEBUG_KIND_STRUCT instead.  Warn if there
3897         are any pending variable.
3898         (parse_stab): Don't close the function when the block depth goes
3899         to zero.  Pass value to debug_end_function.
3900         (parse_stab_string): In case 'T', pass the name to
3901         parse_stab_type.
3902         (parse_stab_type): In case 'x', use stab_find_tagged_type.  In
3903         case '#', handle functions with variable numbers of arguments.
3904         (parse_stab_struct_type): Add tagname parameter.  Change all
3905         callers.
3906         (parse_stab_members): Add tagname and typenums parameters.  Change
3907         all callers.  If the type of a method is a stub, call
3908         parse_stab_argtypes to demangle the argument types and get the
3909         physical name of the function.
3910         (parse_stab_argtypes): New static function.
3911         (stab_record_variable): For a DEBUG_GLOBAL or DEBUG_STATIC
3912         variable, call debug_record_variable immediately.
3913         (stab_find_tagged_type): New static function.
3915         * debug.h (enum debug_type_kind): Add DEBUG_KIND_ILLEGAL.
3916         (struct debug_write_fns): Add field ellipsis_type.  Add id
3917         parameter to start_struct_type, start_class_type, and tag_type.
3918         (debug_make_ellipsis_type): Declare.
3919         (debug_find_named_type): Declare.
3920         (debug_get_type_kind): Declare.
3921         (debug_get_return_type): Declare.
3922         (debug_get_parameter_types): Declare.
3923         (debug_get_fields): Declare.
3924         (debug_get_field_type): Declare.
3925         * debug.c (struct debug_handle): Add fields class_id and base_id.
3926         (struct debug_class_type): Add field id.
3927         (struct debug_method_variant): Rename argtypes to physname.
3928         Change all uses.
3929         (debug_ellipsis_type): New static variable.
3930         (ELLIPSIS_P): New macro.
3931         (debug_make_ellipsis_type): New function.
3932         (debug_make_method_variant): Rename argtypes to physname.
3933         (debug_make_static_method_variant): Likewise.
3934         (debug_name_type): Always put types in the global namespace.
3935         (debug_find_named_type): New function.
3936         (debug_find_tagged_type): Treat DEBUG_KIND_ILLEGAL specially,
3937         rather than DEBUG_KIND_VOID.
3938         (debug_get_real_type): New static function.
3939         (debug_get_type_kind): New function.
3940         (debug_get_return_type): New function.
3941         (debug_get_parameter_types): New function.
3942         (debug_get_fields): New function.
3943         (debug_get_field_type): New function.
3944         (debug_write): Initialize base_id.
3945         (debug_write_type): Pass new id argument to tag_type.  Handle
3946         DEBUG_KIND_ILLEGAL.  Use id for DEBUG_KIND_STRUCT and
3947         DEBUG_KIND_UNION.  Handle ellipsis for method arguments.
3948         (debug_write_class_type): Don't dereference kclass if it is NULL.
3949         Use id.
3950         * prdbg.c (pr_fns): Add pr_ellipsis_type.
3951         (pr_ellipsis_type): New static function.
3952         (pr_pointer_type): If this is a pointer to an array, parenthesize
3953         it correctly.
3954         (pr_start_struct_type): Add id parameter.
3955         (pr_start_class_type): Likewise.
3956         (pr_tag_type): Likewise.
3957         (pr_fix_visibility): Add the visibility to the top of the stack,
3958         not the second element on the stack.
3959         (pr_struct_field): Pop the stack before calling pr_fix_visibility.
3960         (pr_class_static_member): Likewise.
3961         (pr_class_start_method): Don't push a type, just set the method
3962         name in the type on the top of the stack.
3963         (pr_class_end_method): Don't pop the stack.
3964         (pr_class_method_variant): Rename argtypes parameter to physname.
3965         Append const and volatile rather than prepending them.  Add a
3966         space after the physname.
3967         (pr_class_static_method_variant): Likewise.
3968         * ieee.c (ieee_fns): Add ieee_ellipsis_type.
3969         (ieee_define_named_type): Use DEBUG_KIND_ILLEGAL rather than
3970         DEBUG_KIND_VOID.
3971         (write_ieee_debugging_info): Likewise.
3972         (ieee_typdef): Likewise.
3973         (ieee_ellipsis_type): New static function.
3974         (ieee_start_struct_type): Add id parameter.
3975         (ieee_start_class_type): Likewise.
3976         (ieee_tag_type): Likewise.
3977         (ieee_class_method_variant): Rename name to physname.
3978         (ieee_class_static_method_variant): Likewise.
3980         * Makefile.in (DEBUG_OBJS): Remove prdbg.o.
3981         ($(OBJDUMP_PROG)): Depend upon, and link against, prdbg.o.
3983 Thu Jan 18 17:35:06 1996  Kim Knuttila  <krk@cygnus.com>
3985         * dlltool.c (make_tail): Changed the order of the sections to avoid
3986         an alignment problem.
3988 Wed Jan 17 14:23:00 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
3990         * srconv.c (wr_du): Set du.stackfrmt to 0.
3991         (wr_un, wr_sc): Emit all sections, even those with 0 size.
3993 Tue Jan 16 16:15:49 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
3995         * srconv.c (wr_hd): Space size within segment was being
3996         stored in segment identifier field.
3998 Tue Jan 16 12:07:25 1996  Stan Shebs  <shebs@andros.cygnus.com>
4000         * mpw-config.in (BUILD_NLMCONV, BUILD_SRCONV, SYSINFO_PROG,
4001         BUILD_DLLTOOL): Put definitions for these into makefile when
4002         configuring, instead of always clearing in mpw-make.sed.
4003         * mpw-make.sed: Edit out any host_alias or target_alias settings,
4004         fix pathname to BFD internal include files, remove dependency
4005         calculation rules.
4007 Thu Jan 11 17:31:38 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4009         * objdump.c (dump_section_header): Add new section flags
4010         SEC_{EXCLUDE,SORT_ENTRIES}.
4012 Thu Jan 11 11:45:34 1996  Ian Lance Taylor  <ian@cygnus.com>
4014         * objcopy.c (filter_symbols): NULL terminate the output symbols.
4015         (copy_object): Allocate space for a possible extra NULL pointer.
4017         * debug.c (debug_make_undefined_tagged_type): Make sure we are
4018         given a kind of type we can handle.
4019         (debug_write_type): Handle undefined enums and structs.
4020         (debug_write_class_type): Handle undefined classes.
4021         * prdbg.c (pr_enum_type): Handle an undefined enum.
4022         * ieee.c (ieee_enum_type): Likewise.
4024 Wed Jan 10 15:33:18 1996  Ian Lance Taylor  <ian@cygnus.com>
4026         * Makefile.in: Updated dependencies.
4027         (ALLOCA, MALLOC): Remove variables.
4028         (ADDL_LIBS): Remove $(MALLOC) from definition.
4029         * alloca.c, gmalloc.c: Remove.
4031 Mon Jan  8 18:02:29 1996  Ian Lance Taylor  <ian@cygnus.com>
4033         * ieee.c: Add global function write_ieee_debugging_info and a
4034         bunch of static functions and structs used to write out IEEE
4035         debugging information.
4036         * budbg.h (write_ieee_debugging_info): Declare.
4038         * ieee.c (struct ieee_type): Add pslot field.
4039         (enum builtin_types): Define.
4040         (ieee_builtin_type): For a pointer, return a pointer to the named
4041         type.  Use enum values rather than numbers.
4042         (ieee_alloc_type): New static function.
4043         (ieee_read_type_index): Use ieee_alloc_type.
4044         (parse_ieee_bb): Likewise.
4045         (parse_ieee_ty): Likewise.  Use ieee_builtin_type for array range,
4046         rather than making a new integer type.  Store the new type in the
4047         slot, if there is one.
4048         (parse_ieee_atn): Treat ATN10 as defining a register variable.
4049         (ieee_regno_to_genreg): Rename from ieee_regno_to_gen.  Change all
4050         callers.
4051         (ieee_genreg_to_regno): New static function.
4053         * stabs.c (parse_stab_type): Add new typename parameter.  Change
4054         all callers.
4055         (parse_stab_range_type): Add new typename parameter.  Change all
4056         callers.
4058         * debug.h (struct debug_write_fns): Add tag parameter to
4059         enum_type, start_struct_type, and start_class_type.
4060         * debug.c (debug_write_type): Pass any tag name to
4061         start_struct_type, debug_write_class_type, and enum_type.  If
4062         DEBUG_KIND_TAGGED, pass the name in the recursive call.
4063         (debug_write_class_type): Accept a new tag parameter, and pass it
4064         to start_class_type.
4065         * prdbg.c (pop_type): Don't remove '+' character.
4066         (pr_enum_type): Accept and use tag parameter.
4067         (pr_start_struct_type): Likewise.
4068         (pr_start_class_type): Likewise.
4069         (pr_class_baseclass): Adjust algorithm used to find where to put
4070         the baseclass name.
4071         (pr_tag): Don't bother to insert the tag name.
4073         * objcopy.c: Include budbg.h.
4074         (convert_debugging): New static variable.
4075         (OPTION_DEBUGGING): Define.
4076         (copy_options): Add "debugging".
4077         (copy_usage): Mention --debugging.
4078         (is_strip_section): Skip debugging sections if convert_debugging.
4079         (setup_section, copy_section): Likewise.
4080         (filter_symbols): Skip debugging symbols if convert_debugging.
4081         (copy_object): If convert_debugging, read and write debugging
4082         information.
4083         (write_debugging_info): New static function.
4084         (copy_main): Handle --debugging.
4085         * Makefile.in (DEBUG_OBJS): New variable.
4086         ($(OBJCOPY_PROG)): Depend upon and link against $(DEBUG_OBJS).
4087         ($(STRIP_PROG)): Likewise.
4088         (OBJDUMP_OBJS): Remove variable.
4089         ($(OBJDUMP_PROG)): Use objdump.o $(DEBUG_OBJS) rather than
4090         $(OBJDUMP_OBJS).
4091         * binutils.texi, objcopy.1: Document --debugging.
4093 Thu Jan  4 16:31:21 1996  Ian Lance Taylor  <ian@cygnus.com>
4095         * ieee.c: New file with code to read IEEE debugging information.
4096         * budbg.h (parse_ieee): Declare.
4097         * rddbg.c (read_debugging_info): Handle IEEE flavour files.
4098         (read_ieee_debugging_info): New static function.
4099         * Makefile.in: Rebuild dependencies.
4100         (CFILES): Add ieee.c.
4101         (OBJDUMP_OBJS): Add ieee.o.
4103         * bucomm.h (xrealloc): Change type of first parameter from char *
4104         to PTR.
4106 Tue Jan  2 17:44:07 1996  Ian Lance Taylor  <ian@cygnus.com>
4108         * Makefile.in: Add targets to automatically rebuild dependencies.
4109         Remove targets which just listed dependencies of .o files.
4110         (DEP): New variable.
4111         (HFILES, GENERATED_HFILES): New variables.
4112         (CFILES, GENERATED_CFILES): New variables.
4113         (underscore.c): Don't do anything, just depend upon stamp-under.
4114         (stamp-under): New target; do what underscore.c used to do.
4115         (nlmconv.o): Depend upon sym.h and ecoff.h.
4116         (.dep, .dep1, dep.sed, dep, dep-in): New targets.
4117         (stage1, stage2, stage3, against, comparison): Remove.
4118         (de-stage1, de-stage2, de-stage3): Remove.
4119         (clean, distclean): Remove stamp-under and dep.sed.
4120         * dep-in.sed: New file.
4122         Implement generic debugging support.  Implement a stabs reader and
4123         a generic printer.
4124         * budbg.h, debug.c, debug.h, prdbg.c, rddbg.c, stabs.c: New files.
4125         * objdump.c: Include "debug.h" and "budbg.h".
4126         (dump_debugging): New global variable.
4127         (usage): Mention --debugging.
4128         (long_options): Add "debugging".
4129         (display_bfd): Handle --debugging.
4130         * Makefile.in (OBJDUMP_OBJS): New variable.
4131         ($(OBJDUMP_PROG)): Use $(OBJDUMP_OBJS).
4132         * binutils.texi, objdump.1: Document --debugging.
4134 Sat Dec 30 09:59:51 1995  Jeffrey A Law  (law@cygnus.com)
4136         * nm.c ( long_options): Add "--defined-only" option.
4137         (usage): Update for new "--defined-only" option.
4138         (filter_symbols): Handle "--defined-only".
4140 Fri Dec 29 16:04:56 1995  Ian Lance Taylor  <ian@cygnus.com>
4142         * arparse.y: Include "bucomm.h", not <sysdep.h>.
4143         * nlmheader.y: Don't include "sysdep.h".
4145 Tue Dec 26 18:23:18 1995  Ian Lance Taylor  <ian@cygnus.com>
4147         * nm.c (print_symdef_entry): Check return value of
4148         bfd_get_elt_at_index.
4150 Sat Dec 23 11:03:16 1995  Michael Meissner  <meissner@tiktok.cgynsu.com>
4152         * configure.in (DLLTOOL_DEFS): Build dlltool for PowerPC if target
4153         is powerpc*-*-win* in addition to powerpc*-*-*pe*.
4155 Fri Dec 15 16:30:57 1995  Ian Lance Taylor  <ian@cygnus.com>
4157         * objdump.c (endian_string): New static function.
4158         (display_target_list): Use it.
4159         * nlmconv.c (main): Use new bfd_big_endian macro.
4161 Fri Dec 15 07:51:34 1995  steve chamberlain  <sac@slash.cygnus.com>
4163         * dlltool.c (fill_ordinals): Start from 1 if no other instructions
4164         given.
4166 Tue Dec 12 12:05:21 1995  Ian Lance Taylor  <ian@cygnus.com>
4168         * Makefile.in (clean): Remove $(DEMANGLER_PROG).1.  From Ronald
4169         F. Guilmette <rfg@monkeys.com>.
4171 Mon Dec 11 14:33:05 1995  Stan Shebs  <shebs@andros.cygnus.com>
4173         * mac-binutils.r: Fix copyright and version strings.
4175         * Makefile.in (version): Remove, no longer used.
4177 Fri Dec  1 14:41:56 1995  Stan Shebs  <shebs@andros.cygnus.com>
4179         * mpw-make.sed (install, install-only): Edit in Mac-specific
4180         install procedure.
4182 Thu Nov 30 20:26:02 1995  Kim Knuttila  <krk@cygnus.com>
4184         * dlltool.c (ppc_jtab): The binary glue for PowerPC dll linkage,
4185         including the return instruction.
4186         sinfo: added a preferred alignment field.
4187         (secdata): section data for the PowerPC version.
4188         (make_one_lib_file): More symbols, More sections (pdata, rdata)
4189         (make_tail): Use idata$6 instead of idata$7 for ppc. Also added a
4190         NULL idata$3 descriptor (temporary).
4192 Tue Nov 28 17:23:44 1995  Doug Evans  <dje@canuck.cygnus.com>
4194         * dlltool.c (fill_ordinals): Don't reference d_export_vec if
4195         there are no exported functions.
4197 Mon Nov 27 13:05:59 1995  Ian Lance Taylor  <ian@cygnus.com>
4199         * configure: Regenerate with autoconf 2.7.
4201 Wed Nov 22 13:17:15 1995  Ian Lance Taylor  <ian@cygnus.com>
4203         * dlltool.c (fill_ordinals): Start assigning ordinals at 1.
4205         * Makefile.in (EXPECT): Use $$r, not $${rootme}.
4206         (check): Set r, not rootme.
4208 Tue Nov 21 18:04:09 1995  Ian Lance Taylor  <ian@cygnus.com>
4210         * configure.in: Use BFD_NEED_DECLARATION.
4211         * acconfig.h: Put NEED_DECLARATION_FPRINTF in @TOP@ section.
4212         * configure, config.in: Rebuild with autoconf 2.6.
4214 Fri Nov 17 10:34:37 1995  Ian Lance Taylor  <ian@cygnus.com>
4216         * Makefile.in (CC_FOR_TARGET): Use @host@ and @target@, not
4217         $(host_canonical) and $(target_canonical).
4219 Thu Nov 16 03:39:20 1995  Ken Raeburn  <raeburn@cygnus.com>
4221         Version 2.6 released.
4222         * Makefile.in (VERSION): Update to 2.6.
4224 Wed Nov 15 12:14:17 1995  Ian Lance Taylor  <ian@cygnus.com>
4226         * Makefile.in (CC_FOR_TARGET): Define.
4227         (check): Pass CC and CFLAGS to runtest.
4229         * nm.c (display_rel_file): Don't require a DYNAMIC object when
4230         dumping the dynamic symbol table.
4232         * objdump.c (compare_symbols): Sort global symbols before local
4233         symbols before debugging symbols.
4234         (objdump_print_address): Don't futz around looking for a global
4235         symbol with the same value.
4237 Tue Nov 14 17:19:11 1995  Ian Lance Taylor  <ian@cygnus.com>
4239         * dlltool.c: Use FOPEN_* macros rather than "r" or "w".
4241         * dlltool.c (fill_ordinals): Correct memset call.
4243 Sun Nov 12 12:56:05 1995  Stan Shebs  <shebs@andros.cygnus.com>
4245         * mpw-make.sed (DEMANGLER_PROG): Edit out attempts to do anything
4246         with the man page.
4248 Fri Nov 10 11:41:22 1995  Ian Lance Taylor  <ian@cygnus.com>
4250         * objcopy.c (setup_section): Copy the section lma independently of
4251         the vma.
4253 Wed Nov  8 11:33:00 1995  Ian Lance Taylor  <ian@cygnus.com>
4255         * arsup.c (ar_open): Cast malloc return value.
4257 Tue Nov  7 09:01:26 1995  Kim Knuttila  <krk@cygnus.com>
4259         * configure.in, configure (DLLTOOL_DEFS): Added ppc target.
4260         * dlltool.c (MPPC): Added basic PPC definitions.
4262 Tue Nov  7 14:02:57 1995  Ian Lance Taylor  <ian@cygnus.com>
4264         * configure.in: Don't treat rs6000-*-lynx* specially.
4265         * configure: Rebuild.
4266         * config/rslynx: Remove.
4267         * Makefile.in: Remove @target_makefile_fragment@.
4269 Mon Nov  6 15:00:50 1995  Ian Lance Taylor  <ian@cygnus.com>
4271         * bucomm.h: Include <sys/types.h>.
4272         * ar.c: Don't include <sys/types.h> or <stdio.h>.
4273         * bucomm.c, dlltool.c, nlmconv.c, objcopy.c, objdump.c: Likewise.
4275 Fri Nov  3 12:38:09 1995  Ian Lance Taylor  <ian@cygnus.com>
4277         * objdump.c: Include <sys/types.h>.
4279         Permit user to override DEMANGLER_PROG from command line.  From
4280         Manfred Hollstein <manfred@lts.sel.alcatel.de>.
4281         * Makefile.in ($(DEMANGLER_PROG)): Depend upon
4282         $(DEMANGLER_PROG).1.
4283         (install): Don't depend upon $(DEMANGLER_PROG).1.  Only install
4284         $(DEMANGLER_PROG).1 if $(DEMANGLER_PROG) is not empty.
4286 Wed Nov  1 15:04:57 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
4288         * Makefile.in (syslex.o): add -I$(srcdir) if compiling in a
4289         separate directory.
4291 Mon Oct 30 14:24:18 1995  Ian Lance Taylor  <ian@cygnus.com>
4293         * objdump.c (objdump_print_value): New static function.
4294         (objdump_print_address): Use it.  If we need the right section for
4295         the symbol, and we can't find it, print an offset from the section
4296         rather than using a symbol from some other section.
4298 Thu Oct 26 10:23:14 1995  steve chamberlain  <sac@slash.cygnus.com>
4300         * dlltool.c (no_idata4, no_idata5): New.
4301         (arm_jtab): Use correct encoding of jump instruction.
4302         (usage, main, make_head, make_tail): Act on no_idata4, no_idata5.
4304 Wed Oct 25 12:10:07 1995  Stan Shebs  <shebs@andros.cygnus.com>
4306         * mpw-make.sed: Edit paths to generated y.tab.[ch] files.
4308 Fri Oct 20 18:40:34 1995  Ian Lance Taylor  <ian@cygnus.com>
4310         * binutils.texi: Change --with-targets to --enable-targets.
4312 Thu Oct 19 17:47:41 1995  Fred Fish  <fnf@cygnus.com>
4314         * Makefile.in:  Remove extraneous tab on otherwise empty line,
4315         which confuses many non-GNU versions of "make".
4317 Wed Oct 18 16:31:58 1995  steve chamberlain  <sac@slash.cygnus.com>
4319         * dlltool.c (i386_jtab, arm_jtab): New
4320         (gen_lib_file): Rewritten to use bfd.
4322 Fri Oct 13 16:10:07 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
4324         * Makefile.in (install): Don't give error message if dlltool
4325         wasn't built.
4327 Fri Oct 13 11:04:37 1995  steve chamberlain  <sac@slash.cygnus.com>
4329         * deflex.l: Allow quoting of IDs.
4330         * defparse.y (%union): string deleted.
4331         (command): DESCRIPTION takes ID.
4332         * dlltool.c (gen_def_file): Quote outgoing name if
4333         necessary.  Preserve NONAME.
4334         (gen_lib_file): Run ranlib.
4335         (workout_prefix): Deleted.
4336         (main, usage, long_options): Add --as, --ranlib, --ar options.
4338 Wed Oct 11 13:36:13 1995  steve chamberlain  <sac@slash.cygnus.com>
4340         * dlltool.c (mtable): HOW_ALIGN_LONG, new.
4341         (d_ord): Deleted.
4342         (d_low_ord, d_high_ord, d_named_funcs): New.
4343         (gen_exp_file): Create noname entries correctly.
4344         (gen_lib_file): Dump exports alphabetically.
4345         (process_duplicates):  Count nonamed functions.
4346         (fill_ordinals): Keep track of highest ord too.
4347         (mangle_defs): Create alphabetically ordered list of names.
4349 Tue Oct 10 09:39:09 1995  steve chamberlain  <sac@slash.cygnus.com>
4351         * Makefile.in (TOOL_PROGS): Include DLLTOOL_PROG.
4353 Mon Oct  9 13:06:31 1995  steve chamberlain  <sac@slash.cygnus.com>
4355         * dlltool.c (add_underscore): New.
4356         (xlate): Use new name.
4357         (main, usage): Update.
4359 Fri Oct  6 14:08:51 1995  Ken Raeburn  <raeburn@cygnus.com>
4361         * sysinfo.y: Eliminate unused terminals "[" and "]" and unused
4362         nonterminal "name".  One s/r conflict remains.
4364         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4366         * nm.c (print_symname): Don't try to demangle an empty
4367         name.
4368         * objdump.c (slurp_symtab): Reset symcount if there are
4369         no symbols.
4370         (slurp_dynamic_symtab): Likewise, for dynsymcount.
4371         (disassemble_data): Fix memory leak: free sorted_syms when done.
4372         (display_bfd): Likewise, for syms and dynsyms.
4373         (dump_relocs): Don't print header before possibly generating an
4374         error message.
4375         (dump_dynamic_relocs): Likewise.
4377         * ar.1, nm.1, objdump.1, size.1, strings.1, strip.1: Fix typos and
4378         formatting bugs.
4380 Fri Oct  6 12:00:25 1995  Ian Lance Taylor  <ian@cygnus.com>
4382         * ar.c (do_quick_append): Comment out.
4383         (replace_members): Add quick argument.
4384         (main): Don't call do_quick_append.
4385         (open_inarch): Don't call quick_append to create an empty archive.
4386         Instead call bfd_openw/bfd_set_format/bfd_close.
4388 Thu Oct  5 20:53:08 1995  Ken Raeburn  <raeburn@cygnus.com>
4390         * bucomm.c: Always include time.h.
4392 Thu Oct  5 17:25:21 1995  Ian Lance Taylor  <ian@cygnus.com>
4394         * objdump.c (compare_symbols): Sort gnu_compiled and gcc2_compiled
4395         symbols after other symbols with the same value.  Likewise for
4396         symbols which look like file names.
4397         (objdump_print_address): Always chose the first reasonable symbol
4398         with a given value.
4400 Tue Oct  3 22:38:55 1995  Ian Lance Taylor  <ian@cygnus.com>
4402         * arsup.c (ar_save): Use rename, not unlink/link/unlink.
4404 Mon Oct  2 12:10:25 1995  Ian Lance Taylor  <ian@cygnus.com>
4406         * strings.c (main): Exit with zero status if no files are given
4407         and standard input is read.
4409 Thu Sep 28 20:03:07 1995  Stan Shebs  <shebs@andros.cygnus.com>
4411         * mpw-config.in: Calculate underscore and put into makefile
4412         fragment, generate config.h.
4413         * mpw-make.sed: New file, sed commands to edit Unix makefile
4414         into MPW syntax.
4415         * mpw-make.in: Remove.
4416         * mac-binutils.r: New file, Mac resources.
4418 Thu Sep 28 15:49:00 1995  steve chamberlain  <sac@slash.cygnus.com>
4420         * dlltool.c: (gen_exp_file): Always emit a .reloc section if
4421         relocatable.
4422         (imp_name_lab): New.
4423         (gen_def_file): New.
4424         (gen_lib_file): Use imp_name_lab.
4425         (main): Initialize imp_name_lab.
4427 Mon Sep 25 12:05:34 1995  Ian Lance Taylor  <ian@cygnus.com>
4429         * configure.in: Call AC_HEADER_SYS_WAIT.
4430         * configure: Rebuild.
4431         * config.in: Rebuild.
4432         * dlltool.c: Include "libiberty.h" and "bucomm.h".  Don't include
4433         <stdio.h>, <stdlib.h>, or <string.h>.  Don't include <wait.h>.
4434         Include <sys/types.h>.  Use HAVE_SYS_WAIT_H to control whether to
4435         include <sys/wait.h> or define the wait macros by hand.  Don't
4436         declare xmalloc.
4437         (gen_lib_file): Don't assume that sprintf returns the number of
4438         characters; use strlen instead.
4440 Fri Sep 22 17:16:41 1995  Ian Lance Taylor  <ian@cygnus.com>
4442         * objdump.c (disassemble_data): Don't use the old BFD based
4443         disassembler interface.  Make info a const pointer.
4445 Wed Sep 13 18:33:44 1995  Ian Lance Taylor  <ian@cygnus.com>
4447         * objdump.c (start_address): New variable.
4448         (stop_address): New variable.
4449         (usage): Mention --start-address and --stop-address.
4450         (OPTION_START_ADDRESS, OPTION_STOP_ADDRESS): Define.
4451         (long_options): Add "start-address" and "stop-address".
4452         (disassemble_data): Handle start_address and stop_address.
4453         (dump_data, dump_reloc_set): Likewise.
4454         (main): Don't set seenflag for -l.  Handle OPTION_START_ADDRESS
4455         and OPTION_STOP_ADDRESS.
4456         * objcopy.c (parse_vma): Move to bucomm.c.
4457         * bucomm.c (parse_vma): New function, moved in from objcopy.c.
4458         * bucomm.h (parse_vma): Declare.
4459         * binutils.texi, objdump.1: Document new objdump options.
4461 Tue Sep 12 12:37:39 1995  Ian Lance Taylor  <ian@cygnus.com>
4463         * Makefile.in (maintainer-clean): New target.
4465         * ar.c (replace_members): Don't call write_archive if nothing
4466         changed.
4468         * objdump.c (disassemble_data): Add casts to avoid gcc warnings.
4470 Thu Sep  7 12:12:17 1995  Ian Lance Taylor  <ian@cygnus.com>
4472         * config.in: Rename from config.h.in.
4473         * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
4474         Check for config.h:config.in when creating stamp-h.
4475         * configure: Rebuild.
4476         * Makefile.in (stamp-h): Depend upon config.in rather than
4477         config.h.in.  Set CONFIG_HEADERS to config.h:config.in when
4478         calling config.status.
4480         * Makefile.in (distclean): Remove config.h, stamp-h, and
4481         config.log.
4483         * nm.c (value_format): Initialize based on BFD64 and
4484         BFD_HOST_64BIT_LONG.
4485         (print_radix): New static variable.
4486         (set_print_radix): Set print_radix.  Adjust changes to
4487         value_format.
4488         (print_value): New static function, to print 64 bit octal and
4489         decimal values correctly.
4490         (print_symbol_info_bsd): Check BFD64, not BFD_HOST_64_BIT.  Use
4491         print_value.
4492         (print_symbol_info_sysv): Use print_value.
4493         (print_symbol_info_posix): Likewise.
4495 Wed Sep  6 15:02:55 1995  Ian Lance Taylor  <ian@cygnus.com>
4497         * Makefile.in (*.o): Remove incorrect dependencies on
4498         $(BFDDIR)/hosts/std-host.h.
4500         * Makefile.in (INSTALL_DATA): Add -m 644.
4501         (INSTALL_XFORM1): Likewise.
4502         (CC_FOR_BUILD): Set to @CC_FOR_BUILD@ rather than $(CC).
4503         (mostlyclean): Remove config.log.
4504         (distclean): Remove config.cache.
4506         * configure.in: Call BFD_CC_FOR_BUILD and BFD_BINARY_FOPEN.
4507         * configure: Rebuild.
4509 Tue Sep  5 20:22:42 1995  Ian Lance Taylor  <ian@cygnus.com>
4511         * configure.in: Rewrite to use autoconf.
4512         * aclocal.m4: New file.
4513         * configure: New file, built by autoconf.
4514         * acconfig.h: New file.
4515         * config.h.in: New file, built by autoheader.
4516         * Makefile.in: Various changes for new configure script.  Also:
4517         (PROGS): Remove $(SYSINFO_PROG).
4518         (ALL_CFLAGS): Remove $(TDEFINES).
4519         (version.o): Use $(ALL_CFLAGS).
4520         (cplus-dem.o, dlltool.o, nlmconv.o): Likewise.
4521         (sysdump.o): Depend upon bucomm.h and config.h.
4522         (srconv.o, arsup.o, strings.o): Depend upon config.h.
4523         (filemode.o): Don't depend upon ../bfd/sysdep.h.
4524         (bucomm.o): Depend upon config.h, not ../bfd/sysdep.h.
4525         (size.o, objdump.o, nm.o, ar.o, objcopy.o): Likewise.
4526         (nlmheader.o, nlmconv.o): Likewise.
4527         (distclean): Don't remove sysdep.h.
4528         * bucomm.h: Include "ansidecl.h", <stdio.h>, and "config.h".
4529         Include "fopen-same.h" or "fopen-bin.h", based on
4530         USE_BINARY_FOPEN.  Include <errno.h>, and declare errno if it is
4531         not a macro.  Include <unistd.h>, <string.h>, <strings.h>,
4532         <stdlib.h>, and <fcntl.h> if they are present.  Declare strchr,
4533         strrchr, and strstr if no string header file exists.  Include
4534         <sys/file.h> if it exists and <fcntl.h> does not.  Define
4535         O_RDONLY and O_RDWR if necessary.
4536         * ar.c:  Don't include "sysdep.h".  Do include <sys/types.h> and
4537         <sys/stat.h>.  Use HAVE_GOOD_UTIME_H rather than POSIX_UTIME.  Use
4538         HAVE_UTIMES rather than !USE_UTIME.  Don't include <errno.h>, and
4539         don't declare errno.
4540         * arsup.c: Don't include <sysdep.h>.
4541         * bucomm.c: Don't include "sysdep.h".  Include <stdio.h>,
4542         <sys/types.h>, and <sys/stat.h>.  Include <time.h> if it defines
4543         time_t.  Define time_t if necessary.
4544         * coffdump.c: Don't include "sysdep.h".
4545         * coffgrok.c, filemode.c, nlmconv.c, size.c: Likewise.
4546         * srconv.c, strings.c: Likewise.
4547         * nm.c: Don't include "sysdep.h".  Don't try to define HAVE_SBRK.
4548         * objcopy.c: Don't include "sysdep.h".  Include <sys/types.h> and
4549         <sys/stat.h>.
4550         (simple_copy): Use creat rather than assuming that O_CREAT is
4551         defined.
4552         * objdump.c: Don't include "sysdep.h".  Use
4553         NEED_DECLARATION_PRINTF rather than !FPRINTF_ALREADY_DECLARED.
4554         * sysdump.c: Include "bfd.h" and "bucomm.h".  Don't include
4555         "sysdep.h" or <stdlib.h>.
4556         (dump_symbol_info): Rename from symbol_info.  Change all callers.
4558 Mon Sep  4 14:30:00 1995  Ian Lance Taylor  <ian@cygnus.com>
4560         * configure.in (host_makefile_frag): Don't set.  Substitute for
4561         @CC@, @CFLAGS@, @HDEFINES@ and @LDFLAGS@ in Makefile.
4562         * Makefile.in (AR_FLAGS): Set to rc rather than qv.
4563         (CC): Define as @CC@.
4564         (CFLAGS): Set to @CFLAGS@.
4565         (LDFLAGS): Define as @LDFLAGS@.
4566         (ALL_CFLAGS): Use @HDEFINES@ rather than $(HDEFINES).
4568         * configure.in: Don't bother to call config.bfd for each target.
4569         Just call it for the default target, and use the shell variable to
4570         decide whether underscores are used.
4572 Thu Aug 31 19:21:48 1995  Jason Molenda    (crash@phydeaux.cygnus.com)
4574         * configure.in: match i[3-6]86-*-win32, not just i386-*-win32.
4576 Thu Aug 31 16:30:22 1995  steve chamberlain  <sac@slash.cygnus.com>
4578         * dlltool.c (add_indirect): New.
4579         (asm_prefix): New
4580         (gen_exp_file): Timestamp should be 0. Insert prefix when
4581         needed. New code for indirection.
4582         (gen_lib_file): Timestamp should be 0. Insert prefix
4583         when needed.
4584         (usage): Document --add-indirect.
4585         (main): Cope with new option.
4587         * objdump.c (dump_private_headers): New.
4588         (usage): Document new option.
4589         (long_option): Add private-headers.
4590         (dump_bfd_private_header): New.
4591         (main): Cope with new option.
4593 Thu Aug 31 04:09:16 1995  Doug Evans  <dje@canuck.cygnus.com>
4595         * dlltool.c (run): Add missing 3rd arg to waitpid.
4597 Wed Aug 30 11:02:11 1995  steve chamberlain  <sac@slash.cygnus.com>
4599         * Makefile.in (TOOL_PROGS): Include dlltool if needed.
4601 Tue Aug 29 13:25:21 1995  steve chamberlain  <sac@slash.cygnus.com>
4603         * dlltool.c (rva): Deleted.
4604         (rvaafter, rva_before): Use new assembler pseudo.
4605         (flush_page, gen_exp_file, gen_lib_file): Use new way of RVAing.
4606         (gen_exp_file): Don't generate .edata if no need.
4607         (gen_lib_file): Don't make timestamp.
4608         Put _iname in idata$7.
4609         (workout_prefix): Fix memory initialization bug.
4610         (usage): Tidy up, delete many single char options.
4611         (main): rva option is gone.
4613 Mon Aug 21 18:41:28 1995  steve chamberlain  <sac@slash.cygnus.com>
4615         * dlltool.c (options): image-base is a synonym for rva.
4616         (gen_lib_file): Put dll name into ibase$7.
4618 Sun Aug 20 09:59:00 1995  steve chamberlain  <sac@slash.cygnus.com>
4620         Modified to generate archives and objects rather than .s files.
4621         * dlltool.c (run) New function.
4622         (gen_exp_file, gen_lib_file): Use run.
4623         (workout_prefix): New.
4624         (usage): Document new options.
4625         (main): Parse new options.
4627 Wed Aug 16 16:26:52 1995  steve chamberlain  <sac@slash.cygnus.com>
4629         * dlltool.c (gen_exp_file): Fix RVA handling.
4630         (rva_s, rva_n): Delete.
4632 Fri Aug 11 18:27:18 1995  Ian Lance Taylor  <ian@cygnus.com>
4634         * nm.c (main): Ignore -e.
4636 Thu Aug 10 17:35:00 1995  Ken Raeburn  <raeburn@cygnus.com>
4638         * Makefile.in (config.texi): New target.  Write out a setting for
4639         texinfo variable VERSION.
4640         (binutils.dvi, binutils.info): Depend on it.
4641         * binutils.texi: Include it, and reference @value{VERSION} instead
4642         of explicitly specifying 2.2(!).
4644 Thu Aug 10 16:07:53 1995  Ian Lance Taylor  <ian@cygnus.com>
4646         * coffgrok.c (do_type): Handle array dimensions the same way gdb
4647         does.
4649 Tue Aug  8 17:10:42 1995  steve chamberlain  <sac@slash.cygnus.com>
4651         * dlltool.c (mtable): New fields.
4652         (ASM_RVA_BEFORE, ASM_RVA_AFTER): New.
4653         (flush_page): Use new macros.
4655 Sat Aug  5 00:16:37 1995  Jeff Law  (law@snake.cs.utah.edu)
4657         * objcopy.c (mark_symbols_used_in_relocations): Handle sections
4658         with no relocations.
4659         * coffgrok.c (do_sections_p1): Likewise.
4661 Mon Jul 31 12:51:06 1995  Ian Lance Taylor  <ian@cygnus.com>
4663         * strings.c (print_strings): For compatibility with existing
4664         strings programs, print strings which are not terminated with a
4665         null byte or a newline.
4666         * binutils.texi, strings.1: Update documentation accordingly.
4668         * ar.c (replace_members): For compatibility with existing ar
4669         programs, permit users to add the same file multiple times.
4671 Tue Jul 25 11:21:53 1995  Ian Lance Taylor  <ian@cygnus.com>
4673         * strings.c (DATA_FLAGS): Remove SEC_DATA.
4674         (main): If no file names are given, scan standard input.
4675         * binutils.texi, strings.1: strings now scans non-data sections by
4676         default.
4678 Mon Jul 24 13:52:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4680         * srconv.c (wr_hd): Set afl field to 4 for bfd_arch_sh.
4681         (writeINT): When size == -2, use 2 bytes for the h8300 and 4 bytes
4682         for the sh.
4684         * sysdump.c (fillup): Return size - 1, the last byte is a checksum
4685         and shouldn't be counted.
4686         * sysroff.info (hd): Changed segment identifier from a byte to a 1
4687         bit field.  The sysroff 2.0-01 specification seems to be in error
4688         here.  Reduce width of following "spare" field from 4 to 3 bits.
4689         (rl): Changed order and width of first 4 bitfields to correspond
4690         to sysroff specification.
4691         (dln_head, dln_inside, dln_tail): Removed.
4693 Tue Jul 18 23:00:03 1995  Fred Fish  <fnf@cygnus.com>
4695         * nm.c (sort_symbols_by_size):  Enclose expression being casted
4696         in parens so result is casted, not just first operand.  Can't
4697         do pointer arithmetic on void* pointers.
4699 Fri Jul 14 13:42:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4701         * sysdump.c (dh): Changed format of output to be 16 hex digits
4702         followed by 16 ascii characters, similar to Emacs' hexl-mode,
4703         to make it easier to read.
4704         (xcalloc): fix typo.
4706 Thu Jul 13 15:27:44 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4708         * srconv.c (wr_tr): Write out handcrafted tr block.
4709         (walk_tree_symbol): Use evallen and evalue instead of
4710         vallen & value because of corresponding changes in
4711         sysroff.info.
4713         * sysdump.c (sysroff_swap_tr_in, sysroff_print_tr_out): New
4714         functions.
4716         * sysroff.info (tr): the tr block is a special case --- a block
4717         without contents --- which can't be handled by generated code.
4718         (den, dpp): only first byte is present for DENend, DPPend.
4719         (dsy): describe a conditional portion of block, rename some fields.
4720         (dps): describe a conditional portion of block.
4721         (dfl): removed.
4723         * sysinfo.y (yyerror): write error message to standard error.
4725 Thu Jul 13 10:43:59 1995  Ian Lance Taylor  <ian@cygnus.com>
4727         * Makefile.in (DISTSTUFF): Add arparse.h and sysinfo.h.
4728         (mostlyclean): Remove y.output.
4729         (clean): Remove sysroff, sysroff.c, sysroff.h, and sysinfo.
4731         * nlmconv.c (powerpc_mangle_relocs): Cast memset arg to size_t.
4732         * objcopy.c (copy_object): Likewise.
4734         * nm.c (HAVE_SBRK): Define execpt on amigados and WINDOWS_NT.
4735         (struct size_sym): Define.
4736         (show_stats): New static variable.
4737         (long_options): Add undocumented option "stats".
4738         (main): Print memory stats if requested.
4739         (sort_bfd, sort_dynamic, sort_x, sort_y): New static variables.
4740         (numeric_forward): Use minisymbols rather than asymbols.
4741         (non_numeric_forward): Likewise.
4742         (size_forward1): Rename from size_forward.  Use minisymbols.
4743         (size_forward2): New static function.
4744         (sort_symbols_by_size): Take new arguments dynamic, size, and
4745         symsizep.  Use minisymbols.  Don't store the size back in the
4746         symbol; store in a newly allocate struct size_sym array.
4747         (display_rel_file): Read minisymbols rather than asymbols.  Set
4748         sort_* variables.  Call print_size_symbols if sorting by size.
4749         (filter_symbols): Take new arguments dynamic and size.  Use
4750         minisymbols.
4751         (print_symbols): Likewise.  Call print_symbol for actual printing.
4752         (print_size_symbols): New static function.
4753         (print_symbol): New static function.
4755 Wed Jul 12 10:43:05 1995  Ian Lance Taylor  <ian@cygnus.com>
4757         * objdump.c (dump_section_stabs): Only print each stabs section
4758         once.
4759         (compare_relocs): Make it clear to gcc that this always returns a
4760         value.
4762 Wed Jul 12 10:40:23 1995  H.J. Lu  <hjl@nynexst.com>
4764         * objcopy.c (simple_copy): Preserve errno on failure.
4765         (smart_rename): Print error mesage if simple_copy fails.
4767 Tue Jul 11 13:10:52 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
4769         * sysdump.c: re-indented file.
4770         (module): read blocks sequentially instead of trying to parse
4771         them, as that would require changing the parser recognize the
4772         difference between a DPSstart and DPSend block.
4773         (getone): Add break's between switch blocks as appropriate.
4774         (object_body_list): parse blocks according to sysroff spec.
4776 Mon Jul 10 12:37:25 1995  J.T. Conklin  <jtc@poseidon.cygnus.com>
4778         * sysroff.info: re-indented file, prior formatting was confusing
4779         because it was indentation did not reflect nesting of conditional
4780         records.  Change "space size within segment" record in hd record
4781         from bit to byte.
4783         * sysinfo.y (cond_it_field): Use xcalloc instead of calloc.
4785         * srconv.c (wr_cs): Reformatted cs header array, tag each byte
4786         with a comment describing the field.
4787         (wr_unit_info): Use SEEK_SET macro instead of constant 0.
4788         (main): Use FOPEN_WB macro instead of literal "wb".
4789         * sysroff.info: Remove fdl (dfl) field from cs block.  Compare
4790         ptr->type with ED_TYPE_CONST instead of constant 2 in ed block.
4792 Tue Jul  4 14:48:42 1995  Ian Lance Taylor  <ian@cygnus.com>
4794         * nm.c (size_forward): Check yf against yn, not xn.
4796         * objcopy.c (copy_archive): Record all output BFD's, and close
4797         them before unlinking them and removing the temporary directory,
4798         to avoid NFS problems.
4800         * ar.c (replace_members): In verbose messages, use 'r' when
4801         replacing a member, and 'a' when adding one.
4803         * ar.c (ar_truncate): New static variable.
4804         (normalize): Change return type to const char *.  Add abfd
4805         argument.  Change all callers.  If ar_truncate, chop the filename
4806         to abfd->ar_max_namelen.
4807         (main): For the 'f' modifier, set ar_truncate to true.  Don't
4808         change quick_append to replace if ar_truncate is true.
4809         (do_quick_append): If ar_truncate, set BFD_TRADITIONAL_FORMAT.
4810         (write_archive): Likewise.
4811         * binutils.texi, ar.1: Document 'f' modifier.
4813         * objcopy.c (enum strip_action): Define strip_unneeded.
4814         (OPTION_STRIP_UNNEEDED): Define.
4815         (strip_options): Add "strip-unneeded".
4816         (copy_options): Likewise.
4817         (copy_usage): Mention --strip-unneeded.
4818         (strip_usage): Likewise.
4819         (is_strip_section): Strip debugging sections if strip_unneeded.
4820         (filter_symbols): If strip_unneeded, only keep BSF_KEEP symbols.
4821         (copy_object): If strip_all, discard symbols without checking
4822         discard_locals.
4823         (copy_object): Call filter_symbols if strip_unneeded.
4824         (setup_section): Strip debugging sections if strip_unneeded.
4825         (copy_section): Likewise.
4826         (strip_main): Handle OPTION_STRIP_UNNEEDED.
4827         (copy_main): Likewise.
4828         * binutils.texi, objcopy.1, strip.1: Document --strip-unneeded.
4830 Mon Jul  3 14:16:47 1995  Steve Chamberlain  <sac@slash.cygnus.com>
4832         * configure.in (i386-*-win32): New configuration.
4833         * dlltool.c (killat, xlate, usage, long_options, main):
4834         Understand and cope with -k option.
4836 Sat Jul  1 12:25:15 1995  Fred Fish  <fnf@cygnus.com>
4838         * ar.c: (extract_file):  Change "#if POSIX_UTIME" to
4839         "#ifdef POSIX_UTIME" to match other tests of POSIX_UTIME
4840         and avoid lossage when POSIX_UTIME is not defined at all.
4842 Wed Jun 28 17:51:24 1995  Steve Chamberlain  <sac@slash.cygnus.com>
4844         * ar.c: (print_contents.c, extract_file, do_quick_append):
4845         Malloc buffers rather than allocate on stack (so it works
4846         on NT).
4847         * deflex.l: Names can have an @ in them.
4848         * dlltool.c: Loads of stuff. Can now generate .imp files which
4849         work with NT .dlls.
4851 Thu Jun 22 19:10:50 1995  Stan Shebs  <shebs@andros.cygnus.com>
4853         * mpw-make.in (demangle.c.o): Remove.
4854         (arparse.h): Depend on arparse.c instead of arparse.y.
4856 Wed Jun 21 17:32:45 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
4858         * Makefile.in (DISTSTUFF): Don't include info here.
4859         (diststuff): Include it here.
4860         (realclean): Remove *.info.
4862         * objdump.c (compare_relocs): If relocation entries have the same
4863         address, keep them in file order.
4865 Mon Jun 19 09:06:49 1995  Steve Chamberlain  <sac@slash.cygnus.com>
4867         * dlltool.c: Change names of generated files. .*.s-> -*.s
4869         * objdump.c (dump_section_stabs):  Check for names
4870         which are supersets of selected names.
4872 Wed Jun 14 19:43:52 1995  Doug Evans  <dje@canuck.cygnus.com>
4874         * dlltool.c (mtable, ARM jump): Must redirect via pc offsetable ptr.
4876 Wed Jun 14 13:27:22 1995  Steve Chamberlain  <sac@slash.cygnus.com>
4878         * deflex.l, defparse.y, dlltool.c: New files.
4879         * Makefile.in, configure.in: Support for them.
4881 Mon Jun 12 11:27:54 1995  Steve Chamberlain  <sac@slash.cygnus.com>
4883         * sysdump.c: Include sysdep.h
4884         (main): Open input with FOPEN_RB.
4886 Fri Jun  9 17:26:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
4888         * objdump.c (wide_output): New flag variable.
4889         (usage): Print new -w, --wide options.
4890         (long_options): Add --wide support.
4891         (dump_section_header): If --wide, don't print a newline between
4892         the section's first line and the flags.
4893         (objdump_print_address): Use unsigned comparisons for the binary
4894         search, not signed.
4895         (disassemble_data): If --wide, don't put a \n between the
4896         disassembly output and relocation information.
4897         (main): Support -w option being the same as --wide.
4899 Thu Jun  1 17:09:27 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
4901         Sat May  6 08:52:24 1995  H.J. Lu (hjl@nynexst.com)
4903         * objcopy.c (smart_rename): make it smarter, clean up
4904           if rename () fails.
4906 Tue May 30 14:24:15 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
4908         * Makefile.in: Delete lines with lots of #### because four or more
4909         indicate a point for makefile fragment substitution.
4911 Tue May  9 17:17:05 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
4913         * configure.in: Don't build nlmconv on PowerPC eabi any more, it
4914         is not needed.
4916 Thu Apr 27 20:21:24 1995  Doug Evans  <dje@canuck.cygnus.com>
4918         * Makefile.in (EXPECT): Define.
4919         (RUNTEST): Use one in source tree if present.
4920         (check): Set `rootme' for $(EXPECT).
4922 Wed Apr 26 18:26:21 1995  Steve Chamberlain  <sac@slash.cygnus.com>
4924         * srconv.c (main): Add support for -n option which disables
4925         prescan of common symbols.
4926         (wr_ob): If reading past the end of a section, fill with zeros.
4928 Tue Apr 25 19:14:37 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
4930         * objdump.c (dump_section_header): Display load address after
4931         virtual memory (run-time) address.
4933 Wed Apr 19 09:44:06 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
4935         * Makefile.in (cplus-dem.o): Pass -DVERSION='"$(VERSION)"' to the
4936         compile.
4937         (DEMANGLER_PROG): No longer uses version.o.
4939 Mon Apr 10 13:29:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
4941         Merge in support for Mac MPW as a host.
4942         (Old change descriptions retained for informational value.)
4944         * mpw-config.in (TDEFINES): Define as empty in makefile frag.
4946         * mpw-config.in: Create mk.tmp, define ARCHDEFS in it.
4948         * mpw-config.in: New file, MPW configure fragment for binutils.
4949         * mpw-make.in (install-only): New target.
4950         (install): Also depend on install-only.
4952         * mpw-make.in (cplusfilt): Renamed from c++filt.
4953         (INCLUDES): Add more paths.
4955         * mpw-make.in: New file, MPW makefile fragment for binutils.
4956         (Normally automatically generated from Makefile.in.)
4958 Mon Mar 27 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
4960         * ar.c (write_archive): Call make_tempname to get output file
4961         name, rather than using a fixed name based on the input file.
4963         * objcopy.c (make_tempname): Copy from here...
4964         * bucomm.c (make_tempname): ...to here, and make global.
4965         * bucomm.h (make_tempname): Declare.
4967 Fri Mar 24 11:47:42 1995  Ian Lance Taylor  <ian@cygnus.com>
4969         * strings.c: Include "bfd.h" before other headers.  Include
4970         "sysdep.h".
4971         * bucomm.c (print_arelt_descr): Cast st_uid and st_gid to long,
4972         and print them with %ld.
4974 Fri Mar 10 13:09:42 1995  Ian Lance Taylor  <ian@cygnus.com>
4976         * objcopy.c (strip_options): Add --keep-symbol.
4977         (copy_options): Likewise.
4978         (copy_usage): Mention --keep-symbol and -K.
4979         (strip_usage): Likewise.
4980         (keep_symbols): New static variable.
4981         (is_strip_symbol): Adjust the return value according to
4982         keep_symbols.
4983         (strip_main): Handle -K.  For -N, check that -K was not given.
4984         (copy_main): Likewise.
4985         * binutils.texi, objcopy.1, strip.1: Document -K.
4987 Mon Mar  6 13:33:47 1995  Stan Shebs  <shebs@andros.cygnus.com>
4989         * objcopy.c (copy_archive): Check result of mkdir.
4990         (copy_main): Cast an xmalloc result.
4992         * objdump.c (usage): Break long format string into shorter ones.
4994 Mon Mar  6 13:46:12 1995  Ian Lance Taylor  <ian@cygnus.com>
4996         * bucomm.c (list_supported_targets): New function.
4997         * bucomm.h (list_supported_targets): Declare.
4998         * ar.c (usage): Call list_supported_targets.
4999         * nm.c (usage): Likewise.
5000         * objcopy.c (copy_usage, strip_usage): Likewise.
5001         * objdump.c (usage): Likewise.
5002         * size.c (usage): Likewise.
5003         * strings.c (usage): Likewise.
5005 Tue Feb 28 15:13:58 1995  Ian Lance Taylor  <ian@cygnus.com>
5007         * bucomm.c (print_arelt_descr): Cast st_size to long before
5008         passing it to fprintf.
5010 Fri Feb 17 13:36:45 1995  Ian Lance Taylor  <ian@cygnus.com>
5012         * objcopy.c (struct section_list): Add fields remove, set_flags,
5013         and flags.  Change adjust from boolean to enum.
5014         (remove_sections): Remove static variable.
5015         (sections_removed): New static variable.
5016         (copy_options): Add --set-section-flags.
5017         (copy_usage): Mention --set-section-flags.
5018         (parse_flags): New static function.
5019         (find_section_list): New static function.
5020         (is_strip_symbol): Change return type from int to boolean.
5021         (is_strip_section): New static function.
5022         (filter_symbols): Call is_strip_section.
5023         (copy_object): When adding sections, check for specified flags or
5024         VMA.  Call filter_symbols if any sections are being removed.
5025         (setup_section): Use find_section_list function rather than
5026         looking through remove_sections and adjust_sections.  Handle
5027         --set-section-flags.
5028         (copy_section): Use find_section_list rather than looking through
5029         remove_sections.
5030         (strip_main): Use find_section_list instead of adding items to
5031         sections_removed.
5032         (copy_main): Use find_section_list instead of adding items to
5033         sections_removed and adjust_sections.  Handle --set-section-flags.
5034         * binutils.texi, objcopy.1: Document --set-section-flags.
5036 Tue Feb 14 18:03:03 1995  Ian Lance Taylor  <ian@cygnus.com>
5038         * objdump.c (with_source_code): New global variable.
5039         (usage): Mention -S/--source.
5040         (long_options): Add --source.
5041         (prev_functionname, prev_line): New static variables.
5042         (struct print_file_list): Define.
5043         (print_files): New static variable.
5044         (skip_to_line, show_line): New static functions.
5045         (disassemble_data): Call show_line to handle -l and -S.
5046         (main): Handle -S.
5047         * binutils.texi, objdump.1: Document -S/--source.
5049 Thu Feb  9 16:11:53 1995  Ian Lance Taylor  <ian@cygnus.com>
5051         * objcopy.c (copy_usage): Rename parameter to avoid shadowing.
5052         (strip_usage): Likewise.
5054         * objcopy.c (struct section_add): Define.
5055         (add_sections): New static variable.
5056         (copy_options): Accept --add-section.
5057         (copy_usage): Mention --add-section.
5058         (copy_object): Add sections from the add_sections list.
5059         (copy_main): Handle --add-section.
5060         * binutils.texi, objcopy.1: Document --add-section.
5062 Wed Feb  1 15:04:57 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
5064         * objdump.c (disassemble_data): Pass section offset, not absolute
5065         address, to bfd_find_nearest_line.
5067         * nlmconv.c (powerpc_mangle_relocs): Don't use const with
5068         reloc_howto_type.
5070 Thu Jan 26 18:50:06 1995  Ian Lance Taylor  <ian@cygnus.com>
5072         * objdump.c (compare_symbols): Use bfd_asymbol_value (VAR) rather
5073         than VAR->value.
5074         (objdump_print_address): Likewise.
5075         (disassemble_data): Don't change the symbol values.  It can
5076         confuse bfd_canonicalize_reloc.
5078 Thu Jan 26 12:03:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
5080         * configure.in: Add support for powerpc-*-ebai.
5082 Wed Jan 18 10:02:12 1995  Steve Chamberlain  <sac@splat>
5084         * coffdump.c: Include sysdep.h.
5085         (dump_coff_type): Handle coff_secdef_type.
5086         * coffgrok.c : Include sysdep.h.
5087         * srconv.c: Include libiberty.h
5088         (absolute_p, dty_start, dty_end, dump_tree_structure): Remove.
5090 Wed Jan 18 12:24:14 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5092         * coffdump.c (dump_coff_scope): Cast pointer to unsigned long for
5093         printf.
5094         * coffgrok.c: Include bucomm.h.  Don't declare xmalloc.
5095         (push_scope): Declare type of parameter link.
5096         * size.c: Include libiberty.h.
5097         * srconv.c: Include bucomm.h.
5098         (find_base): Declare at top of file.
5099         (wr_hd): Add default case to architecture switch.
5100         (wr_dps_start): Declare type of parameter nest.
5101         (wr_du): Comment out variables used only in commented out blocks.
5102         (wr_dus): Remove unused variable i.
5103         (wr_sc): Remove unused variables myinfo, low, and high.
5104         * strings.c: Include libiberty.h.
5105         * sysdump.c: Include <ctype.h>.
5107 Tue Dec 20 19:13:44 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5109         * ar.c (main): Ignore 'f' modifier used on HP/UX 9.
5111 Thu Dec 15 17:34:12 1994  Stan Shebs  <shebs@andros.cygnus.com>
5113         * ar.c, nm.c, objcopy.c, objdump.c: Include progress.h.
5114         * ar.c, nm.c, objcopy.c, objdump.c (main): Add START_PROGRESS
5115         and END_PROGRESS.
5116         * ar.c (map_over_members, open_inarch): Call PROGRESS.
5117         * nm.c (main, display_archive, filter_symbols, print_symbols):
5118         Call PROGRESS.
5120         * objcopy.c (copy_usage): Break up long usage string.
5122 Wed Dec 14 15:51:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
5124         * objcopy.c (copy_object): Don't bother setting status after
5125         nonfatal() "call", because it won't return.
5127 Fri Dec  9 00:22:54 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5129         * nlmconv.c (powerpc_mangle_relocs): Don't switch a reloc to use
5130         the section symbol if the symbol is undefined.
5132 Thu Dec  8 14:45:50 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
5134         * objcopy.c (add_strip_symbol): Cast return value of xmalloc.
5136 Wed Nov 30 11:05:43 1994  Ian Lance Taylor  <ian@rtl.cygnus.com>
5138         * ar.c (replace_members): Pass current->filename to normalize when
5139         checking for duplicates, because the filename of a newly added
5140         file will not have been normalized yet.
5142 Thu Nov 17 15:00:13 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5144         * ar.c (main): Don't call do_quick_append if any of the archive
5145         names are longer than 14 characters.
5147         * objcopy.c (main): Fix is_strip test.  From
5148         pirker@eiunix.tuwien.ac.at (Martin Pirker).
5150 Thu Nov 17 15:37:19 1994  Mark W. Eichin  <eichin@cygnus.com>
5152         * objcopy.c (add_strip_symbol): New function, adds a name to an
5153         explicit list of symbols to strip.
5154         (is_strip_symbol): New function, reports whether the name argument
5155         is in the explicit list.
5156         (filter_symbols): Check against is_strip_symbol above all.
5157         (strip_main): Recognize -N option. If used, don't default to
5158         strip_all.
5159         (copy_main): Recognize -N option.
5160         (strip_usage): Document -N and --strip-symbol options.
5161         (copy_usage): Ditto.
5162         * objcopy.1, strip.1, binutils.texi: Document -N and
5163         --strip-symbol options.
5165 Tue Nov  8 13:12:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5167         * objdump.c (display_target_list, display_info_table): Pass an
5168         array to tmparg, rather than NULL, since some systems can't handle
5169         NULL.
5171         * objcopy.c (copy_archive): Keep a list of the names of the
5172         temporary files we created.  Close each input BFD after we open
5173         its successor.
5175 Mon Nov  7 15:48:39 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
5177         * Makefile.in (VERSION): Bump to 2.5.3.
5179 Thu Nov  3 19:04:34 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
5181         * Makefile.in (install-info): Install info files from whatever
5182         directory they were found in.
5184         Patch from DJ Delorie:
5185         * configure.bat: do c++filt -> cxxfilt right
5187         * sysinfo.y: Include system header files early, so any potential
5188         declaration of abort() occurs before its use.
5190         * strings.c (strings_file): Try opening the file in binary mode
5191         first.
5193 Wed Nov  2 15:44:13 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5195         * ar.c (main): Treat ar qs like ar rs.
5197 Tue Oct 25 16:19:25 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5199         * objcopy.c (gap_fill): Explicitly initialize, for clarity.
5200         (pad_to_set, pad_to): New static variables.
5201         (copy_options): Accept --pad-to.
5202         (copy_usage): Mention --pad-to.
5203         (copy_object): Support --pad-to.
5204         (compare_section_vma): Sort non loadable sections to the front.
5205         Sort sections with the same VMA by size.
5206         (copy_main): Handle --pad-to.
5207         * binutils.texi, objcopy.1: Document --pad-to.
5209 Thu Oct 20 13:51:31 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5211         * objcopy.c (gap_fill_set, gap_fill): New static variables.
5212         (copy_options): Accept --gap-fill.
5213         (copy_usage): Mention --gap-fill.
5214         (copy_object): Support --gap-fill.
5215         (get_sections, compare_section_vma): New static functions.
5216         (copy_main): Handle --gap-fill.
5217         * binutils.texi, objcopy.1: Document --gap-fill.
5219 Wed Oct 19 14:09:16 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5221         * Makefile.in (check): Add a dummy else clause to the if
5222         statement.
5224         * objcopy.c (copy_object): Revert yesterday's change.
5225         * binutils.texi, objcopy.1: Remove special mention of --set-start
5226         and `binary' output format.
5228 Tue Oct 18 11:12:01 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5230         * objcopy.c (copy_object): If the output file format is `binary',
5231         and the start address was not set using --set-start, default the
5232         start address to zero.  This hack is because the `binary' output
5233         file format uses the start address to set the virtual address of
5234         the first byte in the file.
5235         * binutils.texi, objcopy.1: Add some notes on generating S-records
5236         and binary files.
5238         * nm.c (print_symdef_entry): Call print_symname to print the
5239         symbol name, so that --demangle works.
5241         * Makefile.in (mostlyclean): Remove tmpdir.
5243         * objcopy.c (struct section_list): Add fields used, adjust, val.
5244         (adjust_start, set_start_set, set_start): New static variables.
5245         (adjust_section_vma, adjust_sections): New static variables.
5246         (copy_options): Add --adjust-start, --adjust-vma,
5247         --adjust-section-vma, --adjust-warnings, --no-adjust-warnings,
5248         --set-start.
5249         (parse_vma): New static function.
5250         (copy_usage): Mention new options.
5251         (copy_object): Handle --set-start and --adjust-start.
5252         (setup_section): Correct type of last argument to PTR.  Set used
5253         field if section is removed.  Handle --adjust-vma and
5254         --adjust-section-vma.
5255         (copy_section): Correct type of last argument to PTR.
5256         (mark_symbols_used_in_relocations): Likewise.
5257         (strip_main): Clear used field when handling -R.
5258         (copy_main): Handle new options.
5259         * binutils.texi (objcopy): Document new options.
5260         * objcopy.1: Document new options.
5262 Fri Oct 14 14:38:13 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5264         * configure.in (configdirs): Remove definition--testsuite is no
5265         longer configured.
5266         * Makefile.in (testsuite): Remove target.
5267         (site.exp): New target.
5268         (check): Rewrite.
5269         (clean, distclean): Don't recur into testsuite directory.
5271 Thu Oct 13 19:24:09 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
5273         * Makefile.in (VERSION): Updated to 2.5.
5274         * Version 2.5 released.
5276 Tue Oct 11 15:26:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5278         * Makefile.in (sysdump.o): Depends upon sysroff.c.
5280 Mon Oct 10 13:50:30 1994  J.T. Conklin  (jtc@rtl.cygnus.com)
5282         * nlmconv.c (link_inputs): Pass -Ur flag to ld so that the
5283           ctor/dtor tables needed by C++ programs are built.
5285 Sun Oct  9 18:04:00 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
5287         * Makefile.in (srconv.o): Add dependence on sysroff.c.
5289 Tue Oct  4 12:19:51 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
5291         * configure.in: Use ${config_shell} when running config.bfd.
5293         * Makefile.in (sysroff.h): Split target away from sysroff.c.
5294         (srconv.o, sysdump.o): New targets.
5295         (srconv, sysdump): Don't depend upon sysroff.c.
5297 Wed Sep 28 13:04:34 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5299         * Makefile.in (arparse.c): Don't ignore errors from mv.
5300         (sysinfo.c): Likewise.  Also, depend upon arparse.c, to prevent a
5301         parallel make from trying to build both arparse.c and sysinfo.c
5302         simultaneously.
5303         (nlmheader.c): Similar change.
5304         (arparse.h): Separate target from arparse.c, so that a parallel
5305         make does not try to build both at once.  Depend upon arparse.c.
5306         (sysinfo.h): Similar change.
5308         * objdump.c (disassemble_data): Pass the reloc buffer to free, not
5309         the pointer used to loop over the relocs.
5311 Sat Sep 24 16:16:57 1994  Stan Shebs  (shebs@andros.cygnus.com)
5313         * objdump.c (disassemble_data): Cast result of xmalloc.
5315 Wed Sep 21 19:30:35 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5317         * objdump.c (sorted_syms, sorted_symcount): New global variables.
5318         (objdump_print_address): Use sorted_syms and sorted_symcount
5319         instead of syms and symcount.
5320         (disassemble_data): Don't bother to get the relocs before looping
5321         over the sections.  Before filtering and sorting the symbol table,
5322         copy it into sorted_syms.
5324 Fri Sep 16 11:27:39 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5326         * objdump.c (struct objdump_disasm_info): Add field require_sec.
5327         (objdump_print_address): If aux->require_sec, require that the
5328         symbol be in aux->sec even if HAS_RELOC is not set.  If we can't
5329         find a smaller symbol in the right section, look for a larger one.
5330         (disassemble_data): Set aux.require_sec around the
5331         objdump_print_address call for the instruction address.
5333 Thu Sep 15 21:43:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5335         * ar.c: Call xexit rather than exit.
5336         (output_filename, output_file, output_bfd): New static variables.
5337         (remove_output): New static function.
5338         (main): Call xatexit (remove_output).  Call xexit rather than
5339         returning.
5340         (extract_file): Set output_filename and output_file while output
5341         file is open.
5342         (write_archive): Likewise, but use output_bfd, not output_file.
5343         * arsup.c: Include libiberty.h.  Call xexit rather than exit.
5344         * bucomm.c: Likewise.
5346         * objdump.c (disassemble_all): New global variable.
5347         (usage): Document --disassemble-all.
5348         (long_options): Add disassemble-all as a synonym for -D.
5349         (compare_symbols): Make pointers const.
5350         (compare_relocs): New static function.
5351         (disassemble_data): Rename disassemble to disassemble_fn to avoid
5352         shadowing.  If dump_reloc_info, print relocs along with
5353         disassembly.  Skip sections which are not SEC_CODE unless
5354         disassemble_all or only is set.
5355         (display_bfd): Don't call dump_relocs if disassemble is set.
5356         (main): Accept and handle -D.
5357         * binutils.texi: Document -D/--disassemble-all.
5358         * objdump.1: Likewise.
5360 Wed Sep 14 12:19:07 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5362         * objdump.c (disassemble_data): Initialize prevline to 0.  Make
5363         prev_function non const.  Copy functionname into an malloc buffer
5364         when setting prev_function, instead of assuming that the string
5365         will last forever.
5367         * nm.c: Include libiberty.h.
5368         (sort_by_size): New static variable.
5369         (long_options): Add --size-sort.
5370         (usage): Mention --size-sort.
5371         (numeric_forward): Make static.  Change from void * to PTR.
5372         (numeric_reverse): Likewise.
5373         (non_numeric_forward, non_numeric_reverse): Likewise.
5374         (sorters): Change declaration from void * to PTR.
5375         (size_forward, sort_symbol_by_size): New static functions.
5376         (display_rel_file): Handle sort_by_size.
5377         (filter_symbols): If sort_by_size, discard absolute and undefined
5378         symbols.
5379         * binutils.texi (nm): Document --size-sort.
5380         * nm.1: Document --size-sort.
5382 Tue Sep 13 21:06:06 1994  Jeff Law  (law@snake.cs.utah.edu)
5384         * objcopy.c (copy_main): Initialize input_filename and
5385         output_filename to NULL.
5387 Tue Sep 13 14:17:24 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5389         * Makefile.in (version.o): Depend upon Makefile, so that version.o
5390         gets rebuilt when make variable VERSION is changed.
5392         * objdump.c (dump_section_header): Print the SEC_NEVER_LOAD flag.
5394 Wed Aug 24 12:40:09 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5396         * configure.in: Change i[34]86 to i[345]86.
5398 Tue Aug 23 11:00:40 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5400         * ar.c (ranlib_touch): Don't update the archive map if there isn't
5401         one.
5403 Mon Aug 22 16:02:18 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5405         * ar.c: Include libiberty.h.
5406         (inarch): Remove variable.
5407         (map_over_members): Make static.  Add arch argument, and use it
5408         instead of inarch.  Change all callers.
5409         (main): Treat --version as -v.  Accept -t argument.  Accept any
5410         number of archive arguments.  Catch and use open_inarch return
5411         value, rather than using inarch.
5412         (open_inarch): Return newly opened BFD, rather than using inarch.
5413         (do_quick_append): Make archive_filename const.
5414         (write_archive): Add iarch argument, and use it instead of inarch.
5415         Change all callers.
5416         (delete_members, move_members, replace_members): Likewise.
5417         (ranlib_only): Don't exit on success.  Catch and use open_inarch
5418         return value.
5419         (ranlib_touch): New function.
5420         * arsup.h (map_over_members): Don't declare.
5421         (ar_end, ar_extract): Declare.
5422         (open_inarch): Change return value in declaration to bfd *.
5423         * arsup.c (map_over_list): Make static. Always pass two arguments
5424         to function.  Add arch argument, and use it instead of inarch.
5425         Change all callers.
5426         (ar_directory_doer): Make static.  Add ignored second argument.
5427         Change all callers.
5428         (ar_directory): Use open_inarch return value rather than inarch.
5429         (ar_addlib_doer): Make static.
5430         (ar_addlib): Use open_inarch return value rather than inarch.
5431         (ar_extract): Remove unused local variable abfd.
5433 Thu Aug 11 14:55:57 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5435         Add support for removing named sections to objcopy and strip.
5436         * objcopy.c (struct section_list): Define.
5437         (remove_sections): New static variable.
5438         (strip_options, copy_options): Add remove-section.
5439         (copy_usage, strip_usage): Mention -R and --remove-section.
5440         (setup_section): If section is in remove_sections list, ignore it.
5441         (copy_section): Likewise.
5442         (strip_main, copy_main): Handle -R.
5443         * binutils.texi, objcopy.1, strip.1: Document new options.
5445 Wed Aug 10 10:19:55 1994  Stan Shebs  (shebs@andros.cygnus.com)
5447         * nlmconv.c (powerpc_mangle_relocs): Rename symvalue to sym_value,
5448         so as not to conflict with the symvalue typedef in bfd.h.
5450 Mon Aug  1 13:19:09 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5452         * nlmheader.y: Per current NetWare docs, accept a revision number
5453         of 0 and treat a revision number greater than 26 as 0.
5455 Mon Jul 25 12:58:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5457         * objdump.c (objdump_print_address): Correct handling of end of
5458         symbols when looking for next symbol with a different value.
5460 Fri Jul 22 16:48:34 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
5462         * nm.c (numeric_forward): Treat undefined symbols as "less than"
5463         defined symbols with zero values.  If numeric values are equal, or
5464         both symbols are undefined, sort alphabetically.  Don't assume
5465         that the difference of two bfd_vma values will truncate to "int"
5466         and still have the same sign.
5467         (numeric_reverse): Call numeric_forward and negate the result.
5468         (print_symbol_info_bsd): For undefined symbols, print leading
5469         spaces equivalent to the width of a printed bfd_vma, rather than
5470         assuming that 8 will look right.
5472 Fri Jul 22 10:36:50 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
5474         * coffgrok.c (doit):  Zero all fields of new structure.
5475         * srconv.c (sysroff_swap_*_out): Remove redundant trailing arg.
5476         * sysinfo.y: Generate sysroff_swap_*_out without requiring extra
5477         arg.
5479 Fri Jul 22 10:09:53 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
5481         * nlmheader.y: Make "stack" and "stacksize" synonyms in the lexer
5482           rather than the parser.
5484 Thu Jul 21 10:25:09 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5486         * config/mh-alphaosf, config/mh-apollo68v, config/mh-delta88:
5487         Remove; obsolete.
5489 Sat Jul 16 22:34:39 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5491         * objdump.c (slurp_dynamic_symtab): Try to get the dynamic symbols
5492         even if the bfd is not marked DYNAMIC.  ELF executables are not
5493         marked DYNAMIC, but do have dynamic symbols.
5495 Fri Jul 15 01:41:35 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
5497         * coffgrok.c (do_where): Make data with no type 'int'.
5498         (do_define):  Keep info on source file of a symbol.
5499         * coffgrok.h (coff_symbol): New field.
5500         * srconv.c (PROGRAM_VERSION): Now 1.3
5501         (wr_rl): Use external ref number for symbol.
5502         (wr_dus): Only keep one source file per debug unit.
5503         (wr_dln): Always emit line numbers for first source file,
5504         (wr_globals):  Emit globals in the du of their owning source file.
5506 Mon Jul 11 15:59:03 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
5508         * nlmheader.y: Null terminate var_hdr->threadName.
5510 Fri Jul  8 17:33:22 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
5512         * Makefile.in (syslex.o, sysinfo.o): Permit C source files to be
5513         in $(srcdir), as they will be for FSF releases.
5515 Wed Jul  6 01:13:14 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5517         * nlmconv.c (setup_sections): Preserve existing section flags when
5518         copying in flags from a new section.
5520 Tue Jul  5 15:56:01 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5522         * objcopy.c: Include libiberty.h.
5523         (copy_file): If output_target is NULL, set it to the target of the
5524         input file.
5526 Wed Jun 29 17:17:14 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
5528         * nlmconv.c (link_inputs): Fixed memory allocation bug.
5530 Thu Jun 23 12:52:46 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
5532         * configure.in: Change --with-targets to --enable-targets.
5534 Tue Jun 21 12:53:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5536         * Makefile.in (sysinfo): Does not depend upon $(ADDL_LIBS).
5538         * nlmconv.c (powerpc_build_stubs): Don't generate the PowerPC
5539         NetWare custom header; no longer needed.
5540         (powerpc_mangle_relocs): Convert relocs against the uninitialized
5541         data section into relocs against the data section.
5543         * configure.in: Set nlmconv_defs to -DNLMCONV_cputype for all the
5544         netware targets.  Write it into Makefile as NLMCONV_DEFS.
5545         * Makefile.in (nlmconv.o): Pass $(NLMCONV_DEFS) to $(CC).
5546         * nlmconv.c: Only compile code for specific CPU types if
5547         NLMCONV_cputype is defined.
5549         * nlmconv.c (main): Change uses of bfd_abs_section, etc., to use
5550         bfd_abs_section_ptr or bfd_is_abs_section, etc.
5551         (i386_mangle_relocs, alpha_mangle_relocs): Likewise.
5552         (powerpc_build_stubs): Likewise.
5553         * nm.c (filter_symbols, print_symbols): Likewise.
5554         * objcopy.c (filter_symbols): Likewise.
5555         (mark_symbols_used_in_relocations): Likewise.
5556         * objdump.c (remove_useless_symbols, dump_relocs): Likewise.
5557         * size.c (sysv_internal_printer): Likewise.
5559 Mon Jun 20 16:43:03 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
5561         * Makefile.in (MANPAGES): Remove $(DEMANGLER_PROG).
5562         (install): Install it explicitly, from build dir, not srcdir.
5564 Mon Jun 20 16:29:54 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
5566         * objdump.c: Don't include elf/internal.h.
5567         (bfd_elf_find_section): Don't declare.
5568         (read_section_stabs): No special handling for ELF.  Always read
5569         using BFD sections.
5571 Thu Jun 16 17:25:20 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5573         * configure.in: Set UNDERSCORE in Makefile based on result of
5574         invoking config.bfd with a second argument of ``_''.
5575         * Makefile.in (underscore.c): Depend upon Makefile.  Don't try to
5576         run $(CC) and $(NM), just use $(UNDERSCORE).  Create via temporary
5577         file.
5578         (demangle.o): Remove target.
5579         ($(NM_PROG)): Don't depend upon demangle.o, and don't link against
5580         demangle.o.  It's in libiberty anyhow.
5581         (cplus-dem.o): Don't depend upon demangle.o.
5582         * binutils.texi: Mention -n and --no-strip-underscores arguments
5583         to c++filt.
5585 Wed Jun 15 12:10:31 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5587         * nm.c (long_options): Add --no-demangle to turn off --demangle,
5588         and --no-cplus for Linux compatibility.
5589         (usage): Mention --no-demangle.
5590         * binutils.texi: Document --no-demangle.
5592 Fri Jun 10 15:41:25 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5594         * nm.c: HOST_64_BIT was renamed to BFD_HOST_64_BIT.
5596         * objcopy.c (copy_archive): Make the temporary directory in the
5597         same directory as the output BFD, since we may not have write
5598         permission on the current directory.  Set the permissions of the
5599         new directory to 0700, not 0777.
5601 Mon Jun  6 21:36:43 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
5603         * configure.in: if this is an rs6000 (and we're not building for
5604         any other bfd targets) then build only nm (collect needs it on
5605         rs6000-lynx).
5607         * Makefile.in: define TOOL_PROGS which the list of programes to
5608         install in $tooldir -- replaces a hard-coded list.
5610 Fri Jun  3 10:59:18 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5612         * objdump.c (display_target_list): Remove unused local ok.
5614 Thu May 26 18:05:52 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
5616         * config/mh-alphaosf (CFLAGS): Don't specify both -g and -O;
5617         they're not compatible under native cc.  Use -O1 instead.
5619         * Makefile.in (VERSION): Updated to cygnus-2.4.1.
5621         Changes from binutils-2.4 net release:
5623         * Makefile.in (MANPAGES): Use $(DEMANGLER_PROG).
5624         ($(DEMANGLER_PROG).1): Build from cxxfilt.man, using sed.
5625         * cxxfilt.man: Renamed from c++filt.1, replaced "c++filt" with
5626         magic token to be replaced by sed.
5628         Wed May 11 22:32:00 1994  DJ Delorie (dj@ctron.com)
5630         * configure.bat: update for latest makefile.in
5632 Fri May 13 23:25:13 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5634         * bucomm.c: Check ANSI_PROTOTYPES rather than __STDC__.
5636 Tue May 10 18:22:06 1994  Jason Molenda    (crash@sendai.cygnus.com)
5638         * objcopy.c (copy_section): Set section size correctly if using
5639         interleave.
5641 Sat May  7 16:49:36 1994  Steve Chamberlain  (sac@cygnus.com)
5643         * Makefile.in: Add rule for sysinfo.h
5645 Fri May  6 12:18:33 1994  Steve Chamberlain  (sac@cygnus.com)
5647         * Makefile.in (SRCONV_PROG): Define.
5648         (PROGS): Use $(SRCONV_PROG) too.
5650 Thu May  5 19:41:43 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
5652         * Makefile.in (DISTSTUFF): Add sysinfo.c, syslex.c, in case
5653         someone configures with `targets=all'.
5654         (distclean): Remove y.*.
5655         (syslex.o): Depend on sysinfo.h.
5656         (sysinfo.c): Rename y.tab.h to sysinfo.h.
5657         (install-info): Don't try to install into $(infodir)/$(srcdir).
5658         * syslex.l: Include sysinfo.h, not y.tab.h.
5660 Thu May  5 11:50:55 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
5662         * syslex.l (yywrap): Define as function if not defined as a macro.
5664         * Makefile.in (objdump.o): Deleted special rule.
5665         * configure.in: Don't bother building ARCHDEFS variable for
5666         Makefile.
5667         * objdump.c (ARCH_*): Deleted handling.
5668         (disassemble_data): Call `disassembler' from opcodes library.
5670 Thu May  5 13:28:42 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5672         * Makefile.in (install): Correct handling of $(tooldir) and
5673         $(bindir) being on different devices.
5675 Fri Apr 29 09:50:38 1994  Steve Chamberlain  (sac@cygnus.com)
5677         * sysdump.c (h8300, sh): Add declarations.
5679 Wed Apr 27 11:25:18 1994  Steve Chamberlain  (sac@cygnus.com)
5681         * Makefile.in (syslex, sysinfo): Use CC_FOR_BUILD.
5682         * coffdump.c, coffgroc.c, coffgrog.h, srconv.c, sysdump.c,
5683         sysroff.info: Major changes.
5685 Tue Apr 26 18:18:24 1994  Stan Shebs  (shebs@andros.cygnus.com)
5687         * objdump.c (print_section_stabs): Indicate the stab header symbol
5688         more clearly, print numbers of unrecognized stab n_type values.
5690 Tue Apr 26 16:22:55 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5692         * nlmconv.c (copy_sections): Copy arelent pointers, not arelents.
5694 Mon Apr 25 16:14:32 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5696         * Makefile.in (distclean): Remove $(PROGS) and underscore.c.
5698 Fri Apr 22 11:14:19 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5700         * nlmconv.c (setup_sections): Remove special handling of .reginfo
5701         section.
5702         (copy_sections): Likewise.
5703         (alpha_mangle_relocs): Use bfd_ecoff_get_gp_value rather than the
5704         special ECOFF .reginfo section.
5706         * objcopy.c (copy_object): Call bfd_copy_private_bfd_data after
5707         copying everything else, to let it fiddle with the file in its
5708         final state.
5710         * objdump.c: Include libiberty.h.
5711         (display_target_list): If a format fails, just go on to the next
5712         one.  Check return value of bfd_set_format.
5713         (display_info_table): Likewise.  Don't increment loop variable in
5714         for loop test, since that skips the first element.
5715         (display_target_tables): Rewrite loop for clarity.  Ensure that it
5716         always prints at least one element.
5718         * nlmconv.c (main): Use CyGnUsEx rather than CyGnUsSeCs for
5719         sections header.  Rename from cygnus_sections to cygnus_ext.
5721 Thu Apr 21 12:12:26 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5723         * objdump.c (_DUMMY_NAME_): Don't define.
5724         (display_target_list): Use tmpnam to get a file name rather than
5725         using _DUMMY_NAME_.  Unlink it when done.
5726         (display_info_table): Likewise.
5728         * nlmconv.c (secsec): New static variable.
5729         (main): Create .nlmsections section in output BFD.  Store
5730         information about it in sections header.
5731         (setup_sections): Allocate space in sections header.
5732         (copy_sections): Copy zero sized sections.  Put information about
5733         each section in the sections header.
5735 Wed Apr 20 14:34:51 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5737         * nlmconv.c (powerpc_build_stubs): Take new outbfd argument.
5738         Change caller.  Create custom header for new PowerPC NetWare
5739         format.
5741         * Makefile.in (nlmheader.o, nlmconv.o): Update dependencies.
5742         * nlmconv.c: Include bfd.h and libiberty.h with "", not <>.
5743         * nlmheader.y: Include bfd.h with "", not <>.
5745 Wed Apr 13 10:52:50 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5747         * objdump.c: Do an ifdef on __GO32__, not unix.
5749 Wed Apr  6 21:54:49 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5751         Added -D (--dynamic) option to nm and -T (--dynamic-syms) and -R
5752         (--dynamic-reloc) arguments to objdump.
5753         * nm.c (dynamic): New static variable.
5754         (long_options): Added "dynamic".
5755         (usage): Mention -D and --dynamic.
5756         (main): Add D to getopt string.  Handle -D by setting dynamic.
5757         (display_rel_file): If dynamic is non-zero, read dynamic symbols
5758         rather than normal symbols.
5759         * nm.1: Updated for -D (--dynamic) option.
5760         * objdump.c (dump_dynamic_symtab): New global variable.
5761         (dump_dynamic_reloc_info): New global variable.
5762         (dynsyms, dynsymcount): New global variables.
5763         (usage): Mention -R, -T, --dynamic-syms and --dynamic-reloc.
5764         (long_options): Added "dynamic-reloc" and "dynamic-syms".
5765         (slurp_symtab): If no symbols, return rather than exit.
5766         (slurp_dynamic_symtab): New function.
5767         (display_bfd): Handle dump_dynamic_symtab and
5768         dump_dynamic_reloc_info.
5769         (dump_symbols): Take new dynamic argument, indicating whether to
5770         display dynamic symbols.
5771         (dump_relocs): Move most printing into dump_reloc_set.
5772         (dump_dynamic_relocs): New function.
5773         (dump_reloc_set): New function, extracted from dump_relocs.
5774         (main): Add R and T to getopt string.  Handle -T by setting
5775         dump_dynamic_symtab and -R by setting dump_dynamic_reloc_info.
5776         * objdump.1: Updated for -R (--dynamic-reloc) and -T
5777         (--dynamic-syms) options.
5778         * binutils.texi: Updated for new nm and objdump options.
5780 Wed Mar 30 15:52:40 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5782         Update for recent BFD changes to symbol and reloc reading.  Rename
5783         all uses of get_symtab_upper_bound to bfd_get_symtab_upper_bound.
5784         Also:
5785         * coffgrok.c (symcount): Change to long.
5786         (do_sections_p1): Check for error return from
5787         bfd_get_reloc_upper_bound.  Change relcount to long, and check for
5788         error from bfd_canonicalize_reloc.
5789         (coff_grok): Change storage to long.  Check for error from
5790         bfd_get_symtab_upper_bound and bfd_canonicalize_symtab.
5791         * nlmconv.c (main): Change symcount, newsymalloc, newsymcount, and
5792         i to long.  Check for error from bfd_get_symtab_upper_bound and
5793         bfd_canonicalize_symtab.
5794         (copy_sections): Change reloc_size and reloc_count to long.  Check
5795         for error from bfd_get_reloc_upper_bound and
5796         bfd_canonicalize_reloc.
5797         (mangle_relocs, i386_mangle_relocs, alpha_mangle_relocs): Change
5798         reloc_count_ptr argument to long *.  Make corresponding changes to
5799         variables loaded from *reloc_count_ptr.
5800         * nm.c (display_rel_file): Change storage and symcount to long.
5801         Check for errors from bfd_get_symtab_upper_bound and
5802         bfd_canonicalize_symtab.
5803         * objcopy.c (filter_symbols): Change symcount, src_count and
5804         dst_count to long.
5805         (copy_object): Change symcount to long.  Pass another argument to
5806         fprintf.  Check for errors from bfd_get_symtab_upper_bound and
5807         bfd_canonicalize_symtab.
5808         (copy_section): Change relcount to long.  Check for errors from
5809         bfd_get_reloc_upper_bound and bfd_canonicalize_reloc.
5810         (mark_symbols_used_in_relocations): Change relcount and i to long.
5811         Check for errors form bfd_get_reloc_upper_bound and
5812         bfd_canonicalize_reloc.
5813         * objdump.c (storage): Remove global variable.
5814         (symcount): Changed to long.
5815         (slurp_symtab): New local variable storage.  Check for errors from
5816         bfd_get_symtab_upper_bound and bfd_canonicalize_symtab.
5817         (remove_useless_symbols): Change return value and count to long.
5818         (objdump_print_address): Change min, max, thisplace and i to long.
5819         (disassemble_data): Change i to long.
5820         (dump_symbols): Change count to long.
5821         (dump_relocs): Change relcount to long.  Check for errors from
5822         bfd_ret_reloc_upper_bound and bfd_canonicalize_reloc.
5823         (display_info_table): Add casts when passing LONGEST_ARCH for
5824         printf %* argument.
5826 Tue Mar 29 14:59:04 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5828         * nm.c (display_archive): Close each archive element after it has
5829         been displayed.
5830         * objdump.c (display_file): Likewise.
5832 Mon Mar 28 13:04:08 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5834         * configure.in: Change error message to refer to bfd/config.bfd
5835         rather than bfd/configure.in.
5837 Sun Mar 27 16:23:39 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
5839         * More fixes for object formats which allow multiple sections
5840         with the same name:
5841         * objcopy.c (setup_section): Make a new output section even if
5842         one already exists with the given name.
5843         (copy_section): Use isection->output_section rather than trying
5844         to look the output section up by its (possibly non-unique) name.
5846         * Makefile.in (install-info): Look for binutils.info in the
5847         current directory, then in $(srcdir).  Don't use $<.
5849 Mon Mar 21 12:55:45 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5851         * objdump.c (objdump_print_address): Make static.  Declare with
5852         prototype.  Change vardiff from int to bfd_signed_vma.  Correct
5853         binary search termination condition.  When looking for same
5854         section symbol in relocatable file, handle final symbol correctly.
5856 Sun Mar 20 11:26:36 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
5858         * Makefile.in: Avoid bug in hpux sed.
5860         * objcopy.c: Changes to keep it from stripping symbols used
5861         in output relocations.
5862         (mark_symbols_used_in_relocations): New function.  Mark symbols
5863         used in output relocations with BSF_KEEP.
5864         (filter_symbols): Do not strip symbols marked with BSF_KEEP.
5865         (copy_object): Reorder actions.  First setup sections, then
5866         build the output symbol table, then copy the section contents.
5868 Fri Mar 18 10:53:55 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5870         * ar.c (write_archive): Allocate space for the null byte.  From
5871         Robert Lipe <robertl@arnet.com>.
5873 Thu Mar 17 16:20:28 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5875         * Makefile.in: Built nm.new and strip.new to avoid problems with
5876         collect when . is in PATH.
5877         (STRIP_PROG): Change from strip to strip.new.
5878         (NM_PROG): Change from nm to nm.new.
5879         (install): Remove the .new when installing.
5881 Wed Mar 16 16:27:05 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5883         * nlmconv.c (powerpc_build_stubs): Set BSF_DYNAMIC flag for each
5884         symbol for which we build a stub.
5885         (powerpc_mangle_relocs): Only reset TOC pointer for a call to a
5886         symbol with BSF_DYNAMIC flag set.
5888 Tue Mar 15 23:04:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
5890         * objcopy.c (filter_symbols): Use bfd_is_local_label to determine
5891         if a symbol represents a compiler-generated local label.
5892         (copy_object): Give the BFD backends a chance to copy any private
5893         bfd data from the input BFD to the output BFD.
5894         (setup_section): Give the BFD backends a chance to copy any private
5895         section data from the input section to the output section.
5897 Mon Mar 14 11:15:58 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
5899         * objcopy.c (mangle_section): Delete unused function.
5900         (setup_section): Set osection here instead of calling
5901         mangle section to do it.
5903 Mon Mar 14 12:11:01 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5905         * ar.c (write_archive): Close inarch before unlinking it.
5907 Fri Mar 11 22:20:48 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5909         * nlmconv.c (main): For PowerPC, call powerpc_build_stubs and
5910         powerpc_resolve_stubs.  Use __GOT0, not __toc_start.  Handle it if
5911         the start and end symbols are not in the text section.
5912         (struct powerpc_stub): New struct definition.
5913         (powerpc_stubs, powerpc_stub_insns): New static variables.
5914         (powerpc_initial_got_size): New static variable.
5915         (powerpc_build_stubs): New function.
5916         (powerpc_resolve_stubs): New function.
5917         (powerpc_mangle_relocs): Clear extraneous data in .got section.
5918         Rearrange reloc handling to handle ELF relocs that are not
5919         partial_inplace.  Resolve PC relative relocs.
5921 Wed Mar  9 13:48:11 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
5923         * ar.c (move_members): Fix it so that the abi positional modifiers
5924         don't delete all archive members following the insert point.
5926 Tue Mar  8 13:14:43 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
5928         * coffgrok.[ch]: New files, understand coff objects.
5929         * coffdump.c: Uses coffgrok to dump out the debug info of a coff
5930         file.
5931         * sysroff.info: Description of a SYSROFF object file.
5932         * sysinfo.y, syslex.l: Parse info file, generate a reader, writer,
5933         header files and a printer.
5934         * srconv.c: Uses coffgrok.c and sysroff.info to convert a coff
5935         file to a SYSROFF file.
5937 Sat Feb 26 13:35:26 1994  Stan Shebs  (shebs@andros.cygnus.com)
5939         * ar.c (do_quick_append): Pad with a genuine character 10,
5940         rather than whatever '\n' might happen to be.
5942 Tue Feb 22 18:25:52 1994  Ian Lance Taylor  (ian@cygnus.com)
5944         * nlmconv.c (main): Ignore debugging symbols when looking for
5945         special symbols by name.
5947 Sun Feb 20 18:47:42 1994  Ian Lance Taylor  (ian@lisa.cygnus.com)
5949         * nlmconv.c: Include libiberty.h.
5951         Support for PowerPC NetWare.
5952         * nlmconv.c (main): For PowerPC NetWare, automatically define the
5953         special symbols __toc_start.
5954         (select_output_format): Handle bfd_arch_powerpc.
5955         (mangle_relocs): Likewise.
5956         (powerpc_mangle_relocs): New function.
5958 Thu Feb 17 09:28:23 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
5960         * ar.c, bucomm.c, nlmconv.c, nm.c, objcopy.c, objdump.c,
5961         size.c: Use bfd_get_error and bfd_set_error and new error names.
5963 Fri Feb 11 15:54:51 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
5965         * objcopy.c (strip_main, copy_main): Add missing 'break' in switch.
5967 Mon Feb  7 19:45:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
5969         * objdump.c (disassemble_data): Handle bfd_arch_powerpc.
5971 Sun Feb  6 22:08:20 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
5973         * strings.c objdump.c nlmconv.c objcopy.c nm.c ar.c size.c (main):
5974         Call xmalloc_set_program_name.
5976 Fri Feb  4 10:46:01 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
5978         * objcopy.c (filter_bytes): Make MEMHUNK a char *, not PTR, so we
5979         can do arithmetic on it.
5981 Thu Feb  3 14:06:41 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
5983         * objdump.c (dump_section_stabs, read_section_stabs,
5984         print_section_stabs): Functions broken out of dump_stabs_1.
5985         Free the stabs and strings when done with them.
5987 Wed Feb  2 13:42:23 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
5989         * nlmconv.c (main): Use bfd_get_flavour instead of struct member.
5990         * ar.c (print_contents, extract_file), size.c
5991         (print_berkeley_format, print_sysv_format): Use bfd_get_filename and
5992         bfd_my_archive instead of dereferencing the structs directly.
5994         * ar.c: Use bfd_fatal and bfd_nonfatal instead of bfd_perror and exit.
5995         Indent.  Remove DEFUNs.
5997         * nlmconv.c (main), objcopy.c (copy_file): Print matching formats
5998         if ambiguous match.
5999         * nm.c (display_file, display_archive), size.c (display_bfd):
6000         Eliminate gotos.
6001         Print matching formats if there is an ambiguous match.  Use
6002         bfd_nonfatal instead of hardcoded error message if nothing matches.
6004         * arsup.c, ar.c, objdump.c: Use bfd_get_filename instead of
6005         abfd->filename.
6007         * nm.c (display_archive): New function, from code in display_file.
6008         (display_rel_file): Renamed from do_one_rel_file.
6010         * size.c: Indent.
6011         (display_archive): New function from code in display_file.
6012         (display_file): Check bfd_close error return.
6014         * strings.c (strings_object_file): Check bfd_check_format
6015         error return.
6017         * strings.c, objdump.c, size.c: Use bfd_nonfatal instead of bfd_perror.
6019         * bucomm.c: Delete references to exit_handler.  It wasn't set
6020         anywhere, and now that we're using the libiberty xmalloc, it
6021         wouldn't always get called before exiting.
6022         (list_matching_formats): Function moved from objdump.c.
6023         * bucomm.h: Declare it.
6025         * objdump.c (disassemble_data): Move some variable decls closer to
6026         their use.  Add some comments.  Replace a nested block with a
6027         return.
6029 Mon Jan 31 18:50:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
6031         * objdump.c (display_target_list, display_info_table): Check that
6032         the bfd of the dummy output file is not null.
6034 Wed Jan 26 13:13:18 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
6036         * objcopy.c (filter_bytes): New function.
6037         (copy_section): Call it.
6038         (copy_options, copy_usage, copy_main): Add --byte option to
6039         activate it.  Appropriate the -b option (which was an undocumented
6040         synonym for -F) for it, also.  Add --interleave, -i option for
6041         additional control.
6042         (setup_section, copy_section, mangle_section): Renamed with no `s'
6043         on the end.
6044         * objcopy.1, binutils.texi: Document the new options.
6046         * objdump.c (display_target_tables, display_target_list):
6047         New functions broken out of display_info.
6048         Eliminate some magic constants.  Use more meaningful variable names.
6049         (dump_bfd_header): New function broken out of display_bfd.
6050         (dump_section_header): New function broken out of dump_headers.
6051         (remove_useless_symbols): Don't shadow global variable name with
6052         parameter.
6053         (objdump_print_address): Fix backward test.
6055 Tue Jan 25 19:40:54 1994  Stan Shebs  (shebs@andros.cygnus.com)
6057         * bucomm.c (print_arelt_descr): Change decl of `when' to time_t.
6058         * objdump.h: Removed.
6060 Mon Jan 24 13:29:02 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
6062         * objdump.c (display_file): Remove call to list_matching_formats.
6063         It would never be called.
6064         (list_matching_formats): Take an arg giving the list of matching
6065         formats.
6066         (display_bfd): Pass the arg, and get it filled in by calling
6067         bfd_check_format_matches instead of bfd_check_format.
6068         (display_info, display_info_table): target_vector was renamed to
6069         bfd_target_vector.
6071         * binutils.texi (objdump): Note some limitations of -h section
6072         address printing.
6074 Sat Jan 22 16:20:46 1994  Stan Shebs  (shebs@andros.cygnus.com)
6076         * Makefile.in (MALLOC): Set to emptiness by default.
6077         (ALL_CFLAGS): Add and use.
6078         (arparse.h): Make it depend on arparse.y.
6079         * ar.c (libbfd.h): Don't require to be in ../bfd.
6080         * objdump.c (comp): Rename to compare_symbols.
6082 Fri Jan 21 20:22:30 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
6084         * objdump.c (list_matching_formats): If the file format is ambiguous,
6085         print the matching names so the user can choose one.
6086         (display_bfd): Call it.
6087         (display_file): Call it.
6089 Fri Jan 21 19:17:25 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6091         * objdump.c (disassemble_data): Support bfd_arch_rs6000.
6093 Mon Jan 17 13:57:25 1994  Stan Shebs  (shebs@andros.cygnus.com)
6095         * objdump.c (stab_name): Allocate dynamically.
6096         (stab_print): Use pointers to strings instead of char arrays.
6097         (dump_stabs): Change alloc and init of arrays appropriately.
6098         (dump_stabs_1): Always decide whether to print stab_name or
6099         the stab's type number, if unnamed.
6101 Fri Jan 14 14:42:48 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6103         * objcopy.c (strip_main, copy_main): Don't clobber the input file
6104         if copy_file fails.
6106         * nlmconv.c (main): Warn about an attempt to use a shared library
6107         with uninitialized data.
6109         * nlmconv.c (setup_sections): Make sure that we align the
6110         output_offset of each input section appropriately.
6112 Thu Jan 13 17:32:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6114         * objdump.c (dump_relocs): Don't crash if section name is NULL.
6116 Tue Jan 11 19:46:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6118         * filemode.c (filemodestring): Commented out; not used.
6119         (mode_string): Use POSIX definitions.
6120         (ftypelet): Likewise.
6121         (rwx): Removed; no longer used.
6122         * bucomm.c: Include bucomm.h.
6123         (bfd_nonfatal, bfd_fatal): Argument is const.
6124         (fatal): Make __STDC__ version.
6125         * bucomm.h (mode_string): Declare.
6126         * Makefile.in (bucomm.o): Depend upon bucomm.h
6128 Sun Jan  9 12:03:20 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
6130         * bucomm.c (xmalloc, xrealloc): Deleted.
6131         * bucomm.h (xmalloc, xrealloc): Fix prototypes, to correspond to
6132         libiberty version of functions.
6134 Thu Jan  6 06:18:15 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
6136         * binutils.texi: Add a chapter summarizing the ways to select
6137         aspects of the target for each program.
6139         * objdump.c (long_options, usage): Add long equivalents for all
6140         remaining short options that lacked them.
6141         * binutils.texi objdump.1: Document them.
6143         * size.c (usage): Tweak usage message.
6144         * size.1: Add missing `=' in examples.
6146         * binutils.texi strip.1 objcopy.1 nlmconv.1 objcopy.c nlmconv.c:
6147         Use "--target=bfdname" as the option to select the BFD target,
6148         like nm and size already do.
6149         Reserve "--format=format" for textual output selection options, but
6150         for now keep old option names as obsolete for backward compatibility.
6152         * strings.c (main, strings_object_file, usage): Add --target option.
6153         * binutils.texi strings.1: Document it.
6155 Sat Jan  1 13:58:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
6157         * ar.c (main): Add \n in error message.
6159 Thu Dec 23 12:23:11 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6161         gcc -Wall lint:
6162         * ar.c (main): Put parens around assignment used as truth value.
6163         * objcopy.c (strip_main): Remove unused variables.  Return 0.
6164         (copy_main): Remove unused variables.  Return 0.
6165         * objdump.c (display_bfd): Declare return value as void.
6166         (stab_print): Use "" instead of 0 to initialize array.
6167         (dump_stabs_1): Print vma using printf_vma.
6168         (display_info): Put parens around assignment used as truth value.
6169         * strings.c (print_strings): Cast printf arguments.
6171         * objcopy.c (copy_main): Use copy_options, not strip_options.
6173         * nlmheader.y (command): Warn about illegal date values.
6175 Wed Dec 15 11:18:03 1993  David J. MacKenzie  (djm@frosty.eng.umd.edu)
6177         * bucomm.c bucomm.h: Run through indent.  De-ansidecl-ify.
6178         (bfd_nonfatal): New function.
6179         (bfd_fatal): Call it.
6181         * objcopy.c (smart_rename): Do a copy if the dest file has
6182         multiple hard links.  Remove source file on successful copy.
6183         Try to preserve mode and owner on successful rename.
6185         * objcopy.c: Run through indent.  Clean up a bit.
6186         Make global variables static.
6187         Make {input,output}_{target,filename}, show_version local
6188         to various functions.
6189         New global variable `status' for exit status.
6190         (strip_main, copy_main): New functions with code from main.
6191         (nonfatal): New macro.  Use it globally instead of bfd_perror and
6192         bfd_fatal.
6194         (copy_object): Call mangle_sections with bfd_map_over_sections.
6195         (mangle_sections): Adjust for new calling convention.
6197 Fri Dec 10 11:28:11 1993  Ian Lance Taylor  (ian@deneb.cygnus.com)
6199         * nlmheader.y (command): Accept MAP and FULLMAP without arguments.
6200         * nlmconv.c (main): Change error message for MAP and FULLMAP.
6202 Thu Dec  9 17:47:19 1993  Ian Lance Taylor  (ian@deneb.cygnus.com)
6204         * nlmconv.c (main): Warn about imported symbols that are not in
6205         the IMPORT list even if the IMPORT keyword is not used.
6207         * nlmconv.c (debug, unlink_on_exit): New static variables.
6208         (long_options): Add "debug" and "linker".
6209         (main): Handle -d and -l arguments.  Make command line input and
6210         output files optional.  Parse the command file before opening the
6211         BFD's, which requires storing more information in local variables.
6212         If INPUT names multiple files, link them together.  Use OUTPUT for
6213         the output file name if not named on command line.
6214         (show_usage): Changed for new options.
6215         (link_inputs): New function to automatically invoke linker to
6216         handle multiple INPUT files.
6217         (choose_temp_base_try, choose_temp_base, pexecute): New functions,
6218         mostly copied from gcc/gcc.c.
6219         * nlmconv.h (input_files, output_file): Declare.
6220         * nlmheader.y (input_files, output_file): Define.
6221         (command): Support INPUT with a string_list argument.  Support
6222         OUTPUT.
6223         (string_list): Renamed from module_list.
6224         * Makefile.in (nlmconv.o): Define LD_NAME based on
6225         program_transform_name.
6227 Wed Dec  8 10:09:04 1993  Ian Lance Taylor  (ian@deneb.cygnus.com)
6229         * nlmheader.y (nlmheader_identify): New function.  Use it to print
6230         the program name just once, instead of with every error message.
6232 Mon Dec  6 16:11:32 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6234         * nlmconv.c (long_options): Changed --header-info to --header-file
6235         to match documentation and usage message.
6237 Sun Dec  5 01:31:01 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
6239         * objdump.c (dump_relocs): Avoid dereferencing a NULL sym_ptr_ptr
6240         in a relocation.
6242 Thu Dec  2 16:00:06 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6244         * nlmconv.c (main): Change various types from bfd_size_type to
6245         size_t, since they have to be arguments to fread and fwrite.
6246         Change set from char * to unsigned char *.
6247         (select_output_format): Make mach argument unsigned.  Handle
6248         bfd_arch_alpha.
6249         (setup_sections): Don't copy the .reginfo section of an ECOFF
6250         file.  Call bfd_set_reloc to initialize the relocation fields.
6251         (copy_sections): Don't copy the .reginfo section of an ECOFF file.
6252         Combine all relocs for a section.
6253         (mangle_relocs): Change type of relocs to permit specific
6254         functions to change it.  Call alpha_mangle_relocs for alpha,
6255         default_mangle_relocs for other architectures.
6256         (default_mangle_relocs): New function.  Adjust the address of all
6257         relocs by the output_offset.
6258         (i386_mangle_relocs): Change type of relocs argument.  Cast length
6259         argument to memmove to size_t.
6260         (alpha_mangle_relocs): New function.
6262 Wed Nov 17 17:38:58 1993  Sean Eric Fagan  (sef@cygnus.com)
6264         * nlmconv.c (select_output_format): Use nlm32-sparc for
6265         bfd_arch_sparc.
6267 Wed Nov 17 14:41:35 1993  Jeffrey Osier  (jeffrey@thepub.cygnus.com)
6269         * nlmconv.1:   added man page
6270         * objcopy.1:   fixed format errors
6272 Wed Nov 17 12:03:41 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6274         * Makefile.in: Use CFLAGS as well as LDFLAGS when linking.
6276 Wed Nov 17 04:50:55 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
6278         * strings.1: Fix typo.
6280 Mon Nov 15 12:03:20 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
6282         * Makefile.in (DISTSTUFF): Build "info".
6283         (VERSION): Updated to cygnus-2.3.1; 2.3 has gone out.
6285 Sun Nov 14 00:27:24 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
6287         * objdump.c (dump_stabs): Handle stabs-in-som as implemented
6288         by the new BFD SOM assembler.
6290 Sat Nov 13 07:14:05 1993  David J. Mackenzie  (djm@rtl.cygnus.com)
6292         * ar.1 c++filt.1 nm.1 objcopy.1 objdump.1 ranlib.1 size.1
6293         strings.1 strip.1: Replace \(em in NAME section with \- so
6294         makewhatis can grok it.
6296 Tue Nov  9 15:22:12 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6298         * nlmconv.c (i386_mangle_relocs): Adjust reloc address by
6299         section output_offset.
6301 Fri Nov  5 12:11:52 1993  Jeffrey Osier  (jeffrey@thepub.cygnus.com)
6303         * binutils.texi:  added nlmconv chapter
6305 Wed Nov  3 16:10:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
6307         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
6309 Wed Nov  3 15:09:23 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
6311         * Makefile.in (distclean): Don't get rid of dvi or info files.
6313 Tue Nov  2 13:29:59 1993  David J. Mackenzie  (djm@rtl.cygnus.com)
6315         * objcopy.c (S_ISLNK): Define as 0 if there's no S_IFLNK.
6317 Fri Oct 29 16:02:34 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
6319         * binutils.texi: Move objcopy docs into alphabetical order.
6321         * objdump.c: Use xmalloc instead of malloc.
6323 Fri Oct 29 11:11:14 1993  Stan Shebs  (shebs@rtl.cygnus.com)
6325         * objdump.c (info): Rename to formats_info.
6326         (dump_stabs_1): Better comments and formatting.
6328 Thu Oct 28 19:43:16 1993  Stan Shebs  (shebs@rtl.cygnus.com)
6330         * ar.c (main): Always create the archive when quick appending,
6331         even if no input files have been given.
6333 Wed Oct 27 12:03:06 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6335         * nlmconv.c (main): Set sharedDebugRecordOffset and
6336         sharedDebugRecordCount fields in extended header.
6338         * nlmconv.c (main): Force moduleName field to upper case.
6340 Mon Oct 25 16:45:42 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6342         * objcopy.c (main): Give a usage message if there are too many
6343         arguments.
6345 Mon Oct 25 10:37:08 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
6347         * Makefile.in (install-info): Rewrite to take advantage of VPATH,
6348         so FSF distributions (with info files in $(srcdir)) install
6349         properly.
6350         (DISTSTUFF): Build nlmheader.c too.
6352 Fri Oct 22 11:43:23 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
6354         * ar.c (program_name): Don't define here.
6355         * objdump.c: Include "bucomm.h".
6356         (xmalloc): Don't declare here.
6357         (program_name): Don't define here.
6358         (program_version): Fixed type in declaration.
6359         * size.c: Include "bucomm.h".
6360         (program_name): Don't declare here.
6362 Fri Oct 22 14:10:41 1993  Mark Eichin  (eichin@cygnus.com)
6364         * objdump.c (fprintf): hide declaration in FPRINTF_ALREADY_DECLARED
6366 Fri Oct  1 12:43:00 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6368         * nlmconv.c (i386_mangle_relocs): Resolve and remove PC relative
6369         relocs against defined symbols in the same section.
6371 Thu Sep 30 16:46:26 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
6373         * Makefile.in (binutils.dvi): use TEXIDIR to find texinfo.tex
6375 Sat Sep 25 18:09:29 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
6377         * objcopy.c (simple_copy, smart_rename): New functions.
6378         (main): Use them.
6380 Fri Sep 24 15:38:29 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6382         * Makefile.in (clean, distclean): Recurse into testsuite.
6384 Thu Sep 23 01:05:06 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6386         * objcopy.c (setup_sections, copy_sections): If stripping, don't
6387         copy SEC_DEBUGGING sections.
6388         * objdump.c (dump_headers): Print SEC_DEBUGGING flag.
6390         * objdump.c (usage): Mention --stabs.
6392         * objcopy.c (copy_object): Copy all applicable file flags.
6393         (copy_file): Don't copy EXEC_P specially here.
6395 Mon Sep 20 19:28:57 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6397         * nlmconv.c (main): Adjust data section size to correspond to bss
6398         alignment adjustment.  Clear BSF_SECTION_SYM if symbol is moved to
6399         a different section.  Use time_t for time variable.
6400         (setup_sections): Only put sections with contents in output NLM.
6401         (i386_mangle_relocs): No symbols are common at this point.  Add
6402         casts to avoid warnings.
6404 Fri Sep 10 11:00:40 1993  Stan Shebs  (shebs@rtl.cygnus.com)
6406         * objdump.c: Made the --stabs option work for stabs-in-coff.
6407         (ELF_STAB_DISPLAY): Removed.
6408         (dump_elf_stabs): Renamed to dump_stabs, changed to run for
6409         any object file format.
6410         (dump_elf_stabs_1): Renamed to dump_stabs_1, added calls to
6411         generic BFD routines for non-ELF case, changed format of message
6412         for no-section-found case.
6413         (display_bfd): Always call dump_stabs if requested.
6414         (dump_data): Call bfd_section_size to get section size.
6416 Fri Sep 10 08:12:23 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
6418         * Makefile.in (install): Don't put strings in tooldir/bin.
6420 Mon Sep  6 15:39:04 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6422         * nlmconv.c (total_bss_size): Removed.
6423         (main): Set the bss vma to always follow the data section.  Move
6424         symbols into new sections, and adjust values by output_offset.
6425         (setup_sections): Don't copy all sections, but instead point all
6426         text sections to .text, all data sections to .data, and all bss
6427         sections to .bss.
6428         (copy_sections): Adjust accordingly.
6430 Thu Sep  2 12:34:03 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6432         Only build nlmconv if configured for a NetWare target.
6433         * configure.in: If we have some *-*-netware* target, or are using
6434         all targets, set BUILD_NLMCONV to $(NLMCONV_PROG) in Makefile.
6435         * Makefile.in (PROGS): Use $(BUILD_NLMCONV) rather than
6436         $(NLMCONV_PROG).
6438 Tue Aug 31 14:13:35 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
6440         * objdump.c (ARCH_all): Define ARCH_hppa too.
6441         (dump_headers): Don't test for SEC_BALIGN if it's not defined by
6442         bfd.h.
6444 Tue Aug 31 13:29:12 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6446         * nlmconv.c (main): Force creation of .bss section.  Set up the
6447         sections before looking at the symbols.  Move all common symbols
6448         into .bss section.  Automatically define _edata and _end.  Only
6449         export symbols in the export list, with multiple prefixes if
6450         necessary.  Warn if no version.  Always create extended header.
6451         Set date automatically if not already set.
6452         (setup_sections): Count size of bss sections.
6453         (mangle_relocs, i386_mangle_relocs): Accept section argument, and
6454         take reloc_count as a changeable pointer; changed callers.
6455         (i386_mangle_relocs): Remove PC relative relocs within a section,
6456         as they require no adjustment.
6457         * nlmheader.y: Fixed memory allocation throughout: token STRING is
6458         now allocated on the heap, and freed if not needed.  Null
6459         terminated copyright message.  Accept version with only two
6460         strings.
6461         (symbol_list_opt): New nonterminal, either symbol_list or empty.
6462         (symbol_list): Use left recursion to avoid overflowing parser
6463         stack.
6464         (yylex): Rearranged beginning of line check.  Accept quoted
6465         strings using single quotes.  End generic argument at comment
6466         character or parentheses.
6467         (string_list_append): Fixed.
6468         (string_list_append1): New function.
6470         * bucomm.h: The first argument to xrealloc is PTR, not char *.
6471         * bucomm.c (xrealloc): Use PTR rather than char *.
6472         * Makefile.in (objdump.o): Depend upon config.status to notice
6473         --with-targets changes.
6474         (nlmconv.o): Depend upon bucomm.h.
6476 Tue Aug 17 09:46:01 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
6478         * configure.in: Don't pass cpu to config.bfd.
6480 Thu Aug 12 16:43:04 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
6482         * Makefile.in ($(NM_PROG)): Depend on demangle.o.
6483         (demangle.o): New target.
6484         (cplus-dem.o): Depend on it, to force compilation order when doing
6485         parallel compiles.
6487         * nm.c (print_symbol_info_{bsd,sysv,posix}): Take a bfd arg.
6488         (struct output_fns print_symbol_info): Ditto.
6489         (long_options, usage, main): Add -C --demangle option.
6490         (print_symname): New function, demangling if requested.
6491         (print_symbols, print_symbol_info_{bsd,sysv,posix}): Use it.
6493 Wed Aug 11 22:57:23 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
6495         * Makefile.in: Put CFLAGS last in compilation rules and omit from
6496         linking rules.  Use ARCHDEFS to compile objdump.c.
6497         Update dependencies.
6498         * configure.in: Construct ARCHDEFS based on the BFD target makefile
6499         fragments.
6500         * objdump.c: Conditionalize calls to the print_insn_ARCH functions
6501         according to ARCHDEFS.
6503 Thu Aug 12 08:06:15 1993  Ian Lance Taylor  (ian@cygnus.com)
6505         * ar.c: Removed obsolete and non-functional GNU960 code.
6507 Wed Aug 11 13:08:26 1993  Ian Lance Taylor  (ian@cygnus.com)
6509         * size.c (berkeley_sum): New function.
6510         (bsssize, datasize, textsize): New global variables.
6511         (bss_section_name, data_section_name, text_section_name): Removed.
6512         (print_berkeley_format): Map berkeley_sum over all the sections,
6513         rather than only reporting sizes of specifically named sections.
6514         * Makefile.in ($(OBJDUMP_PROG)): Removed dependency on size.o.
6516 Tue Aug 10 10:46:01 1993  Ian Lance Taylor  (ian@cygnus.com)
6518         * nlmconv.c, nlmconv.h, nlmheader.y: New files for program to
6519         convert object files into NetWare Loadable Modules.
6520         * Makefile.in (NLMCONV_PROG): New macro, define to be nlmconv.
6521         (PROGS): Add NLMCONV_PROG.
6522         (nlmheader.c, nlmheader.o, nlmconv.o, $(NLMCONV_PROG)): New
6523         targets.
6525 Thu Aug  5 15:48:32 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
6527         * Makefile.in: define MAKEOVERRIDES to an empty string
6529 Wed Aug  4 17:08:08 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
6531         * objcopy.c (copy_file): Make failures to process a file nonfatal.
6533 Mon Aug  2 11:28:23 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
6535         * nm.c: Add -B option, like --format=bsd.
6537 Tue Jul 27 16:29:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6539         * objcopy.c (copy_file): If the file is neither an object nor an
6540         archive, give an error rather than returning success.
6542 Mon Jul 19 16:13:40 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
6544         * objdump.c (objdump_print_address): Prefer non-local symbols over
6545         local ones, and especially discriminate against debugging symbols.
6546         Also, for relocateable files, try to find a symbol in the current
6547         section, instead of picking one from some random section with a
6548         convenient value (read, section offset).
6549         (disassemble_data): Cast argument to malloc to size_t first.
6550         (dump_data): Likewise.
6551         (dump_relocs): If a single section name is specified, show relocs
6552         only for that section.  Otherwise, silently omit sections without
6553         relocs.  Format table nicely even if values are printed using 16
6554         digits instead of 8.
6556 Fri Jul 16 15:19:59 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
6558         * nm.c: Changes for final version of POSIX.2.
6559         (print_symbol_filename_{bsd,sysv,posix}): New functions.
6560         (formats): Add an element for a pointer to them.
6561         (print_symbols): Call it.
6562         (print_object_filename_posix, print_archive_member_posix): Produce
6563         output according to new POSIX.2 spec.
6565         * strings.c (print_strings): Handle STREAM being NULL.
6566         (strings_a_section): Pass a NULL.
6567         (main): Don't open /dev/null.
6569 Thu Jul 15 12:44:09 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6571         * objdump.c (disassemble_data): Handle the m88k.
6572         (display_bfd): Use bfd_errmsg, rather than just claiming that the
6573         bfd is not an object file.
6575 Mon Jul 12 17:55:34 1993  K. Richard Pixley  (rich@cygnus.com)
6577         * Makefile.in (TAGS): make work again by naming directories
6578           explicitly rather than depending on undefined macros.
6579           (INSTALL_XFORM): correct bad install target.
6581 Fri Jul  2 16:58:34 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
6583         * strings.c: Doc fixes.
6585 Sun Jun 27 13:35:24 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
6587         * Makefile.in: Note dependencies on bucomm.h.
6588         (cplus-dem.o): Link c++filt with version.o.
6590         * strings.c: Include bucomm.h and add prototypes to other decls.
6591         Remove -h option.
6593         * bucomm.h: Declare xrealloc.
6595         * nm.c, objcopy.c, objdump.c, size.c, strings.c (main, usage): Add
6596         --help option.  Put "GNU" in the version message.
6597         (usage): Take stream and exit status as args.
6598         (main): Pass new args to usage.
6600 Fri Jun 25 23:12:12 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
6602         * strings.c, strings.1: New files.
6603         * binutils.texi: Document strings.
6604         * Makefile.in: Add rules for it.
6606 Fri Jun 25 20:44:43 1993  Ken Raeburn  (raeburn@poseidon.cygnus.com)
6608         * objdump.c: Use size-independent bfd elf section names.
6610 Sun Jun 20 23:09:06 1993  Ken Raeburn  (raeburn@poseidon.cygnus.com)
6612         * objdump.c (objdump_print_address): Handle wide offsets by
6613         calling sprintf_vma.
6615 Fri Jun 18 14:29:12 1993  Per Bothner  (bothner@deneb.cygnus.com)
6617         * objdump.c (syms2):  Removed unused variable.
6618         * objdump.c (remove_useless_symbols):  New function.
6619         * objdump.c (comp):  Simplify.
6620         * objdump.c (dis-assemble_data):  Make simpler and more
6621         efficient how we filter out useless symbols:  Just filter
6622         BEFORE the sort (using remove_useless_symbols).
6623         * objdump.c (objdump_print_address):  Simplify.
6624         Change output syntax to match gdb.
6626 Thu Jun 17 16:53:56 1993  david d `zoo' zuhn (zoo@cygnus.com)
6628         * Makefile.in: canonicalize install.sh; for use within
6629         this directory (and subdirs)
6631 Mon Jun 14 12:13:22 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
6633         * Makefile.in (install, install-info): remove parentdir support,
6634         use INSTALL_XFORM; define INSTALL_XFORM
6636 Thu Jun 10 17:29:21 1993  Per Bothner  (bothner@cygnus.com)
6638         * objcopy.c (copy_object):  Fix bad size passed to xmalloc().
6640 Mon Jun  7 12:41:12 1993  Per Bothner  (bothner@rtl.cygnus.com)
6642         * Makefile.in (INCLUDES):  Add -I../bfd for sysdep.h and bfd.h.
6643         * configure.in:  No longer need to configure to get sysdep.h.
6644         * objcopy.c (copy_object):  Fix symbol table handling.
6646 Fri Jun  4 17:20:03 1993  Per Bothner  (bothner@cygnus.com)
6648         * objcopy.c (filter_symbols):  Cannot filter the symbols
6649         in place, because that confuses the relocs, so take separate
6650         parameter for output array.
6651         * objcopy.c (sympp):  Make two variables: isympp and osympp.
6652         * objcopy.c (copy_object):  Allocate separate array (osympp)
6653         for filtered symbols.
6655 Fri Jun  4 10:51:44 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
6657         * Makefile.in: change recursion test to presence of a configured
6658         testsuite directory
6660 Thu Jun  3 14:05:57 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
6662         * Makefile.in (underscore.c): Hack the backquoted command so it
6663         doesn't cause Solaris make to bomb.
6665 Thu Jun  3 10:40:19 1993  Jeffrey Osier  (jeffrey@cygnus.com)
6667         * Makefile.in:  added c++filt and objcopy to MANPAGES variable
6669 Thu Jun  3 00:32:52 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
6671         * Makefile.in: rename LOADLIBES to EXTRALIBS
6673 Wed Jun  2 18:30:24 1993  Jeffrey Osier  (jeffrey@cygnus.com)
6675         * c++filt.1, objcopy.1:  new man pages
6677 Fri May 28 15:01:24 1993  Per Bothner  (bothner@rtl.cygnus.com)
6679         * Makefile.in (install):  Also install ar and ranlib in
6680         $(tooldir)/bin;  needed for building libgcc.a.
6681         * objdump.c (objdump_print_address):  Fix the check
6682         "coincidental" label matches by dis-allowing undefined
6683         or com symbols.
6685 Thu May 27 16:58:31 1993  Jeffrey Osier  (jeffrey@cygnus.com)
6687         * biutils.texi:  revised c++filt chapter
6689 Wed May 26 17:24:17 1993  Ian Lance Taylor  (ian@cygnus.com)
6691         * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.
6693 Tue May 25 00:26:47 1993  Ken Raeburn  (raeburn@cygnus.com)
6695         * objdump.c (slurp_symtab): Print warning for bad symbol table.
6696         (bfd_elf32_find_section, Elf32_Internal_Shdr): Updated
6697         declarations and uses.
6699         * Makefile.in (DISTSTUFF): Don't build binutils.mm.
6701 Fri May 21 10:51:19 1993  David J. Mackenzie  (djm@rtl.cygnus.com)
6703         * nm.c: Add -f/--format, -P/--portability, -t/--radix options.
6704         Make global variables static.
6705         (main): Make -v like -n, not -V, and make -A like -o, for POSIX.2.
6706         (set_print_radix, set_output_format,
6707         print_{object_filename,archive_filename,archive_member,symbol_info}
6708         {bsd,sysv,posix}): New functions.
6709         (display_file, print_symbols): Call them.
6711         * ar.c: Improve error messages.
6713         * nm.c (main): Handle long options that just set a flag.
6715         * nm.c (main), ar.c (do_show_version), objcopy.c (main), size.c
6716         (main): Exit after printing the version number, per the GNU coding
6717         standards.
6719 Mon May 17 13:20:25 1993  Per Bothner  (bothner@cygnus.com)
6721         * README, Makefile.in:  Minor updates for 2.2.
6723 Fri May 14 11:12:26 1993  Per Bothner  (bothner@cygnus.com)
6725         * Makefile.in (underscore.c):  Automatically generate
6726         (using nm) a file with the variable prepends_underscore.
6727         * Makefile.in (c++filt):  Link underscore.o with cplus-dem.o
6728         so that initial underscores get removed iff appropriate.
6729         * binutils.texi:  Preliminary documentation for c++filt.
6730         * Makefile.in, binutils.texi:  Set to version 2.2.
6732         * NEWS:  Mention copy->objcopy renaming and new c++filt program.
6734 Wed May 12 12:05:36 1993  Ian Lance Taylor  (ian@cygnus.com)
6736         * Makefile.in (cplus-dem.o, $(DEMANGLER_PROG)): Build the
6737         demangler via cplus-dem.o, rather than directly from the .c file.
6739         * objcopy.c: Renamed from copy.c, updated comments accordingly.
6740         * Makefile.in, binutils.texi: Renamed copy to objcopy.
6741         * is-strip.c, maybe-strip.c, not-strip.c: Updated comments for
6742         rename of copy to objcopy.
6744 Mon May 10 17:20:18 1993  Per Bothner  (bothner@cygnus.com)
6746         * binutils.texi (strip, -v option):  Fix typo.
6748 Fri May  7 13:57:50 1993  Ian Lance Taylor  (ian@cygnus.com)
6750         * Makefile.in (RUNTEST): Define.
6751         (FLAGS_TO_PASS): Pass down RUNTEST.
6753 Tue May  4 10:06:50 1993  Ian Lance Taylor  (ian@cygnus.com)
6755         * Makefile.in (DEMANGLER_PROG): Name it c++filt.
6756         (PROG): Also build and install COPY_PROG.
6758 Mon May  3 19:11:48 1993  Per Bothner  (bothner@cygnus.com)
6760         * Makefile.in:  Change definition of $(tooldir) to match FSF.
6762 Wed Apr 28 23:41:32 1993  David J. Mackenzie  (djm@rtl.cygnus.com)
6764         * size.c (usage): Add missing options.
6765         (main): Clean up option parser.
6767         * objdump.c (usage): Add missing options.
6768         (display_file): Print program name before calling
6769         bdf_perror.
6771         * nm.c (usage): Add missing options.
6772         (main): Clean up option parser.
6773         (display_file): Print program name before calling
6774         bdf_perror.
6776         * copy.c (copy_usage, strip_usage): Add missing options.
6778         * ar.c (usage): New function.
6779         (main): Call it.
6780         (open_inarch, do_quick_append): Print program name before calling
6781         bdf_perror.
6783 Thu Apr 22 15:01:35 1993  Ian Lance Taylor  (ian@cygnus.com)
6785         * nm.c (main): Accept and ignore -A and -B for MIPS compatibility.
6787 Mon Apr 19 14:06:59 1993  Rob Savoye  (rob@cygnus.com)
6789         * Makefile.in: Added FLAGS_TO_PASS so tests get run on freshly
6790         built binaries if they exist. (otherwise the path)
6792 Wed Apr  7 22:22:50 1993  Rob Savoye  (rob@cygnus.com)
6794         * Makefile.in: Changed check target to use DejaGnu.
6796 Thu Apr  1 12:37:13 1993  Jim Kingdon  (kingdon@cygnus.com)
6798         * Makefile.in: Remove am29k-pinsn.c, i960-pinsn.c.
6799         objdump.c: a29k and i960 are `disassemble' not `print'.
6801         * objdump.c: Rename print_address to objdump_print_address
6802         and change parameters.
6803         (disassemble_data): Use objdump_print_address.
6805 Wed Mar 31 10:25:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
6807         * objdump.c (disassemble_data): print_insn_sparc is now a
6808         `disassemble' not a `print'.
6809         Makefile.in: Remove sparc-pinsn.c (now in libopcodes.a).
6811         * objdump.c (disassemble_data): Use new read_memory_func stuff.
6813 Thu Mar 25 10:38:11 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
6815         * objdump.c (fprintf): Declaration of variadic function had better
6816         be a prototype for ANSI C systems.
6818 Mon Mar 22 23:19:46 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
6820         * Makefile.in: rename test-install to install-check
6822 Fri Mar 19 14:40:08 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
6824         * objdump.c (disassemble_data): Add H8500.
6826 Fri Mar 19 10:56:51 1993  Jim Kingdon  (kingdon@cygnus.com)
6828         * objdump.c (usage): Mention long options.
6830 Thu Mar 18 14:22:17 1993  Per Bothner  (bothner@rtl.cygnus.com)
6832         * nm.c:  Modify behavior of -o flag for archives to match
6833         BSD4.4 and Sunos 4:  Prefix archive name before each line.
6835         * m68k-pinsn.c:  Removed.  Subsumed by ../opcodes/m68k-dis.c.
6836         * i386-pinsn.c:  Removed.  Subsumed by ../opcodes/i386-dis.c.
6837         * Makefile.in:  Adjust accordingly.
6838         * objdump.c:  Support new-style disassemblers (ones that use
6839         the interface of ../include/dis-asm.h).
6841 Thu Feb 25 15:57:00 1993  Per Bothner  (bothner@rtl.cygnus.com)
6843         * Makefile.in:  When making tar file, remove texinfo/*,
6844         except for texinfo/texinfo.tex.
6845         * ardup.c:  Add extern declaration of strdup.
6846         * Makefile.in (testsuite):  Add 'else true' since otherwise
6847         Ultrix /bin/sh complains.
6849 Wed Feb 24 19:44:18 1993  Per Bothner  (bothner@rtl.cygnus.com)
6851         * Makefile.in:  Set VERSION to 2.1.
6852         * README, NEWS: Updates.
6853         * nm.c:  Add -v as a synonym for -V.
6855 Tue Feb 23 19:00:50 1993  Mike Werner  (mtw@poseidon.cygnus.com)
6857         * configure.in: added testsuite to configdirs.
6858         * Makefile.in: added support for building testsuite.
6860 Mon Feb 22 22:52:10 1993  Per Bothner  (bothner@rtl.cygnus.com)
6862         * objdump.c (disassemble_data):  Print function names when
6863         given by bfd_find_nearest_line.  If not - still print
6864         line numbers.
6866 Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
6868         * binutils/testsuite: made modifications to testcases, etc., to allow
6869         them to work properly  given the reorganization of deja-gnu and the
6870         relocation of the testcases from deja-gnu to a "tool" subdirectory.
6872 Mon Feb 22 10:27:24 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
6874         * objdump.c (dump_data): Free up section contents each time
6875         through the loop.  Reported by minyard@bnr.ca.
6877 Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
6879         * binutils/testsuite: Initial creation of binutils/testsuite.
6880         Migrated dejagnu testcases and support files for testing nm to
6881         binutils/testsuite from deja-gnu.  These files were moved "as is"
6882         with no modifications.  This migration is part of a major overhaul
6883         of dejagnu.  The modifications to these testcases, etc., which
6884         will allow them to work with the new version of dejagnu will be
6885         made in a future update.
6887 Fri Feb 12 10:05:20 1993  Fred Fish  (fnf@cygnus.com)
6889         * Makefile.in (LIBIBERTY_SRC_DIR, LIBIBERTY_BIN_DIR): New macros.
6890         * Makefile.in (LIBIBERTY):  Use LIBIBERTY_BIN_DIR.
6891         * Makefile.in (DEMANGLER_PROG):  New program to build.  Add macro
6892         and rule.
6893         * Makefile.in (PROGS):  Add DEMANGLER_PROG.
6895 Tue Jan 26 11:56:33 1993  Ian Lance Taylor  (ian@cygnus.com)
6897         * copy.c, nm.c, objdump.c, size.c: Use new bfd_is_com_section
6898         macro rather than checking for equality to bfd_com_section.
6900 Fri Jan  8 15:50:05 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6902         * objdump.c (disassemble_data): Fix code to find first useless
6903         symbol.
6905 Thu Jan  7 13:13:31 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
6907         * objdump.c (disassemble_data): Use mips_print_insn for MIPS.
6908         Don't core dump if bfd_find_nearest_line returns false.
6910 Wed Jan  6 17:14:01 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
6912         * objdump.c (disassemble_data): know how to disassemble z8000s
6913         too.
6915 Wed Jan  6 15:16:27 1993  Per Bothner  (bothner@cygnus.com)
6917         * arsup.h (interactive), bucomm.h (program_name):  Prefix
6918         with 'extern', to avoid warnings from some compilers.
6920 Wed Jan  6 15:14:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
6922         * arparse.y: fix unnecessary shift/reduce
6924 Tue Dec 22 15:46:56 1992  Per Bothner  (bothner@rtl.cygnus.com)
6926         * Makefile.in:  Make check depend on all.
6927         * Makefile.in (distclean): Remove sysdep.h.
6928         * size.c:  Use %u format where appropriate.
6929         * objdump.c:  Standardize:  L_SET -> SEEK_SET.
6930         * objdump.c:  Use new macro bfd_asymbol_bfd.
6931         * configure.in:  Allow std-host as the default ${mys_host}.
6933 Thu Dec 17 19:38:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
6935         * Makefile.in: added dvi target, define and use TEXI2DVI
6937 Tue Dec 15 18:05:07 1992  Per Bothner  (bothner@cygnus.com)
6939         * Makefile.in (dist):  Fix permissions before release.
6940         * size.c:  Use bfd_size_type (and long) where appropriate.
6941         * ar.c:  Make writing a map the default, to be compatible
6942         with SYSV and Posix.2.  Remove some bogus kludges that
6943         handled __.SYMDEF directly.
6944         * NEWS:  New file.
6946 Mon Nov  9 13:36:53 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
6948         * Makefile.in: flex no longer needs the -S flag
6950 Sat Nov  7 15:06:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
6952         * ar.c (extract_file): utime needs a pointer to a utimbuf
6954         * Makefile.in: handle -I includes better, adding $(BASEDIR)/bfd to
6955         the list (since some of the bfd/hosts/*.h files include other
6956         files from that directory)
6958 Fri Nov  6 00:12:51 1992  John Gilmore  (gnu@cygnus.com)
6960         * i960-pinsn.c (MEM_MAX, MEM_SIZ):  Set upper bound properly.
6962 Thu Nov  5 03:37:15 1992  John Gilmore  (gnu@cygnus.com)
6964         Clean up some old BFD ansification macros.
6966         * arsup.h, bucomm.h, objdump.h:  Remove EXFUN from binutils.
6967         It still remains as a local macro in gmalloc.c, which is derived
6968         from some other copy of GNU Malloc somewhere (FIXME).
6970         * ar.c, objdump.c, size.c:  Replace EXFUN with PROTO.  Make static
6971         fns really static.
6972         * arsup.h:  Declare extract_files.
6974 Mon Nov  2 12:42:11 1992  Ian Lance Taylor  (ian@cygnus.com)
6976         * ar.c (extract_file): instead of checking USG: if POSIX_UTIME,
6977         use utime and utimbuf structure, otherwise if USE_UTIME use utime
6978         and array of two longs, otherwise use utimes.
6980 Thu Oct 15 13:57:35 1992  Per Bothner  (bothner@cygnus.com)
6982         * binutils.tex:  Document yesterday's changes to strip and copy.
6984 Wed Oct 14 13:22:14 1992  Per Bothner  (bothner@cygnus.com)
6986         * copy.c:  Re-do command-line parsing to use getopt_long().
6987         Add long option names.  Re-think option letters to be more
6988         consistent.
6989         * copy.c:  New function filter_symbols() for stripping only
6990         debug-symbols and/or local symbols.  Use these to support
6991         the previously-missing options of the old FSF strip.
6993 Tue Oct 13 01:24:20 1992  John Gilmore  (gnu@cygnus.com)
6995         * configure.in (host):  Use ${srcdir}/../bfd/configure.host rather
6996         than repeating a copy of it here.
6998 Wed Oct  7 12:53:52 1992  Ken Raeburn  (raeburn@cygnus.com)
7000         * copy.c (main): Even if is_strip, accept -d argument indicating
7001         alternate output format.  Needed by gdb for Nindy.
7003         * m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
7005 Tue Oct  6 16:33:56 1992  Jeffrey Osier  (jeffrey@cygnus.com)
7007         * binutils.texi:  added documentation for "copy"
7009 Tue Oct  6 14:22:56 1992  Per Bothner  (bothner at PersSony)
7011         * Makefile.in (*clean rules): Some cleaning up.
7012         * Makefile.in (dist): Make diststuff in gprof for a dist.
7014         * ar.c (do_show_version):  New function.
7015         * ar.c (main):  Fix so "ar -V" works.
7017 Thu Oct  1 22:44:45 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
7019         * configure.in: now uses the cpu-vendor-os triple instead of
7020         nested cases.
7022 Fri Sep 25 22:41:08 1992  John Gilmore  (gnu@cygnus.com)
7024         * i960-pinsn.c:  Change bzero to memset.
7025         * sparc-pinsn.c:  Change index to strchr.
7027 Mon Sep 21 14:39:56 1992  Ian Lance Taylor  (ian@cygnus.com)
7029         * m68k-pinsn (print_insn_arg, fetch_arg): added support for
7030         operands to memory management instructions, from WRS.
7032 Tue Sep 15 15:26:38 1992  Ian Lance Taylor  (ian@cygnus.com)
7034         * Makefile.in (install): if $(tooldir) exists, install nm and
7035         strip in $(tooldir)/bin.
7037 Thu Sep  3 11:57:40 1992  Per Bothner  (bothner@rtl.cygnus.com)
7039         * Makefile.in:  Let's call it version 2.0.
7041 Wed Sep  2 00:25:13 1992  Per Bothner  (bothner@rtl.cygnus.com)
7043         * Makefile.in:  Bump to version 0.98.
7044         * TODO, README:  Minor updates.
7046         * Makefile.in:  Added mostlyclean, distclean rules,
7047         and cleaned up clean, realclean.
7049 Sun Aug 30 21:18:59 1992  Ian Lance Taylor  (ian@cygnus.com)
7051         * Makefile.in: map program names through program_transform_name
7052         when installing.
7054 Sun Aug 30 18:09:03 1992  Per Bothner  (bothner@rtl.cygnus.com)
7056         * Makefile.in:  Bump to versions 1.97.90.
7057         * cplus-dem.c:  Removed.  Was nowhere used - and if some
7058         programs are changed to to demangling should now use the
7059         versions in libiberty.
7061 Thu Aug 27 12:58:09 1992  Brendan Kehoe  (brendan@cygnus.com)
7063         * configure.in: add we32k
7065 Mon Aug 24 14:53:42 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
7067         * ar.c (map_over_members): if the element of the archive has a
7068         null name, fill it in.
7070         * nm.c (do_one_rel_file): only warn if a bfd's flags say there
7071         will be symbols and there aren't any.
7073 Wed Aug 19 11:20:25 1992  Ian Lance Taylor  (ian@cygnus.com)
7075         * m68k-pinsn.c: handle new operand type 'r', introduced for cas2.
7077 Tue Aug 18 20:45:48 1992  Rob Savoye  (rob@cygnus.com)
7079         * nm.c objdump.c: Added support for a +version (-V)
7080         to print the version number.
7082         * ar.c, copy.c: Added support for a -V option to print
7083         the version number.
7085 Tue Aug 18 13:28:44 1992  Ian Lance Taylor  (ian@cygnus.com)
7087         * config/mh-apollo68v: removed -g from CC definition.
7089         * Makefile.in: always create installation directories.
7091 Mon Aug 17 18:33:41 1992  Per Bothner  (bothner@rtl.cygnus.com)
7093         * m68k-pinsn.c:  Minor fix in style of output (don't use
7094         range to indicate floating point control registers).
7096 Tue Aug 11 23:42:21 1992  Per Bothner  (bothner@cygnus.com)
7098         * ar.c (main):  Don't *always* set the verbose flag!
7100 Wed Aug  5 11:25:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
7102         * copy.c:  When is_strip (because it is invoked as the strip
7103         program), follow traditional argv processing:
7104         'strip file1 file2' now strips file1 and file2, rather
7105         than stripping file1 (as input), leaving output in file2.
7107 Mon Jul 27 16:28:08 1992  Per Bothner  (bothner@rtl.cygnus.com)
7109         * objdump.c (display_info, display_info_table):  Call
7110         bfd_set_format() on dummy bfd before using it (twice).
7111         * ar.c:  Make sure archive is created on command 'r'
7112         even when no elements are inserted.  (Clean up and
7113         simplify some non-working related code.)
7115 Mon Jul 20 02:48:38 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
7117         * configure.in: hppa support doesn't assume hp OS (from sef).
7119 Sat Jul 18 14:35:22 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
7121         * configure.in: recognize hppa hosts (bsd & hpux), error messages
7122         to stderr, not stdout
7124 Fri Jul 17 18:39:44 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
7126         * ar.1, binutils.texi, i960-pinsn.c, nm.1, objdump.1, ranlib.1,
7127           size.1, sparc-pinsn.c, strip.1: removed rcsid's.
7129 Thu Jul 16 16:55:24 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
7131         * Makefile.dos: removed rcsid.
7133 Thu Jul 16 08:23:07 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
7135         * objdump.c (display_bfd): print state of BFD_IS_RELAXABLE too
7137 Tue Jun 30 20:26:15 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
7139         * Makefile.in: Add program_suffix (parallel to program_prefix)
7141 Thu Jun 25 04:52:45 1992  John Gilmore  (gnu at cygnus.com)
7143         * nm.c (sorters):  Lint.  Remove excess whitespace.
7145 Wed Jun 24 13:48:07 1992  Per Bothner  (bothner@cygnus.com)
7147         * nm.c (valueof macro):  Add missing parentheses.
7148         (Their lack screwed up numeric_forward().)
7150 Sun Jun 14 10:33:27 1992  John Gilmore  (gnu at cygnus.com)
7152         * objdump.c (dump_elf_stabs):  Also dump .stab.index and
7153         .stab.excl sections.
7154         (dump_elf_stabs_1):  Split out main body of old dump_elf_stabs.
7155         * objdump.1, binutils.texi:  Document new sections dumped.
7157 Fri Jun 12 22:23:35 1992  John Gilmore  (gnu at cygnus.com)
7159         * size.c, objdump.c, bucomm.c:  Lint.
7161 Thu Jun 11 01:19:06 1992  John Gilmore  (gnu at cygnus.com)
7163         * objdump.c (dump_elf_stabs): New feature: --stabs prints out a
7164         .stab section from an ELF file.  Installed under #ifdef
7165         ELF_STAB_DISPLAY so it can be easily disabled, since it requires
7166         bfd-internals header files and such.
7167         * objdump.1, binutils.texi:  Update for --stabs.  Also fix
7168         objdump's doc to use -- rather than + for long options.
7169         (FIXME:  Not yet fixed everywhere in binutils.texinfo.)
7171 Wed Jun 10 07:53:24 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
7173         * objdump.c(display_info), patches from
7174         mohring@informatik.tu-muenchen.de to print the table much more
7175         nicely.
7177 Thu May 28 13:36:16 1992  Per Bothner  (bothner@rtl.cygnus.com)
7179         * objdump.c:  Add another enum->int cast, for the sake of
7180         old compilers (such as PCC).
7182 Wed May 27 13:01:44 1992  Per Bothner  (bothner@rtl.cygnus.com)
7184         * arlex.l:  Don't include <sysdep.h> (unneeded conflicts).
7185         Add declaration of strdup().
7187 Fri May 22 13:40:37 1992  Per Bothner  (bothner@cygnus.com)
7189         * Makefile.in:  Use srcdir instead of VPATH in ldgram/ldlex
7190         rules, since these are used when building a distribution.
7191         * Makefile.in (arlex.c):  Don't re-direct output, since that
7192         leaves a bogus output files if it fails.
7194         * arlex.l:  Make work with lex, for what it's worth.
7195         * Makefile.in:  Better lex support.
7196         * Makefile.in (dist):  Generate flex and bison outputs
7197         for distribution.
7199 Thu May 14 17:17:59 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
7201         * Makefile.in: get BISON definition right.
7203 Fri May  8 07:47:08 1992  K. Richard Pixley  (rich@cygnus.com)
7205         * sanity.sh: default TMPDIR to ".".
7207 Thu May  7 12:34:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
7209         * binutils.texi: add doc for ar command language.
7211 Wed May  6 18:05:36 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
7213         * arparse.y: make END call ar_end
7214         * arsup.c (ar_end): added, deletes temp file if archive session
7215         aborted.
7218 Wed May  6 11:08:53 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
7220         * Makefile.in: use bison & flex from ../ if they exist.  Also,
7221           FLEX->LEX.
7223         * sanity.sh: remove temporary directory when finished.
7225 Tue May  5 12:00:58 1992  Per Bothner  (bothner@rtl.cygnus.com)
7227         * Makefile.in:  Bump to version 1.97.
7228         * ar.c:  Declare errno for machines that need it.
7230 Mon May  4 23:29:51 1992  John Gilmore  (gnu@cygnus.com)
7232         * objdump.c (display_info):  Handle error cases without coredump.
7233         Close the dummy temporary file we open in the loop.
7234         * Makefile.in (arsup.o):  Add kludge to build with Sun Make.
7236 Fri May  1 16:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
7238         * Makefile.in: added test-install target.
7240         * sanity.sh: new file.
7242         * Makefile.in: use sanity test on make check.
7244 Tue Apr 21 13:38:37 1992  K. Richard Pixley  (rich@cygnus.com)
7246         * Makefile.in: rework CFLAGS so that they can be passed on the
7247           command line to make.  Remove MINUS_G.  Default CFLAGS to -g.
7249 Wed Apr 15 14:33:07 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
7251         * arsup.c, arsup.h, arparse.y, arlex.l: support for archive
7252         scripting language.
7254 Fri Mar  6 21:54:53 1992  K. Richard Pixley  (rich@cygnus.com)
7256         * Makefile.in: added check target.
7258 Thu Mar  5 21:35:49 1992  K. Richard Pixley  (rich@cygnus.com)
7260         * Makefile.in: added clean-info target.
7262 Tue Mar  3 15:36:37 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
7264         * Makefile.in: remove $(COPY_PROG) from PROGS.  It shouldn't be
7265           installed. added tooldir and program_prefix.
7267 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
7269         * Makefile.in, configure.in: removed traces of namesubdir,
7270           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
7271           copyrights to '92, changed some from Cygnus to FSF.
7273 Sun Feb 16 12:53:02 1992  Per Bothner  (bothner at cygnus.com)
7275         * Makefile.in:  Bump version to 1.96, and remove -beta
7276         suffix from distribution name.
7277         * m68k-pinsn.c:  New macro COERCE_SIGNED_CHAR to extract
7278         the signed value of a character (even if chars are unsigned).
7279         * sparc-pinsn.c:  Add new operand types.
7281 Thu Feb  6 12:14:19 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
7283         * objdump.c (disassemble_data): don't print a section's contents
7284         if it's not loadable (eg bss)
7286 Tue Jan 28 11:11:06 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
7288         * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
7289         displacements don't get printed as large +ve ones.
7291 Fri Jan 24 14:47:53 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
7293         * copy.c, nm.c, objdump.c, size.c : changed to use the
7294         new reloc scheme.
7297 Mon Dec 30 18:34:41 1991  Per Bothner  (bothner at cygnus.com)
7299         * bucomm.c (print_arelt_descr):  Tweek the output format
7300         so that 'ar tv' output follows Posix 1003.2/D11.
7301         Output is now also identical to Sun's (except __.SYMDEF).
7303 Mon Dec 30 06:09:53 1991  John Gilmore  (gnu at cygnus.com)
7305         * Makefile.in:  Make `make' output more readable.
7307 Wed Dec 18 15:04:45 1991  Per Bothner  (bothner at cygnus.com)
7309         * Makefile.in:  Bump to version 1.94.
7311 Wed Dec 11 16:48:09 1991  Steve Chamberlain  (sac at cygnus.com)
7313         * ar.c: added "b" to fopens for dos
7314         * configdj.bat, makefile.dos new files from DJ
7316 Tue Dec 10 04:07:26 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
7318         * Makefile.in: infodir belongs in datadir.
7320 Sat Dec  7 17:09:37 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
7322         * bucomm.h: created to hold prototypes of bucomm.c
7323         * objdump.h: created to hold prototyes of objdump.c
7324         * am29k-pinsn.c: include objdump.h
7325         * ar.c: include bucomm.h, get ar.h from the right place and
7326         include libbfd.h
7327         * bucomm.c: defunize bfd_fatal
7328         * copy.c: include bucomm.h, lint.
7329         * i960-pinsn.h: include bucomm.h
7330         * m68k-pinsn.h: lint
7331         * nm.c: include bucomm.h, lint
7332         * objdump.c: lint
7333         * sparc-pinsn.c: include objdump.h
7337 Fri Dec  6 23:02:14 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
7339         * Makefile.in: added standards.text support.  install using
7340           INSTALL_PROGRAM and INSTALL_DATA.
7342         * configure.in: configure now does all of it's work from objdir so
7343           make file existence tests against ${srcdir}.
7345 Thu Dec  5 22:46:22 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
7347         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
7348           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
7349           and mandir now keyed off datadir by default.
7351 Wed Dec  4 22:42:03 1991  Per Bothner  (bothner at cygnus.com)
7353         * Makefile.in:  Bump to version 1.93.
7354         * Makefile.in:  Add make-strip.o:maybe-strip.c dependency
7355         for make versions that provide half-baked VPATH-support (e.g. Sun's).
7356         * size.c:  Improvements suggested by
7357         "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
7358         - Don't emit (Berkeley) headers if no files were found.
7359         - Return a non-zero return code on failure.
7361 Sat Nov 30 21:34:19 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
7363         Changes due to include file renaming:
7364         * am29k-pinsn.c: a29k-opcode.h  -> opcode/a29k.h
7365         * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
7366         * m68k-pinsn.c:  m68k-opcode.h  -> opcode/m68k.h
7367         * nm.c:          stab.gnu.h     -> aout/stab_gnu.h
7369 Tue Nov 19 19:20:43 1991  Per Bothner  (bothner at cygnus.com)
7371         * README:  Mention MINIMIZE flag for bfd's make.
7373 Mon Nov 18 12:05:37 1991  Per Bothner  (bothner at cygnus.com)
7375         * README:  Various improvements.
7377 Sun Nov 17 23:40:59 1991  Per Bothner  (bothner at cygnus.com)
7379         * Makefile.in:  Bump to version 1.92.
7380         * version.c, Makefile.in:  Get version string from Makefile.
7381         * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
7382         Make the same change that we earlier did for ar/ranlib:
7383         Generate two different binaries for strip and copy and use
7384         a global variable with different values to distinguish
7385         ostrip from copy.  (-1 means to use argv[0] to decide,
7386         so you can get the old behavior, but it is no longer the default).
7387         * copy.c (copy_file):  Set EXEC_P of output bfd if input is so.
7388         * copy.c (main):  If is_strip==-1, compare last 5 chars
7389         of argv[0], not the whole path.
7390         * copy.c (main): Return 0, not 1.
7391         * copy.c (setup_sections):  Fix due to change in bfd_make_section
7392         now failing if asked for a duplicate section.
7393         * strip.c, ostrip.c:  Removed obsolete files.
7394         * ar.c, not-ranlib.c, maybe-ranlib.c:
7395         Change encoding of is_ranlib variable to be consistent
7396         with is_strip for strip.copy (i.e -1 to means use argv[0]).
7398 Thu Nov 14 20:11:02 1991  Per Bothner  (bothner at cygnus.com)
7400         * version.c (program_version): Update to version 1.92.
7402 Tue Nov 12 16:17:53 1991  Per Bothner  (bothner at cygnus.com)
7404         * ar.c (get_pos_bfd):  Previous fix was missing a "break".
7406 Thu Nov  7 08:55:56 1991  Steve Chamberlain  (sac at cygnus.com)
7408         * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
7409         encodings. (Thaks to David Wood)
7411 Sun Nov  3 14:50:23 1991  Per Bothner  (bothner at cygnus.com)
7413         * Makefile.in ($(DIST_NAME).tar.Z), TODO:  Various fixes.
7414         * ar.c (get_pos_bfd): Fix to handling of before/after
7415         positioning options.
7416         * bucomm.c (fatal):  MISSING_VFPRINTF is no longer an issue,
7417         since libiberty contains vfprintf etc if otherwise missing.
7418         * m68k-pinsn.c (print_insn_arg):  Support BB/BW/BL
7419         type operands, as used by branch instructions.
7420         * nm.c:  Delegate printing of symbols to BFD,
7421         by using bfd_print_symbol to do the formatting.
7423 Mon Oct 28 11:20:47 1991  Steve Chamberlain  (steve at cygnus.com)
7425         * ar.c (write_archive.c): added unlink before rename since some
7426         systems can't rename onto an existant file.
7428 Mon Oct 21 09:47:23 1991  Steve Chamberlain  (steve at rtl.cygnus.com)
7430         * nm.c: now doesn't crash if a symbol with no section and no
7431         SEC_ABS appears.
7433 Thu Oct 17 15:25:50 1991  Per Bothner  (bothner at cygnus.com)
7435         * Makefile.in, version.c:  Bump to version 1.91.
7437 Wed Oct 16 11:45:36 1991  Per Bothner  (bothner at cygnus.com)
7439         * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
7440         i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
7441         * strip.c: Add or update Copyright notice.
7442         * TODO:  Add note on 'nm -a'.
7443         * version.c: Update version number to 1.90.
7444         * Makefile.in: Fix making of documentation for dist.
7446 Tue Oct 15 00:17:17 1991  Per Bothner  (bothner at cygnus.com)
7448         * README: New file.
7449         * Makefile.in: New kludgy rules for making a tarfile.
7450         * Makefile.in: Fix bindir path.
7452 Mon Oct 14 17:34:29 1991  Roland H. Pesch  (pesch at cygnus.com)
7454         * Makefile.in: add targets binutils.mm, binutils.me
7456 Fri Oct 11 22:44:21 1991  John Gilmore  (gnu at cygnus.com)
7458         * Makefile.in:  Avoid Sun Make VPATH bugs by adding dependencies.
7460 Fri Oct 11 12:51:33 1991  Roland H. Pesch  (pesch at cygnus.com)
7462         * Makefile.in: add target "binutils.ms"
7464         * binutils.texinfo: minor restructuring for texi2roff comfort.
7466 Fri Oct 11 04:12:28 1991  John Gilmore  (gnu at cygnus.com)
7468         Restructure configuration scheme for bfd, binutils, ld.
7470         * include/sys/h-*.h:  Move to bfd/hosts/h-*.h.
7471         * configure.in:  Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
7472         Change some config names to match other dirs.
7473         * *.c:  Include bfd.h before sysdep.h, so ansidecl and PROTO()
7474         get defined first.
7475         * Makefile.in:  Use -I. to get sysdep.h.
7477 Wed Oct  9 22:42:56 1991  Per Bothner  (bothner at cygnus.com)
7479         * nm.c (print_symbols):  Handle NULL name field of symbol.
7480         * Makefile.in: Removed spurious comment.
7482 Tue Oct  8 16:55:03 1991  Roland H. Pesch  (pesch at cygnus.com)
7484         * binutils.texinfo: minor typos, phrasing, formatting fixes.
7486 Tue Oct  8 15:13:20 1991  Per Bothner  (bothner at cygnus.com)
7488         * configure.in: Get host file from ../bfd/config, not config.
7489         * config/*: Remove config directory and its files.
7491 Tue Oct  8 13:58:59 1991  Roland H. Pesch  (pesch at cygnus.com)
7493         * Makefile.in: new targets binutils.dvi, binutils.info
7495         * binutils.texinfo: remove most remaining FIXME's, delete
7496         references to __.SYMDEF by name
7499 Tue Oct  8 10:23:44 1991  Steve Chamberlain  (steve at cygnus.com)
7501         * objdump.c (print_address) Print addresses nicely.
7503 Mon Oct  7 11:31:05 1991  Per Bothner  (bothner at cygnus.com)
7505         * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
7506         Make two different binaries for ar and ranlib, instead of
7507         distinguishing them at run time using argv[0].
7508         (Old behavior is still available if you "make ar_with_ranlib",
7509         but it is not the default.)
7510         * ranlib.sh (new):  An alternative one-line
7511         shell implementation of ranlib.
7513 Fri Oct  4 21:49:44 1991  John Gilmore  (gnu at cygnus.com)
7515         * objdump.c:  Cope with renames of a few BFD types & enums.
7517 Fri Oct  4 19:08:09 1991  Roland H. Pesch  (pesch at cygnus.com)
7519         * binutils.texinfo: add new file (rudimentary docn)
7521 Mon Sep 30 12:30:39 1991  Per Bothner  (bothner at cygnus.com)
7523         * config/hmake-news: Add new file (for Sony NEWSOS3).
7524         * bucomm.c (fatal):  Conditionally compile fatal() depending on
7525         MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
7526         * objdump.c (dump_headers):  Trivial output format change.
7527         * objdump.c (display_info): Loop over integers, not enums,
7528         to appease old compilers.
7530 Mon May 20 16:14:07 1991  Steve Chamberlain  (steve at cygint.cygnus.com)
7532         *objdump.c *nm.c *copy.c: Changed some types to work with 64 bit
7533         object files.
7535 Thu May 16 16:06:55 1991  Steve Chamberlain  (steve at cygint.cygnus.com)
7536      from bother
7537         * objdump.c (print_address): Make disasembled output more
7538         consistent with gdb and as: Add 0x when printing hex.
7539         Don't print extra leading zeros.
7540         Attempt to not print "filename.o".
7541         * objdump.c: Add some enum-to-int casts to accomodate old compilers.
7544 Fri May  3 22:21:44 1991  John Gilmore  (gnu at cygint.cygnus.com)
7546         * copy.c:  Change =& constructs to = &, since they confuse older
7547         C compilers.
7550 Local Variables:
7551 mode: change-log
7552 left-margin: 8
7553 fill-column: 74
7554 version-control: never
7555 End: