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
a8cd9c51
Commit
a8cd9c51
authored
Jun 02, 2010
by
Steven Bosscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-ada-spec.c: Clean up redundant includes.
From-SVN: r160143
parent
0a634684
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
gcc/ChangeLog
+4
-0
gcc/c-ada-spec.c
+1
-10
No files found.
gcc/ChangeLog
View file @
a8cd9c51
2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
* c-ada-spec.c: Clean up redundant includes.
2010-06-01 Steven Bosscher <steven@gcc.gnu.org>
2010-06-01 Steven Bosscher <steven@gcc.gnu.org>
* gimplify.c: Do not include except.h and optabs.h.
* gimplify.c: Do not include except.h and optabs.h.
...
...
gcc/c-ada-spec.c
View file @
a8cd9c51
...
@@ -24,18 +24,9 @@ along with GCC; see the file COPYING3. If not see
...
@@ -24,18 +24,9 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "coretypes.h"
#include "tm.h"
#include "tm.h"
#include "tree.h"
#include "tree.h"
#include "tree-pass.h"
/* For TDI_ada and friends. */
#include "output.h"
#include "output.h"
#include "c-ada-spec.h"
#include "c-ada-spec.h"
#include "real.h"
#include "hashtab.h"
#include "tree-flow.h"
#include "langhooks.h"
#include "tree-iterator.h"
#include "tree-chrec.h"
#include "tree-pass.h"
#include "fixed-value.h"
#include "value-prof.h"
#include "predict.h"
#include "cpplib.h"
#include "cpplib.h"
#include "c-pragma.h"
#include "c-pragma.h"
#include "cpp-id-data.h"
#include "cpp-id-data.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