PowerPC addpcis fix
[deliverable/binutils-gdb.git] / include / elf / ppc64.h
index 307d4c2188881aa71337cdddb9cd75a15bf12771..43090dd7da4df39eb0ac6313276ef4b97537f389 100644 (file)
@@ -155,8 +155,12 @@ START_RELOC_NUMBERS (elf_ppc64_reloc_type)
   RELOC_NUMBER (R_PPC64_ENTRY,            118)
 
 #ifndef RELOC_MACROS_GEN_FUNC
-/* Fake relocation only used internally by ld.  */
+/* Relocation only used internally by ld.  If you need to use these
+   reloc numbers, you can change them to some other unused value
+   without affecting the ABI.  They will never appear in object files.  */
   RELOC_NUMBER (R_PPC64_LO_DS_OPT,        128)
+/* Reloc only used internally by gas.  As above, value is unimportant.  */
+  RELOC_NUMBER (R_PPC64_16DX_HA,          129)
 #endif
 
 /* Power9 split rel16 for addpcis.  */
This page took 0.034059 seconds and 4 git commands to generate.