diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-04-18 12:14:50 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-04-18 12:14:50 +0000 |
commit | ee5c21a00edd649f4305fbfc3722746f83055ce2 (patch) | |
tree | 862bd9b10da269b8ca2b7c7f16f189492f82ed13 /opcodes | |
parent | 9ecf7166d24755752a87c979c910b67baf556fdb (diff) | |
download | gdb-ee5c21a00edd649f4305fbfc3722746f83055ce2.zip gdb-ee5c21a00edd649f4305fbfc3722746f83055ce2.tar.gz gdb-ee5c21a00edd649f4305fbfc3722746f83055ce2.tar.bz2 |
2007-04-18 Matthias Klose <doko@ubuntu.com>
* Makefile.am (libbfd_la_LDFLAGS): Use bfd soversion.
(bfdver.h): Use the date in non-release builds for the soversion.
* Makefile.in: Regenerate.
2007-04-18 Matthias Klose <doko@ubuntu.com>
* Makefile.am (libopcodes_la_LDFLAGS): Use bfd soversion.
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 5 | ||||
-rw-r--r-- | opcodes/Makefile.am | 2 | ||||
-rw-r--r-- | opcodes/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d846b72..e7acaca 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2007-04-18 Matthias Klose <doko@ubuntu.com> + + * Makefile.am (libopcodes_la_LDFLAGS): Use bfd soversion. + * Makefile.in: Regenerate. + 2007-04-14 Steve Ellcey <sje@cup.hp.com> * Makefile.am: Add ACLOCAL_AMFLAGS. diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 96433f3..d187ce2 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -362,7 +362,7 @@ libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c # if host != build. libopcodes_la_DEPENDENCIES = $(OFILES) libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@ -libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@ +libopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @WIN32LDFLAGS@ # libtool will build .libs/libopcodes.a. We create libopcodes.a in # the build directory so that we don't have to convert all the diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 8acad92..dbb4354 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -571,7 +571,7 @@ libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c # if host != build. libopcodes_la_DEPENDENCIES = $(OFILES) libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@ -libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@ +libopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @WIN32LDFLAGS@ # libtool will build .libs/libopcodes.a. We create libopcodes.a in # the build directory so that we don't have to convert all the |