aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorMichael Tiemann <tiemann@cygnus>1994-11-25 02:14:11 +0000
committerMichael Tiemann <tiemann@cygnus>1994-11-25 02:14:11 +0000
commitca43dedd356c5463a80ea9f2924ff59015ff8a30 (patch)
tree4c787f5b2cc07cd1969bfe8cffd3105c624adbd0 /bfd/bfd-in2.h
parentff030c982785b7ceeaa02c544c92227b09f8be68 (diff)
downloadgdb-ca43dedd356c5463a80ea9f2924ff59015ff8a30.zip
gdb-ca43dedd356c5463a80ea9f2924ff59015ff8a30.tar.gz
gdb-ca43dedd356c5463a80ea9f2924ff59015ff8a30.tar.bz2
Clean up bitrot (such as interfaces that have changed since these
patches were last used).
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 9beb971..ae32bae 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1027,6 +1027,9 @@ enum bfd_architecture
bfd_arch_alpha, /* Dec Alpha */
bfd_arch_arm, /* Advanced Risc Machines ARM */
bfd_arch_ns32k, /* National Semiconductors ns32000 */
+ /* start-sanitize-rce */
+ bfd_arch_rce, /* Experimental Motorola RCE */
+ /* end-sanitize-rce */
bfd_arch_last
};