aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@arm.com>2013-01-22 09:49:27 +0000
committerMarcus Shawcroft <marcus.shawcroft@arm.com>2013-01-22 09:49:27 +0000
commit761dfa99bad549cce11ec5b4571127bac5b67e04 (patch)
treeab006545a3b910505eb911dc70a93fa6525a9bf8
parent93ff4bbee0f74342000a6c90ae175170a640a0b8 (diff)
downloadnewlib-761dfa99bad549cce11ec5b4571127bac5b67e04.zip
newlib-761dfa99bad549cce11ec5b4571127bac5b67e04.tar.gz
newlib-761dfa99bad549cce11ec5b4571127bac5b67e04.tar.bz2
Correcting my previous commit.
In my previous commit I forget to cvs add two new files, this commit corrects my mistake.
-rw-r--r--libgloss/aarch64/elf-aem-validation.specs12
-rw-r--r--libgloss/aarch64/elf-aem-ve.specs19
2 files changed, 31 insertions, 0 deletions
diff --git a/libgloss/aarch64/elf-aem-validation.specs b/libgloss/aarch64/elf-aem-validation.specs
new file mode 100644
index 0000000..ca0c92d
--- /dev/null
+++ b/libgloss/aarch64/elf-aem-validation.specs
@@ -0,0 +1,12 @@
+# aem-ve.specs
+#
+# Spec file for AArch64 baremetal newlib, libgloss on the validation platform
+# with AngelAPI semi-hosting.
+
+%rename lib libc
+
+*libgloss:
+-lrdimon
+
+*lib:
+cpu-init/rdimon-aem-el3.o%s --start-group %(libc) %(libgloss) --end-group
diff --git a/libgloss/aarch64/elf-aem-ve.specs b/libgloss/aarch64/elf-aem-ve.specs
new file mode 100644
index 0000000..671d3c1
--- /dev/null
+++ b/libgloss/aarch64/elf-aem-ve.specs
@@ -0,0 +1,19 @@
+# aem-ve.specs
+#
+# Spec file for AArch64 baremetal newlib, libgloss on VE platform with AngelAPI
+# semi-hosting.
+#
+# This Spec file is also appropriate for the foundation model.
+
+%rename link old_link
+
+*link:
+-Ttext-segment 0x80000000 %(old_link)
+
+%rename lib libc
+
+*libgloss:
+-lrdimon
+
+*lib:
+cpu-init/rdimon-aem-el3.o%s --start-group %(libc) %(libgloss) --end-group