about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32/tls-macros.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove HAVE_ASM_PPC_REL16 referencesAlan Modra2015-03-231-41/+3
| | | | | | | | | | | | | In bc0cdc498 the configure check for HAVE_ASM_PPC_REL16 was removed on the grounds that the minimum binutils supports rel16 relocs. This is true, but not all references to HAVE_ASM_PPC_REL16 in the sources were removed. * config.h.in: Remove HAVE_ASM_PPC_REL16. * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16 and false branch of conditional. * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
* Split tls-macros.h in sysdeps directories.Adhemerval Zanella2012-07-191-0/+87
Split PowerPC definitions in PPC32 and PPC64 headers.