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
0df226a4
Commit
0df226a4
authored
Dec 01, 2010
by
Joseph Myers
Committed by
Joseph Myers
Dec 01, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* opts.c: Expand comment on tm.h include.
From-SVN: r167340
parent
34db4735
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+4
-0
gcc/opts.c
+3
-2
No files found.
gcc/ChangeLog
View file @
0df226a4
2010
-
12
-
01
Joseph
Myers
<
joseph
@codesourcery
.
com
>
*
opts
.
c
:
Expand
comment
on
tm
.
h
include
.
2010
-
12
-
01
Yao
Qi
<
yao
@codesourcery
.
com
>
2010
-
12
-
01
Yao
Qi
<
yao
@codesourcery
.
com
>
*
config
/
arm
/
predicates
.
md
(
"vfp_register_operand"
)
:
Return
true
for
*
config
/
arm
/
predicates
.
md
(
"vfp_register_operand"
)
:
Return
true
for
gcc/opts.c
View file @
0df226a4
...
@@ -23,8 +23,9 @@ along with GCC; see the file COPYING3. If not see
...
@@ -23,8 +23,9 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "system.h"
#include "intl.h"
#include "intl.h"
#include "coretypes.h"
#include "coretypes.h"
#include "tm.h"
/* Needed by rtl.h and used for DWARF2_DEBUGGING_INFO
#include "tm.h"
/* Needed by rtl.h and used for STACK_CHECK_BUILTIN,
and DBX_DEBUGGING_INFO. */
STACK_CHECK_STATIC_BUILTIN, DEFAULT_GDB_EXTENSIONS,
DWARF2_DEBUGGING_INFO and DBX_DEBUGGING_INFO. */
#include "rtl.h"
/* Needed by insn-attr.h. */
#include "rtl.h"
/* Needed by insn-attr.h. */
#include "opts.h"
#include "opts.h"
#include "options.h"
#include "options.h"
...
...
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