Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
96c2a0d6
Commit
96c2a0d6
authored
Apr 21, 2010
by
Eric B. Weddington
Committed by
Eric Weddington
Apr 21, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing comma.
From-SVN: r158604
parent
656ef6bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/avr/avr-devices.c
+1
-1
No files found.
gcc/ChangeLog
View file @
96c2a0d6
2010-04-21 Eric B. Weddington <eric.weddington@atmel.com>
* config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
2010-04-21 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (x86_shrd): Add athlon_decode and
...
...
gcc/config/avr/avr-devices.c
View file @
96c2a0d6
...
...
@@ -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"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment