diff options
| author | Roland McGrath <[email protected]> | 2005-11-19 21:36:37 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2005-11-19 21:36:37 +0000 |
| commit | b6405ca24bf950aa9baaac0b9e949963a6569e08 (patch) | |
| tree | 777c507edcaea3ad6f9b7791580efb71f3f35479 /libelf | |
| parent | f47ba53e758a954c72f820e169079aa767d9f96c (diff) | |
backends/
2005-11-19 Roland McGrath <[email protected]>
* ppc64_reloc.def: REL30 -> ADDR30.
libelf/
2005-11-19 Roland McGrath <[email protected]>
* elf.h: Update from glibc.
Diffstat (limited to 'libelf')
| -rw-r--r-- | libelf/ChangeLog | 4 | ||||
| -rw-r--r-- | libelf/elf.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 229e7cc7..ba1bb952 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,7 @@ +2005-11-19 Roland McGrath <[email protected]> + + * elf.h: Update from glibc. + 2005-11-17 Roland McGrath <[email protected]> * elf.h: Update from glibc. diff --git a/libelf/elf.h b/libelf/elf.h index 4d3bb133..c98bb523 100644 --- a/libelf/elf.h +++ b/libelf/elf.h @@ -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) */ |
