summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-02-18 12:52:55 +0000
committerAlan Modra <amodra@gmail.com>2003-02-18 12:52:55 +0000
commit89c3607e7b581ab2232dc188d0df6b675a57848b (patch)
treed2943dd2a5222314a2d2d4ab0754473d0ddc906d /include
parent2a050fb5ce6197869f31d028dc49495ce3e3b0a0 (diff)
downloadppe42-binutils-89c3607e7b581ab2232dc188d0df6b675a57848b.tar.gz
ppe42-binutils-89c3607e7b581ab2232dc188d0df6b675a57848b.zip
* ppc64.h (IS_PPC64_TLS_RELOC): Rename from IS_TLS_RELOC.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog2
-rw-r--r--include/elf/ppc64.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 459427872e..78ecc9b9aa 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -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.
diff --git a/include/elf/ppc64.h b/include/elf/ppc64.h
index 8b80187171..ee2b0ea533 100644
--- a/include/elf/ppc64.h
+++ b/include/elf/ppc64.h
@@ -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. */
OpenPOWER on IntegriCloud