diff -r -c -N ./gnu/lib/Makefile ../../src/gnu/lib/Makefile *** ./gnu/lib/Makefile Sun Aug 30 20:42:05 1998 --- ../../src/gnu/lib/Makefile Mon Nov 23 18:36:26 1998 *************** *** 5,18 **** SUBDIR+= libmalloc .ifdef USE_EGCS ! SUBDIR+= libg2c libgcc libobjc libstdc++ .else SUBDIR+= libg++ .endif - # XXX Until our bintuils is upgraded - .if (${MACHINE_ARCH} != "powerpc") SUBDIR+= bfd - .endif .include --- 5,15 ---- SUBDIR+= libmalloc .ifdef USE_EGCS ! SUBDIR+= libg2c libgcc libobjc .else SUBDIR+= libg++ .endif SUBDIR+= bfd .include diff -r -c -N ./gnu/lib/bfd/Makefile ../../src/gnu/lib/bfd/Makefile *** ./gnu/lib/bfd/Makefile Sun Aug 30 20:42:06 1998 --- ../../src/gnu/lib/bfd/Makefile Mon Nov 23 18:36:52 1998 *************** *** 10,16 **** format.c init.c lib_bfd.c opncls.c reloc.c section.c syms.c \ targets.c hash.c linker.c elf.c srec.c binary.c tekhex.c \ ihex.c stabs.c stab-syms.c netbsd-core.c \ ! dis-buf.c disassemble.c \ argv.c basename.c choose-temp.c concat.c cplus-dem.c \ fdmatch.c fnmatch.c getopt.c getopt1.c getruntime.c hex.c \ floatformat.c objalloc.c obstack.c pexecute.c spaces.c \ --- 10,16 ---- format.c init.c lib_bfd.c opncls.c reloc.c section.c syms.c \ targets.c hash.c linker.c elf.c srec.c binary.c tekhex.c \ ihex.c stabs.c stab-syms.c netbsd-core.c \ ! dis-buf.c disassemble.c dwarf2.c \ argv.c basename.c choose-temp.c concat.c cplus-dem.c \ fdmatch.c fnmatch.c getopt.c getopt1.c getruntime.c hex.c \ floatformat.c objalloc.c obstack.c pexecute.c spaces.c \ diff -r -c -N ./gnu/usr.bin/Makefile ../../src/gnu/usr.bin/Makefile *** ./gnu/usr.bin/Makefile Wed Nov 18 01:27:54 1998 --- ../../src/gnu/usr.bin/Makefile Mon Nov 23 18:33:41 1998 *************** *** 8,21 **** .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "arm32") || \ (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "mips") || \ ! (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "vax") SUBDIR+= gas.new .else SUBDIR+= gas .endif # XXX mips vs mips{el,eb}. Should be all ELF hosts anyway. ! .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") SUBDIR+= ld.new ld/rtld ld/ldd ld/ldconfig .else SUBDIR+= ld --- 8,23 ---- .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "arm32") || \ (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "mips") || \ ! (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "vax") || \ ! (${MACHINE_ARCH} == "powerpc") SUBDIR+= gas.new .else SUBDIR+= gas .endif # XXX mips vs mips{el,eb}. Should be all ELF hosts anyway. ! .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || \ ! (${MACHINE_ARCH} == "powerpc") SUBDIR+= ld.new ld/rtld ld/ldd ld/ldconfig .else SUBDIR+= ld *************** *** 27,33 **** SUBDIR+= gcc .endif ! .if (${OBJECT_FMT} == "ELF") && (${MACHINE_ARCH} != "mips") SUBDIR+= gprof .endif --- 29,36 ---- SUBDIR+= gcc .endif ! .if (${OBJECT_FMT} == "ELF") && (${MACHINE_ARCH} != "mips") && \ ! (${MACHINE_ARCH} != "powerpc") SUBDIR+= gprof .endif diff -r -c -N ./gnu/usr.bin/binutils/Makefile.inc ../../src/gnu/usr.bin/binutils/Makefile.inc *** ./gnu/usr.bin/binutils/Makefile.inc Sun Aug 30 21:00:53 1998 --- ../../src/gnu/usr.bin/binutils/Makefile.inc Mon Nov 23 18:37:39 1998 *************** *** 5,18 **** TOP= ${.CURDIR}/../../.. dist= ${TOP}/dist ! srcdir= ${dist}/binutils BFDOBJ!=cd ${TOP}/lib/bfd; \ printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f- .PATH: ${srcdir} # Distribution version ! VERSION=2.8.1 # Distribution name DIST_NAME=binutils-${VERSION} --- 5,18 ---- TOP= ${.CURDIR}/../../.. dist= ${TOP}/dist ! srcdir= ${dist}/binutils ${dist}/libiberty BFDOBJ!=cd ${TOP}/lib/bfd; \ printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f- .PATH: ${srcdir} # Distribution version ! VERSION=2.9.1.0.16 # Distribution name DIST_NAME=binutils-${VERSION} diff -r -c -N ./gnu/usr.bin/binutils/addr2line/Makefile ../../src/gnu/usr.bin/binutils/addr2line/Makefile *** ./gnu/usr.bin/binutils/addr2line/Makefile Sun Aug 30 21:00:53 1998 --- ../../src/gnu/usr.bin/binutils/addr2line/Makefile Mon Nov 23 18:35:45 1998 *************** *** 1,10 **** # $NetBSD: Makefile,v 1.2 1998/07/29 19:18:26 thorpej Exp $ - # XXX until our binutils is upgraded - .if (${MACHINE_ARCH} != "powerpc") PROG= addr2line SRCS= addr2line.c - .endif MAN= addr2line.1 --- 1,7 ---- diff -r -c -N ./gnu/usr.bin/binutils/ar/Makefile ../../src/gnu/usr.bin/binutils/ar/Makefile *** ./gnu/usr.bin/binutils/ar/Makefile Sun Aug 30 21:00:53 1998 --- ../../src/gnu/usr.bin/binutils/ar/Makefile Mon Nov 23 18:35:47 1998 *************** *** 1,10 **** # $NetBSD: Makefile,v 1.2 1998/07/29 19:18:26 thorpej Exp $ - # XXX until our binutils is upgraded - .if (${MACHINE_ARCH} != "powerpc") PROG= ar SRCS= ar.c not-ranlib.c - .endif MAN= ar.1 --- 1,7 ---- diff -r -c -N ./gnu/usr.bin/binutils/c++filt/Makefile ../../src/gnu/usr.bin/binutils/c++filt/Makefile *** ./gnu/usr.bin/binutils/c++filt/Makefile Sun Aug 30 21:00:53 1998 --- ../../src/gnu/usr.bin/binutils/c++filt/Makefile Mon Nov 23 18:35:49 1998 *************** *** 1,12 **** # $NetBSD: Makefile,v 1.6 1998/08/27 20:32:08 tv Exp $ - # XXX until our binutils is upgraded - .if (${MACHINE_ARCH} != "powerpc") PROG= c++filt SRCS= cplus-dem.c underscore.c - .endif ! MAN= c++filt.1 CPPFLAGS+=-DMAIN -DVERSION='"${VERSION}"' --- 1,9 ---- # $NetBSD: Makefile,v 1.6 1998/08/27 20:32:08 tv Exp $ PROG= c++filt SRCS= cplus-dem.c underscore.c ! NOMAN= CPPFLAGS+=-DMAIN -DVERSION='"${VERSION}"' diff -r -c -N ./gnu/usr.bin/binutils/common/Makefile ../../src/gnu/usr.bin/binutils/common/Makefile *** ./gnu/usr.bin/binutils/common/Makefile Sun Aug 30 21:00:53 1998 --- ../../src/gnu/usr.bin/binutils/common/Makefile Mon Nov 23 18:35:52 1998 *************** *** 1,12 **** # $NetBSD: Makefile,v 1.3 1998/07/29 19:18:26 thorpej Exp $ - # XXX until our binutils is upgraded - .if (${MACHINE_ARCH} != "powerpc") LIB= common SRCS= arparse.y arlex.l arsup.c bucomm.c version.c filemode.c rddbg.c \ ! debug.c stabs.c ieee.c rdcoff.c wrstabs.c ! .endif YHEADER=1 --- 1,9 ---- # $NetBSD: Makefile,v 1.3 1998/07/29 19:18:26 thorpej Exp $ LIB= common SRCS= arparse.y arlex.l arsup.c bucomm.c version.c filemode.c rddbg.c \ ! debug.c stabs.c ieee.c rdcoff.c wrstabs.c bugs.c YHEADER=1 diff -r -c -N ./gnu/usr.bin/binutils/nm/Makefile ../../src/gnu/usr.bin/binutils/nm/Makefile *** ./gnu/usr.bin/binutils/nm/Makefile Sun Aug 30 21:00:53 1998 --- ../../src/gnu/usr.bin/binutils/nm/Makefile Mon Nov 23 18:34:55 1998 *************** *** 1,10 **** # $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $ - # XXX until our binutils is upgraded - .if (${MACHINE_ARCH} != "powerpc") PROG= nm SRCS= nm.c - .endif MAN= nm.1 --- 1,7 ---- diff -r -c -N ./gnu/usr.bin/binutils/objcopy/Makefile ../../src/gnu/usr.bin/binutils/objcopy/Makefile *** ./gnu/usr.bin/binutils/objcopy/Makefile Sun Aug 30 21:00:53 1998 --- ../../src/gnu/usr.bin/binutils/objcopy/Makefile Mon Nov 23 18:34:58 1998 *************** *** 1,10 **** # $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $ - # XXX until our binutils is upgraded - .if (${MACHINE_ARCH} != "powerpc") PROG= objcopy SRCS= objcopy.c not-strip.c - .endif MAN= objcopy.1 --- 1,7 ---- diff -r -c -N ./gnu/usr.bin/binutils/objdump/Makefile ../../src/gnu/usr.bin/binutils/objdump/Makefile *** ./gnu/usr.bin/binutils/objdump/Makefile Sun Aug 30 21:00:53 1998 --- ../../src/gnu/usr.bin/binutils/objdump/Makefile Mon Nov 23 18:35:01 1998 *************** *** 1,10 **** # $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $ - # XXX until our binutils is upgraded - .if (${MACHINE_ARCH} != "powerpc") PROG= objdump SRCS= objdump.c prdbg.c - .endif MAN= objdump.1 --- 1,7 ---- diff -r -c -N ./gnu/usr.bin/binutils/ranlib/Makefile ../../src/gnu/usr.bin/binutils/ranlib/Makefile *** ./gnu/usr.bin/binutils/ranlib/Makefile Sun Aug 30 21:00:53 1998 --- ../../src/gnu/usr.bin/binutils/ranlib/Makefile Mon Nov 23 18:35:05 1998 *************** *** 1,10 **** # $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $ - # XXX until our binutils is upgraded - .if (${MACHINE_ARCH} != "powerpc") PROG= ranlib SRCS= ar.c is-ranlib.c - .endif MAN= ranlib.1 --- 1,7 ---- diff -r -c -N ./gnu/usr.bin/binutils/size/Makefile ../../src/gnu/usr.bin/binutils/size/Makefile *** ./gnu/usr.bin/binutils/size/Makefile Sun Aug 30 21:00:53 1998 --- ../../src/gnu/usr.bin/binutils/size/Makefile Mon Nov 23 18:35:08 1998 *************** *** 1,10 **** # $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $ - # XXX until our binutils is upgraded - .if (${MACHINE_ARCH} != "powerpc") PROG= size SRCS= size.c - .endif MAN= size.1 --- 1,7 ---- diff -r -c -N ./gnu/usr.bin/binutils/strings/Makefile ../../src/gnu/usr.bin/binutils/strings/Makefile *** ./gnu/usr.bin/binutils/strings/Makefile Sun Aug 30 21:00:54 1998 --- ../../src/gnu/usr.bin/binutils/strings/Makefile Mon Nov 23 18:35:11 1998 *************** *** 1,10 **** # $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $ - # XXX until our binutils is upgraded - .if (${MACHINE_ARCH} != "powerpc") PROG= strings SRCS= strings.c - .endif MAN= strings.1 --- 1,7 ---- diff -r -c -N ./gnu/usr.bin/binutils/strip/Makefile ../../src/gnu/usr.bin/binutils/strip/Makefile *** ./gnu/usr.bin/binutils/strip/Makefile Sun Aug 30 21:00:54 1998 --- ../../src/gnu/usr.bin/binutils/strip/Makefile Mon Nov 23 18:35:39 1998 *************** *** 1,18 **** # $NetBSD: Makefile,v 1.3 1998/08/27 23:32:33 tv Exp $ - .if (${MACHINE_ARCH} != "powerpc") PROG= strip SRCS= objcopy.c is-strip.c - .endif MAN= strip.1 .include # STRIPPROG is capable of stripping itself, so this is OK. ! .if (${STRIPFLAG} != "") && (${MACHINE_ARCH} != "powerpc") ! STRIPFLAG:= ! realinstall: __installstrip ! __installstrip: ! ${STRIPPROG} ${DESTDIR}/${BINDIR}/strip ! .endif --- 1,16 ---- # $NetBSD: Makefile,v 1.3 1998/08/27 23:32:33 tv Exp $ PROG= strip SRCS= objcopy.c is-strip.c MAN= strip.1 .include # STRIPPROG is capable of stripping itself, so this is OK. ! #.if (${STRIPFLAG} != "") ! #STRIPFLAG:= ! #realinstall: __installstrip ! #__installstrip: ! # ${STRIPPROG} ${DESTDIR}/${BINDIR}/strip ! #.endif diff -r -c -N ./gnu/usr.bin/egcs/Makefile.inc ../../src/gnu/usr.bin/egcs/Makefile.inc *** ./gnu/usr.bin/egcs/Makefile.inc Sun Aug 30 21:03:50 1998 --- ../../src/gnu/usr.bin/egcs/Makefile.inc Mon Nov 23 18:38:42 1998 *************** *** 28,34 **** -DIN_GCC -DNETBSD_NATIVE HOST_CPPFLAGS= ${CPPFLAGS} ! LDADD+= -lgnumalloc DPADD+= ${LIBGNUMALLOC} .PATH: ${.CURDIR}/../arch \ --- 28,34 ---- -DIN_GCC -DNETBSD_NATIVE HOST_CPPFLAGS= ${CPPFLAGS} ! LDADD+= -L${DESTDIR}/usr/lib -lgnumalloc DPADD+= ${LIBGNUMALLOC} .PATH: ${.CURDIR}/../arch \ diff -r -c -N ./gnu/usr.bin/egcs/common/Makefile ../../src/gnu/usr.bin/egcs/common/Makefile *** ./gnu/usr.bin/egcs/common/Makefile Wed Nov 18 01:27:58 1998 --- ../../src/gnu/usr.bin/egcs/common/Makefile Mon Nov 23 18:39:09 1998 *************** *** 17,23 **** CPPFLAGS+= -DTARGET_NAME=\"${MACHINE_GNU_ARCH}-netbsd\" CPICFLAGS= -fPIC -DPIC ! HOST_CPPFLAGS= ${CPPFLAGS} MD= ${DIST}/config/${GCC_ARCH}/${GCC_ARCH}.md --- 17,23 ---- CPPFLAGS+= -DTARGET_NAME=\"${MACHINE_GNU_ARCH}-netbsd\" CPICFLAGS= -fPIC -DPIC ! HOST_CPPFLAGS= ${CPPFLAGS} -I/usr/include MD= ${DIST}/config/${GCC_ARCH}/${GCC_ARCH}.md diff -r -c -N ./gnu/usr.bin/gas.new/Makefile ../../src/gnu/usr.bin/gas.new/Makefile *** ./gnu/usr.bin/gas.new/Makefile Sun Aug 30 21:08:09 1998 --- ../../src/gnu/usr.bin/gas.new/Makefile Mon Nov 23 18:40:38 1998 *************** *** 5,17 **** TARGET_ARCH ?= ${MACHINE_ARCH} PROG= as ! SRCS= app.c as.c atof-generic.c bignum-copy.c cond.c expr.c \ flonum-konst.c flonum-copy.c flonum-mult.c frags.c hash.c \ input-file.c input-scrub.c literal.c messages.c output-file.c \ read.c subsegs.c symbols.c write.c listing.c ecoff.c stabs.c \ ! sb.c macro.c ! .PATH: ${DIST}/gas/config ${DIST}/gas ${DIST}/gas/doc CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/arch/${TARGET_ARCH} \ -I${BFDOBJ} -I${DIST}/gas -I${DIST}/gas/config \ --- 5,17 ---- TARGET_ARCH ?= ${MACHINE_ARCH} PROG= as ! SRCS= app.c as.c atof-generic.c bignum-copy.c cond.c _depend.c expr.c \ flonum-konst.c flonum-copy.c flonum-mult.c frags.c hash.c \ input-file.c input-scrub.c literal.c messages.c output-file.c \ read.c subsegs.c symbols.c write.c listing.c ecoff.c stabs.c \ ! sb.c macro.c bugs.c ehopt.c ! .PATH: ${DIST}/gas/config ${DIST}/gas ${DIST}/gas/doc ${DIST}/libiberty CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/arch/${TARGET_ARCH} \ -I${BFDOBJ} -I${DIST}/gas -I${DIST}/gas/config \ diff -r -c -N ./gnu/usr.bin/gas.new/arch/powerpc/Makefile.inc ../../src/gnu/usr.bin/gas.new/arch/powerpc/Makefile.inc *** ./gnu/usr.bin/gas.new/arch/powerpc/Makefile.inc Wed Dec 31 16:00:00 1969 --- ../../src/gnu/usr.bin/gas.new/arch/powerpc/Makefile.inc Tue Nov 17 21:11:21 1998 *************** *** 0 **** --- 1,7 ---- + # $NetBSD: Makefile.inc,v 1.2 1998/06/26 20:47:08 tv Exp $ + + TARG_CPU_C= tc-ppc.c + OBJ_FORMAT_C= obj-elf.c + ATOF_TARG_C= atof-ieee.c + + CPPFLAGS+=-DBFD_ASSEMBLER=1 diff -r -c -N ./gnu/usr.bin/gas.new/arch/powerpc/obj-format.h ../../src/gnu/usr.bin/gas.new/arch/powerpc/obj-format.h *** ./gnu/usr.bin/gas.new/arch/powerpc/obj-format.h Wed Dec 31 16:00:00 1969 --- ../../src/gnu/usr.bin/gas.new/arch/powerpc/obj-format.h Tue Nov 17 21:44:52 1998 *************** *** 0 **** --- 1 ---- + #include "obj-elf.h" diff -r -c -N ./gnu/usr.bin/gas.new/arch/powerpc/targ-cpu.h ../../src/gnu/usr.bin/gas.new/arch/powerpc/targ-cpu.h *** ./gnu/usr.bin/gas.new/arch/powerpc/targ-cpu.h Wed Dec 31 16:00:00 1969 --- ../../src/gnu/usr.bin/gas.new/arch/powerpc/targ-cpu.h Tue Nov 17 21:44:56 1998 *************** *** 0 **** --- 1 ---- + #include "tc-ppc.h" diff -r -c -N ./gnu/usr.bin/gas.new/arch/powerpc/targ-env.h ../../src/gnu/usr.bin/gas.new/arch/powerpc/targ-env.h *** ./gnu/usr.bin/gas.new/arch/powerpc/targ-env.h Wed Dec 31 16:00:00 1969 --- ../../src/gnu/usr.bin/gas.new/arch/powerpc/targ-env.h Sun Aug 30 21:08:09 1998 *************** *** 0 **** --- 1 ---- + #include "te-nbsd.h" diff -r -c -N ./gnu/usr.bin/gas.new/config.h ../../src/gnu/usr.bin/gas.new/config.h *** ./gnu/usr.bin/gas.new/config.h Tue Sep 29 16:59:32 1998 --- ../../src/gnu/usr.bin/gas.new/config.h Mon Nov 23 18:40:55 1998 *************** *** 8,14 **** /* config.h. Generated automatically by make. */ #ifndef GAS_VERSION ! #define GAS_VERSION "2.8.1" /* conf. Generated automatically by configure. */ /* conf.in. Generated automatically from configure.in by autoheader. */ --- 8,15 ---- /* config.h. Generated automatically by make. */ #ifndef GAS_VERSION ! #define GAS_VERSION "2.9.1.0.16" ! #define VERSION "2.9.1.0.16" /* conf. Generated automatically by configure. */ /* conf.in. Generated automatically from configure.in by autoheader. */ diff -r -c -N ./gnu/usr.bin/ld.new/Makefile ../../src/gnu/usr.bin/ld.new/Makefile *** ./gnu/usr.bin/ld.new/Makefile Thu Oct 1 01:46:48 1998 --- ../../src/gnu/usr.bin/ld.new/Makefile Mon Nov 23 18:41:37 1998 *************** *** 6,17 **** PROG= ld SRCS= ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c ldmain.c ldmisc.c \ ! ldver.c ldwrite.c lexsup.c mri.c ldcref.c ldgram.y ldlex.l MAN= ld.1 YHEADER=1 CPPFLAGS+= -I. -I${.CURDIR} -I${BFDOBJ} -I${DIST}/ld \ -I${DIST}/bfd -I${DIST}/include \ -DDEFAULT_EMULATION='"${DEFAULT_EMUL}"' \ -DSCRIPTDIR='"/usr/libdata/ldscripts"' \ -DTARGET='"${MACHINE_GNU_ARCH}--netbsd"' \ --- 6,19 ---- PROG= ld SRCS= ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c ldmain.c ldmisc.c \ ! ldver.c ldwrite.c lexsup.c mri.c ldcref.c ldgram.y ldlex.l \ ! bugs.c MAN= ld.1 YHEADER=1 CPPFLAGS+= -I. -I${.CURDIR} -I${BFDOBJ} -I${DIST}/ld \ -I${DIST}/bfd -I${DIST}/include \ + -DVERSION='"2.9.1.0.16"' \ -DDEFAULT_EMULATION='"${DEFAULT_EMUL}"' \ -DSCRIPTDIR='"/usr/libdata/ldscripts"' \ -DTARGET='"${MACHINE_GNU_ARCH}--netbsd"' \ *************** *** 24,30 **** DIST= ${.CURDIR}/../../dist BFDOBJ!= cd ${.CURDIR}/../../lib/bfd; ${MAKE} print-objdir ! .PATH: ${DIST}/ld .include "_${MACHINE_ARCH}.mk" --- 26,32 ---- DIST= ${.CURDIR}/../../dist BFDOBJ!= cd ${.CURDIR}/../../lib/bfd; ${MAKE} print-objdir ! .PATH: ${DIST}/ld ${DIST}/libiberty .include "_${MACHINE_ARCH}.mk" diff -r -c -N ./gnu/usr.bin/ld.new/_powerpc.mk ../../src/gnu/usr.bin/ld.new/_powerpc.mk *** ./gnu/usr.bin/ld.new/_powerpc.mk Wed Dec 31 16:00:00 1969 --- ../../src/gnu/usr.bin/ld.new/_powerpc.mk Mon Nov 23 18:47:51 1998 *************** *** 0 **** --- 1,4 ---- + # $NetBSD: _alpha.mk,v 1.2 1998/09/30 16:47:48 jonathan Exp $ + + EMULS= elf32ppc + DEFAULT_EMUL= elf32ppc diff -r -c -N ./gnu/usr.bin/ld.new/ldemul-list.h ../../src/gnu/usr.bin/ld.new/ldemul-list.h *** ./gnu/usr.bin/ld.new/ldemul-list.h Thu Oct 1 01:46:48 1998 --- ../../src/gnu/usr.bin/ld.new/ldemul-list.h Mon Nov 23 18:41:50 1998 *************** *** 6,8 **** --- 6,11 ---- /* mips emulations */ extern ld_emulation_xfer_type ld_elf32lmip_emulation; extern ld_emulation_xfer_type ld_elf32bmip_emulation; + + /* powerpc emulations */ + extern ld_emulation_xfer_type ld_elf32ppc_emulation;