Add MN10300 linker relaxation support for symbol differences
This commit is contained in:
parent
6788155fe2
commit
873e6f9d97
|
@ -1,3 +1,7 @@
|
||||||
|
2007-10-19 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* mn10300.h: Add R_MN10300_SYM_DIFF reloc.
|
||||||
|
|
||||||
2007-10-18 Roland McGrath <roland@redhat.com>
|
2007-10-18 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* common.h (NT_PPC_VMX): New macro.
|
* common.h (NT_PPC_VMX): New macro.
|
||||||
|
|
|
@ -50,6 +50,7 @@ START_RELOC_NUMBERS (elf_mn10300_reloc_type)
|
||||||
RELOC_NUMBER (R_MN10300_GLOB_DAT, 21)
|
RELOC_NUMBER (R_MN10300_GLOB_DAT, 21)
|
||||||
RELOC_NUMBER (R_MN10300_JMP_SLOT, 22)
|
RELOC_NUMBER (R_MN10300_JMP_SLOT, 22)
|
||||||
RELOC_NUMBER (R_MN10300_RELATIVE, 23)
|
RELOC_NUMBER (R_MN10300_RELATIVE, 23)
|
||||||
|
RELOC_NUMBER (R_MN10300_SYM_DIFF, 33)
|
||||||
END_RELOC_NUMBERS (R_MN10300_MAX)
|
END_RELOC_NUMBERS (R_MN10300_MAX)
|
||||||
|
|
||||||
/* Machine variant if we know it. This field was invented at Cygnus,
|
/* Machine variant if we know it. This field was invented at Cygnus,
|
||||||
|
|
Loading…
Reference in New Issue