fix diststuff/realclean handling of info files
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 6d9ff48aa0b2e0f799921a584be73e8ab6e8fbc7..1d00170eeee496633ca26c02aaa6fc2fe10ae09b 100644 (file)
@@ -1,3 +1,409 @@
+Wed Jun 21 17:32:45 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (DISTSTUFF): Don't include info here.
+       (diststuff): Include it here.
+       (realclean): Remove *.info.
+
+       * objdump.c (compare_relocs): If relocation entries have the same
+       address, keep them in file order.
+
+Mon Jun 19 09:06:49 1995  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * dlltool.c: Change names of generated files. .*.s-> -*.s
+
+       * objdump.c (dump_section_stabs):  Check for names
+       which are supersets of selected names. binutils/7240.
+
+Wed Jun 14 19:43:52 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * dlltool.c (mtable, ARM jump): Must redirect via pc offsetable ptr.
+
+Wed Jun 14 13:27:22 1995  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * deflex.l, defparse.y, dlltool.c: New files.
+       * Makefile.in, configure.in: Support for them.
+
+Mon Jun 12 11:27:54 1995  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * sysdump.c: Include sysdep.h
+       (main): Open input with FOPEN_RB.  binutils/7137
+
+Fri Jun  9 17:26:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * objdump.c (wide_output): New flag variable.
+       (usage): Print new -w, --wide options.
+       (long_options): Add --wide support.
+       (dump_section_header): If --wide, don't print a newline between
+       the section's first line and the flags.
+       (objdump_print_address): Use unsigned comparisons for the binary
+       search, not signed.
+       (disassemble_data): If --wide, don't put a \n between the
+       disassembly output and relocation information.
+       (main): Support -w option being the same as --wide.
+
+Thu Jun  1 17:09:27 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       Sat May  6 08:52:24 1995  H.J. Lu (hjl@nynexst.com)
+
+       * objcopy.c (smart_rename): make it smarter, clean up
+         if rename () fails.
+
+Tue May 30 14:24:15 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in: Delete lines with lots of #### because four or more
+       indicate a point for makefile fragment substitution.
+
+Tue May  9 17:17:05 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure.in: Don't build nlmconv on PowerPC eabi any more, it
+       is not needed.
+
+Thu Apr 27 20:21:24 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * Makefile.in (EXPECT): Define.
+       (RUNTEST): Use one in source tree if present.
+       (check): Set `rootme' for $(EXPECT).
+
+Wed Apr 26 18:26:21 1995  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * srconv.c (main): Add support for -n option which disables
+       prescan of common symbols.
+       (wr_ob): If reading past the end of a section, fill with zeros.
+
+Tue Apr 25 19:14:37 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * objdump.c (dump_section_header): Display load address after
+       virtual memory (run-time) address.
+
+Wed Apr 19 09:44:06 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
+
+       * Makefile.in (cplus-dem.o): Pass -DVERSION='"$(VERSION)"' to the
+        compile.
+       (DEMANGLER_PROG): No longer uses version.o.
+
+Mon Apr 10 13:29:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       Merge in support for Mac MPW as a host.
+       (Old change descriptions retained for informational value.)
+
+       * mpw-config.in (TDEFINES): Define as empty in makefile frag.
+
+       * mpw-config.in: Create mk.tmp, define ARCHDEFS in it.
+
+       * mpw-config.in: New file, MPW configure fragment for binutils.
+       * mpw-make.in (install-only): New target.
+       (install): Also depend on install-only.
+
+       * mpw-make.in (cplusfilt): Renamed from c++filt.
+       (INCLUDES): Add more paths.
+
+       * mpw-make.in: New file, MPW makefile fragment for binutils.
+       (Normally automatically generated from Makefile.in.)
+
+Mon Mar 27 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ar.c (write_archive): Call make_tempname to get output file
+       name, rather than using a fixed name based on the input file.
+
+       * objcopy.c (make_tempname): Copy from here...
+       * bucomm.c (make_tempname): ...to here, and make global.
+       * bucomm.h (make_tempname): Declare.
+
+Fri Mar 24 11:47:42 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * strings.c: Include "bfd.h" before other headers.  Include
+       "sysdep.h".
+       * bucomm.c (print_arelt_descr): Cast st_uid and st_gid to long,
+       and print them with %ld.
+
+Fri Mar 10 13:09:42 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objcopy.c (strip_options): Add --keep-symbol.
+       (copy_options): Likewise.
+       (copy_usage): Mention --keep-symbol and -K.
+       (strip_usage): Likewise.
+       (keep_symbols): New static variable.
+       (is_strip_symbol): Adjust the return value according to
+       keep_symbols.
+       (strip_main): Handle -K.  For -N, check that -K was not given.
+       (copy_main): Likewise.
+       * binutils.texi, objcopy.1, strip.1: Document -K.
+
+Mon Mar  6 13:33:47 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * objcopy.c (copy_archive): Check result of mkdir.
+       (copy_main): Cast an xmalloc result.
+
+       * objdump.c (usage): Break long format string into shorter ones.
+
+Mon Mar  6 13:46:12 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * bucomm.c (list_supported_targets): New function.
+       * bucomm.h (list_supported_targets): Declare.
+       * ar.c (usage): Call list_supported_targets.
+       * nm.c (usage): Likewise.
+       * objcopy.c (copy_usage, strip_usage): Likewise.
+       * objdump.c (usage): Likewise.
+       * size.c (usage): Likewise.
+       * strings.c (usage): Likewise.
+
+Tue Feb 28 15:13:58 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * bucomm.c (print_arelt_descr): Cast st_size to long before
+       passing it to fprintf.
+
+Fri Feb 17 13:36:45 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objcopy.c (struct section_list): Add fields remove, set_flags,
+       and flags.  Change adjust from boolean to enum.
+       (remove_sections): Remove static variable.
+       (sections_removed): New static variable.
+       (copy_options): Add --set-section-flags.
+       (copy_usage): Mention --set-section-flags.
+       (parse_flags): New static function.
+       (find_section_list): New static function.
+       (is_strip_symbol): Change return type from int to boolean.
+       (is_strip_section): New static function.
+       (filter_symbols): Call is_strip_section.
+       (copy_object): When adding sections, check for specified flags or
+       VMA.  Call filter_symbols if any sections are being removed.
+       (setup_section): Use find_section_list function rather than
+       looking through remove_sections and adjust_sections.  Handle
+       --set-section-flags.
+       (copy_section): Use find_section_list rather than looking through
+       remove_sections.
+       (strip_main): Use find_section_list instead of adding items to
+       sections_removed.
+       (copy_main): Use find_section_list instead of adding items to
+       sections_removed and adjust_sections.  Handle --set-section-flags.
+       * binutils.texi, objcopy.1: Document --set-section-flags.
+
+Tue Feb 14 18:03:03 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objdump.c (with_source_code): New global variable.
+       (usage): Mention -S/--source.
+       (long_options): Add --source.
+       (prev_functionname, prev_line): New static variables.
+       (struct print_file_list): Define.
+       (print_files): New static variable.
+       (skip_to_line, show_line): New static functions.
+       (disassemble_data): Call show_line to handle -l and -S.
+       (main): Handle -S.
+       * binutils.texi, objdump.1: Document -S/--source.
+
+Thu Feb  9 16:11:53 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objcopy.c (copy_usage): Rename parameter to avoid shadowing.
+       (strip_usage): Likewise.
+
+       * objcopy.c (struct section_add): Define.
+       (add_sections): New static variable.
+       (copy_options): Accept --add-section.
+       (copy_usage): Mention --add-section.
+       (copy_object): Add sections from the add_sections list.
+       (copy_main): Handle --add-section.
+       * binutils.texi, objcopy.1: Document --add-section.
+
+Wed Feb  1 15:04:57 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * objdump.c (disassemble_data): Pass section offset, not absolute
+       address, to bfd_find_nearest_line.
+
+       * nlmconv.c (powerpc_mangle_relocs): Don't use const with
+       reloc_howto_type.
+
+Thu Jan 26 18:50:06 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objdump.c (compare_symbols): Use bfd_asymbol_value (VAR) rather
+       than VAR->value.
+       (objdump_print_address): Likewise.
+       (disassemble_data): Don't change the symbol values.  It can
+       confuse bfd_canonicalize_reloc.
+
+Thu Jan 26 12:03:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure.in: Add support for powerpc-*-ebai.
+
+Wed Jan 18 10:02:12 1995  Steve Chamberlain  <sac@splat>
+
+       * coffdump.c: Include sysdep.h.
+       (dump_coff_type): Hanlde coff_secdef_type.
+       * coffgrok.c : Include sysdep.h.
+       * srconv.c: Include libiberty.h
+       (absolute_p, dty_start, dty_end, dump_tree_structure): Remove.
+
+Wed Jan 18 12:24:14 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * coffdump.c (dump_coff_scope): Cast pointer to unsigned long for
+       printf.
+       * coffgrok.c: Include bucomm.h.  Don't declare xmalloc.
+       (push_scope): Declare type of parameter link.
+       * size.c: Include libiberty.h.
+       * srconv.c: Include bucomm.h.
+       (find_base): Declare at top of file.
+       (wr_hd): Add default case to architecture switch.
+       (wr_dps_start): Declare type of parameter nest.
+       (wr_du): Comment out variables used only in commented out blocks.
+       (wr_dus): Remove unused variable i.
+       (wr_sc): Remove unused variables myinfo, low, and high.
+       * strings.c: Include libiberty.h.
+       * sysdump.c: Include <ctype.h>.
+
+Tue Dec 20 19:13:44 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * ar.c (main): Ignore 'f' modifier used on HP/UX 9.
+
+Thu Dec 15 17:34:12 1994  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * ar.c, nm.c, objcopy.c, objdump.c: Include progress.h.
+       * ar.c, nm.c, objcopy.c, objdump.c (main): Add START_PROGRESS
+       and END_PROGRESS.
+       * ar.c (map_over_members, open_inarch): Call PROGRESS.
+       * nm.c (main, display_archive, filter_symbols, print_symbols):
+       Call PROGRESS.
+
+       * objcopy.c (copy_usage): Break up long usage string.
+
+Wed Dec 14 15:51:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * objcopy.c (copy_object): Don't bother setting status after
+       nonfatal() "call", because it won't return.
+
+Fri Dec  9 00:22:54 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * nlmconv.c (powerpc_mangle_relocs): Don't switch a reloc to use
+       the section symbol if the symbol is undefined.
+
+Thu Dec  8 14:45:50 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * objcopy.c (add_strip_symbol): Cast return value of xmalloc.
+
+Wed Nov 30 11:05:43 1994  Ian Lance Taylor  <ian@rtl.cygnus.com>
+
+       * ar.c (replace_members): Pass current->filename to normalize when
+       checking for duplicates, because the filename of a newly added
+       file will not have been normalized yet.
+
+Thu Nov 17 15:00:13 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * ar.c (main): Don't call do_quick_append if any of the archive
+       names are longer than 14 characters.
+
+       * objcopy.c (main): Fix is_strip test.  From
+       pirker@eiunix.tuwien.ac.at (Martin Pirker).
+
+Thu Nov 17 15:37:19 1994  Mark W. Eichin  <eichin@cygnus.com>
+
+       * objcopy.c (add_strip_symbol): New function, adds a name to an
+       explicit list of symbols to strip.
+       (is_strip_symbol): New function, reports whether the name argument
+       is in the explicit list.
+       (filter_symbols): Check against is_strip_symbol above all.
+       (strip_main): Recognize -N option. If used, don't default to
+       strip_all.
+       (copy_main): Recognize -N option.
+       (strip_usage): Document -N and --strip-symbol options.
+       (copy_usage): Ditto.
+       * objcopy.1, strip.1, binutils.texi: Document -N and
+       --strip-symbol options.
+
+Tue Nov  8 13:12:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * objdump.c (display_target_list, display_info_table): Pass an
+       array to tmparg, rather than NULL, since some systems can't handle
+       NULL.
+
+       * objcopy.c (copy_archive): Keep a list of the names of the
+        temporary files we created.  Close each input BFD after we open
+        its successor.
+
+Mon Nov  7 15:48:39 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (VERSION): Bump to 2.5.3.
+
+Thu Nov  3 19:04:34 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (install-info): Install info files from whatever
+       directory they were found in.
+
+       Patch from DJ Delorie:
+       * configure.bat: do c++filt -> cxxfilt right
+
+       * sysinfo.y: Include system header files early, so any potential
+       declaration of abort() occurs before its use.
+
+       * strings.c (strings_file): Try opening the file in binary mode
+       first.
+
+Wed Nov  2 15:44:13 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * ar.c (main): Treat ar qs like ar rs.
+
+Tue Oct 25 16:19:25 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * objcopy.c (gap_fill): Explicitly initialize, for clarity.
+       (pad_to_set, pad_to): New static variables.
+       (copy_options): Accept --pad-to.
+       (copy_usage): Mention --pad-to.
+       (copy_object): Support --pad-to.
+       (compare_section_vma): Sort non loadable sections to the front.
+       Sort sections with the same VMA by size.
+       (copy_main): Handle --pad-to.
+       * binutils.texi, objcopy.1: Document --pad-to.
+
+Thu Oct 20 13:51:31 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * objcopy.c (gap_fill_set, gap_fill): New static variables.
+       (copy_options): Accept --gap-fill.
+       (copy_usage): Mention --gap-fill.
+       (copy_object): Support --gap-fill.
+       (get_sections, compare_section_vma): New static functions.
+       (copy_main): Handle --gap-fill.
+       * binutils.texi, objcopy.1: Document --gap-fill.
+
+Wed Oct 19 14:09:16 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * Makefile.in (check): Add a dummy else clause to the if
+       statement.
+
+       * objcopy.c (copy_object): Revert yesterday's change.
+       * binutils.texi, objcopy.1: Remove special mention of --set-start
+       and `binary' output format.
+
+Tue Oct 18 11:12:01 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * objcopy.c (copy_object): If the output file format is `binary',
+       and the start address was not set using --set-start, default the
+       start address to zero.  This hack is because the `binary' output
+       file format uses the start address to set the virtual address of
+       the first byte in the file.
+       * binutils.texi, objcopy.1: Add some notes on generating S-records
+       and binary files.
+
+       * nm.c (print_symdef_entry): Call print_symname to print the
+       symbol name, so that --demangle works.
+
+       * Makefile.in (mostlyclean): Remove tmpdir.
+
+       * objcopy.c (struct section_list): Add fields used, adjust, val.
+       (adjust_start, set_start_set, set_start): New static variables.
+       (adjust_section_vma, adjust_sections): New static variables.
+       (copy_options): Add --adjust-start, --adjust-vma,
+       --adjust-section-vma, --adjust-warnings, --no-adjust-warnings,
+       --set-start.
+       (parse_vma): New static function.
+       (copy_usage): Mention new options.
+       (copy_object): Handle --set-start and --adjust-start.
+       (setup_section): Correct type of last argument to PTR.  Set used
+       field if section is removed.  Handle --adjust-vma and
+       --adjust-section-vma.
+       (copy_section): Correct type of last argument to PTR.
+       (mark_symbols_used_in_relocations): Likewise.
+       (strip_main): Clear used field when handling -R.
+       (copy_main): Handle new options.
+       * binutils.texi (objcopy): Document new options.
+       * objcopy.1: Document new options.
+
 Fri Oct 14 14:38:13 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
 
        * configure.in (configdirs): Remove definition--testsuite is no
