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
bce5fe51
Commit
bce5fe51
authored
Oct 17, 2007
by
Maxim Kuvyrkov
Committed by
Maxim Kuvyrkov
Oct 17, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* genattrtab.c (main): Rearrange output of insn-attrtab.c headers.
From-SVN: r129415
parent
59902acf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/genattrtab.c
+1
-1
No files found.
gcc/ChangeLog
View file @
bce5fe51
2007
-
10
-
17
Maxim
Kuvyrkov
<
maxim
@
codesourcery
.
com
>
*
genattrtab
.
c
(
main
):
Rearrange
output
of
insn
-
attrtab
.
c
headers
.
2007
-
10
-
17
Eric
B
.
Weddington
<
eweddington
@
cso
.
atmel
.
com
>
*
config
/
avr
/
avr
.
c
(
avr_mcu_types
):
Add
attiny48
.
gcc/genattrtab.c
View file @
bce5fe51
...
...
@@ -4530,13 +4530,13 @@ from the machine description file `md'. */\n\n");
printf
(
"#include
\"
coretypes.h
\"\n
"
);
printf
(
"#include
\"
tm.h
\"\n
"
);
printf
(
"#include
\"
rtl.h
\"\n
"
);
printf
(
"#include
\"
insn-attr.h
\"\n
"
);
printf
(
"#include
\"
tm_p.h
\"\n
"
);
printf
(
"#include
\"
insn-config.h
\"\n
"
);
printf
(
"#include
\"
recog.h
\"\n
"
);
printf
(
"#include
\"
regs.h
\"\n
"
);
printf
(
"#include
\"
real.h
\"\n
"
);
printf
(
"#include
\"
output.h
\"\n
"
);
printf
(
"#include
\"
insn-attr.h
\"\n
"
);
printf
(
"#include
\"
toplev.h
\"\n
"
);
printf
(
"#include
\"
flags.h
\"\n
"
);
printf
(
"#include
\"
function.h
\"\n
"
);
...
...
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