• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révisioncdc6b36c67cce7c4a9b043a178276f34d28b4ef9 (tree)
l'heure2005-06-13 04:00:16
AuteurDaniel Jacobowitz <drow@fals...>
CommiterDaniel Jacobowitz

Message de Log

* Makefile.am: Set RELEASE.
* configure.in: Bump version to 2.16.1.
* Makefile.in, configure: Regenerated.

Change Summary

Modification

--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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+
17 2005-06-06 Alan Modra <amodra@bigpond.net.au>
28
39 * elf64-pcc.c (ppc64_elf_gc_mark_hook): For the local sym in .opd
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -3,7 +3,7 @@
33 AUTOMAKE_OPTIONS = 1.9 cygnus
44
55 # Uncomment the following line when doing a release.
6-# RELEASE=y
6+RELEASE=y
77
88 INCDIR = $(srcdir)/../include
99 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -250,7 +250,7 @@ wordsize = @wordsize@
250250 AUTOMAKE_OPTIONS = 1.9 cygnus
251251
252252 # Uncomment the following line when doing a release.
253-# RELEASE=y
253+RELEASE=y
254254 INCDIR = $(srcdir)/../include
255255 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
256256 MKDEP = gcc -MM
--- a/bfd/configure
+++ b/bfd/configure
@@ -2834,7 +2834,7 @@ fi
28342834
28352835 # Define the identity of the package.
28362836 PACKAGE=bfd
2837- VERSION=2.16
2837+ VERSION=2.16.1
28382838
28392839
28402840 cat >>confdefs.h <<_ACEOF
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c])
88 AC_CANONICAL_TARGET
99 AC_ISC_POSIX
1010
11-AM_INIT_AUTOMAKE(bfd, 2.16)
11+AM_INIT_AUTOMAKE(bfd, 2.16.1)
1212
1313 dnl These must be called before AM_PROG_LIBTOOL, because it may want
1414 dnl to call AC_CHECK_PROG.