diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-19 17:31:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-19 17:31:31 +0000 |
commit | 873e6f9d975eaf9c20876073b9d161d34966b381 (patch) | |
tree | b9a58bde8c8cc242f9eb8ba75fc5b55d740a9cf1 /include/elf/mn10300.h | |
parent | 6788155fe224ee455c0ab5b33b602b954a50b766 (diff) | |
download | cygnal-873e6f9d975eaf9c20876073b9d161d34966b381.tar.gz cygnal-873e6f9d975eaf9c20876073b9d161d34966b381.tar.bz2 cygnal-873e6f9d975eaf9c20876073b9d161d34966b381.zip |
Add MN10300 linker relaxation support for symbol differences
Diffstat (limited to 'include/elf/mn10300.h')
-rw-r--r-- | include/elf/mn10300.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/mn10300.h b/include/elf/mn10300.h index d241e9c61..74de473bd 100644 --- a/include/elf/mn10300.h +++ b/include/elf/mn10300.h @@ -50,6 +50,7 @@ START_RELOC_NUMBERS (elf_mn10300_reloc_type) RELOC_NUMBER (R_MN10300_GLOB_DAT, 21) RELOC_NUMBER (R_MN10300_JMP_SLOT, 22) RELOC_NUMBER (R_MN10300_RELATIVE, 23) + RELOC_NUMBER (R_MN10300_SYM_DIFF, 33) END_RELOC_NUMBERS (R_MN10300_MAX) /* Machine variant if we know it. This field was invented at Cygnus, |