]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
backends/
authorRoland McGrath <roland@redhat.com>
Sat, 19 Nov 2005 21:36:37 +0000 (21:36 +0000)
committerRoland McGrath <roland@redhat.com>
Sat, 19 Nov 2005 21:36:37 +0000 (21:36 +0000)
2005-11-19  Roland McGrath  <roland@redhat.com>

* ppc64_reloc.def: REL30 -> ADDR30.

libelf/
2005-11-19  Roland McGrath  <roland@redhat.com>

* elf.h: Update from glibc.

backends/ChangeLog
backends/ppc64_reloc.def
libelf/ChangeLog
libelf/elf.h

index b62ea6fd69a65274a5d764f02071cadb7bed54ad..aea3de3075d00c9a66a184092d18643294ff94e0 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-19  Roland McGrath  <roland@redhat.com>
+
+       * ppc64_reloc.def: REL30 -> ADDR30.
+
 2005-11-18  Roland McGrath  <roland@redhat.com>
 
        * alpha_init.c: Use HOOK macro.
index f9047d55b76bc0fd5fbac8e674b4dcf1abfadd13..dc897aa44b51bd8a4fa63ba0fd37949dc4473996 100644 (file)
@@ -47,7 +47,7 @@ RELOC_TYPE (SECTOFF,          REL)
 RELOC_TYPE (SECTOFF_LO,                REL)
 RELOC_TYPE (SECTOFF_HI,                REL)
 RELOC_TYPE (SECTOFF_HA,                REL)
-RELOC_TYPE (REL30,             REL)            /* note 1 */
+RELOC_TYPE (ADDR30,            REL)            /* note 1 */
 RELOC_TYPE (ADDR64,            REL|EXEC|DYN)
 RELOC_TYPE (ADDR16_HIGHER,     REL)            /* note 1 */
 RELOC_TYPE (ADDR16_HIGHERA,    REL)            /* note 1 */
index 229e7cc740c8372978ae4a7f5db626ef7e6f858b..ba1bb9525c55e2450dee302285d293b3c91e045e 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-19  Roland McGrath  <roland@redhat.com>
+
+       * elf.h: Update from glibc.
+
 2005-11-17  Roland McGrath  <roland@redhat.com>
 
        * elf.h: Update from glibc.
index 4d3bb13312e767f4b026eed7a0408e1f6be9f225..c98bb5233dab6e1846f019de0a48c93ab345f10a 100644 (file)
@@ -2031,7 +2031,7 @@ typedef Elf32_Addr Elf32_Conflict;
 #define R_PPC64_SECTOFF_LO     R_PPC_SECTOFF_LO
 #define R_PPC64_SECTOFF_HI     R_PPC_SECTOFF_HI
 #define R_PPC64_SECTOFF_HA     R_PPC_SECTOFF_HA
-#define R_PPC64_REL30          37 /* word30 (S + A - P) >> 2 */
+#define R_PPC64_ADDR30         37 /* word30 (S + A - P) >> 2 */
 #define R_PPC64_ADDR64         38 /* doubleword64 S + A */
 #define R_PPC64_ADDR16_HIGHER  39 /* half16 #higher(S + A) */
 #define R_PPC64_ADDR16_HIGHERA 40 /* half16 #highera(S + A) */