]> git.ipfire.org Git - thirdparty/gcc.git/commit
msp430.c (msp430_mcu_name): Set the "i" in the symbol defined for msp430i* devices...
authorJozef Lawrynowicz <jozef.l@mittosystems.com>
Thu, 7 Jun 2018 10:09:42 +0000 (10:09 +0000)
committerJozef Lawrynowicz <jozefl@gcc.gnu.org>
Thu, 7 Jun 2018 10:09:42 +0000 (10:09 +0000)
commitcef87b05f2114ffc9aad85610eee0ec434ee5703
treed41e4d46d4c7708788d981135907aa3f2d63ef77
parentfa8ce18938339c8d5b54d6d7428800efe3229510
msp430.c (msp430_mcu_name): Set the "i" in the symbol defined for msp430i* devices to be lower case.

* gcc/config/msp430/msp430.c (msp430_mcu_name): Set the "i" in the
symbol defined for msp430i* devices to be lower case.

gcc/testsuite/gcc.target/msp430/
* msp430i-device-symbol.c: New test.
* msp430f-device-symbol.c: New test.
* msp430.h: New test header file.

From-SVN: r261268
gcc/ChangeLog
gcc/config/msp430/msp430.c
gcc/testsuite/gcc.target/msp430/msp430.h [new file with mode: 0644]
gcc/testsuite/gcc.target/msp430/msp430f-device-symbol.c [new file with mode: 0644]
gcc/testsuite/gcc.target/msp430/msp430i-device-symbol.c [new file with mode: 0644]