diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 0c49618cc..6ff970fa2 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,8 @@ +2005-01-12 Alan Modra + + * ppc.h (R_PPC_RELAX32_PLT, R_PPC_RELAX32PC_PLT): Define. + (R_PPC_RELAX32, R_PPC_RELAX32PC): Adjust value. + 2004-12-22 Klaus Rudolph * include/elf/avr.h (R_AVR_LDI, R_AVR_6, R_AVR_6_ADIW): New diff --git a/include/elf/ppc.h b/include/elf/ppc.h index b510f441c..f512630c7 100644 --- a/include/elf/ppc.h +++ b/include/elf/ppc.h @@ -122,8 +122,10 @@ START_RELOC_NUMBERS (elf_ppc_reloc_type) /* Fake relocations for branch stubs. This will keep them together. */ -#define R_PPC_RELAX32 251 -#define R_PPC_RELAX32PC 252 +#define R_PPC_RELAX32 249 +#define R_PPC_RELAX32PC 250 +#define R_PPC_RELAX32_PLT 251 +#define R_PPC_RELAX32PC_PLT 252 /* These are GNU extensions to enable C++ vtable garbage collection. */ RELOC_NUMBER (R_PPC_GNU_VTINHERIT, 253)