about summary refs log tree commit diff
path: root/sysdeps/aarch64/nptl
Commit message (Collapse)AuthorAgeFilesLines
* Remove second argument from TLS_INIT_TP macroAndreas Schwab2014-05-271-1/+1
|
* [AARCH64] correct alignment of TLS_TCB_ALIGN (BZ #16796)Kyle McMartin2014-05-261-2/+2
| | | | | | | | | | | | | | | This fixes a variety of testsuite failures for me: tststatic.out Error 1 tststatic2.out Error 1 tst-tls9-static.out Error 1 tst-audit8.out Error 127 tst-audit9.out Error 127 tst-audit1.out Error 127 and also has the added benefit of making LD_AUDIT/sotruss work on AArch64. Otherwise, we bail out early in _dl_try_allocate_static_tls as the alignment requirement of the PT_TLS section in libc is 16.
* Clean up __exit_thread.Roland McGrath2014-05-131-5/+0
|
* Compile with -Wundef.Roland McGrath2014-03-141-0/+1
|
* Relocate AArch64 from ports to libc.Marcus Shawcroft2014-02-115-0/+231
This patch moves the AArch64 port to the main sysdeps hierarchy. The move is essentially: git mv ports/sysdeps/aarch64 sysdeps/aarch64 git mv ports/sysdeps/unix/sysv/linux/aarch64 sysdeps/unix/sysv/linux/aarch64 The README is updated and I've updated ChangeLog.aarch64 along the lines of the ARM move. The AArch64 build has been tested to confirm that there were no changes in objdump -dr output or the shared objects.