Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-20libgloss: merge msp430 into top-level MakefileMike Frysinger
2024-01-20libgloss: msp430: delete custom .S.o ruleMike Frysinger
2024-01-20libgloss: msp430: split up crt0.S sourceMike Frysinger
2024-01-20libgloss: msp430: delete stub crt_init.oMike Frysinger
2024-01-20libgloss: msp430: delete outdated/wrong codeMike Frysinger
2022-01-26libgloss: merge stub arch configure scripts up a levelMike Frysinger
2022-01-17libgloss: clean up redundant shared lib warningsMike Frysinger
2022-01-14require autoconf-2.69 exactlyMike Frysinger
2022-01-11libgloss: hardcode AC_CONFIG_AUX_DIR pathMike Frysinger
2021-11-06libgloss: regenerate aclocal.m4 & configure w/newer versionsMike Frysinger
2021-09-15libgloss: add missing aclocal.m4 filesMike Frysinger
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger
2020-09-04MSP430: Fix calculation of string length in sbrk.cJozef Lawrynowicz
2020-09-03MSP430: Fix message in sbrk.c printing binary characterJozef Lawrynowicz
2020-09-03Fix warnings when building for msp430-elfJozef Lawrynowicz
2020-08-07MSP430: Increase the amount of main memory available in sim ld scriptsJozef Lawrynowicz
2020-08-07MSP430: Word align __*_array_start symbols in sim linker scriptsJozef Lawrynowicz
2019-10-25MSP430: Add missing build rule for unlink() to libgloss MakefileJozef Lawrynowicz
2019-07-24MSP430: Remove .init/.fini sectionsJozef Lawrynowicz
2019-04-18MSP430: Make the inclusion of run_*_array fns depend on defined assembler sym...Jozef Lawrynowicz
2019-04-16Fix incorrect assembly code in _msp430_run_arrayJozef Lawrynowicz
2019-04-15Fix definition of write() to use const char * for the type of the bufferJozef Lawrynowicz
2017-05-26Fix thinko in MSP430 libgloss implementation of write() system call.Martin Young
2017-04-19Fix relocation type for _bsssize being R_MSP430X_ABS16 when large memory mode...Jozef Lawrynowicz
2016-04-07Fix typo in the name of the MSP430 attribute section of example MSP430 linker...Nick Clifton
2016-03-10Remove bogus LONG(0) directives from MSP430 linker scripts.Nick Clifton
2016-02-09Seperate MSP430 cio syscalls into individual function sections.Nick Clifton
2015-12-18Build msp430-specific libnosysDJ Delorie
2015-12-18Update CIO hooks to be more flexible.DJ Delorie
2015-12-04Always define __high_bsssize, do not just PROVIDE it.Nick Clifton
2015-11-23Fix initialisation of .upper.bss for the MSP430.Nick Clifton
2015-10-06Add support for persistent data to the MSP430 linker scripts.Nick Clifton
2015-08-20 * msp430/crt0.S: Remove watchdog disabling code.Nick Clifton
2015-05-27Add a check that the data area does not overrun the stack.Nick Clifton
2015-05-27Adds support for placing MSP430 code and data into either low memory or high ...Nick Clifton
2014-11-13 * msp430/Makefile.in (CRT_OBJS): Add crt_high_bss.o.Nick Clifton
2014-10-232014-10-22 Tim Harder <radhermit@gmail.com>DJ Delorie
2014-09-22 * configure.in: Remove config_libnosys=falseNick Clifton
2014-04-30 * msp430/Makefile.in (NOSYS_OBJS): Add unlink.o.Nick Clifton
2014-01-30* msp430/Makefile.in (crt0-minrt.o, crtn-minrt.o): New. BuildDJ Delorie
2013-09-18 * msp430/Makefile.in (SCRIPTS): Add intr_vectors.ld.Nick Clifton
2013-05-14[newlib]DJ Delorie