diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-08-15 12:08:52 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-08-15 12:08:52 +0000 |
commit | 76af94b9a49ec1f8723c97abd3f52c6662d90bba (patch) | |
tree | 5d3ae200258089fa669d6533c7f893cffb7286f3 /bfd/libbfd.h | |
parent | 76fc9bac4b166cbffb66f0348372b531f8e6db21 (diff) | |
download | gdb-76af94b9a49ec1f8723c97abd3f52c6662d90bba.zip gdb-76af94b9a49ec1f8723c97abd3f52c6662d90bba.tar.gz gdb-76af94b9a49ec1f8723c97abd3f52c6662d90bba.tar.bz2 |
Remove ARC sanitization.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 0904293..752797e 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -740,15 +740,11 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_SH_CODE", "BFD_RELOC_SH_DATA", "BFD_RELOC_SH_LABEL", -/* start-sanitize-arc */ - "BFD_RELOC_ARC_B22_PCREL", - "BFD_RELOC_ARC_B26", -/* end-sanitize-arc */ - "BFD_RELOC_THUMB_PCREL_BRANCH9", "BFD_RELOC_THUMB_PCREL_BRANCH12", "BFD_RELOC_THUMB_PCREL_BRANCH23", - + "BFD_RELOC_ARC_B22_PCREL", + "BFD_RELOC_ARC_B26", "BFD_RELOC_D10V_10_PCREL_R", "BFD_RELOC_D10V_10_PCREL_L", "BFD_RELOC_D10V_18", |