diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-02-27 02:13:37 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-02-27 02:13:37 +0000 |
commit | ad77e2b8ab6808a79db55ab07a48e2dfc6e63928 (patch) | |
tree | 9e0b4eb842d81a4e93806ea0cbb99b7f2f5c33db /binutils | |
parent | c8f388e7ed750740c831984a9e9e0e1515bc674f (diff) | |
download | gdb-ad77e2b8ab6808a79db55ab07a48e2dfc6e63928.zip gdb-ad77e2b8ab6808a79db55ab07a48e2dfc6e63928.tar.gz gdb-ad77e2b8ab6808a79db55ab07a48e2dfc6e63928.tar.bz2 |
* mpw-make.sed: Update to handle shared library support.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/mpw-make.sed | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fe54627..a56ad54 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +Mon Feb 26 18:11:37 1996 Stan Shebs <shebs@andros.cygnus.com> + + * mpw-make.sed: Update to handle shared library support. + Sat Feb 24 11:21:49 1996 Alan Modra <alan@spri.levels.unisa.edu.au>: * Makefile.in ($(OBJDUMP_PROG)): Search $(BFDLIB) before diff --git a/binutils/mpw-make.sed b/binutils/mpw-make.sed index 4cc3c28..911d4e6 100644 --- a/binutils/mpw-make.sed +++ b/binutils/mpw-make.sed @@ -18,6 +18,13 @@ /UNDERSCORE/s/@UNDERSCORE@/{UNDERSCORE}/ +# Don't need this. +/@HLDFLAGS@/s/@HLDFLAGS@// + +# Point at the libraries directly. +/@BFDLIB@/s/@BFDLIB@/::bfd:libbfd.o/ +/@OPCODES@/s/@OPCODES@/::opcodes:libopcodes.o/ + # Whack out target makefile fragment. /target_makefile_fragment/s/target_makefile_fragment@// |