diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-12-03 23:49:30 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-12-03 23:49:30 +0000 |
commit | baa018ced46f66c92f91087cfa1660c2163dd1a1 (patch) | |
tree | 58980a7f857b5ec0b2e8bc6d5840f59660ca1136 /gas | |
parent | 56a89eca3329e98ddc8d5a4a9357a55b85d4edb1 (diff) | |
download | gdb-baa018ced46f66c92f91087cfa1660c2163dd1a1.zip gdb-baa018ced46f66c92f91087cfa1660c2163dd1a1.tar.gz gdb-baa018ced46f66c92f91087cfa1660c2163dd1a1.tar.bz2 |
guesses for i860 relocs, from fsf code
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/coff_gnu.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gas/config/coff_gnu.h b/gas/config/coff_gnu.h index a838a5d..9e0f1bd 100644 --- a/gas/config/coff_gnu.h +++ b/gas/config/coff_gnu.h @@ -580,6 +580,23 @@ struct reloc #define R_ABS (0x00) /* reference is absolute */ +#ifdef TC_I860 +#define RM_DIR32 (0x06) +#define R_IPAIR (0x1c) +#define R_N10PAIR (0x1d) +#define R_N10HIGH (0x1e) +#define R_N10LOW0 (0x1f) +#define R_N10LOW1 (0x20) +#define R_N10LOW2 (0x21) +#define R_N10LOW3 (0x22) +#define R_N10LOW4 (0x23) +#define R_N10SPLIT0 (0x24) +#define R_N10SPLIT1 (0x25) +#define R_N10SPLIT2 (0x26) +#define R_N10HIGHADJ (0x27) +#define R_N10BRADDR (0x28) +#endif /* TC_I860 */ + #ifdef TC_I960 #define R_RELLONG (0x11) /* Direct 32-bit relocation */ #define R_IPRSHORT (0x18) |