diff options
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/v850.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 3402b34..1c34a68 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 16 14:16:17 1997 Nick Clifton <nickc@cygnus.com> + + * v850.h (reloc_type): Add R_V850_TDA_16_16_OFFSET. + Wed Sep 3 15:11:14 1997 Richard Henderson <rth@cygnus.com> * mips.h: Correct typo in comment. diff --git a/include/elf/v850.h b/include/elf/v850.h index 0fd1599..5e336ec 100644 --- a/include/elf/v850.h +++ b/include/elf/v850.h @@ -69,6 +69,7 @@ enum reloc_type R_V850_TDA_6_8_OFFSET, /* For sst.w, sld.w */ R_V850_TDA_7_8_OFFSET, /* For sst.h, sld.h */ R_V850_TDA_7_7_OFFSET, /* For sst.b, sld.b */ + R_V850_TDA_16_16_OFFSET, /* For set1, clr1, not1, tst1, movea, movhi */ /* start-sanitize-v850e */ R_V850_TDA_4_5_OFFSET, /* For sld.hu */ R_V850_TDA_4_4_OFFSET, /* For sld.bu */ |