Added new relocations to handle the call table.

This commit is contained in:
Nick Clifton
1997-09-17 23:39:04 +00:00
parent 2a3b391bbe
commit 03d5329244
2 changed files with 8 additions and 0 deletions

View File

@@ -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.

View File

@@ -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
};