2005-11-17 Roland McGrath <roland@redhat.com>

* elf/elf.h (R_PPC64_ADDR30): Renamed to R_PPC64_REL30.
This commit is contained in:
Roland McGrath 2005-11-17 23:02:17 +00:00
parent c6f688a090
commit cfd487620b
1 changed files with 1 additions and 1 deletions

View 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_ADDR30 37 /* word30 (S + A - P) >> 2 */
#define R_PPC64_REL30 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) */