From aadf04f73628237bec1b41b1d415ebb8b20aa726 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Wed, 25 Oct 1995 00:54:55 +0000 Subject: * 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. --- bfd/mpw-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/mpw-config.in') diff --git a/bfd/mpw-config.in b/bfd/mpw-config.in index e2bba62..c36a134 100644 --- a/bfd/mpw-config.in +++ b/bfd/mpw-config.in @@ -11,7 +11,7 @@ If "{target_canonical}" =~ /m68k-apple-macos/ Set defvec m68kcoff_vec Set selvecs '&m68kcoff_vec' Else If "{target_canonical}" =~ /powerpc-apple-macos/ - Set BFD_BACKENDS '"{o}"coff-pmac.c.o "{o}"cofflink.c.o' + Set BFD_BACKENDS '"{o}"coff-pmac.c.o "{o}"xcofflink.c.o' Set defvec pmac_xcoff_vec Set selvecs '&pmac_xcoff_vec' Set selarchs "&bfd_powerpc_arch" -- cgit v1.1