diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-03 22:50:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-03 22:50:06 +0000 |
commit | 2cf9a0d043251eed0d1eac5b92623024bfdd10f5 (patch) | |
tree | 52131044fc898034729746de70fc41cb8cab66d3 /bfd/libbfd.h | |
parent | db1c83baa1a8bfd73ac760dc91d92bb36f9a648d (diff) | |
download | gdb-2cf9a0d043251eed0d1eac5b92623024bfdd10f5.zip gdb-2cf9a0d043251eed0d1eac5b92623024bfdd10f5.tar.gz gdb-2cf9a0d043251eed0d1eac5b92623024bfdd10f5.tar.bz2 |
Removed v850 sanitization.
Fixed v850e sanitization.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index c069192..9252032 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -768,7 +768,6 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_M32R_HI16_SLO", "BFD_RELOC_M32R_LO16", "BFD_RELOC_M32R_SDA16", -/* start-sanitize-v850 */ "BFD_RELOC_V850_9_PCREL", "BFD_RELOC_V850_22_PCREL", "BFD_RELOC_V850_SDA_16_16_OFFSET", @@ -783,8 +782,7 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_V850_TDA_4_4_OFFSET", "BFD_RELOC_V850_SDA_16_16_SPLIT_OFFSET", "BFD_RELOC_V850_ZDA_16_16_SPLIT_OFFSET", -/* end-santize-v850e */ -/* end-sanitize-v850 */ +/* end-sanitize-v850e */ "BFD_RELOC_MN10300_32_PCREL", "BFD_RELOC_MN10300_16_PCREL", |