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 | bfff1642494227904c6c9a6c285cbaa6cf615bbb (patch) | |
tree | 7bf1ece58861b5e9c520e056102994251c0a7504 /include/elf/mn10300.h | |
parent | 97030eea009ba78139fe20eae4585984435ac178 (diff) | |
download | gdb-bfff1642494227904c6c9a6c285cbaa6cf615bbb.zip gdb-bfff1642494227904c6c9a6c285cbaa6cf615bbb.tar.gz gdb-bfff1642494227904c6c9a6c285cbaa6cf615bbb.tar.bz2 |
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 d241e9c..74de473 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, |