aboutsummaryrefslogtreecommitdiff
path: root/libgloss
AgeCommit message (Expand)AuthorFilesLines
2022-01-10libgloss: hardcode AC_CONFIG_AUX_DIR pathMike Frysinger106-1543/+260
2022-01-07libnosys: update autoheader usageMike Frysinger4-59/+49
2022-01-07libgloss: wince: add ACLOCAL_AMFLAGS settingsMike Frysinger2-0/+2
2021-12-29libgloss: wince: update to automake-1.15Mike Frysinger4-267/+685
2021-11-06libgloss: regenerate aclocal.m4 & configure w/newer versionsMike Frysinger160-53935/+61640
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger1-4/+4
2021-10-27libgloss/riscv: Fix hard coded reference to configure.in after renameLewis Revill1-1/+1
2021-09-15libgloss: add missing aclocal.m4 filesMike Frysinger5-5/+1954
2021-09-15libgloss: epiphany: rename symbol prefix cache varMike Frysinger2-14/+14
2021-09-15libgloss: fix AC_LANG_SOURCE warnings w/newer autoconfMike Frysinger2-8/+8
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger54-0/+0
2021-08-04RISC-V: Reliably initialize t0 in _times()Christoph Muellner1-4/+9
2021-07-06Fix builds on iq2000 and visiumJeff Law4-0/+4
2021-07-05libgloss/or1k: Correct the IMMU SXE and UXE flagsStafford Horne1-10/+10
2021-06-09libgloss: pru: Remove sim ld scriptDimitar Dimitrov4-289/+3
2021-06-09libgloss: pru: Place sim syscalls into their own sectionsDimitar Dimitrov1-2/+2
2021-04-13RISC-V: Using SYS_clock_gettime64 for rv32 libgloss.Kito Cheng2-0/+22
2021-02-05RISC-V: Use __bss_start for the starting point of .bss.Yeting Kuo1-1/+1
2020-12-16RISC-V: Add semihosting supportCraig Blackmore21-1/+692
2020-09-30libgloss: aarch64: Add support for Armv8-R AArch64Alex Coplan via Newlib4-4/+38
2020-09-25Add C-SKY port for libglossJojo R27-0/+6805
2020-09-04MSP430: Fix calculation of string length in sbrk.cJozef Lawrynowicz1-1/+1
2020-09-03MSP430: Fix message in sbrk.c printing binary characterJozef Lawrynowicz1-2/+2
2020-09-03Fix warnings when building for msp430-elfJozef Lawrynowicz1-0/+3
2020-08-07MSP430: Increase the amount of main memory available in sim ld scriptsJozef Lawrynowicz2-2/+2
2020-08-07MSP430: Word align __*_array_start symbols in sim linker scriptsJozef Lawrynowicz2-0/+7
2020-07-02pru: Fix memory corruption on syscall returnDimitar Dimitrov1-0/+1
2020-03-02arm: Finish moving newlib to unified syntax for Thumb1Richard Earnshaw1-0/+11
2020-02-11Only pass the minimum number of syscall argumentsGeorg Sauthoff18-29/+48
2020-02-06libgloss: Fix lseek semihosting bug on nios2 and m68kSandra Loosemore2-2/+2
2020-01-31RISC-V: Use newlib nano specific libm.Jim Wilson1-1/+1
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard7-19/+7
2019-12-16MSP430: Support new msp430-elfbare targetJozef Lawrynowicz2-2/+2
2019-12-14Implement the unlink system call for the moxie simulator.Anthony Green1-2/+2
2019-11-02Fix libgloss being built for disabled multilibsJozef Lawrynowicz2-0/+2
2019-10-31Initial PRU port for libgloss and newlibDimitar Dimitrov21-0/+5338
2019-10-25MSP430: Add missing build rule for unlink() to libgloss MakefileJozef Lawrynowicz1-0/+1
2019-09-04Adjust nios2 and m68k semihosting for sys/stat.h changes.Sandra Loosemore4-12/+12
2019-08-20Fix regression in visium caused by sys/stat.h changeJeff Law2-6/+6
2019-08-19Revert previous change to sys/stat.h and fix cris libglossJeff Johnston1-6/+12
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-30Align _end symbol to at least 4 in all MIPS scriptsFaraz Shahbazker16-0/+16
2019-07-24MSP430: Remove .init/.fini sectionsJozef Lawrynowicz5-157/+62
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-05-22RISC-V: Add _LITE_EXIT in crt0.S.Jim Wilson1-0/+13
2019-05-15Make .data section placement coincide with _fdata symbolFaraz Shahbazker22-0/+22
2019-04-29Fix order of eh_frame sections in linker scriptsFaraz Shahbazker18-18/+118
2019-04-18MSP430: Make the inclusion of run_*_array fns depend on defined assembler sym...Jozef Lawrynowicz3-22/+74