aboutsummaryrefslogtreecommitdiff
path: root/libgloss/msp430/crt0.S
AgeCommit message (Expand)AuthorFilesLines
2024-01-19libgloss: msp430: split up crt0.S sourceMike Frysinger1-191/+1
2024-01-19libgloss: msp430: delete outdated/wrong codeMike Frysinger1-14/+0
2019-07-24MSP430: Remove .init/.fini sectionsJozef Lawrynowicz1-104/+61
2019-04-18MSP430: Make the inclusion of run_*_array fns depend on defined assembler sym...Jozef Lawrynowicz1-20/+59
2019-04-16Fix incorrect assembly code in _msp430_run_arrayJozef Lawrynowicz1-2/+2
2017-04-19Fix relocation type for _bsssize being R_MSP430X_ABS16 when large memory mode...Jozef Lawrynowicz1-2/+2
2015-08-20 * msp430/crt0.S: Remove watchdog disabling code.Nick Clifton1-2/+0
2015-05-27Adds support for placing MSP430 code and data into either low memory or high ...Nick Clifton1-47/+143
2014-11-13 * msp430/Makefile.in (CRT_OBJS): Add crt_high_bss.o.Nick Clifton1-0/+18
2014-01-30* msp430/Makefile.in (crt0-minrt.o, crtn-minrt.o): New. BuildDJ Delorie1-3/+54
2013-05-13[newlib]DJ Delorie1-0/+106