| Index: binutils/include/elf/ppc.h
 | 
| diff --git a/binutils/include/elf/ppc.h b/binutils/include/elf/ppc.h
 | 
| index e2de0ad76f8d7cf00a6d2c7a205962ab8a2f87d8..a77c833d2242b88a30d55295ae42a7156a6d78af 100644
 | 
| --- a/binutils/include/elf/ppc.h
 | 
| +++ b/binutils/include/elf/ppc.h
 | 
| @@ -73,10 +73,9 @@ START_RELOC_NUMBERS (elf_ppc_reloc_type)
 | 
|  
 | 
|  #ifndef RELOC_MACROS_GEN_FUNC
 | 
|  /* Fake relocations for branch stubs, only used internally by ld.  */
 | 
| -  RELOC_NUMBER (R_PPC_RELAX32,		 48)
 | 
| -  RELOC_NUMBER (R_PPC_RELAX32PC,	 49)
 | 
| -  RELOC_NUMBER (R_PPC_RELAX32_PLT,	 50)
 | 
| -  RELOC_NUMBER (R_PPC_RELAX32PC_PLT,	 51)
 | 
| +  RELOC_NUMBER (R_PPC_RELAX,		 48)
 | 
| +  RELOC_NUMBER (R_PPC_RELAX_PLT,	 49)
 | 
| +  RELOC_NUMBER (R_PPC_RELAX_PLTREL24,	 50)
 | 
|  #endif
 | 
|  
 | 
|    /* Relocs added to support TLS.  */
 | 
| 
 |