aboutsummaryrefslogtreecommitdiff
path: root/libgloss/msp430
AgeCommit message (Expand)AuthorFilesLines
2024-01-19libgloss: merge msp430 into top-level MakefileMike Frysinger2-166/+52
2024-01-19libgloss: msp430: delete custom .S.o ruleMike Frysinger1-4/+0
2024-01-19libgloss: msp430: split up crt0.S sourceMike Frysinger14-212/+499
2024-01-19libgloss: msp430: delete stub crt_init.oMike Frysinger1-2/+1
2024-01-19libgloss: msp430: delete outdated/wrong codeMike Frysinger1-14/+0
2022-01-26libgloss: merge stub arch configure scripts up a levelMike Frysinger4-4311/+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-297/+418
2021-09-15libgloss: add missing aclocal.m4 filesMike Frysinger1-0/+344
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger1-0/+0
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
2019-10-25MSP430: Add missing build rule for unlink() to libgloss MakefileJozef Lawrynowicz1-0/+1
2019-07-24MSP430: Remove .init/.fini sectionsJozef Lawrynowicz5-157/+62
2019-04-18MSP430: Make the inclusion of run_*_array fns depend on defined assembler sym...Jozef Lawrynowicz3-22/+74
2019-04-16Fix incorrect assembly code in _msp430_run_arrayJozef Lawrynowicz1-2/+2
2019-04-15Fix definition of write() to use const char * for the type of the bufferJozef Lawrynowicz1-4/+5
2017-05-26Fix thinko in MSP430 libgloss implementation of write() system call.Martin Young1-1/+1
2017-04-19Fix relocation type for _bsssize being R_MSP430X_ABS16 when large memory mode...Jozef Lawrynowicz1-2/+2
2016-04-07Fix typo in the name of the MSP430 attribute section of example MSP430 linker...Nick Clifton2-2/+2
2016-03-10Remove bogus LONG(0) directives from MSP430 linker scripts.Nick Clifton2-2/+0
2016-02-09Seperate MSP430 cio syscalls into individual function sections.Nick Clifton1-29/+46
2015-12-17Build msp430-specific libnosysDJ Delorie1-6/+6
2015-12-17Update CIO hooks to be more flexible.DJ Delorie1-9/+16
2015-12-04Always define __high_bsssize, do not just PROVIDE it.Nick Clifton1-1/+1
2015-11-23Fix initialisation of .upper.bss for the MSP430.Nick Clifton1-0/+1
2015-10-06Add support for persistent data to the MSP430 linker scripts.Nick Clifton3-8/+46
2015-08-20 * msp430/crt0.S: Remove watchdog disabling code.Nick Clifton1-2/+0
2015-05-27Add a check that the data area does not overrun the stack.Nick Clifton2-1/+33
2015-05-27Adds support for placing MSP430 code and data into either low memory or high ...Nick Clifton9-786/+429
2014-11-13 * msp430/Makefile.in (CRT_OBJS): Add crt_high_bss.o.Nick Clifton4-50/+119
2014-10-232014-10-22 Tim Harder <radhermit@gmail.com>DJ Delorie1-2/+4
2014-09-22 * configure.in: Remove config_libnosys=falseNick Clifton2-6/+6
2014-04-30 * msp430/Makefile.in (NOSYS_OBJS): Add unlink.o.Nick Clifton2-8/+31
2014-01-30* msp430/Makefile.in (crt0-minrt.o, crtn-minrt.o): New. BuildDJ Delorie6-24/+83
2013-09-18 * msp430/Makefile.in (SCRIPTS): Add intr_vectors.ld.Nick Clifton9-40/+299
2013-05-13[newlib]DJ Delorie18-0/+5501