diff options
-rw-r--r-- | bfd/ChangeLog | 20 | ||||
-rw-r--r-- | binutils/ChangeLog | 14 | ||||
-rw-r--r-- | gas/ChangeLog | 7 | ||||
-rwxr-xr-x | gas/configure | 4 | ||||
-rw-r--r-- | gas/configure.in | 4 |
5 files changed, 45 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1d1fd4a..9535c75 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b531162..1ad2817 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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. diff --git a/gas/ChangeLog b/gas/ChangeLog index 5035874..5253c54 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. diff --git a/gas/configure b/gas/configure index c3f0ad7..e8576f9 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 567f615..c1dde8e 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 ;; |