diff options
author | Doug Evans <dje@google.com> | 1998-01-28 18:42:55 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-28 18:42:55 +0000 |
commit | 36df40e0bfd939c01dd47e977853a7e67ce65976 (patch) | |
tree | e9e3a34bdf52d7c58f8860d89a6b274694a8068b /bfd/libbfd.h | |
parent | e6e3d4bdf4c9d28848bb19e51d4a949a8b12087c (diff) | |
download | gdb-36df40e0bfd939c01dd47e977853a7e67ce65976.zip gdb-36df40e0bfd939c01dd47e977853a7e67ce65976.tar.gz gdb-36df40e0bfd939c01dd47e977853a7e67ce65976.tar.bz2 |
* config.bfd, configure.in: Add dvp support.
* configure: Regenerate.
* aclocal.m4: Regenerate.
* archures.c, reloc.c, cpu-mips.c: Add dvp support.
* bfd-in2.h, libbfd.h, libcoff.h: Regenerate.
plus delete old txvu stuff, dvp generates mips files now
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index c063c51..11bfcee 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -665,6 +665,10 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_MIPS_GOT_LO16", "BFD_RELOC_MIPS_CALL_HI16", "BFD_RELOC_MIPS_CALL_LO16", +/* start-sanitize-sky */ + "BFD_RELOC_MIPS_DVP_11_PCREL", +/* end-sanitize-sky */ + "BFD_RELOC_386_GOT32", "BFD_RELOC_386_PLT32", "BFD_RELOC_386_COPY", @@ -804,10 +808,6 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_MN10300_32_PCREL", "BFD_RELOC_MN10300_16_PCREL", -/* start-sanitize-sky */ - "BFD_RELOC_TXVU_11_PCREL", -/* end-sanitize-sky */ - "@@overflow: BFD_RELOC_UNUSED@@", }; #endif |