Niels Nesse eb72d50f44 Import gcc 5.2.0 from tarball 9 anni fa
..
README.txt eb72d50f44 Import gcc 5.2.0 from tarball 9 anni fa
constraints.md eb72d50f44 Import gcc 5.2.0 from tarball 9 anni fa
msp430-c.c eb72d50f44 Import gcc 5.2.0 from tarball 9 anni fa
msp430-modes.def eb72d50f44 Import gcc 5.2.0 from tarball 9 anni fa
msp430-opts.h eb72d50f44 Import gcc 5.2.0 from tarball 9 anni fa
msp430-protos.h eb72d50f44 Import gcc 5.2.0 from tarball 9 anni fa
msp430.c eb72d50f44 Import gcc 5.2.0 from tarball 9 anni fa
msp430.h eb72d50f44 Import gcc 5.2.0 from tarball 9 anni fa
msp430.md eb72d50f44 Import gcc 5.2.0 from tarball 9 anni fa
msp430.opt eb72d50f44 Import gcc 5.2.0 from tarball 9 anni fa
predicates.md eb72d50f44 Import gcc 5.2.0 from tarball 9 anni fa
t-msp430 eb72d50f44 Import gcc 5.2.0 from tarball 9 anni fa

README.txt

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.