newlib/libgloss/aarch64
Tamar Christina 13665a7c30 Fix link when nosys.specs is used to link
This patch fixes the issue where nosys.specs is used to link.
e.g. The use of crt0 without any support for semihosting requested.

The AArch64 crt0 was missing an #ifdef for the initialise_monitor_handles
which was causing the link to fail. Sorry for missing this before.
2017-07-14 10:36:32 +02:00
..
cpu-init
_exit.c Add support for Semihosting v2 support for AArch64 in libgloss. 2017-07-05 14:41:27 +02:00
_kill.c Add support for Semihosting v2 support for AArch64 in libgloss. 2017-07-05 14:41:27 +02:00
aclocal.m4
configure
configure.in
crt0.S Fix link when nosys.specs is used to link 2017-07-14 10:36:32 +02:00
elf-aem-validation.specs Adds the needed build system changes in order to compile and create the new libraries for Semihosting v2. 2017-07-05 14:41:27 +02:00
elf-aem-ve.specs Adds the needed build system changes in order to compile and create the new libraries for Semihosting v2. 2017-07-05 14:41:27 +02:00
elf-rdimon.specs Adds the needed build system changes in order to compile and create the new libraries for Semihosting v2. 2017-07-05 14:41:27 +02:00
ftruncate.c
libcfunc.c
Makefile.in Adds the needed build system changes in order to compile and create the new libraries for Semihosting v2. 2017-07-05 14:41:27 +02:00
svc.h Add support for Semihosting v2 support for AArch64 in libgloss. 2017-07-05 14:41:27 +02:00
syscalls.c Add support for Semihosting v2 support for AArch64 in libgloss. 2017-07-05 14:41:27 +02:00
truncate.c