diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-02 22:53:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-02 22:53:31 +0000 |
commit | def31039acdf63f0ebb9ba24aa0ec627fd11086a (patch) | |
tree | 3cc9e37ef1949fd453f946d3545d1db225f64d2f /bfd/bfd-in2.h | |
parent | 552c6220e0bf1173ccf939170835dcd505282a1d (diff) | |
download | gdb-def31039acdf63f0ebb9ba24aa0ec627fd11086a.zip gdb-def31039acdf63f0ebb9ba24aa0ec627fd11086a.tar.gz gdb-def31039acdf63f0ebb9ba24aa0ec627fd11086a.tar.bz2 |
Switched over to using new reloc types.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index d5532fd..aba89ed 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1948,14 +1948,19 @@ add3, load, and store instructions. */ /* This is a 22-bit reloc */ BFD_RELOC_V850_22_PCREL, -/* This is an offset from the short data area pointer.. */ - BFD_RELOC_V850_SDA_OFFSET, - -/* This is an offset from the zero data area pointer.. */ - BFD_RELOC_V850_ZDA_OFFSET, - -/* This is an offset from the tiny data area pointer.. */ - BFD_RELOC_V850_TDA_OFFSET, + BFD_RELOC_V850_SDA_16_16_OFFSET, /* A 16 bit reloc in the small data area. */ + BFD_RELOC_V850_SDA_15_16_OFFSET, /* A 16 bit reloc (of which only 15 bits are used) in the small data area. */ + BFD_RELOC_V850_ZDA_16_16_OFFSET, /* A 16 bit reloc in the zero data area. */ + BFD_RELOC_V850_ZDA_15_16_OFFSET, /* A 16 bit reloc (of which only 15 bits are used) in the zero data area. */ + BFD_RELOC_V850_TDA_6_8_OFFSET, /* An 8 bit reloc (of which only 6 bits are used) in the tiny data area. */ + BFD_RELOC_V850_TDA_7_8_OFFSET, /* An 8 bit reloc (of which only 7 bits are used) in the tiny data area. */ + BFD_RELOC_V850_TDA_7_7_OFFSET, /* A 7 bit reloc in the tiny data area. */ +/* start-sanitize-v850e */ + BFD_RELOC_V850_TDA_4_5_OFFSET, /* A 5 bit reloc (of which only 4 bits are used) in the tiny data area. */ + BFD_RELOC_V850_TDA_4_4_OFFSET, /* A 4 bit reloc in the tiny data area. */ + BFD_RELOC_V850_SDA_16_16_SPLIT_OFFSET, /* A 16 bit reloc (but the bits are not contiguous) in the small data area. */ + BFD_RELOC_V850_ZDA_16_16_SPLIT_OFFSET, /* A 16 bit reloc (but the bits are not contiguous) in the zero data area. */ +/* end-santize-v850e */ /* end-sanitize-v850 */ |