From d214421eeea98e7d7fe05c6e34cf22e6889e6355 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 27 Feb 1996 03:03:21 +0000 Subject: [PATCH] * mpw-make.sed: Update to handle shared library support. --- gas/ChangeLog | 4 ++++ gas/mpw-make.sed | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index cdec488..b22e087 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Mon Feb 26 18:58:58 1996 Stan Shebs + + * mpw-make.sed: Update to handle shared library support. + Mon Feb 26 10:34:10 1996 Doug Evans * config/tc-sparc.c (sparc_ip): Print all architectures that support diff --git a/gas/mpw-make.sed b/gas/mpw-make.sed index 6b655ae..e40bf74 100644 --- a/gas/mpw-make.sed +++ b/gas/mpw-make.sed @@ -18,6 +18,13 @@ LOCAL_LOADLIBES = \ /@OPCODES_LIB@/s/@OPCODES_LIB@/::opcodes:libopcodes.o/ /@BFDLIB@/s/@BFDLIB@/::bfd:libbfd.o/ +# Point at the libraries directly. +/@OPCODES_DEP@/s/@OPCODES_DEP@/::opcodes:libopcodes.o/ +/@BFDDEP@/s/@BFDDEP@/::bfd:libbfd.o/ + +# Don't need this. +/@HLDFLAGS@/s/@HLDFLAGS@// + /extra_objects@/s/extra_objects@/{EXTRA_OBJECTS}/ /LOADLIBES/s/{LOADLIBES}/{EXTRALIBS}/ -- 2.7.4