From 3a9946537687844599410507fb8609464dce0e9a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 13 Feb 1998 18:13:58 +0000 Subject: [PATCH] * Makefile.am (libopcodes_la_LDFLAGS): Define. * Makefile.in: Rebuild. --- opcodes/ChangeLog | 7 ++++++- opcodes/Makefile.am | 1 + opcodes/Makefile.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8b89ca69b2b..c9701662e0b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 13 13:12:14 1998 Ian Lance Taylor + + * Makefile.am (libopcodes_la_LDFLAGS): Define. + * Makefile.in: Rebuild. + Fri Feb 13 09:50:32 1998 Nick Clifton * m32r-opc.c: Regenerate. @@ -19,7 +24,7 @@ start-sanitize-sky end-sanitize-sky Thu Feb 12 03:41:00 1998 J"orn Rennecke -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 4fc2e46361e..569bf84ae3f 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 6e55b1cd96d..b552ba620f8 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) -- 2.30.2