diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-02-20 16:05:18 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-02-20 16:05:18 +0000 |
commit | c6c7035cfbe209813006b7c28dac452412a0aeb8 (patch) | |
tree | 89130abbd891b0f5bc423b1f39e5bfb0d0cbd291 /bfd/bfd-in2.h | |
parent | 528031fd49710a960a89c65777ea1c779fbbbced (diff) | |
download | gdb-c6c7035cfbe209813006b7c28dac452412a0aeb8.zip gdb-c6c7035cfbe209813006b7c28dac452412a0aeb8.tar.gz gdb-c6c7035cfbe209813006b7c28dac452412a0aeb8.tar.bz2 |
Since d10v is public now, remove all sanitization statements
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index d46d5ea..7da8b02 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1210,9 +1210,7 @@ enum bfd_architecture bfd_arch_powerpc, /* PowerPC */ bfd_arch_rs6000, /* IBM RS/6000 */ bfd_arch_hppa, /* HP PA RISC */ - /* start-sanitize-d10v */ bfd_arch_d10v, /* Mitsubishi D10V */ - /* end-sanitize-d10v */ /* start-sanitize-d30v */ bfd_arch_d30v, /* Mitsubishi D30V */ /* end-sanitize-d30v */ @@ -1841,8 +1839,6 @@ through 0. */ BFD_RELOC_ARC_B26, /* end-sanitize-arc */ -/* start-sanitize-d10v */ - /* Mitsubishi D10V relocs. This is a 10-bit reloc with the right 2 bits assumed to be 0. */ @@ -1862,7 +1858,6 @@ assumed to be 0. */ /* This is an 18-bit reloc with the right 2 bits assumed to be 0. */ BFD_RELOC_D10V_18_PCREL, -/* end-sanitize-d10v */ /* start-sanitize-d30v */ |