aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/config/msp430/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/config/msp430/README.txt')
-rw-r--r--gcc-4.9/gcc/config/msp430/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/config/msp430/README.txt b/gcc-4.9/gcc/config/msp430/README.txt
new file mode 100644
index 000000000..e7343cfca
--- /dev/null
+++ b/gcc-4.9/gcc/config/msp430/README.txt
@@ -0,0 +1,7 @@
+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.