For Sega/Hitachi, when simulator exits, check to see if it was because
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 0b19373b1cc2198a8339ab85ac61229b80c8a7d8..3ff0644f33e7a9d237f3b916471c162a0a1d785c 100644 (file)
@@ -1,3 +1,133 @@
+Fri Aug 11 18:27:18 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * nm.c (main): Ignore -e.
+
+Thu Aug 10 17:35:00 1995  Ken Raeburn  <raeburn@cygnus.com>
+
+       * Makefile.in (config.texi): New target.  Write out a setting for
+       texinfo variable VERSION.
+       (binutils.dvi, binutils.info): Depend on it.
+       * binutils.texi: Include it, and reference @value{VERSION} instead
+       of explicitly specifying 2.2(!).
+
+Thu Aug 10 16:07:53 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * coffgrok.c (do_type): Handle array dimensions the same way gdb
+       does.
+
+Tue Aug  8 17:10:42 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * dlltool.c (mtable): New fields.
+       (ASM_RVA_BEFORE, ASM_RVA_AFTER): New.
+       (flush_page): Use new macros.
+
+Sat Aug  5 00:16:37 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * objcopy.c (mark_symbols_used_in_relocations): Handle sections
+       with no relocations.
+       * coffgrok.c (do_sections_p1): Likewise.
+
+Mon Jul 31 12:51:06 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * strings.c (print_strings): For compatibility with existing
+       strings programs, print strings which are not terminated with a
+       null byte or a newline.
+       * binutils.texi, strings.1: Update documentation accordingly.
+
+       * ar.c (replace_members): For compatibility with existing ar
+       programs, permit users to add the same file multiple times.
+
+Tue Jul 25 11:21:53 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * strings.c (DATA_FLAGS): Remove SEC_DATA.
+       (main): If no file names are given, scan standard input.
+       * binutils.texi, strings.1: strings now scans non-data sections by
+       default.
+
+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 
+       for the sh.
+
+       * sysdump.c (fillup): Return size - 1, the last byte is a checksum
+       and shouldn't be counted.
+       * sysroff.info (hd): Changed segment identifier from a byte to a 1
+       bit field.  The sysroff 2.0-01 specification seems to be in error
+       here.  Reduce width of following "spare" field from 4 to 3 bits.
+       (rl): Changed order and width of first 4 bitfields to correspond
+       to sysroff specification.
+       (dln_head, dln_inside, dln_tail): Removed.
+
+Tue Jul 18 23:00:03 1995  Fred Fish  <fnf@cygnus.com>
+
+       * nm.c (sort_symbols_by_size):  Enclose expression being casted
+       in parens so result is casted, not just first operand.  Can't
+       do pointer arithmetic on void* pointers.
+
+Fri Jul 14 13:42:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * sysdump.c (dh): Changed format of output to be 16 hex digits
+       followed by 16 ascii characters, similar to Emacs' hexl-mode,
+       to make it easier to read.
+       (xcalloc): fix typo.
+
+Thu Jul 13 15:27:44 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * srconv.c (wr_tr): Write out handcrafted tr block.
+       (walk_tree_symbol): Use evallen and evalue instead of
+       vallen & value because of corresponding changes in
+       sysroff.info.
+
+       * sysdump.c (sysroff_swap_tr_in, sysroff_print_tr_out): New
+       functions.
+
+       * sysroff.info (tr): the tr block is a special case --- a block
+       without contents --- which can't be handled by generated code.
+       (den, dpp): only first byte is present for DENend, DPPend.
+       (dsy): describe a conditional portion of block, rename some fields.
+       (dps): describe a conditional portion of block.
+       (dfl): removed.
+
+       * sysinfo.y (yyerror): write error message to standard error.
+
+Thu Jul 13 10:43:59 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (DISTSTUFF): Add arparse.h and sysinfo.h.
+       (mostlyclean): Remove y.output.
+       (clean): Remove sysroff, sysroff.c, sysroff.h, and sysinfo.
+
+       * nlmconv.c (powerpc_mangle_relocs): Cast memset arg to size_t.
+       * objcopy.c (copy_object): Likewise.
+
+       * nm.c (HAVE_SBRK): Define execpt on amigados and WINDOWS_NT.
+       (struct size_sym): Define.
+       (show_stats): New static variable.
+       (long_options): Add undocumented option "stats".
+       (main): Print memory stats if requested.
+       (sort_bfd, sort_dynamic, sort_x, sort_y): New static variables.
+       (numeric_forward): Use minisymbols rather than asymbols.
+       (non_numeric_forward): Likewise.
+       (size_forward1): Rename from size_forward.  Use minisymbols.
+       (size_forward2): New static function.
+       (sort_symbols_by_size): Take new arguments dynamic, size, and
+       symsizep.  Use minisymbols.  Don't store the size back in the
+       symbol; store in a newly allocate struct size_sym array.
+       (display_rel_file): Read minisymbols rather than asymbols.  Set
+       sort_* variables.  Call print_size_symbols if sorting by size.
+       (filter_symbols): Take new arguments dynamic and size.  Use
+       minisymbols.
+       (print_symbols): Likewise.  Call print_symbol for actual printing.
+       (print_size_symbols): New static function.
+       (print_symbol): New static function.
+
+Wed Jul 12 10:43:05 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objdump.c (dump_section_stabs): Only print each stabs section
+       once.
+       (compare_relocs): Make it clear to gcc that this always returns a
+       value.
+
 Wed Jul 12 10:40:23 1995  H.J. Lu  <hjl@nynexst.com>
 
        * objcopy.c (simple_copy): Preserve errno on failure.
@@ -321,7 +451,7 @@ Thu Jan 26 12:03:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
 Wed Jan 18 10:02:12 1995  Steve Chamberlain  <sac@splat>
 
        * coffdump.c: Include sysdep.h.
-       (dump_coff_type): Hanlde coff_secdef_type.
+       (dump_coff_type): Handle coff_secdef_type.
        * coffgrok.c : Include sysdep.h.
        * srconv.c: Include libiberty.h
        (absolute_p, dty_start, dty_end, dump_tree_structure): Remove.
This page took 0.02481 seconds and 4 git commands to generate.