]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/ChangeLog
* readelf.c (dump_relocations): Always print the addend on RELA
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
index 310c1dd0ca6799fb097e357c11703ef02df2a2ea..746baf1f6714a19ae30f607a575a6b55c675ff2e 100644 (file)
@@ -1,5 +1,909 @@
+Thu May 27 11:58:33 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * readelf.c (dump_relocations): Always print the addend on RELA
+       systems even if there is no symbol.
+       (process_program_headers): Reset dynamic_size before looping
+       through the program headers.
+       (process_version_sections): Cast sh_offset to unsigned long for
+       printing in case bfd_vma is wider.
+       (process_symbol_table): Use get_symbol_index_type when printing
+       st_shndx.
+
+1999-05-17  DJ Delorie  <dj@cygnus.com>
+
+       * windres.c: add verbose option
+       (main): process verbose option
+       * resrc.c (look_for_default): new.  Look for the default
+       preprocessor in a given location.
+       (read_rc_file): for foo/bar-windres, look for foo/bar-gcc,
+       foo/gcc (in case of foo/windres), and then gcc (the old default).
+
+1999-05-16  Nick Clifton  <nickc@cygnus.com>
+
+       * dlltool.c (deduce_name): New function: Deduce name of program to
+       run.
+       (mcore_elf_out_file): New variable: Name of mcore-elf output file.
+       (mcore_elf_linker): New variable: Name of linker to use.
+       (mcore_elf_linker_flags): New variable: Linker flags to pass.
+       (scan_obj_file): Cache filenames if necessary.
+       (usage): Document new command line options.
+       (main): Support new command line options: -M (generate an
+       mcore-elf output file) -L (name of linker to use) -F (flags to
+       pass to linker). 
+       (mcore_elf_cache_filename): Store a filename in a cache.
+       (mcore_elf_gen_out_file): New function: Generate an output file
+       per the mcore-elf spec.
+
+1999-05-15  Nick Clifton  <nickc@cygnus.com>
+
+       * configure.in (BUILD_MISC): Build dlltool for mcore
+       * configure: Regenerate.
+       * dlltool.c: Update example in comment.
+       (DLLTOOL_MCORE): Define.
+       (DLLTOOL_MCORE_ELF): Define.
+       (DRECTVE_SECTION_NAME): Define.
+       (mcore_be_jtab, mcore_le_jtab): Binary for performing an mcore
+       jump to address.
+       (mtable): Add entries for mcore variants.
+       (rvaafter, rvabefore, asm_prefix): Add mcore suppport.
+       (scan_drectve_symbols): Use DRECTVE_SECTION_NAME.
+       (make_head, make_tail): Cope if file cannot be created.
+       (usage): Improve layout.
+       
+1999-05-13  DJ Delorie  <dj@cygnus.com>
+
+       * rclex.l: add code to suppress certain output from cpp, replace
+       all returns with MAYBE_RETURN
+       (MAYBE_RETURN): new, implement the suppression by returning
+       IGNORED_TOKEN as needed.
+       (cpp_line): remember which file we're in, mark data from included
+       *.h files for suppression.
+       * rcparse.y (input): allow IGNORED_TOKEN outside of known constructs
+
+1999-05-10  DJ Delorie  <dj@cygnus.com>
+
+       * windres.c (quot): Quote shell metacharacters in a string
+       (main): quote parameters to cpp that might have metacharacters in
+       them.  Allow -D as an alias for --define to allow for sharing make
+       macros with gcc.
+
+       * objdump.c (dump_reloc_set): don't core if howto->name is NULL
+
+       * Makefile.am: Give rescoff.c a cpu-specific -D so it can set
+       the correct BFD.
+       * Makefile.in: ditto
+       * rescoff.c (write_coff_file): Set the correct BFD
+
+1999-05-06  Ian Lance Taylor  <ian@zembu.com>
+
+       * rename.c (smart_rename): Fix test of whether file exists.
+
+1999-05-06  Nick Clifton  <nickc@cygnus.com>
+
+       * objdump.c (disassemble_data): Set display_endian based on target
+       endianism.
+
+1999-05-05  Catherine Moore  <clm@cygnus.com>
+
+       * dlltool.c (interwork): Remove.
+       (arm_interwork_jtab): Use bx insn.
+       (thumb_jtab): Likewise.
+       (MARM_INTERWORK): New machine type.
+       (rvaafter): Handle it.
+       (rvabefore) Likewise.
+       (asm_prefix): Likewise.
+       (gen_exp_type): Check machine type instead of
+       interwork flag.
+       (make_one_lib_file): Likewise.
+       (make_head): Likewise.
+       (make_tail): Likewise.
+       (usage): Update machine types.
+       (main): Remove -interwork support.
+
+1999-05-05  Catherine Moore  <clm@cygnus.com>
+        * readelf.c (get_machine_flags):  Check for EF_CPU32.
+        (get_data_encoding): Fix typo.
+1999-04-26  Tom Tromey  <tromey@cygnus.com>
+
+       * aclocal.m4, configure: Updated for new version of libtool.
+
+1999-04-18  Ian Lance Taylor  <ian@zembu.com>
+
+       * stabs.c (parse_stab_range_type): Correct parenthesization in
+       BFD64 case.
+
+       * readelf.c (get_section_type_name): Use correct types in printf
+       formats.
+       (process_relocs): Likewise.
+       (process_dynamic_segment): Likewise.
+       (process_symbol_table): Likewise.
+       (process_mips_specific): Likewise.
+
+Tue Apr 13 21:22:00 1999  Catherine Moore  <clm@cygnus.com>
+
+       * dlltool.c (make_one_lib_file): Mark thumb functions as
+       C_THUMBEXTFUNC.
+
+1999-04-11  Richard Henderson  <rth@cygnus.com>
+
+       * bucomm.h (environ): Declare it, if needed.
+       (alloca) [C_ALLOCA]: Don't use gcc's builtin or <alloca.h>.
+       * configure.in (environ): Detect declaration.
+       * nm.c (main): Don't declare environ.
+       * configure, config.in: Rebuild.
+
+       * dlltool.c (gen_exp_file): Pad out the .reloc section to a
+       32-byte boundary with dummy relocations, to make the BeOS loader
+       happy.  Patch from Bob Manson <manson@charmed.cygnus.com>.
+
+1999-04-08  Tom Tromey  <tromey@cygnus.com>
+
+       * binutils.texi (c++filt): Updated for -j/--java, and hp/edg
+       formats.
+
+1999-04-08  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c: Add ability to decode new constants found in April 25
+       1998 Draft of System V ABI spec.
+
+1999-04-06  Ian Lance Taylor  <ian@zembu.com>
+
+       * bucomm.h (LC_MESSAGES): Never define.
+       * addr2line.c (main): Don't pass LC_MESSAGES to setlocale if the
+       system does not define it.
+       * ar.c (main): Likewise.
+       * coffdump.c (main): Likewise.
+       * dlltool.c (main): Likewise.
+       * nlmconv.c (main): Likewise.
+       * nm.c (main): Likewise.
+       * objcopy.c (main): Likewise.
+       * objdump.c (main): Likewise.
+       * size.c (main): Likewise.
+       * srconv.c (main): Likewise.
+       * strings.c (main): Likewise.
+       * sysdump.c (main): Likewise.
+       * windres.c (main): Likewise.
+       * readelf.c (main): Call locale setting functions.
+
+1999-04-05  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c (decode_location_expression): Fix DW_OP_const8{s|u}
+       decodes. 
+
+1999-04-04  Ian Lance Taylor  <ian@zembu.com>
+
+       * rename.c: New file, copied out of objcopy.c with a few changes.
+       * bucomm.h (set_times, smart_rename): Declare.
+       * ar.c: Don't include <utime.h>.
+       (extract_file): Call set_times rather than utime.
+       (write_archive): Call smart_rename rather than unlink and rename.
+       * objcopy.c: Don't include <utime.h>.
+       (simple_copy, smart_rename, set_times): Move to rename.c.
+       (strip_main): Update smart_rename call for new parameter.
+       (copy_main): Likewise.
+       * Makefile.am: Rebuild dependencies.
+       (CFILES): Add rename.c.
+       (objcopy_SOURCES, strip_new_SOURCES): Add rename.c.
+       (ar_SOURCES, ranlib_SOURCES): Add rename.c.
+       * Makefile.in: Rebuild.
+
+       * Makefile.am: Rebuild dependencies.
+       (EXTRA_PROGRAMS): Remove backslash which troubles current version
+       of automake.
+       * Makefile.in: Rebuild.
+
+       * dllwrap.c (main): Expect correct type in format string.
+       * resres.c: Include "bfd.h", "bucomm.h", "libiberty.h", and
+       <time.h>.  Don't include <stdio.h> and <errno.h>.
+       (write_res_file): Remove unused locals e and i.
+       (read_resource_entry): Remove unused locals rtype and n.
+       (read_unistring): Remove unused local n.
+
+1999-04-03  Ian Lance Taylor  <ian@zembu.com>
+
+       * arparse.y: Declare yylex.
+       * objdump.c (disassemble_bytes): Initialize bytes.  Add comment
+       for incorrect use of bytes.
+       * readelf.c: Change many formats to avoid warnings.
+
+1999-04-01  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c (reset_state_machine): New function.  Resets the
+       registers of the source line number state machine.
+       (process_extended_line_op): Use state machine.
+       (display_debug_lines): Use state machine.  Handle multiple line
+       number blocks within the same section.
+
+1999-03-29  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * readelf.c (process_extended_line_op): end_sequence also resets
+       the line number.
+       (display_debug_lines): advance_line takes a signed operand.
+       (read_and_display_attr): Print refs as <%x>, addresses as %#x,
+       others as %d.  Handle other location expression attributes.
+       (display_debug_info): Handle nesting.  Always print the offset.
+
+1999-03-23  Ian Lance Taylor  <ian@zembu.com>
+
+       * objcopy.c (filter_symbols): When checking whether to keep a
+       symbol, check the BFD section symbol for a symbol with
+       BSF_SECTION_SYM set.
+
+1999-03-10  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c (process_dynamic_segment): Print new Solaris dynamic
+       section entries.  Correct printing of DT_POSFLAG_1 and DT_FLAGS_1.
+
+1999-03-10  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c (request_dump): New function.
+       Removed arbitary limit on the number of sections that can be
+       dumped.
+
+Wed Mar 10 15:10:14 1999  Stan Cox  <scox@cygnus.com>
+
+       * dlltool.c (make_one_lib_file): Use %05d to output the stub name so
+       order in the import library is preserved.
+
+1999-02-19  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c: Fix compile time warings.
+
+1999-02-17  DJ Delorie  <dj@cygnus.com>
+
+        * resbin.c (res_to_bin_versioninfo): Instead of entering a value
+       length of zero in a version info string, enter the appropriate
+       length.
+
+Tue Feb 16 16:00:33 1999  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Require autoconf 2.13.  Change AM_PROG_INSTALL to
+       AC_PROG_INSTALL.  Add comments for AC_DEFINE calls.
+       * acconfig.h: Remove.
+       * aclocal.m4: Rebuild.
+       * configure: Rebuild.
+       * Makefile.in: Rebuild.
+       * config.in: Rebuild.
+
+1999-02-02  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c (read_and_display_attr): Add display of basic type
+       encodings.
+       (display_debug_aranges): New function: Display the contents of a
+       .debug_aranges section.
+       (display_debug_info): Dump tags found after compunit entry.
+
+       * binutils.texi: Fixed bug in readelf documentation.
+
+Mon Feb  1 12:38:01 1999  Catherine Moore  <clm@cygnus.com>
+
+        * readelf.c (dump_relocations):  Handle EM_ARM as REL.
+
+1999-01-29  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c (process_symbol_table): Do not produce a histogram of
+       bucket chains if none were found.
+
+1999-01-27  Nick Clifton  <nickc@cygnus.com>
+
+       * version.c: Add 1999 copyright.
+
+       * binutils.texi (readelf): Document new command line options
+       --debug-dump and --histogram.
+
+       * readelf.c: Add ability to display contents of some or all of the
+       Dwarf2 debug sections.  {Work only partially completed}.
+       (display_debug_section): New function.
+       (display_debug_info): New function.
+       (display_debug_not_supported): New function.
+       (display_debug_line): New function.
+       (display_debug_abbrev): New function.
+       (process_abbrev_section): New function.
+       (read_leb128): New function.
+       (process_extended_line_op): New function.
+       (get_TAG_name): New function.
+       (get_AT_name): New function.
+       (get_FORM_name): New function.
+       (free_abbrevs): New function.
+       (add_abbrev): New function.
+       (add_abbrev_attr): New function.
+       (read_and_display_attr): New function.
+       (display_block): New function.
+
+Thu Jan 14 23:36:11 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * coffdump.c (xcalloc): Remove, in libiberty now.
+       * srconv.c (xcalloc): Likewise.
+       * sysdump.c (xcalloc): Likewise.
+
+1999-01-14  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c (process_section_headers): Omit trailing space at end
+       of section header contents line.
+
+Wed Dec 16 17:20:05 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * aclocal.m4: Regenerate.
+
+Mon Dec 14 12:55:36 1998  Jim Wilson  <wilson@cygnus.com>
+
+       * dllwrap.c: Include bfd.h and bucomm.h.  Move getopt.h include
+       after libiberty.h include.
+
+Tue Dec  8 16:29:43 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objdump.1: Fix typo (-d to -D).  From Nokubi Hirotaka
+       <hnokubi@yyy.or.jp>.
+
+Sun Dec  6 13:28:09 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objdump.c (SFILE): Add size field.
+       (objdump_sprintf): Merge both versions into one.  Increase buffer
+       size as needed to avoid overflow.
+       (disassemble_bytes): Change buf from 1000 bytes to 50.  Change
+       initialization and use of sfile to match changes to
+       objdump_sprintf.
+
+       * strip.1: Fix typo (-V to -v).  From Issei Hirayama
+       <iss@mail.wbs.or.jp>.
+
+1998-12-03  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c (process_dynamic_segment): Improve output format for
+       various DT_* values.
+
+1998-12-02  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c (process_mips_specific): Print .conflict section
+       content.
+
+       * readelf.c (process_mips_specific): Print l_flags in liblist in
+       textual form.
+
+1998-11-30  Nick Clifton  <nickc@cygnus.com>
+
+       * ar.c (extract_file): Add some paranoia checks for negatively
+       sized files.
+
+Tue Nov 24 09:39:24 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * stabs.c (DIR_SEPARATOR): Define as '\\' if WIN32 is defined.
+
+Tue Nov 17 10:25:26 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * Makefile.in: Regenerate.
+
+Mon Nov 16 19:17:23 1998  Dave Brolley  <brolley@cygnus.com>
+
+       * po/binutils.pot: Regenerate.
+
+Mon Nov 16 10:18:53 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * Makefile.am: Regernated dependencies.
+       * aclocal.m4: Regenerated.
+       * configure: Regenerated.
+
+Sat Nov 14 14:50:56 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * debug.c (debug_name_type): Correct return type from false to
+       DEBUG_TYPE_NULL.
+
+Sat Nov 14 14:48:21 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * objdump.c (disassemble_data): Skip over relocs below start
+       address.
+
+Tue Nov 10 15:31:52 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * Makefile.am: Add dependency of readelf.c on elf/fr30.h
+       * Makefile.in: Regenerate.
+
+Wed Nov  4 16:25:55 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c: Add support for the FR30.
+
+Mon Nov  2 14:59:33 1998  Geoffrey Noer  <noer@cygnus.com>
+
+        * configure.in: detect cygwin* instead of cygwin32*
+        * configure: regenerate
+
+Fri Oct 30 15:14:49 1998  Geoffrey Noer  <noer@cygnus.com>
+
+        * dllwrap.c: change all references to cygwin32_ to cygwin_,
+       change Cygwin target def to CYGWIN.
+
+Wed Oct 28 10:31:19 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * objdump.c (disassemble_data): Replace 'unsigned long' with
+       'bfd_vma'.
+
+Tue Oct 27 14:39:00 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * objdump.c (disassemble_bytes): Applied this patch from Philip
+       Blundell <pb@nexus.co.uk>:  Make address variables unsigned to
+       avoid problems when disassembling code at high-bit-set addresses.
+
+Mon Oct 26 14:07:59 1998  Mumit Khan  <khan@xraylith.wisc.edu>
+
+        * dllwrap.c (strhash): New function.
+        (main): Use it to supply image base if not supplied by user.
+        (program_version): Up to 0.2.4.
+
+Mon Oct 26 14:07:59 1998  Mumit Khan  <khan@xraylith.wisc.edu>
+
+        * dlltool.c (add_stdcall_alias): New global.
+        (long_options): Add --add-stdcall-alias option.
+        (main): Handle it.
+        (scan_drectve_symbols): Add alias if --add-stdcall-alias is
+        specified.
+        (scan_filtered_symbols): Likewise.
+        (gen_def_file): Output alias for stdcall syms if appropriate.
+
+        * binutils.texi (dlltool): Document --add-stdcall-alias option.
+
+        * dllwrap.c (long_options): Add --add-stdcall-alias option.
+        (main): Handle it.
+
+        * defparse.y (opt_name): Allow "." in name.
+        * dlltool.c (def_name): Set dll_name from NAME entry in def file.
+        (def_library): Set dll_name from LIBRARY entry in def file.
+
+Mon Oct 26 14:07:59 1998  Mumit Khan  <khan@xraylith.wisc.edu>
+
+        * dllwrap.c (long_options): --implib synonym for --output-lib.
+        (main): Pass --export-all to dlltool only if specified.
+        (program_version): Up to 0.2.3.
+
+Mon Oct 26 14:07:59 1998  Mumit Khan  <khan@xraylith.wisc.edu>
+
+        * dllwrap.c (mybasename): New function.
+        (main): Run dlltool to create export definition file and import
+        library file if necessary.
+        Change exp_file_name so that it's based on the dll name.
+
+Sun Oct 25 10:37:45 1998  Mumit Khan  <khan@xraylith.wisc.edu>
+
+        * dlltool.c (scan_all_symbols): Fix patch error.
+
+Fri Oct 16 22:56:20 1998  Felix Lee  <flee@cygnus.com>
+
+       * nm.c (display_rel_file): fix "no symbols" messages.
+       * objdump.c (slurp_symtab): ditto.
+       * po/POTFILES.in, po/binutils.pot: rebuilt
+
+Mon Oct 12 14:28:03 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c (dump_relocations): Rename field from Value to Info to
+       match name of field in ELF structures.
+
+Thu Oct  8 15:33:08 1998  Geoffrey Noer  <noer@cygnus.com>
+
+       * configure.in: call AC_EXEEXT instead of AM_EXEEXT and
+       AM_CYGWIN32.
+       * aclocal.m4: remove local AM_EXEEXT/AM_CYGWIN32 macros.
+       * configure: regenerate
+
+Thu Oct  8 15:33:08 1998  Geoffrey Noer  <noer@cygnus.com>
+
+       From Mumit Khan  <khan@xraylith.wisc.edu>:
+        * dlltool.c (scan_all_symbols): Don't re-export symbols exported
+        by other DLLs.
+
+Thu Oct  8 15:33:08 1998  Geoffrey Noer  <noer@cygnus.com>
+
+       * Makefile.am (BUILD_DLLWRAP): Add.
+       (BUILD_DLLWRAP, DLLWRAP_PROG): Add.
+       (bin_PROGRAMS): Add dllwrap.
+       * Makefile.in: regenerate with automake
+
+       From Mumit Khan  <khan@xraylith.wisc.edu>:
+        * dllwrap.c: New file from dllhelpers v0.2.1.
+       (print_version): New function.
+       (long_options): Add --version.
+       (main): Handle.
+        * dyn-string.h, dyn-string.c: New files from egcs-1.1/gcc.
+        * configure.in (BUILD_DLLWRAP): Add.
+        * configure: Regenerate.
+
+Tue Oct  6 18:20:10 1998  Geoffrey Noer  <noer@cygnus.com>
+
+       * Makefile.am (windres_SOURCES): Add resres.c.
+       (windres_OBJECTS): Add resres.o.
+       * Makefile.in: regenerate with automake
+
+        From Anders Norlander <anorland@hem2.passagen.se>.
+        * resres.c: New file.  Implementation of read_res_file and
+        write_res_file functions for windres.
+        * rcparse.y: Handle CONTROL's with named classes.
+        * resbin.c: Bug in res_to_bin_dialog and bin_to_res_dialog
+        when dialog is extended: The version and signature fields should
+        be reversed (despite what the docs say). Id is 32 bits long in
+        extended dialogs.
+        * resrc.c (write_rc_dialog): properly print controls with named
+        classes.
+        * windres.c (read_res_file, write_res_file): Remove stubs.
+        * resres.c (write_res): Rename RT_ACCELERATORS to RT_ACCELERATOR.
+
+Sun Oct  4 20:34:42 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       From Nokubi Hirotaka <hnokubi@yyy.or.jp>:
+       * objcopy.1: Fix typo in --remove-leading-char docs.
+       * objdump.1: Fix formatting in --stabs docs.
+
+Sat Sep 19 23:33:56 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * rcparse.y (memflags_move): Correct recursion.
+
+1998-09-10  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c (process_symbol_table): Print in histogram how many
+       symbols are covered by the current chain length.
+
+Sun Sep  6 16:15:47 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c (process_section_contents): Do not try to dump empty
+       sections.
+
+Sat Sep  5 19:17:10 1998  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * dlltool.c (scan_all_symbols): Don't re-export symbols exported
+       by other DLLs.
+
+1998-09-02 14:50  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c (process_dynamic_segment): Print DT_* value only if
+       do_dynamic.
+       (do_histogram): New variable.
+       (options): New long option histogram.  Set do_histogram if this
+       option is used.
+       (usage): Document --histogram.
+       (parse_args): Handle 0 return value from getopt_long.  Enable
+       do_histogram for -a.
+       (process_symbol_table): Read hash table also if only do_histogram.
+       Add code to print hash table histogram.
+
+1998-08-25 16:45  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c (process_dynamic_segment): Read syminfo section if
+       available.
+       (process_syminfo): New function.  Print syminfo information.
+       (process_file): Call process_syminfo and free syminfo data at the end.
+
+Wed Aug 19 16:19:51 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * dlltool.c (usage): Add file parameter.  Change all callers.
+       (main): Don't treat '?' as a special case in getopt return.
+
+       * binutils.texi (dlltool): Document new options.  Add some uses of
+       @var.
+
+Wed Aug 19 16:19:07 1998  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * dlltool.c (gen_def_file): Plug memory leak.  Don't print
+       demangled name if it is NULL.
+
+       Support for exporting all symbols to an output export def file:
+       * dlltool.c ({export_all_symbols, no_default_excludes,
+       no_default_excludes, excludes}): New file static variables.
+       (struct string_list): Type to hold list of symbols to exclude.
+       (scan_drectve_symbols): Renamed from scan_open_obj_file.
+       (scan_filtered_symbols): New static function.
+       (add_excludes): New static function.
+       (match_exclude): New static function.
+       (set_default_excludes): New static function.
+       (filter_symbols): New static function.
+       (scan_all_symbols): New static function.
+       (scan_open_obj_file): New static function.
+       (usage): Document new options.
+       (long_options): Add new options.
+       (main): Handle new options.
+
+1998-07-31 21:24  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c (process_program_headers): Print p_offset value with
+       six hex digits.
+       (dynamic_segment_mips_val): Add support for DT_MIPS_FLAGS,
+       DT_MIPS_IVERSION, and DT_MIPS_TIME_STAMP.
+       (process_mips_specific): Also print seconds of time stamp.
+
+Fri Jul 31 10:04:23 1998  Catherine Moore  <clm@cygnus.com>
+
+        * readelf.c (dump_relocations):  EM_ARM uses rela relocs.
+
+1998-07-30 16:25  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c (get_dynamic_type): Don't used gettext on the names.
+       Add new DT_* values from Solaris.  Don't print nuemric value in
+       case of an unknown entry.
+       (process_dynamic_segment): Handle new DT_* entries.  Print numeric
+       values in decimal, not hex.
+
+Fri Jul 24 16:28:57 1998  Jeff Holcomb  <jeffh@cygnus.com>
+
+       * readelf.c (get_dynamic_type): Remove empty default from switch
+       statement.
+
+Fri Jul 24 16:28:12 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (install-exec-local): Don't remove the file before
+       checking whether $(bindir) == $(tooldir)/bin.  From Maciej
+       W. Rozycki <macro@ds2.pg.gda.pl>.
+       * Makefile.in: Rebuild.
+
+Fri Jul 24 09:38:59 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * objcopy.c: Removed spurious inclusion of elf/internal.h and
+       elf-bfd.h.
+
+1998-07-22  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c: Consistantly use elf_ prefix for *_reloc_type
+       functions.
+
+Wed Jul 22 16:29:12 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c (dump_relocations): Add dumps of HPPA and ARC
+       relocations.
+
+       (process_relocs): Do not abort if no string table can be found.
+
+1998-07-22 14:58  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c: Remove definition of functions to return relocation
+       symbol strings.  They now get implicitly defined when include the
+       system specific ELF header.
+
+1998-07-22 13:51  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c: Before include system specific ELF header define
+       START_RELOC_NUMBERS, RELOC_NUMBER, and END_RELOC_NUMBERS.  For now
+       used for ppc, mips, and mn10300.
+
+Wed Jul 22 10:26:32 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c (dump_relocations): Display number of unrecognised
+       relocations.
+
+1998-07-21 13:13  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c: Use symbolic names of relocation entries for the various
+       architectures.  Correct more layout details.
+       Print names of MIPS specific section types.  Print Alpha, ARM, and
+       MIPS relocation type names.
+
+1998-07-20  Vladimir N. Makarov  <vmakarov@cygnus.com>
+
+       * objcopy.c (filter_symbols): Add code for strip all symbols case.
+        (copy_objects): Strip all case is now processed also through
+       filter_symbols.  No marking symbols used in relocations when strip
+       all symbols case.
+       (copy_section): When strip all symbols case, remove relocations
+       which are not in keep strip specific list.
+       (strip_main): Remove guard `strip_specific_list == NULL' for
+       setting up strip all symbols by default.
+
+Mon Jul 20 12:51:16 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * addr2line.c (find_address_in_section): Only consider a section
+       if the pc value is completely contained within it.
+       (translate_addresses): Don't crash if functionname or filename are
+       null.
+
+1998-07-20 07:45  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c (process_symbol_table): Fix little alignment problem
+       in printed table header.
+
+1998-07-20 07:14  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c: Correct reading of .dynamic section.
+       (dynamic_section): Now a global variable.
+       (process_mips_fpe_exception, process_mips_specific,
+       process_arch_specific): New functions.
+       (get_file_header): Call process_arch_specific.
+
+1998-07-19 15:15  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c: Fix several versioning related bugs.  Produce nicer
+       output.
+       Add support for processor specific information on MIPS.
+
+Fri Jul 10 15:57:58 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c: Switch prototypes from unsigned short to unsigned
+       int.
+
+Fri Jul 10 16:17:50 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       From Christian Holland <CHolland@de.lucent.com>:
+       * ieee.c (parse_ieee): Initialize info.global_vars and
+       info.global_types.
+       (parse_ieee_atn): Ignore register lifetime information reportedly
+       emitted by MRI compiler.
+
+Thu Jul  9 13:08:01 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (MAINTAINERCLEANFILES): Define.
+       * Makefile.in: Rebuild.
+
+Tue Jul  7 21:48:54 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * readelf.c (byte_get): Use PARAMS in prototype.
+       (error): Make it work with non-ANSI compilers.
+       (warn): Likewise.
+       (get_ver_flags): Don't use an ANSI prototype in the definition.
+
+Tue Jul  7 13:26:13 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objcopy.c (filter_bytes): Set size correctly if the size of the
+       section is not an even multiple of the interleave.  Based on patch
+       from Brion Stone <Brion.Stone@attws.com>.
+
+Thu Jul  2 14:01:34 1998  Klaus Kaempf  <kkaempf@rmi.de>
+
+       * configure.com: Add vax/vms support.
+       * makefile.vms-in: Renamed from makefile.vms.  Add substitutions
+       now done by configure.com.
+
+Wed Jul  1 20:43:52 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * stabs.c (parse_stab_range_type): Handle 4 and 8 byte signed
+       integers with real upper bounds.  Handle a lower bound one larger
+       than the upper bound as a signed integer.  Handle 8 byte signed
+       integers.
+       (stab_demangle_template): Optionally return the demangled name of
+       the template.
+       (stab_demangle_qualified): Treat a template name as a tagged
+       type.
+       (stab_demangle_fund_type): Likewise.
+
+Wed Jul  1 16:29:50 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * objcopy.c: Minor formatting improvements.
+       * readelf.c: Minor output formatting improvement.
+
+Wed Jul  1 14:23:48 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * rclex.l: Add casts and change types to avoid warnings.
+       * rcparse.y: Likewise.
+       * resbin.c: Likewise.
+       * rescoff.c: Likewise.
+       * resrc.c: Likewise.
+
+       * Makefile.am: Rebuild dependencies.
+       (HFILES): Remove readelf.h.
+       * Makefile.in: Rebuild.
+
+       Based on patches from Andrew Kozin
+       <Andrew.Kozin@p14.f960.n5020.z2.fidonet.org>:
+       * winduni.h: New file, from windres.h.
+       * winduni.c: New file, from windres.c.
+       * windres.c: Move Unicode functions into winduni.c.
+       * windres.h: Move Unicode declarations into winduni.h.  Include
+       winduni.h.
+       (RT_ACCELERATOR): Rename from RT_ACCELERATORS to match Windows
+       macro.  Change all uses.
+       (RT_PLUGPLAY, RT_VXD): Correct values.
+       * Makefile.am (HFILES): Add windres.h.
+       (CFILES): Add winduni.c.
+       (windres_SOURCES): Add winduni.c.
+
+Mon Jun 29 17:01:21 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c: Use BFD Internal and External Elf structures.
+       * readelf.h: Removed - no longer needed.
+       * Makefile.in: Remove readelf.c's dependency upon readelf.h.
+
+1998-06-26  Vladimir N. Makarov  <vmakarov@cygnus.com>
+
+       * objcopy.c (strip_main): keep_specific_list == NULL as additional
+       condition to set up strip all symbols by default.
+       (copy_archive): don't change archive when error in object files of
+       the archive.
+
+Wed Jun 24 17:53:47 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * stabs.c (parse_number): Sign extend negative values correctly if
+       bfd_vma is larger than unsigned long.
+
+Tue Jun 23 14:55:05 1998  Mike Stump  <mrs@wrs.com>
+
+       * Makefile.am (install-exec-local): Don't let EXEEXT interfere
+       with the program transform name.
+       * Makefile.in: Rebuild.
+
+Tue Jun 23 11:08:53 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c: Rewrite to use fopen/fread ratehr than mmap.
+
+       Add --section-headers command line switch, which is an alias for
+       --sections.
+
+       Incorporate improvemnts made by Andreas Schwab
+       <schwab@issan.informatik.uni-dortmund.de> including output
+       formatting and version info display.
+
+       * binutils.texi: Document --section-headers switch to readelf.
+
+Mon Jun 22 18:28:19 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * readelf.c: Include bfd.h and bucomm.h before system header
+       files.
+       (parse_args): Change type of c from char to int.
+
+Sun Jun 14 14:26:28 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c (usage): Write to stdout, not stderr.
+
+Fri Jun 12 13:33:51 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * po/Make-in (all-yes): Depend on .pot file if maintainer mode
+       enabled.
+       ($(PACKAGE).pot): Unconditionally depend on POTFILES.
+
+Fri Jun 12 16:06:15 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * readelf.c (get_ppc_rel_type): New PowerPC support.
+       (dump_relocations): PowerPC uses RELA relocations.
+       (get_machine_name): Spell PowerPC correctly.
+       (get_file_type): Change unsigned short parameter to unsigned.
+       (get_machine_name): Ditto.
+       (get_machine_data): Return whether big endian or little endian.
+       (get_machine_flags): Interpret PowerPC, M32R, and MIPS flags.
+       (process_elf_header): Print endian-ess.  Convert all numeric
+       formats to long or unsigned long.  Print out machine specific flag
+       bits.
+       (process_section_headers): Increase name by 3 columns and decrease
+       type by the same so that .gcc_except_table fits in the space.
+
+       * readelf.h: Include elf/ppc.h, elf/mips.h, and elf/m32r.h to get
+       machine specific flag bits.
+
+Thu Jun 11 17:54:26 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c: Remove extraneous #includes.  Fix warnings produced
+       by -Wall when compiling under Linux.
+
+       * Makefile.am (readelf_LDADD): Add $(LIBIBERTY).
+
+Thu Jun 11 18:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * stabs.c (struct stab_handle): Add self_crossref field.
+       (parse_stab_string): If a tag is a cross reference to itself,
+       don't define it in the tags list.
+       (parse_stab_type): Set info->self_crossref.
+
+       * debug.c (struct debug_type_real_list): Define.
+       (debug_get_real_type): Add list parameter.  Change all callers.
+       Check for circularity to avoid crashing when it occurs.
+
+Thu Jun 11 14:48:32 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c: New file: Display contents of ELF format file.
+       * readelf.h: New file: Header file for readelf.c
+       * Makefile.am: Add rules to build readelf.
+       * Makefile.in: Rebuilt.
+       * binutils.texi: Document readelf.
+       * NEWS: Mention inclusion of readelf into binutils.
+       * po/POTFILES.in; Rebuilt.
+
+Fri Jun  5 18:43:40 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objcopy.c (setup_section): Adjust the section size if copy_byte
+       is >= 0.
+       (copy_section): Do not call bfd_set_section_size.
+
+Thu Jun  4 09:12:27 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * objcopy.c (copy_usage): Add missing \n\ from help description.
+
 Wed Jun  3 19:31:33 1998  Ian Lance Taylor  <ian@cygnus.com>
 
+       * Makefile.am (YACC): Correct bison -L option.
+       * Makefile.in: Rebuild.
+
        * binutils.texi, objdump.1: Document -p/--private-headers.
 
 Wed Jun  3 12:09:40 1998  Nick Clifton  <nickc@cygnus.com>
@@ -16,7 +920,7 @@ Wed Jun  3 12:09:40 1998  Nick Clifton  <nickc@cygnus.com>
 
        Replace calls to fprintf (stderr,...) with calls to fatal () or
        non_fatal () as appropriate.
-       
+
        * objcopy.1: Document command line option changes.
        * binutils.texi: Document command line option changes.
 
@@ -25,9 +929,9 @@ Wed Jun  3 12:09:40 1998  Nick Clifton  <nickc@cygnus.com>
        except that it returns rather than calling xexit().
 
        (bfd_check_format_matches): Call fatal() rather than bfd_fatal().
-       
+
        (check_matching_formats): Fix C formating.
-       
+
        (parse_vma): Call fatal().
 
 Mon Jun  1 18:26:40 1998  Ian Lance Taylor  <ian@cygnus.com>
@@ -45,7 +949,7 @@ Thu May 14 14:00:56 1998  Nick Clifton  <nickc@cygnus.com>
 
        * dlltool.c: Add support for Thumb DLLs.  Add support for
        interworking between ARM and Thumb programs and DLLs.  Tidy the
-       code. 
+       code.
 
        * binutils.texi: Document dlltool.
 
@@ -62,7 +966,7 @@ Sun May 10 22:34:44 1998  Jeffrey A Law  (law@cygnus.com)
 Fri May  8 10:33:13 1998  Nick Clifton  <nickc@cygnus.com>
 
        * ar.c (usage): Extend information provided about command line
-       options. 
+       options.
 
 Wed May  6 15:28:51 1998  Klaus Kaempf  <kkaempf@progis.de>
 
@@ -1358,7 +2262,7 @@ Mon Jun 24 17:19:02 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
        * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
        INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
        (docdir): Removed.
-       * configure.in (AC_PREREQ): Autoconf 2.5 or higher.     
+       * configure.in (AC_PREREQ): Autoconf 2.5 or higher.
 
 Mon Jun 24 11:59:13 1996  Ian Lance Taylor  <ian@cygnus.com>
 
@@ -2239,7 +3143,7 @@ Thu Nov 30 20:26:02 1995  Kim Knuttila  <krk@cygnus.com>
        sinfo: added a preferred alignment field.
        (secdata): section data for the PowerPC version.
        (make_one_lib_file): More symbols, More sections (pdata, rdata)
-       (make_tail): Use idata$6 instead of idata$7 for ppc. Also added a 
+       (make_tail): Use idata$6 instead of idata$7 for ppc. Also added a
        NULL idata$3 descriptor (temporary).
 
 Tue Nov 28 17:23:44 1995  Doug Evans  <dje@canuck.cygnus.com>
@@ -2607,7 +3511,7 @@ Tue Sep  5 20:22:42 1995  Ian Lance Taylor  <ian@cygnus.com>
        * sysdump.c: Include "bfd.h" and "bucomm.h".  Don't include
        "sysdep.h" or <stdlib.h>.
        (dump_symbol_info): Rename from symbol_info.  Change all callers.
-       
+
 Mon Sep  4 14:30:00 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.in (host_makefile_frag): Don't set.  Substitute for
@@ -2731,7 +3635,7 @@ Tue Jul 25 11:21:53 1995  Ian Lance Taylor  <ian@cygnus.com>
 Mon Jul 24 13:52:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
 
        * srconv.c (wr_hd): Set afl field to 4 for bfd_arch_sh.
-       (writeINT): When size == -2, use 2 bytes for the h8300 and 4 bytes 
+       (writeINT): When size == -2, use 2 bytes for the h8300 and 4 bytes
        for the sh.
 
        * sysdump.c (fillup): Return size - 1, the last byte is a checksum
@@ -2819,7 +3723,7 @@ Wed Jul 12 10:40:23 1995  H.J. Lu  <hjl@nynexst.com>
 
 Tue Jul 11 13:10:52 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
 
-       * sysdump.c: re-indented file.  
+       * sysdump.c: re-indented file.
        (module): read blocks sequentially instead of trying to parse
        them, as that would require changing the parser recognize the
        difference between a DPSstart and DPSend block.
@@ -2883,7 +3787,7 @@ Tue Jul  4 14:48:42 1995  Ian Lance Taylor  <ian@cygnus.com>
 Mon Jul  3 14:16:47 1995  Steve Chamberlain  <sac@slash.cygnus.com>
 
        * configure.in (i386-*-win32): New configuration.
-       * dlltool.c (killat, xlate, usage, long_options, main): 
+       * dlltool.c (killat, xlate, usage, long_options, main):
        Understand and cope with -k option.
 
 Sat Jul  1 12:25:15 1995  Fred Fish  <fnf@cygnus.com>
@@ -3524,8 +4428,8 @@ Fri Jul 22 16:48:34 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
 
 Fri Jul 22 10:36:50 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
 
-       * coffgrok.c (doit):  Zero all fields of new structure. 
-       * srconv.c (sysroff_swap_*_out): Remove redundant trailing arg. 
+       * coffgrok.c (doit):  Zero all fields of new structure.
+       * srconv.c (sysroff_swap_*_out): Remove redundant trailing arg.
        * sysinfo.y: Generate sysroff_swap_*_out without requiring extra
        arg.
 
@@ -4010,7 +4914,7 @@ Sun Feb 20 18:47:42 1994  Ian Lance Taylor  (ian@lisa.cygnus.com)
 
 Thu Feb 17 09:28:23 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
 
-       * ar.c, bucomm.c, nlmconv.c, nm.c, objcopy.c, objdump.c, 
+       * ar.c, bucomm.c, nlmconv.c, nm.c, objcopy.c, objdump.c,
        size.c: Use bfd_get_error and bfd_set_error and new error names.
 
 Fri Feb 11 15:54:51 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
@@ -4041,7 +4945,7 @@ Wed Feb  2 13:42:23 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
 
        * nlmconv.c (main): Use bfd_get_flavour instead of struct member.
        * ar.c (print_contents, extract_file), size.c
-       (print_berkeley_format, print_sysv_format): Use bfd_get_filename and 
+       (print_berkeley_format, print_sysv_format): Use bfd_get_filename and
        bfd_my_archive instead of dereferencing the structs directly.
 
        * ar.c: Use bfd_fatal and bfd_nonfatal instead of bfd_perror and exit.
@@ -4055,7 +4959,7 @@ Wed Feb  2 13:42:23 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
        bfd_nonfatal instead of hardcoded error message if nothing matches.
 
        * arsup.c, ar.c, objdump.c: Use bfd_get_filename instead of
-       abfd->filename. 
+       abfd->filename.
 
        * nm.c (display_archive): New function, from code in display_file.
        (display_rel_file): Renamed from do_one_rel_file.
@@ -4077,7 +4981,7 @@ Wed Feb  2 13:42:23 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
 
        * objdump.c (disassemble_data): Move some variable decls closer to
        their use.  Add some comments.  Replace a nested block with a
-       return. 
+       return.
 
 Mon Jan 31 18:50:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
@@ -4102,7 +5006,7 @@ Wed Jan 26 13:13:18 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
        (dump_bfd_header): New function broken out of display_bfd.
        (dump_section_header): New function broken out of dump_headers.
        (remove_useless_symbols): Don't shadow global variable name with
-       parameter. 
+       parameter.
        (objdump_print_address): Fix backward test.
 
 Tue Jan 25 19:40:54 1994  Stan Shebs  (shebs@andros.cygnus.com)
@@ -4119,7 +5023,7 @@ Mon Jan 24 13:29:02 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
        (display_bfd): Pass the arg, and get it filled in by calling
        bfd_check_format_matches instead of bfd_check_format.
        (display_info, display_info_table): target_vector was renamed to
-       bfd_target_vector. 
+       bfd_target_vector.
 
        * binutils.texi (objdump): Note some limitations of -h section
        address printing.
@@ -4147,7 +5051,7 @@ Mon Jan 17 13:57:25 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
        * objdump.c (stab_name): Allocate dynamically.
        (stab_print): Use pointers to strings instead of char arrays.
-       (dump_stabs): Change alloc and init of arrays appropriately.    
+       (dump_stabs): Change alloc and init of arrays appropriately.
        (dump_stabs_1): Always decide whether to print stab_name or
        the stab's type number, if unnamed.
 
@@ -4310,7 +5214,7 @@ Thu Dec  2 16:00:06 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
        relocs by the output_offset.
        (i386_mangle_relocs): Change type of relocs argument.  Cast length
        argument to memmove to size_t.
-       (alpha_mangle_relocs): New function.    
+       (alpha_mangle_relocs): New function.
 
 Wed Nov 17 17:38:58 1993  Sean Eric Fagan  (sef@cygnus.com)
 
@@ -4452,7 +5356,7 @@ Mon Sep 20 19:28:57 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
        a different section.  Use time_t for time variable.
        (setup_sections): Only put sections with contents in output NLM.
        (i386_mangle_relocs): No symbols are common at this point.  Add
-       casts to avoid warnings.        
+       casts to avoid warnings.
 
 Fri Sep 10 11:00:40 1993  Stan Shebs  (shebs@rtl.cygnus.com)
 
@@ -4677,7 +5581,7 @@ Fri Jun 18 14:29:12 1993  Per Bothner  (bothner@deneb.cygnus.com)
        Change output syntax to match gdb.
 
 Thu Jun 17 16:53:56 1993  david d `zoo' zuhn (zoo@cygnus.com)
