diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-02-13 18:13:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-02-13 18:13:58 +0000 |
commit | 3a9946537687844599410507fb8609464dce0e9a (patch) | |
tree | 2cf287ad9722a31eaa9e13446e1af752edfb7077 /opcodes | |
parent | 6e639e5d7b58ac672f4b41b5b83fdfe3ddceb000 (diff) | |
download | gdb-3a9946537687844599410507fb8609464dce0e9a.zip gdb-3a9946537687844599410507fb8609464dce0e9a.tar.gz gdb-3a9946537687844599410507fb8609464dce0e9a.tar.bz2 |
* Makefile.am (libopcodes_la_LDFLAGS): Define.
* Makefile.in: Rebuild.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 7 | ||||
-rw-r--r-- | opcodes/Makefile.am | 1 | ||||
-rw-r--r-- | opcodes/Makefile.in | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8b89ca6..c970166 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 13 13:12:14 1998 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.am (libopcodes_la_LDFLAGS): Define. + * Makefile.in: Rebuild. + Fri Feb 13 09:50:32 1998 Nick Clifton <nickc@cygnus.com> * m32r-opc.c: Regenerate. @@ -19,7 +24,7 @@ start-sanitize-sky end-sanitize-sky Thu Feb 12 03:41:00 1998 J"orn Rennecke <amylaar@cygnus.co.uk> -Fix rac to accept only a0: + Fix rac to accept only a0: * d10v-opc.c (d10v_predefined_registers, d10v_operands, d10v_opcodes): Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1. Introduce OPERAND_GPR. diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 4fc2e46..569bf84 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -124,6 +124,7 @@ disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h libopcodes_la_SOURCES = dis-buf.c disassemble.c libopcodes_la_DEPENDENCIES = $(OFILES) libopcodes_la_LIBADD = $(OFILES) +libopcodes_la_LDFLAGS = -release $(VERSION) # 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 6e55b1c..b552ba6 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -192,6 +192,7 @@ INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFI libopcodes_la_SOURCES = dis-buf.c disassemble.c libopcodes_la_DEPENDENCIES = $(OFILES) libopcodes_la_LIBADD = $(OFILES) +libopcodes_la_LDFLAGS = -release $(VERSION) # libtool will build .libs/libopcodes.a. We create libopcodes.a in # the build directory so that we don't have to convert all the @@ -240,7 +241,6 @@ libopcodes_a_SOURCES = libopcodes.a.c libopcodes_a_OBJECTS = libopcodes.a.o LTLIBRARIES = $(lib_LTLIBRARIES) -libopcodes_la_LDFLAGS = libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) |