summaryrefslogtreecommitdiffstats
path: root/libgloss/aarch64/elf-aem-validation.specs
Commit message (Collapse)AuthorAgeFilesLines
* Fix crt0 overwriting.Tamar Christina2017-08-091-0/+3
| | | | | | | | | | | On AArch64 we currently always link in crt0 regardless of if another one is being provided by something else, like rdimon.a. This was never an issue before as nosys was not supported on AArch64. This updates the specs to supply a different crt0 when a semihosting call is required. Signed-off-by: Tamar Christina <tamar.christina@arm.com>
* Adds the needed build system changes in order to compile and create the new ↵Tamar Christina2017-07-051-1/+1
| | | | | | | | | | | libraries for Semihosting v2. This uses the new recursive build target in multi-build.in For AArch64 no new spec files are needed but the makefiles are modified to keep them in sync with the ARM ones. Signed-off-by: Tamar Christina <tamar.christina@arm.com>
* Correcting my previous commit.Marcus Shawcroft2013-01-221-0/+12
In my previous commit I forget to cvs add two new files, this commit corrects my mistake.