-       
+
        * Makefile.in: canonicalize install.sh; for use within
        this directory (and subdirs)
 
@@ -4819,19 +5723,19 @@ Wed Apr 28 23:41:32 1993  David J. Mackenzie  (djm@rtl.cygnus.com)
 
        * objdump.c (usage): Add missing options.
        (display_file): Print program name before calling
-       bdf_perror. 
+       bdf_perror.
 
        * nm.c (usage): Add missing options.
        (main): Clean up option parser.
        (display_file): Print program name before calling
-       bdf_perror. 
+       bdf_perror.
 
        * copy.c (copy_usage, strip_usage): Add missing options.
 
        * ar.c (usage): New function.
        (main): Call it.
        (open_inarch, do_quick_append): Print program name before calling
-       bdf_perror. 
+       bdf_perror.
 
 Thu Apr 22 15:01:35 1993  Ian Lance Taylor  (ian@cygnus.com)
 
@@ -5385,7 +6289,7 @@ Sat Dec  7 17:09:37 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
        * objdump.c: lint
        * sparc-pinsn.c: include objdump.h
 
-       
+
 
 Fri Dec  6 23:02:14 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
 
@@ -5492,7 +6396,7 @@ Wed Oct 16 11:45:36 1991  Per Bothner  (bothner at cygnus.com)
        * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
        i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
        * strip.c: Add or update Copyright notice.
-       * TODO:  Add note on 'nm -a'.   
+       * TODO:  Add note on 'nm -a'.
        * version.c: Update version number to 1.90.
        * Makefile.in: Fix making of documentation for dist.