mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
* ppc64.h (IS_PPC64_TLS_RELOC): Rename from IS_TLS_RELOC.
This commit is contained in:
parent
2a050fb5ce
commit
89c3607e7b
@ -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.
|
||||
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user