aboutsummaryrefslogtreecommitdiff
path: root/libgloss/arm
AgeCommit message (Expand)AuthorFilesLines
2024-06-26arm: emit .type %function directive in FUNC_START macroChristophe Lyon2-0/+4
2023-03-03arm: Restrict processor mode change when in hypervisor modeSrinath Parvathaneni1-7/+7
2023-03-03arm: Fix the SP used in setting stack limit for standalone application.Srinath Parvathaneni1-2/+1
2023-01-11libgloss: merge arm into top-level MakefileMike Frysinger5-335/+104
2023-01-11libgloss: arm: break newlib dependencyMike Frysinger2-3/+1
2022-12-19libgloss: merge arm configure script up a levelMike Frysinger6-5476/+31
2022-12-19libgloss: arm: inline multi-build logicMike Frysinger1-45/+47
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-04libgloss: restore multilib settings in subdir makefilesMike Frysinger2-1/+5
2022-02-01libgloss: move to ../config/multi.m4 for multilib logicMike Frysinger3-31/+68
2022-01-29libgloss: fix more missing dir with parallel installMike Frysinger1-1/+11
2022-01-28Finish this commit by prefixing HAVE_INITFINI_ARRAY and HAVE_INIT_FINI refere...Jeff Law1-1/+1
2022-01-14require autoconf-2.69 exactlyMike Frysinger3-20/+6
2022-01-10libgloss: hardcode AC_CONFIG_AUX_DIR pathMike Frysinger2-29/+7
2021-11-06libgloss: regenerate aclocal.m4 & configure w/newer versionsMike Frysinger3-266/+357
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger1-0/+0
2020-03-02arm: Finish moving newlib to unified syntax for Thumb1Richard Earnshaw1-0/+11
2019-08-05Align libgloss/arm and libc/sys/arm sources: miscellaneous fixesAlexander Fedotov2-61/+47
2019-08-05Align libgloss/arm and libc/sys/arm sources: HeapInfo and __heap_limitAlexander Fedotov1-6/+6
2019-07-23Stack Pointer and Stack Limit initialization refactored.Alexander Fedotov2-89/+227
2019-06-25Arm: Use lrdimon-v2m_nano when semihosting v2 and nano selected respectivelyAlexander Fedotov1-1/+1
2019-04-12Align comments and spaces in libgloss/arm/crt0.S and newlib/libc/sys/arm/crt0...Alexander Fedotov1-67/+68
2019-04-11Include code in trap.S for APCS only.Christophe Lyon1-1/+1
2019-02-11AArch32: Fix the build for M class semihostingTamar Christina1-1/+3
2019-02-08AArch32: Add support for HLT to Mixed Mode modelsTamar Christina2-7/+13
2018-11-19Enable return code with semi-hosting SYS_EXIT_EXTENDEDMatthew Malcomson2-22/+20
2018-10-08[ARM] Make _kill() a noreturn function.Christophe Lyon2-4/+6
2018-07-11Fix AArch32 semihosting SYS_EXIT call on semihosting v1.Tamar Christina1-0/+6
2018-02-16add forward declaration to main() to prevent warningsJaap de Wolff1-0/+2
2018-02-16adapt prototypes arm/syscalls.c to usual prototypes, and do not rely on impli...Jaap de Wolff1-48/+49
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz1-1/+1
2018-01-17ansification: remove _PARAMSYaakov Selkowitz4-37/+37
2017-07-05Add support for Semihosting v2 support for ARM in libgloss.Tamar Christina3-65/+231
2017-07-05Add the needed build system changes in order to compile and create the new li...Tamar Christina9-17/+147
2017-05-19ARM/AArch64: Fix GetCmdLine semihosting directivesnewlib-snapshot-20170519Laurent ALFONSI1-3/+6
2017-04-18libgloss/arm: fix discovery of "eabihf" toolchainsCarlos Santos2-2/+2
2017-02-15Fix elf-nano.specs to work without -save-tempsThomas Preud'homme1-3/+3
2017-02-13Fix cpp invocation for C++ in nano specThomas Preudhomme1-3/+3
2016-04-21Fixed semihosting for ARM when heapinfo not provided by debugger.David Hoover1-1/+3
2016-03-26Initializing TTBR0 to inner/outer WBJiong Wang1-1/+10
2016-01-28Make macro checks ARMv8-M baseline proofThomas Preud'homme7-33/+37
2015-07-14Change to nano.specs to add nano's include dircygwin-2_1_0-releaseAndre Simoes Dias Vieira1-0/+4
2015-04-23libgloss: arm: fix copy & paste in syscall.hMike Frysinger1-3/+3
2015-02-17 * arm/crt0.S: Initialise __heap_limit when ARM_RDI_MONITOR is defined.Corinna Vinschen2-1/+11
2014-08-15Add missing file from last patchCorinna Vinschen1-0/+18
2014-08-14 * arm/elf-nano.specs: New file.Corinna Vinschen2-8/+17