newlib-cygwin/libgloss/aarch64
Mike Frysinger 873da400e0 libgloss: regenerate aclocal.m4 & configure w/newer versions
Regenerate the files using automake-1.15 & autoconf-2.69 to match the
binutils/gdb/gcc projects.  Ran:

libgloss $ find -name configure.ac -printf '%h\n' | while read d; do
  (cd $d; export WANT_AUTOCONF=2.69 WANT_AUTOMAKE=1.15;
   aclocal-1.15 -I.. && autoconf-2.69); done
2021-11-06 14:14:50 -04:00
..
cpu-init libgloss: regenerate aclocal.m4 & configure w/newer versions 2021-11-06 14:14:50 -04:00
Makefile.in libgloss: aarch64: Add support for Armv8-R AArch64 2020-09-30 11:08:46 +01:00
_exit.c ansification: remove _PARAMS 2018-01-17 11:47:13 -06:00
_kill.c ansification: remove _PARAMS 2018-01-17 11:47:13 -06:00
aclocal.m4 libgloss: regenerate aclocal.m4 & configure w/newer versions 2021-11-06 14:14:50 -04:00
configure libgloss: regenerate aclocal.m4 & configure w/newer versions 2021-11-06 14:14:50 -04:00
configure.ac libgloss: regenerate aclocal.m4 & configure w/newer versions 2021-11-06 14:14:50 -04:00
crt0.S Fixed semihosting for AArch64 when heapinfo parameters are not provided by debugger 2017-10-24 17:27:51 +02:00
elf-aem-v8-r.specs libgloss: aarch64: Add support for Armv8-R AArch64 2020-09-30 11:08:46 +01:00
elf-aem-validation.specs Fix crt0 overwriting. 2017-08-09 14:50:13 +02:00
elf-aem-ve.specs Fix crt0 overwriting. 2017-08-09 14:50:13 +02:00
elf-rdimon.specs Fix crt0 overwriting. 2017-08-09 14:50:13 +02:00
ftruncate.c [AArch64] Set errno in ftruncate() and truncate(). 2013-11-21 15:53:52 +00:00
libcfunc.c 2012-09-26 Ian Bolton <ian.bolton@arm.com> 2012-09-26 20:11:54 +00:00
svc.h ansification: remove _PARAMS 2018-01-17 11:47:13 -06:00
syscalls.c [Aarch64] Syscalls: fix prototypes 2018-10-08 14:39:16 +01:00
truncate.c [AArch64] Set errno in ftruncate() and truncate(). 2013-11-21 15:53:52 +00:00