forked from Imagelibrary/binutils-gdb
Added new relocations to handle the call table.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
start-sanitize-v850e
|
||||
Wed Sep 17 16:41:42 1997 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* v850.h: Add R_V850_CALLT_6_7_OFFSET and R_V850_CALLT_16_16_OFFSET.
|
||||
|
||||
end-sanitize-v850e
|
||||
Tue Sep 16 14:16:17 1997 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* v850.h (reloc_type): Add R_V850_TDA_16_16_OFFSET.
|
||||
|
||||
@@ -75,6 +75,8 @@ enum reloc_type
|
||||
R_V850_TDA_4_4_OFFSET, /* For sld.bu */
|
||||
R_V850_SDA_16_16_SPLIT_OFFSET, /* For ld.bu */
|
||||
R_V850_ZDA_16_16_SPLIT_OFFSET, /* For ld.bu */
|
||||
R_V850_CALLT_6_7_OFFSET, /* For callt */
|
||||
R_V850_CALLT_16_16_OFFSET, /* For callt */
|
||||
/* end-sanitize-v850e */
|
||||
R_V850_max
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user