about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/aarch64/bits
Commit message (Collapse)AuthorAgeFilesLines
* libc-vdso.h place consolidationAdhemerval Zanella2015-04-201-31/+0
| | | | | | This patch moves the libc-vdso.h internal header from bits folder to default architecture one and also corrects the remaning includes in the files.
* aarch64: Increase MINSIGSTKSZ and SIGSTKSZ (bug 16850)Andreas Schwab2015-04-021-0/+54
|
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-025-5/+5
|
* [AArch64] Add ipc.h.Alan Hayward2014-11-111-0/+54
| | | | | Adding ipc.h for AArch64 adjusted to behave correctly on big endian targets.
* AArch64: Consolidate nptl/ subdirectories under linux/...Roland McGrath2014-06-261-0/+101
|
* Relocate AArch64 from ports to libc.Marcus Shawcroft2014-02-113-0/+130
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.