summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2003-02-18 12:52:55 +0000
committerAlan Modra <amodra@bigpond.net.au>2003-02-18 12:52:55 +0000
commit53b89d12866224a7b92b516482c181dc6cbc3f52 (patch)
tree1974830b41f2d65e2f17351cece054fde13771e8 /include
parent43046305cc9f3872502048068e8f766017167d16 (diff)
downloadgdb-53b89d12866224a7b92b516482c181dc6cbc3f52.tar.gz
* 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 459427872e3..78ecc9b9aab 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 8b801871714..ee2b0ea5332 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. */