diff options
author | Claudiu Zissulescu <claziss@gmail.com> | 2023-09-25 17:03:06 +0300 |
---|---|---|
committer | Claudiu Zissulescu <claziss@gmail.com> | 2023-09-25 17:03:06 +0300 |
commit | d9d85c086f5ceed7662572ff101bf6e1b74544a5 (patch) | |
tree | 4211a91da1d9cfa8d53618916290fae346056493 /bfd/libbfd.h | |
parent | 7f2b40892ac65feddf8d532548f0fff0af01a3e9 (diff) | |
download | gdb-d9d85c086f5ceed7662572ff101bf6e1b74544a5.zip gdb-d9d85c086f5ceed7662572ff101bf6e1b74544a5.tar.gz gdb-d9d85c086f5ceed7662572ff101bf6e1b74544a5.tar.bz2 |
Revert "arc: Add new ARCv3 ISA to BFD."
This reverts commit 06e8d9861d16c5b7e6920ad0e89889ccf45c575a.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index b97d0f7..d5f42f2 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -1876,7 +1876,6 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_ARC_16", "BFD_RELOC_ARC_24", "BFD_RELOC_ARC_32", - "BFD_RELOC_ARC_64", "BFD_RELOC_ARC_N8", "BFD_RELOC_ARC_N16", "BFD_RELOC_ARC_N24", @@ -1941,27 +1940,6 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_ARC_S21H_PCREL_PLT", "BFD_RELOC_ARC_NPS_CMEM16", "BFD_RELOC_ARC_JLI_SECTOFF", - "BFD_RELOC_ARC_S7H_PCREL", - "BFD_RELOC_ARC_S8H_PCREL", - "BFD_RELOC_ARC_S9H_PCREL", - "BFD_RELOC_ARC_S10H_PCREL", - "BFD_RELOC_ARC_S13H_PCREL", - "BFD_RELOC_ARC_ALIGN", - "BFD_RELOC_ARC_ADD8", - "BFD_RELOC_ARC_ADD16", - "BFD_RELOC_ARC_SUB8", - "BFD_RELOC_ARC_SUB16", - "BFD_RELOC_ARC_SUB32", - "BFD_RELOC_ARC_LO32", - "BFD_RELOC_ARC_HI32", - "BFD_RELOC_ARC_LO32_ME", - "BFD_RELOC_ARC_HI32_ME", - "BFD_RELOC_ARC_N64", - "BFD_RELOC_ARC_SDA_LDST3", - "BFD_RELOC_ARC_NLO32", - "BFD_RELOC_ARC_NLO32_ME", - "BFD_RELOC_ARC_PCLO32_ME_2", - "BFD_RELOC_ARC_PLT34", "BFD_RELOC_BFIN_16_IMM", "BFD_RELOC_BFIN_16_HIGH", "BFD_RELOC_BFIN_4_PCREL", |