From 03d532924421f3dcb3cfdb820e1be189aaf618e4 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 17 Sep 1997 23:39:04 +0000 Subject: [PATCH] Added new relocations to handle the call table. --- include/elf/ChangeLog | 6 ++++++ include/elf/v850.h | 2 ++ 2 files changed, 8 insertions(+) diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 1c34a68..03580dd 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,9 @@ +start-sanitize-v850e +Wed Sep 17 16:41:42 1997 Nick Clifton + + * 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 * v850.h (reloc_type): Add R_V850_TDA_16_16_OFFSET. diff --git a/include/elf/v850.h b/include/elf/v850.h index 5e336ec..fa28eaa 100644 --- a/include/elf/v850.h +++ b/include/elf/v850.h @@ -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 }; -- 2.7.4