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
cb3d6d01
Commit
cb3d6d01
authored
Feb 17, 2000
by
Nick Clifton
Committed by
Nick Clifton
Feb 17, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace #include <...> with #include "system.h"
From-SVN: r32035
parent
b7a80862
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+5
-0
gcc/config/arm/thumb.c
+1
-2
No files found.
gcc/ChangeLog
View file @
cb3d6d01
2000
-
02
-
17
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
config
/
arm
/
thumb
.
c
:
Replace
includes
of
system
headers
with
#include "system.h".
2000
-
02
-
16
Richard
Henderson
<
rth
@cygnus
.
com
>
*
configure
.
in
(
alpha
-
linux
*
,
alpha
-
netbsd
)
[
extra_parts
]
:
...
...
gcc/config/arm/thumb.c
View file @
cb3d6d01
...
...
@@ -20,9 +20,8 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include <string.h>
#include "config.h"
#include "system.h"
#include "rtl.h"
#include "hard-reg-set.h"
#include "regs.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