aboutsummaryrefslogtreecommitdiff
path: root/libgloss/arc
AgeCommit message (Expand)AuthorFilesLines
2024-05-22arc: libgloss: Add build rules for new boardsYuriy Kolerov1-1/+91
2024-05-22arc: libgloss: Add support of EM Starter Kit boardYuriy Kolerov25-0/+425
2024-05-22arc: libgloss: Add support of EM SDP boardYuriy Kolerov9-0/+164
2024-05-22arc: libgloss: Add support of HS Development Kit boardYuriy Kolerov3-0/+63
2024-05-22arc: libgloss: Add support of IoT Development Kit boardYuriy Kolerov3-0/+68
2024-05-22arc: libgloss: Add a linker script common for all boardsYuriy Kolerov1-0/+233
2024-05-22arc: libgloss: Add UART 8250 libraryYuriy Kolerov3-0/+457
2024-05-22arc: libgloss: Clean registers before any useYuriy Kolerov1-0/+41
2024-05-22arc: libgloss: Use atexit to setup fini routinesClaudiu Zissulescu1-20/+5
2024-05-22arc: libgloss: Introduce hostlink interfaceVladimir Isaev27-11/+2111
2024-05-22arc: libgloss: Use fstat call instead of stat for nSIMLuis Silva1-1/+1
2024-05-22arc: libc, libgloss: Remove .file directive from .S filesYuriy Kolerov1-2/+1
2024-05-22arc: libgloss: Use long calls attribute for exit_haltClaudiu Zissulescu1-2/+2
2023-01-11libgloss: merge arc into top-level MakefileMike Frysinger2-122/+12
2022-05-18Use global atexit data for all configurationsSebastian Huber1-5/+6
2022-01-26libgloss: merge stub arch configure scripts up a levelMike Frysinger4-4299/+3
2022-01-17libgloss: clean up redundant shared lib warningsMike Frysinger2-8/+0
2022-01-14require autoconf-2.69 exactlyMike Frysinger3-20/+6
2022-01-10libgloss: hardcode AC_CONFIG_AUX_DIR pathMike Frysinger2-25/+5
2021-11-06libgloss: regenerate aclocal.m4 & configure w/newer versionsMike Frysinger3-168/+172
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger1-0/+0
2017-06-14Add JLI support.Claudiu Zissulescu1-1/+6
2017-06-14Add profile support.Claudiu Zissulescu4-8/+527
2016-08-11arc: Add align keyword.Claudiu Zissulescu1-2/+2
2016-05-25arc: Have nops in _exit_halt only for ARCompactAnton Kolesov1-6/+9
2016-05-25arc: Rework default exception handlers for ARC EM and HSAnton Kolesov1-73/+34
2016-05-11Fix libgloss arc nsim specs file.Jeff Johnston1-1/+1
2016-05-06Fix libgloss/arc/nano.specs file.Jeff Johnston1-2/+2
2016-05-05Fix white-space in libgloss/arc/Makefile.in.Jeff Johnston1-3/+3
2016-05-02Fix support ARC processors without barrel-shifterJeff Johnston1-1/+6
2016-05-02Update crt0.S for ARC.Jeff Johnston1-9/+23
2016-04-29Add necessary infrastructure to support "nano" build of newlib.Jeff Johnston3-3/+35
2015-11-12Add support for ARC to libglossAnton Kolesov10-0/+5535