diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-23 23:50:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-23 23:50:13 +0000 |
commit | 6767a3abb71ee590a99bddacda32872b6fd6e5a0 (patch) | |
tree | 62362fa93d308a31ffb78feac59760732bf724e3 /bfd/bfd-in2.h | |
parent | 82f21cea282c5e5ca503e8d630c413b646d85c44 (diff) | |
download | gdb-6767a3abb71ee590a99bddacda32872b6fd6e5a0.zip gdb-6767a3abb71ee590a99bddacda32872b6fd6e5a0.tar.gz gdb-6767a3abb71ee590a99bddacda32872b6fd6e5a0.tar.bz2 |
remove d30v sanitization
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 14b2831..01a4108 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1283,9 +1283,7 @@ enum bfd_architecture bfd_arch_rs6000, /* IBM RS/6000 */ bfd_arch_hppa, /* HP PA RISC */ bfd_arch_d10v, /* Mitsubishi D10V */ - /* start-sanitize-d30v */ bfd_arch_d30v, /* Mitsubishi D30V */ - /* end-sanitize-d30v */ bfd_arch_z8k, /* Zilog Z8000 */ #define bfd_mach_z8001 1 #define bfd_mach_z8002 2 @@ -1993,8 +1991,6 @@ assumed to be 0. */ assumed to be 0. */ BFD_RELOC_D10V_18_PCREL, -/* start-sanitize-d30v */ - /* Mitsubishi D30V relocs. This is a 6-bit absolute reloc. */ BFD_RELOC_D30V_6, @@ -2042,8 +2038,6 @@ of the container. */ /* This is a 32-bit pc-relative reloc. */ BFD_RELOC_D30V_32_PCREL, -/* end-sanitize-d30v */ - /* Mitsubishi M32R relocs. This is a 24 bit absolute address. */ |