diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-10-25 00:54:55 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-10-25 00:54:55 +0000 |
commit | aadf04f73628237bec1b41b1d415ebb8b20aa726 (patch) | |
tree | a66506447f06374a26a7525eb4007f590d397afc /bfd/mpw-make.sed | |
parent | fe5cfadd4251690ef0ec0fdeaa90e63e3077007f (diff) | |
download | gdb-aadf04f73628237bec1b41b1d415ebb8b20aa726.zip gdb-aadf04f73628237bec1b41b1d415ebb8b20aa726.tar.gz gdb-aadf04f73628237bec1b41b1d415ebb8b20aa726.tar.bz2 |
* configure.in: Add xcofflink.o to pmac_xcoff_vec.
* configure: Rebuild.
* mpw-config.in: Add xcofflink.c.o to powerpc-apple-macos.
* coff-pmac.c: Include coff-rs6000.c instead of duplicating its
contents.
(pmac_xcoff_vec): Update to use new xcoff support.
* coff-rs6000.c (xcoff_generic_stat_arch_elt): Make static.
(xcoff_write_armap): Declare buf as unsigned char.
* xcofflink.c (xcoff_link_add_symbols): Declare a local as PTR.
* mpw-make.sed: Generalize subdir_do edit.
Diffstat (limited to 'bfd/mpw-make.sed')
-rw-r--r-- | bfd/mpw-make.sed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/mpw-make.sed b/bfd/mpw-make.sed index 3659494..3ecf8eb 100644 --- a/bfd/mpw-make.sed +++ b/bfd/mpw-make.sed @@ -19,7 +19,7 @@ /^Makefile /,/--recheck/d # Don't do any recursive subdir stuff. -/subdir_do/s/{MAKE} subdir_do/null-command/ +/ subdir_do/s/{MAKE}/null-command/ /BFD_H/s/^{BFD_H}/#{BFD_H}/ |