@@ -7,6 +413,11 @@ Fri Oct 14 14:38:13 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
        (check): Rewrite.
        (clean, distclean): Don't recur into testsuite directory.
 
+Thu Oct 13 19:24:09 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (VERSION): Updated to 2.5.
+       * Version 2.5 released.
+
 Tue Oct 11 15:26:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
 
        * Makefile.in (sysdump.o): Depends upon sysroff.c.
@@ -1976,4 +2387,314 @@ Fri May  1 16:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
 
        * Makefile.in: use sanity test on make check.
 
-Tue Apr 21 13:38:37 1992  K. 
\ No newline at end of file
+Tue Apr 21 13:38:37 1992  K. Richard Pixley  (rich@cygnus.com)
+
+       * Makefile.in: rework CFLAGS so that they can be passed on the
+         command line to make.  Remove MINUS_G.  Default CFLAGS to -g.
+
+Wed Apr 15 14:33:07 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
+
+       * arsup.c, arsup.h, arparse.y, arlex.l: support for archive
+       scripting language.
+
+Fri Mar  6 21:54:53 1992  K. Richard Pixley  (rich@cygnus.com)
+
+       * Makefile.in: added check target.
+
+Thu Mar  5 21:35:49 1992  K. Richard Pixley  (rich@cygnus.com)
+
+       * Makefile.in: added clean-info target.
+
+Tue Mar  3 15:36:37 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
+
+       * Makefile.in: remove $(COPY_PROG) from PROGS.  It shouldn't be
+         installed. added tooldir and program_prefix.
+
+Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
+
+       * Makefile.in, configure.in: removed traces of namesubdir,
+         -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
+         copyrights to '92, changed some from Cygnus to FSF.
+
+Sun Feb 16 12:53:02 1992  Per Bothner  (bothner at cygnus.com)
+
+       * Makefile.in:  Bump version to 1.96, and remove -beta
+       suffix from distribution name.
+       * m68k-pinsn.c:  New macro COERCE_SIGNED_CHAR to extract
+       the signed value of a character (even if chars are unsigned).
+       * sparc-pinsn.c:  Add new operand types.
+
+Thu Feb  6 12:14:19 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
+
+       * objdump.c (disassemble_data): don't print a section's contents
+       if it's not loadable (eg bss)
+
+Tue Jan 28 11:11:06 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
+
+       * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
+       displacements don't get printed as large +ve ones.
+
+Fri Jan 24 14:47:53 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
+
+       * copy.c, nm.c, objdump.c, size.c : changed to use the
+       new reloc scheme.
+
+
+Mon Dec 30 18:34:41 1991  Per Bothner  (bothner at cygnus.com)
+
+       * bucomm.c (print_arelt_descr):  Tweek the output format
+       so that 'ar tv' output follows Posix 1003.2/D11.
+       Output is now also identical to Sun's (except __.SYMDEF).
+
+Mon Dec 30 06:09:53 1991  John Gilmore  (gnu at cygnus.com)
+
+       * Makefile.in:  Make `make' output more readable.
+
+Wed Dec 18 15:04:45 1991  Per Bothner  (bothner at cygnus.com)
+
+       * Makefile.in:  Bump to version 1.94.
+
+Wed Dec 11 16:48:09 1991  Steve Chamberlain  (sac at cygnus.com)
+
+       * ar.c: added "b" to fopens for dos
+       * configdj.bat, makefile.dos new files from DJ
+
+Tue Dec 10 04:07:26 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
+
+       * Makefile.in: infodir belongs in datadir.
+
+Sat Dec  7 17:09:37 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
+
+       * bucomm.h: created to hold prototypes of bucomm.c
+       * objdump.h: created to hold prototyes of objdump.c
+       * am29k-pinsn.c: include objdump.h
+       * ar.c: include bucomm.h, get ar.h from the right place and
+       include libbfd.h
+       * bucomm.c: defunize bfd_fatal
+       * copy.c: include bucomm.h, lint.
+       * i960-pinsn.h: include bucomm.h
+       * m68k-pinsn.h: lint
+       * nm.c: include bucomm.h, lint
+       * objdump.c: lint
+       * sparc-pinsn.c: include objdump.h
+
+       
+
+Fri Dec  6 23:02:14 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
+
+       * Makefile.in: added standards.text support.  install using
+         INSTALL_PROGRAM and INSTALL_DATA.
+
+       * configure.in: configure now does all of it's work from objdir so
+         make file existence tests against ${srcdir}.
+
+Thu Dec  5 22:46:22 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
+
+       * Makefile.in: idestdir and ddestdir go away.  Added copyrights
+         and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
+         and mandir now keyed off datadir by default.
+
+Wed Dec  4 22:42:03 1991  Per Bothner  (bothner at cygnus.com)
+
+       * Makefile.in:  Bump to version 1.93.
+       * Makefile.in:  Add make-strip.o:maybe-strip.c dependency
+       for make versions that provide half-baked VPATH-support (e.g. Sun's).
+       * size.c:  Improvements suggested by
+       "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
+       - Don't emit (Berkeley) headers if no files were found.
+       - Return a non-zero return code on failure.
+
+Sat Nov 30 21:34:19 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
+
+       Changes due to include file renaming:
+       * am29k-pinsn.c: a29k-opcode.h  -> opcode/a29k.h
+       * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
+       * m68k-pinsn.c:  m68k-opcode.h  -> opcode/m68k.h
+       * nm.c:          stab.gnu.h     -> aout/stab_gnu.h
+
+Tue Nov 19 19:20:43 1991  Per Bothner  (bothner at cygnus.com)
+
+       * README:  Mention MINIMIZE flag for bfd's make.
+
+Mon Nov 18 12:05:37 1991  Per Bothner  (bothner at cygnus.com)
+
+       * README:  Various improvements.
+
+Sun Nov 17 23:40:59 1991  Per Bothner  (bothner at cygnus.com)
+
+       * Makefile.in:  Bump to version 1.92.
+       * version.c, Makefile.in:  Get version string from Makefile.
+       * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
+       Make the same change that we earlier did for ar/ranlib:
+       Generate two different binaries for strip and copy and use
+       a global variable with different values to distinguish
+       ostrip from copy.  (-1 means to use argv[0] to decide,
+       so you can get the old behavior, but it is no longer the default).
+       * copy.c (copy_file):  Set EXEC_P of output bfd if input is so.
+       * copy.c (main):  If is_strip==-1, compare last 5 chars
+       of argv[0], not the whole path.
+       * copy.c (main): Return 0, not 1.
+       * copy.c (setup_sections):  Fix due to change in bfd_make_section
+       now failing if asked for a duplicate section.
+       * strip.c, ostrip.c:  Removed obsolete files.
+       * ar.c, not-ranlib.c, maybe-ranlib.c:
+       Change encoding of is_ranlib variable to be consistent
+       with is_strip for strip.copy (i.e -1 to means use argv[0]).
+
+Thu Nov 14 20:11:02 1991  Per Bothner  (bothner at cygnus.com)
+
+       * version.c (program_version): Update to version 1.92.
+
+Tue Nov 12 16:17:53 1991  Per Bothner  (bothner at cygnus.com)
+
+       * ar.c (get_pos_bfd):  Previous fix was missing a "break".
+
+Thu Nov  7 08:55:56 1991  Steve Chamberlain  (sac at cygnus.com)
+
+       * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
+       encodings. (Thaks to David Wood)
+
+Sun Nov  3 14:50:23 1991  Per Bothner  (bothner at cygnus.com)
+
+       * Makefile.in ($(DIST_NAME).tar.Z), TODO:  Various fixes.
+       * ar.c (get_pos_bfd): Fix to handling of before/after
+       positioning options.
+       * bucomm.c (fatal):  MISSING_VFPRINTF is no longer an issue,
+       since libiberty contains vfprintf etc if otherwise missing.
+       * m68k-pinsn.c (print_insn_arg):  Support BB/BW/BL
+       type operands, as used by branch instructions.
+       * nm.c:  Delegate printing of symbols to BFD,
+       by using bfd_print_symbol to do the formatting.
+
+Mon Oct 28 11:20:47 1991  Steve Chamberlain  (steve at cygnus.com)
+
+       * ar.c (write_archive.c): added unlink before rename since some
+       systems can't rename onto an existant file.
+
+Mon Oct 21 09:47:23 1991  Steve Chamberlain  (steve at rtl.cygnus.com)
+
+       * nm.c: now doesn't crash if a symbol with no section and no
+       SEC_ABS appears.
+
+Thu Oct 17 15:25:50 1991  Per Bothner  (bothner at cygnus.com)
+
+       * Makefile.in, version.c:  Bump to version 1.91.
+
+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'.   
+       * version.c: Update version number to 1.90.
+       * Makefile.in: Fix making of documentation for dist.
+
+Tue Oct 15 00:17:17 1991  Per Bothner  (bothner at cygnus.com)
+
+       * README: New file.
+       * Makefile.in: New kludgy rules for making a tarfile.
+       * Makefile.in: Fix bindir path.
+
+Mon Oct 14 17:34:29 1991  Roland H. Pesch  (pesch at cygnus.com)
+
+       * Makefile.in: add targets binutils.mm, binutils.me
+
+Fri Oct 11 22:44:21 1991  John Gilmore  (gnu at cygnus.com)
+
+       * Makefile.in:  Avoid Sun Make VPATH bugs by adding dependencies.
+
+Fri Oct 11 12:51:33 1991  Roland H. Pesch  (pesch at cygnus.com)
+
+       * Makefile.in: add target "binutils.ms"
+
+       * binutils.texinfo: minor restructuring for texi2roff comfort.
+
+Fri Oct 11 04:12:28 1991  John Gilmore  (gnu at cygnus.com)
+
+       Restructure configuration scheme for bfd, binutils, ld.
+
+       * include/sys/h-*.h:  Move to bfd/hosts/h-*.h.
+       * configure.in:  Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
+       Change some config names to match other dirs.
+       * *.c:  Include bfd.h before sysdep.h, so ansidecl and PROTO()
+       get defined first.
+       * Makefile.in:  Use -I. to get sysdep.h.
+
+Wed Oct  9 22:42:56 1991  Per Bothner  (bothner at cygnus.com)
+
+       * nm.c (print_symbols):  Handle NULL name field of symbol.
+       * Makefile.in: Removed spurious comment.
+
+Tue Oct  8 16:55:03 1991  Roland H. Pesch  (pesch at cygnus.com)
+
+       * binutils.texinfo: minor typos, phrasing, formatting fixes.
+
+Tue Oct  8 15:13:20 1991  Per Bothner  (bothner at cygnus.com)
+
+       * configure.in: Get host file from ../bfd/config, not config.
+       * config/*: Remove config directory and its files.
+
+Tue Oct  8 13:58:59 1991  Roland H. Pesch  (pesch at cygnus.com)
+
+       * Makefile.in: new targets binutils.dvi, binutils.info
+
+       * binutils.texinfo: remove most remaining FIXME's, delete
+       references to __.SYMDEF by name
+
+
+Tue Oct  8 10:23:44 1991  Steve Chamberlain  (steve at cygnus.com)
+
+       * objdump.c (print_address) Print addresses nicely.
+
+Mon Oct  7 11:31:05 1991  Per Bothner  (bothner at cygnus.com)
+
+       * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
+       Make two different binaries for ar and ranlib, instead of
+       distinguishing them at run time using argv[0].
+       (Old behavior is still available if you "make ar_with_ranlib",
+       but it is not the default.)
+       * ranlib.sh (new):  An alternative one-line
+       shell implementation of ranlib.
+
+Fri Oct  4 21:49:44 1991  John Gilmore  (gnu at cygnus.com)
+
+       * objdump.c:  Cope with renames of a few BFD types & enums.
+
+Fri Oct  4 19:08:09 1991  Roland H. Pesch  (pesch at cygnus.com)
+
+       * binutils.texinfo: add new file (rudimentary docn)
+
+Mon Sep 30 12:30:39 1991  Per Bothner  (bothner at cygnus.com)
+
+       * config/hmake-news: Add new file (for Sony NEWSOS3).
+       * bucomm.c (fatal):  Conditionally compile fatal() depending on
+       MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
+       * objdump.c (dump_headers):  Trivial output format change.
+       * objdump.c (display_info): Loop over integers, not enums,
+       to appease old compilers.
+
+Mon May 20 16:14:07 1991  Steve Chamberlain  (steve at cygint.cygnus.com)
+
+        *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
+
+Thu May 16 16:06:55 1991  Steve Chamberlain  (steve at cygint.cygnus.com)
+     from bother
+       * objdump.c (print_address): Make disasembled output more
+       consistent with gdb and as: Add 0x when printing hex.
+       Don't print extra leading zeros.
+       Attempt to not print "filename.o".
+       * objdump.c: Add some enum-to-int casts to accomodate old compilers.
+
+
+Fri May  3 22:21:44 1991  John Gilmore  (gnu at cygint.cygnus.com)
+
+       * copy.c:  Change =& constructs to = &, since they confuse older
+       C compilers.
+
+\f
+Local Variables:
+mode: indented-text
+left-margin: 8
+fill-column: 74
+version-control: never
+End:
This page took 0.03682 seconds and 4 git commands to generate.