summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authoreweddington <eweddington@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-21 14:14:55 +0000
committereweddington <eweddington@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-21 14:14:55 +0000
commitf247be1065405b6b37633e1f981b6e14034ddc97 (patch)
tree7dc7d22654d35b8b1d6bef75ec8b16e47918d70c /gcc/config
parent2cd7ed52215bef2b1f72a227c0a25df121712e92 (diff)
downloadgcc-f247be1065405b6b37633e1f981b6e14034ddc97.tar.gz
Add missing comma.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158604 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rwxr-xr-xgcc/config/avr/avr-devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/avr/avr-devices.c b/gcc/config/avr/avr-devices.c
index a49a00af8bc..86006c8ba8a 100755
--- a/gcc/config/avr/avr-devices.c
+++ b/gcc/config/avr/avr-devices.c
@@ -67,7 +67,7 @@ const struct mcu_type_s avr_mcu_types[] = {
{ "attiny13", ARCH_AVR25, "__AVR_ATtiny13__", 1, 0x0060, "tn13" },
{ "attiny13a", ARCH_AVR25, "__AVR_ATtiny13A__", 1, 0x0060, "tn13a" },
{ "attiny2313", ARCH_AVR25, "__AVR_ATtiny2313__", 1, 0x0060, "tn2313" },
- { "attiny2313a", ARCH_AVR25, "__AVR_ATtiny2313A__" 1, 0x0060, "tn2313a" },
+ { "attiny2313a", ARCH_AVR25, "__AVR_ATtiny2313A__", 1, 0x0060, "tn2313a" },
{ "attiny24", ARCH_AVR25, "__AVR_ATtiny24__", 1, 0x0060, "tn24" },
{ "attiny24a", ARCH_AVR25, "__AVR_ATtiny24A__" 1, 0x0060, "tn24a" },
{ "attiny4313", ARCH_AVR25, "__AVR_ATtiny4313__" 1, 0x0060, "tn4313" },