aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>1996-06-08 03:45:18 +0000
committerJim Wilson <wilson@tuliptree.org>1996-06-08 03:45:18 +0000
commit4906b2a367d7a73dad85cd759466c271fe872068 (patch)
tree9a3ffa5afe55f1a24bc6eed45df6addbb31c692b
parented381b67194761db012cafa444e02d4e80839a09 (diff)
downloadgdb-4906b2a367d7a73dad85cd759466c271fe872068.zip
gdb-4906b2a367d7a73dad85cd759466c271fe872068.tar.gz
gdb-4906b2a367d7a73dad85cd759466c271fe872068.tar.bz2
Kill r16/rce/acp stuff.
-rw-r--r--bfd/.Sanitize8
-rw-r--r--bfd/ChangeLog2
-rw-r--r--bfd/ChangeLog.25
3 files changed, 1 insertions, 14 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index 583ab69..d2555a0 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -15,14 +15,6 @@
Do-first:
-rce_files="cpu-rce.c aout-rce.c"
-
-if ( echo $* | grep keep\-rce > /dev/null ) ; then
- keep_these_too="${rce_files} ${keep_these_too}"
-else
- lose_these_too="${rce_files} ${lose_these_too}"
-fi
-
arc_files="cpu-arc.c elf32-arc.c"
if ( echo $* | grep keep\-arc > /dev/null ) ; then
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 013a893..ff74c93 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -3104,7 +3104,7 @@ Fri Oct 27 18:14:39 1995 Ian Lance Taylor <ian@cygnus.com>
Fri Oct 27 14:42:15 1995 Niklas Hallqvist <niklas@appli.se>
- * PORTING, aout-arm.c, aout-encap.c, aout-rce.c, aout-target.h,
+ * PORTING, aout-arm.c, aout-encap.c, aout-target.h,
aoutx.h, gen-aout.c, host-aout.c, hp300bsd.c, i386aout.c
i386bsd.c, i386dynix.c, i386linux.c, i386lynx.c, i386mach3.c,
i386netbsd.c, m68klynx.c, m88kmach3.c, mipsbsd.c, newsos3.c,
diff --git a/bfd/ChangeLog.2 b/bfd/ChangeLog.2
index 63eca2d..abee39f 100644
--- a/bfd/ChangeLog.2
+++ b/bfd/ChangeLog.2
@@ -2066,11 +2066,6 @@ Thu Jan 12 16:30:47 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
* archures.c (archures_init_table): Now const.
(bfd_arch_init): Adjusted type of local var `ptable'.
-start-sanitize-rce
-
- * Makefile.in (ALL_MACHINES): Include cpu-rce.o.
- (BFD32_BACKENDS): Include aout-rce.o.
-end-sanitize-rce
start-sanitize-arc
* Makefile.in (ALL_MACHINES): Include cpu-arc.o.