diff --git a/include/ChangeLog b/include/ChangeLog index db4665407..64f6e1fbd 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2010-02-08 David S. Miller + + * elf/sparc.h (R_SPARC_JMP_IREL, R_SPARC_IRELATIVE): Define. + 2010-01-13 Joel Brobecker Add new DW_AT_use_GNAT_descriptive_type CU attribute. diff --git a/include/elf/sparc.h b/include/elf/sparc.h index 68d6285ee..f7458df1a 100644 --- a/include/elf/sparc.h +++ b/include/elf/sparc.h @@ -164,6 +164,8 @@ START_RELOC_NUMBERS (elf_sparc_reloc_type) EMPTY_RELOC (R_SPARC_max_std) + RELOC_NUMBER (R_SPARC_JMP_IREL, 248) + RELOC_NUMBER (R_SPARC_IRELATIVE, 249) RELOC_NUMBER (R_SPARC_GNU_VTINHERIT, 250) RELOC_NUMBER (R_SPARC_GNU_VTENTRY, 251) RELOC_NUMBER (R_SPARC_REV32, 252)