GNU Binutils with patches for OS216
Révision | cdc6b36c67cce7c4a9b043a178276f34d28b4ef9 (tree) |
---|---|
l'heure | 2005-06-13 04:00:16 |
Auteur | Daniel Jacobowitz <drow@fals...> |
Commiter | Daniel Jacobowitz |
* Makefile.am: Set RELEASE.
* configure.in: Bump version to 2.16.1.
* Makefile.in, configure: Regenerated.
@@ -1,3 +1,9 @@ | ||
1 | +2005-05-02 Daniel Jacobowitz <dan@codesourcery.com> | |
2 | + | |
3 | + * Makefile.am: Set RELEASE. | |
4 | + * configure.in: Bump version to 2.16.1. | |
5 | + * Makefile.in, configure: Regenerated. | |
6 | + | |
1 | 7 | 2005-06-06 Alan Modra <amodra@bigpond.net.au> |
2 | 8 | |
3 | 9 | * elf64-pcc.c (ppc64_elf_gc_mark_hook): For the local sym in .opd |
@@ -3,7 +3,7 @@ | ||
3 | 3 | AUTOMAKE_OPTIONS = 1.9 cygnus |
4 | 4 | |
5 | 5 | # Uncomment the following line when doing a release. |
6 | -# RELEASE=y | |
6 | +RELEASE=y | |
7 | 7 | |
8 | 8 | INCDIR = $(srcdir)/../include |
9 | 9 | CSEARCH = -I. -I$(srcdir) -I$(INCDIR) |
@@ -250,7 +250,7 @@ wordsize = @wordsize@ | ||
250 | 250 | AUTOMAKE_OPTIONS = 1.9 cygnus |
251 | 251 | |
252 | 252 | # Uncomment the following line when doing a release. |
253 | -# RELEASE=y | |
253 | +RELEASE=y | |
254 | 254 | INCDIR = $(srcdir)/../include |
255 | 255 | CSEARCH = -I. -I$(srcdir) -I$(INCDIR) |
256 | 256 | MKDEP = gcc -MM |
@@ -2834,7 +2834,7 @@ fi | ||
2834 | 2834 | |
2835 | 2835 | # Define the identity of the package. |
2836 | 2836 | PACKAGE=bfd |
2837 | - VERSION=2.16 | |
2837 | + VERSION=2.16.1 | |
2838 | 2838 | |
2839 | 2839 | |
2840 | 2840 | cat >>confdefs.h <<_ACEOF |
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c]) | ||
8 | 8 | AC_CANONICAL_TARGET |
9 | 9 | AC_ISC_POSIX |
10 | 10 | |
11 | -AM_INIT_AUTOMAKE(bfd, 2.16) | |
11 | +AM_INIT_AUTOMAKE(bfd, 2.16.1) | |
12 | 12 | |
13 | 13 | dnl These must be called before AM_PROG_LIBTOOL, because it may want |
14 | 14 | dnl to call AC_CHECK_PROG. |