Garbage-collect some code made obsolete by the TBEMD import.

This commit is contained in:
Nathan Whitehorn 2010-11-15 22:12:13 +00:00
parent 4a380db544
commit ce0cfc0ef3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215352
5 changed files with 1 additions and 16 deletions

View File

@ -26,7 +26,7 @@ SRCS+= itbl-ops.c itbl-parse.y itbl-lex.l
.if ${TARGET_ARCH} == "amd64"
SRCS+= tc-i386.c
.elif ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "powerpc64"
.elif ${TARGET_CPUARCH} == "powerpc"
SRCS+= tc-ppc.c
.elif ${TARGET_ARCH} == "sparc64"
# change back to tc-sparc.c when new binutils is imported

View File

@ -1,6 +0,0 @@
/* $FreeBSD$ */
/* Values for processors will be from 0 to NUMBER_OF_PROCESSORS-1 */
#define NUMBER_OF_PROCESSORS 1
#include "itbl-ppc.h"

View File

@ -1,3 +0,0 @@
/* $FreeBSD$ */
#include "tc-ppc.h"

View File

@ -24,8 +24,6 @@ SELARCH=
SELARCH= &bfd_i386_arch
.elif ${TARGET_ARCH} == "sparc64"
SELARCH= &bfd_sparc_arch
.elif ${TARGET_ARCH} == "powerpc64"
SELARCH= &bfd_powerpc_arch,&bfd_rs6000_arch
.else
.for _a in ${ARCHS}
.if ${SELARCH} == ""

View File

@ -1,4 +0,0 @@
# $FreeBSD$
SRCS+= ppc-dis.c ppc-opc.c
CFLAGS+= -DARCH_powerpc -DARCH_rs6000