* configure.in: Set version to 2.9.1.
authorIan Lance Taylor <ian@airs.com>
Mon, 30 Mar 1998 22:35:51 +0000 (22:35 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 30 Mar 1998 22:35:51 +0000 (22:35 +0000)
* configure: Rebuild.

bfd/ChangeLog
binutils/ChangeLog
gas/ChangeLog
gas/configure
gas/configure.in

index 1d1fd4a..9535c75 100644 (file)
@@ -1,3 +1,23 @@
+Mon Mar 30 12:46:15 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Set version to 2.9.1.
+       * configure: Rebuild.
+
+       * Branched binutils 2.9.
+
+Mon Mar 30 12:20:50 1998  Brent Baccala  <baccala@freesoft.org>
+
+       * syms.c (ENABLE_CACHING): Define.
+       (struct indexentry): Define.
+       (struct stab_cache): Remove.
+       (cmpindexentry): New static function.
+       (struct stab_find_info): Add new fields: indextable,
+       indextablesize, cached_indexentry, cached_offset, cached_stab, and
+       cached_file_name.  Remove fields: file_cache, function_cache, and
+       line_cache.
+       (_bfd_stab_section_find_nearest_line): Rewrite to build a sorted
+       index table and search it.
+
 Mon Mar 30 10:39:34 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * elf.c (_bfd_elf_copy_private_section_data): Call
index b531162..1ad2817 100644 (file)
@@ -1,5 +1,19 @@
+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.
index 5035874..5253c54 100644 (file)
@@ -1,3 +1,10 @@
+Mon Mar 30 12:46:48 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Set version to 2.9.1.
+       * configure: Rebuild.
+
+       * Branched binutils 2.9.
+
 Mon Mar 30 11:22:08 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
 
        * config/tc-i386.h (FWait): Define.
index c3f0ad7..e8576f9 100755 (executable)
@@ -800,7 +800,7 @@ fi
 
 PACKAGE=gas
 
-VERSION=2.8.2
+VERSION=2.9.1
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
@@ -1599,7 +1599,7 @@ EOF
 
       sh-*-elf*)           fmt=elf ;;
       sh-*-coff*)           fmt=coff ;;
-      sh-*-rtems*)         fmt=elf ;;
+      sh-*-rtems*)         fmt=coff ;;
 
       ns32k-pc532-mach* | ns32k-pc532-ux*)    fmt=aout em=pc532mach ;;
       ns32k-pc532-netbsd* | ns32k-pc532-lites*)  fmt=aout em=nbsd532 ;;
index 567f615..c1dde8e 100644 (file)
@@ -10,7 +10,7 @@ AC_INIT(as.h)
 
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE(gas, 2.8.2)
+AM_INIT_AUTOMAKE(gas, 2.9.1)
 
 AM_PROG_LIBTOOL
 
@@ -267,7 +267,7 @@ changequote([,])dnl
 
       sh-*-elf*)           fmt=elf ;;
       sh-*-coff*)           fmt=coff ;;
-      sh-*-rtems*)         fmt=elf ;;
+      sh-*-rtems*)         fmt=coff ;;
 
       ns32k-pc532-mach* | ns32k-pc532-ux*)    fmt=aout em=pc532mach ;;
       ns32k-pc532-netbsd* | ns32k-pc532-lites*)  fmt=aout em=nbsd532 ;;