* Makefile.am (libopcodes_la_LDFLAGS): Define.
authorIan Lance Taylor <ian@airs.com>
Fri, 13 Feb 1998 18:13:58 +0000 (18:13 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 13 Feb 1998 18:13:58 +0000 (18:13 +0000)
* Makefile.in: Rebuild.

opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in

index 8b89ca69b2b722f5a91d63cf87e83691de0db4de..c9701662e0b857bf82ba10541e2a28352c563cc3 100644 (file)
@@ -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.
index 4fc2e46361e032a9b10d5d7292b1cca2886af080..569bf84ae3f590f5dbc121d3fd2125d932020d20 100644 (file)
@@ -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
index 6e55b1cd96d65bb81699658f851408c0c546c02f..b552ba620f893438d9be23549408e9a8f893de1b 100644 (file)
@@ -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)