diff options
author | Jason Eckhardt <jle@rice.edu> | 2000-08-01 01:45:29 +0000 |
---|---|---|
committer | Jason Eckhardt <jle@rice.edu> | 2000-08-01 01:45:29 +0000 |
commit | a87fdb8d1033ccd05dd4e1b85566ea3899ec30d6 (patch) | |
tree | e0942751dcd12f5f97bd6d259fd37849ebd2cd64 /bfd/libbfd.h | |
parent | 2fd5405afbf6a7bbd1f1a28e114e1cd6ad42aeaa (diff) | |
download | gdb-a87fdb8d1033ccd05dd4e1b85566ea3899ec30d6.zip gdb-a87fdb8d1033ccd05dd4e1b85566ea3899ec30d6.tar.gz gdb-a87fdb8d1033ccd05dd4e1b85566ea3899ec30d6.tar.bz2 |
2000-07-31 Jason Eckhardt <jle@cygnus.com>
* reloc.c (BFD_RELOC_860_*): New bfd relocs for i860.
* bfd-in2.h, libbfd.h: Regenerate.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 14d2c92..ba25d1c 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -973,6 +973,38 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_CRIS_SIGNED_6", "BFD_RELOC_CRIS_UNSIGNED_6", "BFD_RELOC_CRIS_UNSIGNED_4", + "BFD_RELOC_860_COPY", + "BFD_RELOC_860_GLOB_DAT", + "BFD_RELOC_860_JUMP_SLOT", + "BFD_RELOC_860_RELATIVE", + "BFD_RELOC_860_PC26", + "BFD_RELOC_860_PLT26", + "BFD_RELOC_860_PC16", + "BFD_RELOC_860_LOW0", + "BFD_RELOC_860_SPLIT0", + "BFD_RELOC_860_LOW1", + "BFD_RELOC_860_SPLIT1", + "BFD_RELOC_860_LOW2", + "BFD_RELOC_860_SPLIT2", + "BFD_RELOC_860_LOW3", + "BFD_RELOC_860_LOGOT0", + "BFD_RELOC_860_SPGOT0", + "BFD_RELOC_860_LOGOT1", + "BFD_RELOC_860_SPGOT1", + "BFD_RELOC_860_LOGOTOFF0", + "BFD_RELOC_860_SPGOTOFF0", + "BFD_RELOC_860_LOGOTOFF1", + "BFD_RELOC_860_SPGOTOFF1", + "BFD_RELOC_860_LOGOTOFF2", + "BFD_RELOC_860_LOGOTOFF3", + "BFD_RELOC_860_LOPC", + "BFD_RELOC_860_HIGHADJ", + "BFD_RELOC_860_HAGOT", + "BFD_RELOC_860_HAGOTOFF", + "BFD_RELOC_860_HAPC", + "BFD_RELOC_860_HIGH", + "BFD_RELOC_860_HIGOT", + "BFD_RELOC_860_HIGOTOFF", "@@overflow: BFD_RELOC_UNUSED@@", }; #endif |