aboutsummaryrefslogtreecommitdiff
path: root/libgloss/aarch64
AgeCommit message (Expand)AuthorFilesLines
2023-01-09libgloss: merge aarch64 into top-level MakefileMike Frysinger4-273/+54
2022-12-19libgloss: merge aarch64 configure script up a levelMike Frysinger6-5420/+14
2022-12-19libgloss: aarch64: delete unused multi-build logicMike Frysinger1-43/+16
2022-02-25libgloss: switch to AM_PROG_ARMike Frysinger3-3/+288
2022-02-24libgloss: document & localize custom multi-do ruleMike Frysinger1-4/+4
2022-02-24libgloss: finish migration to AM_PROG_ASMike Frysinger3-14/+748
2022-02-24libgloss: switch to standard AC_PROG_CCMike Frysinger3-711/+689
2022-02-22Make __sdidinit unusedMatt Joyce1-1/+1
2022-02-16libgloss: aarch64: merge cpu-init/ up a levelMike Frysinger6-4501/+14
2022-02-01libgloss: move to ../config/multi.m4 for multilib logicMike Frysinger6-28/+134
2022-01-28Finish this commit by prefixing HAVE_INITFINI_ARRAY and HAVE_INIT_FINI refere...Jeff Law1-2/+2
2022-01-28libgloss: aarch64/sparc: fix missing dir with parallel installMike Frysinger1-1/+5
2022-01-14require autoconf-2.69 exactlyMike Frysinger6-40/+12
2022-01-10libgloss: hardcode AC_CONFIG_AUX_DIR pathMike Frysinger4-50/+10
2021-11-06libgloss: regenerate aclocal.m4 & configure w/newer versionsMike Frysinger6-336/+344
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger2-0/+0
2020-09-30libgloss: aarch64: Add support for Armv8-R AArch64Alex Coplan via Newlib4-4/+38
2018-10-31Initialize SVE system registers.Tamar Christina1-0/+27
2018-10-08[Aarch64] Syscalls: fix prototypesChristophe Lyon1-18/+19
2018-10-05 [Aarch64] Fix warning in _sbrkChristophe Lyon1-1/+1
2018-08-01Patch from Richard Earnshaw <Richard.Earnshaw@arm.com>newlib-snapshot-20180802Jeff Johnston1-4/+8
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz1-1/+1
2018-01-17ansification: remove _PARAMSYaakov Selkowitz4-36/+36
2017-10-24Fixed semihosting for AArch64 when heapinfo parameters are not provided by de...Alexander Fedotov2-26/+59
2017-08-24move ILP32 sanity check on heap base code under ARM_RDI_MONITORAlexander Fedotov-B556131-4/+5
2017-08-17Fix crt0 init fini codeSzabolcs Nagy1-4/+0
2017-08-15fix typo in AArch64 crt0Alexander Fedotov-B556131-1/+1
2017-08-14use stack from linker script when nosysAlexander Fedotov-B556131-1/+18
2017-08-09Don't fetch command line options without semi-hostingYao Qi1-0/+6
2017-08-09Fix crt0 overwriting.Tamar Christina4-1/+10
2017-07-21Previous patch to support nosys.specs accidentally broke validation specs bec...Tamar Christina1-1/+1
2017-07-14Fix link when nosys.specs is used to linkTamar Christina1-0/+2
2017-07-05Add support for Semihosting v2 support for AArch64 in libgloss.Tamar Christina4-47/+186
2017-07-05Adds the needed build system changes in order to compile and create the new l...Tamar Christina4-16/+49
2017-05-19ARM/AArch64: Fix GetCmdLine semihosting directivesnewlib-snapshot-20170519Laurent ALFONSI1-4/+6
2014-02-03 * aarch64/Makefile.in (RDIMON_SCRIPTS): Rule to build in-tree copiesRichard Earnshaw1-2/+5
2014-01-28 * aarch64/cpu-init/rdimon-aem-el3.S (flat_map): Use bic-immediateCorinna Vinschen1-2/+1
2014-01-242014-01-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>Jeff Johnston1-1/+4
2013-11-21[AArch64] Set errno in ftruncate() and truncate().Marcus Shawcroft2-0/+4
2013-11-18[AArch64] Provide ftruncate() and truncate() stubs.Marcus Shawcroft3-2/+72
2013-08-12 * aarch64/crt0.S: Remove 'start'.Corinna Vinschen1-1/+0
2013-07-12[AArch64] Ensure vector table is page aligned.Marcus Shawcroft1-2/+1
2013-07-04 * aarch64/syscalls.c (stack_ptr): Defined with asm ("wsp") if __ILP32__Corinna Vinschen1-0/+4
2013-06-28 * aarch64/syscalls.c (POINTER_TO_PARAM_BLOCK_T): New macro.Corinna Vinschen1-10/+14
2013-06-25 * aarch64/crt0.S (GEN_DWORD): New macro definition.Corinna Vinschen1-17/+75
2013-04-19[AArch64] Honour CFLAGS.Marcus Shawcroft2-7/+8
2013-01-22Correcting my previous commit.Marcus Shawcroft2-0/+31
2013-01-182013-01-18 Marcus Shawcroft <marcus.shawcroft@arm.com>Marcus Shawcroft1-1/+1
2012-11-23 * aarch64/configure.in: Replace the direct generation ofCorinna Vinschen6-26/+4476
2012-09-262012-09-26 Ian Bolton <ian.bolton@arm.com>Jeff Johnston13-0/+6046