Retro68/gcc/gcc/config/msp430
2022-10-27 20:55:19 +02:00
..
constraints.md gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
driver-msp430.cc gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
msp430-c.cc gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
msp430-devices.cc gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
msp430-devices.h gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
msp430-modes.def Update gcc to 5.2.0 2015-08-28 17:33:40 +02:00
msp430-opts.h gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
msp430-protos.h gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
msp430.cc gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
msp430.h gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
msp430.md gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
msp430.opt gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
predicates.md gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
README.txt upgrade to gcc 4.9.1 2014-09-21 19:33:12 +02:00
t-msp430 gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00

Random Notes
------------

The MSP430 port does not use leading underscores.  However, the
assembler has no way of differentiating between, for example, register
R12 and symbol R12.  So, if you do "int r12;" in your C program, you
may get an assembler error, and will certainly have runtime problems.