Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relocate AArch64 from ports to libc. | Marcus Shawcroft | 2014-02-11 | 1 | -34/+0 |
| | | | | | | | | | | | | | 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. | ||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | [AArch64] Support __mcount profiling. | Marcus Shawcroft | 2013-09-24 | 1 | -8/+7 |
| | |||||
* | [AArch64] Provide symbol version for _mcount. | Marcus Shawcroft | 2013-07-26 | 1 | -0/+35 |
| | |||||
* | [AArch64] Use generic "mcount" routine for profiling. | Marcus Shawcroft | 2013-05-23 | 1 | -25/+0 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | AArch64 Port | Marcus Shawcroft | 2012-11-09 | 1 | -0/+25 |