* ppc64.h (IS_PPC64_TLS_RELOC): Rename from IS_TLS_RELOC.
authorAlan Modra <amodra@gmail.com>
Tue, 18 Feb 2003 12:52:55 +0000 (12:52 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 18 Feb 2003 12:52:55 +0000 (12:52 +0000)
include/elf/ChangeLog
include/elf/ppc64.h

index 459427872e317eadafb0859413359d24b7d2a997..78ecc9b9aab7c8b45ba6ad42863c4f9d247d008c 100644 (file)
@@ -1,5 +1,7 @@
 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
 
+       * ppc64.h (IS_PPC64_TLS_RELOC): Rename from IS_TLS_RELOC.
+
        * ppc.h: Replace DTPMOD64, TPREL64, DTPREL64 with DTPMOD32 etc.
        (IS_PPC_TLS_RELOC): Define.
 
index 8b8018717143e6e9b60a29902603b5c7c3912df7..ee2b0ea53327bec459270b580ae06bdfe1eaa975 100644 (file)
@@ -143,7 +143,7 @@ START_RELOC_NUMBERS (elf_ppc64_reloc_type)
 
 END_RELOC_NUMBERS (R_PPC64_max)
 
-#define IS_TLS_RELOC(R) \
+#define IS_PPC64_TLS_RELOC(R) \
   ((R) >= R_PPC64_TLS && (R) <= R_PPC64_DTPREL16_HIGHESTA)
 
 /* Specify the start of the .glink section.  */