summaryrefslogtreecommitdiffstats
path: root/libgloss/msp430
Commit message (Expand)AuthorAgeFilesLines
* Fix relocation type for _bsssize being R_MSP430X_ABS16 when large memory mode...Jozef Lawrynowicz2017-04-191-2/+2
* Fix typo in the name of the MSP430 attribute section of example MSP430 linker...Nick Clifton2016-04-072-2/+2
* Remove bogus LONG(0) directives from MSP430 linker scripts.Nick Clifton2016-03-102-2/+0
* Seperate MSP430 cio syscalls into individual function sections.Nick Clifton2016-02-091-29/+46
* Build msp430-specific libnosysDJ Delorie2015-12-171-6/+6
* Update CIO hooks to be more flexible.DJ Delorie2015-12-171-9/+16
* Always define __high_bsssize, do not just PROVIDE it.Nick Clifton2015-12-041-1/+1
* Fix initialisation of .upper.bss for the MSP430.Nick Clifton2015-11-231-0/+1
* Add support for persistent data to the MSP430 linker scripts.Nick Clifton2015-10-063-8/+46
* * msp430/crt0.S: Remove watchdog disabling code.Nick Clifton2015-08-201-2/+0
* Add a check that the data area does not overrun the stack.Nick Clifton2015-05-272-1/+33
* Adds support for placing MSP430 code and data into either low memory or high ...Nick Clifton2015-05-279-786/+429
* * msp430/Makefile.in (CRT_OBJS): Add crt_high_bss.o.Nick Clifton2014-11-134-50/+119
* 2014-10-22 Tim Harder <radhermit@gmail.com>DJ Delorie2014-10-231-2/+4
* * configure.in: Remove config_libnosys=falseNick Clifton2014-09-222-6/+6
* * msp430/Makefile.in (NOSYS_OBJS): Add unlink.o.Nick Clifton2014-04-302-8/+31
* * msp430/Makefile.in (crt0-minrt.o, crtn-minrt.o): New. BuildDJ Delorie2014-01-306-24/+83
* * msp430/Makefile.in (SCRIPTS): Add intr_vectors.ld.Nick Clifton2013-09-189-40/+299
* [newlib]DJ Delorie2013-05-1318-0/+5501