* configure.in: Set version to 2.9.1.
* configure: Rebuild.
This commit is contained in:
parent
b5dc554447
commit
f3aa01e2a4
5 changed files with 45 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
4
gas/configure
vendored
4
gas/configure
vendored
|
@ -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 ;;
|
||||
|
|
|
@ -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 ;;
|
||||
|
|
Loading…
Reference in a new issue