include opcode library
authorKen Raeburn <raeburn@cygnus>
Wed, 9 Sep 1992 01:27:27 +0000 (01:27 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 9 Sep 1992 01:27:27 +0000 (01:27 +0000)
gas/ChangeLog
gas/Makefile.in

index a31cf32c65e07b2fdb766fe6ed4a6e4ae39b91e9..87f8ca77e5598aae66bc405ee7028f9b58099f67 100644 (file)
@@ -1,3 +1,7 @@
+Tue Sep  8 17:10:58 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * Makefile.in (LIBS): Include opcode library.
+
 Fri Sep  4 18:20:56 1992  Ken Raeburn  (raeburn@cygnus.com)
 
        * config/tc-m68k.c (get_num, case SEG_BIG): If only small integers
index 479e1706583a3d1c3e6132a01c4982ca72376379..affef2ea8c478857d50573cc58a5aa0c9391c313 100644 (file)
@@ -202,7 +202,7 @@ ALL_CFLAGS = $(INTERNAL_CFLAGS) $(CROSS) $(CFLAGS) $(HDEFINES) $(TDEFINES) -DTAR
 # How to link with both our special library facilities
 # and the system's installed libraries.
 
-LIBS = $(LOCAL_LOADLIBES) $(CLIB) ../libiberty/libiberty.a
+LIBS = ../opcodes/libopcodes.a $(LOCAL_LOADLIBES) $(CLIB) ../libiberty/libiberty.a
 
 # Specify the directories to be searched for header files.
 # Both . and srcdir are used, in that order,