* Makefile.am (DISTSTUFF): Add defparse.h, defparse.c, rclex.c,
[binutils-gdb.git] / binutils / ChangeLog
index a5fd63bca7f08f042a042fe59832bc3c082a8354..2ad0eac4e28b862498a8c61f248c9b712669b3e1 100644 (file)
@@ -1,3 +1,127 @@
+Tue Apr  7 15:41:15 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (DISTSTUFF): Add defparse.h, defparse.c, rclex.c,
+       rcparse.h, and rcparse.c
+       * Makefile.in: Rebuild.
+
+Mon Apr  6 16:24:35 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (PROGS): Move $(ADDR2LINE_PROG) to end, so that
+       Makefile.in doesn't have an empty continuation line.
+       (bin_PROGRAMS): Likewise.
+       * Makefile.in: Rebuild.
+
+Fri Apr  3 14:48:42 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (DISTCLEANFILES): Add site.exp and site.bak.
+       (MOSTLYCLEANFILES): Add binutils.log, binutils.sum, and abcdefgh*.
+       (mostlyclean-local): New target.
+       * Makefile.in: Rebuild.
+
+Wed Apr  1 15:54:16 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       From Zack Weinberg <zack@rabi.phys.columbia.edu> and H.J. Lu
+       <hjl@gnu.org>:
+       * ar.c (usage): Mention S modifier.
+       (main): Add S modifier.
+       * ar.1, binutils.texi: Document S modifier.
+
+Wed Apr  1 13:11:23 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * binutils.texi: Use @itemx for a secondary item in a table.
+
+Tue Mar 31 18:44:13 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * dep-in.sed: Add rule to remove @OBJDIR@.
+       * Makefile.am (dep.sed): Substitute for @OBJDIR@.
+       * Makefile.in: Rebuild.
+
+Mon Mar 30 12:47:18 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Set version to 2.9.1.
+       * configure: Rebuild.
+
+       * Branched binutils 2.9.
+
+       * Makefile.am (DISTCLEANFILES): Remove defparse.h, arparse.h,
+       rcparse.h, and nlmheader.h.
+       * Makefile.in: Rebuild.
+
+Sat Mar 28 17:39:27 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (MOSTLYCLEANFILES): Define.
+       * Makefile.in: Rebuild.
+
+       Fix some gcc -Wall warnings:
+       * nlmconv.c (main): Add casts to avoid warnings.
+       (alpha_mangle_relocs): Likewise.
+       * objdump.c (dump_section_stabs): Likewise.
+       * size.c (print_sysv_format): Likewise.
+       * srcconv.c (wr_ob): Likewise.
+       * wrstabs.c (stab_modify_type): Likewise.
+       (stab_variable): Likewise.
+       * nlmconv.c (main): Initialize variables to avoid warnings.
+       * nm.c (sort_symbols_by_size): Likewise.
+       * objdump.c (disassemble_bytes): Likewise.
+       * wrstabs.c (stab_end_class_type): Likewise.
+       * coffgrok.c (do_sections_p2): Change j to unsigned int.
+       (do_lines): Change l to unsigned int.
+       * nlmheader.y (yylex): Change i to unsigned int.
+       * nm.c (print_symbol): Change j to long.
+       * size.c (lprint_number): Comment out.
+       * srconv.c (wr_ob): Change i to bfd_size_type.
+       * sysdump.c (unit_info_list): Comment out.
+       (object_body_list, program_structure, debug_list): Likewise.
+       * sysinfo.y (yyerror): Return value.
+
+Thu Mar 26 17:06:51 1998  Richard Henderson  <rth@cygnus.com>
+
+       * defparse.y (explist): Allow epsilon.
+       Suggestion from Jonathan-Harris@psion.com.
+
+Thu Mar 26 16:59:09 1998  Richard Henderson  <rth@cygnus.com>
+
+       * coffgrok.c (do_sections_p1): Use the section's lma instead of vma
+       for the benefit of prom loaders.
+
+Wed Mar 25 13:05:39 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       Based on patch from H.J. Lu  <hjl@gnu.org>:
+       * Makefile.am (DISTSTUFF): New variable.
+       (diststuff): New target.
+       (DISTCLEANFILES): New variable.
+       * Makefile.in: Rebuild.
+
+Tue Mar 24 19:33:08 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * rclex.l: Accept { and } as synonyms for BEGIN and END.
+
+Fri Mar 20 19:18:08 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * aclocal.m4, configure: Rebuild with libtool 1.2.
+
+Tue Feb 24 13:07:50 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * objdump.c (disassemble_data): Delete "++place" after call to
+       find_symbol_for_address.  Set disasm_info.symbols to array of
+       symbols at the current address.
+
+Wed Feb 18 23:39:46 1998  Richard Henderson  <rth@cygnus.com>
+
+       * Makefile.am (install-exec-local): Install properly when ln
+       fails or tooldir == prefix.
+
+Tue Feb 17 18:40:55 1998  Richard Henderson  <rth@cygnus.com>
+
+       * objcopy.c (compare_section_lma): Rename from _vma.
+        (copy_object): Gap fill based on LMA not VMA.
+       * binutils.texi: Update and clarify.
+       * objcopy.1: Likewise.
+
+Tue Feb 17 20:34:11 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * dlltool.c (make_one_lib_file): Don't add 1 to hint.
+
 Fri Feb 13 16:37:44 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * Makefile.am (AUTOMAKE_OPTIONS): Define.