From 99be2bc4ff25ad8b322695ab3fca9f5350b7ae3a Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Fri, 20 Sep 2013 14:23:41 +0000 Subject: 2013-09-20 Matthew Gretton-Dann Ramana Radhakrishnan Greta Yorsh * arm/Makefile.in: Add support for cpu-init directory and add elf-aprofile-ve.specs. * arm/configure.in: Likewise. * arm/configure: Regenerate. * arm/cpu-init: New directory. * arm/cpu-init/Makefile.in: New file. * arm/cpu-init/rdimon-aem.S: Likewise. * arm/crt0.S: Call _rdimon_init_hook * arm/elf-aprofile-ve.specs: New file. --- libgloss/arm/elf-aprofile-ve.specs | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 libgloss/arm/elf-aprofile-ve.specs (limited to 'libgloss/arm/elf-aprofile-ve.specs') diff --git a/libgloss/arm/elf-aprofile-ve.specs b/libgloss/arm/elf-aprofile-ve.specs new file mode 100644 index 0000000..9dea410 --- /dev/null +++ b/libgloss/arm/elf-aprofile-ve.specs @@ -0,0 +1,22 @@ +# aem-ve.specs +# +# Spec file for AArch32 A profile 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: +--defsym=_rdimon_vector_base=0x80000000 -Ttext-segment=0x80008000 %(old_link) + +%rename lib libc + +*libgloss: +-lrdimon + +*lib: +cpu-init/rdimon-aem.o%s --start-group %(libc) %(libgloss) --end-group + +*startfile: +crti%O%s crtbegin%O%s %{!pg:rdimon-crt0%O%s} %{pg:rdimon-crt0%O%s} -- cgit v1.1