Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2003-02-18 15:52:55 +0300
committerAlan Modra <modra@gmail.com>2003-02-18 15:52:55 +0300
commitaf5d939fc89001e335d1f1c53f68e48cf830dcbd (patch)
tree5af13eed44eb5e4512a9bc643b771a85d5eebbb4 /include/elf/ppc64.h
parentafe13e845405e56077925c4f7af02691a265675f (diff)
* ppc64.h (IS_PPC64_TLS_RELOC): Rename from IS_TLS_RELOC.
Diffstat (limited to 'include/elf/ppc64.h')
-rw-r--r--include/elf/ppc64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/ppc64.h b/include/elf/ppc64.h
index 8b8018717..ee2b0ea53 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. */