From: Ian Lance Taylor Date: Mon, 30 Mar 1998 22:35:51 +0000 (+0000) Subject: * configure.in: Set version to 2.9.1. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3aa01e2a492aac9cb1729204e02abac017a9b94;p=binutils-gdb.git * configure.in: Set version to 2.9.1. * configure: Rebuild. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1d1fd4abebd..9535c7566fb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,23 @@ +Mon Mar 30 12:46:15 1998 Ian Lance Taylor + + * configure.in: Set version to 2.9.1. + * configure: Rebuild. + + * Branched binutils 2.9. + +Mon Mar 30 12:20:50 1998 Brent Baccala + + * 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 * elf.c (_bfd_elf_copy_private_section_data): Call diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b5311623a9f..1ad28175b01 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,19 @@ +Mon Mar 30 12:47:18 1998 Ian Lance Taylor + + * 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 + * Makefile.am (MOSTLYCLEANFILES): Define. + * Makefile.in: Rebuild. + Fix some gcc -Wall warnings: * nlmconv.c (main): Add casts to avoid warnings. (alpha_mangle_relocs): Likewise. diff --git a/gas/ChangeLog b/gas/ChangeLog index 5035874fca9..5253c54673d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Mon Mar 30 12:46:48 1998 Ian Lance Taylor + + * configure.in: Set version to 2.9.1. + * configure: Rebuild. + + * Branched binutils 2.9. + Mon Mar 30 11:22:08 1998 Alan Modra * config/tc-i386.h (FWait): Define. diff --git a/gas/configure b/gas/configure index c3f0ad741d8..e8576f918f8 100755 --- a/gas/configure +++ b/gas/configure @@ -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 ;; diff --git a/gas/configure.in b/gas/configure.in index 567f615aeab..c1dde8e7cdd 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -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 ;;