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
cd6a5007
Commit
cd6a5007
authored
Mar 11, 2003
by
Neil Booth
Committed by
Neil Booth
Mar 11, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.in: Update.
* Makefile.in: Update. * c-cppbuiltin.c: Include tm_p.h. From-SVN: r64187
parent
41f3a930
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+5
-0
gcc/Makefile.in
+1
-1
gcc/c-cppbuiltin.c
+1
-0
No files found.
gcc/ChangeLog
View file @
cd6a5007
2003
-
03
-
11
Neil
Booth
<
neil
@daikokuya
.
co
.
uk
>
*
Makefile
.
in
:
Update
.
*
c
-
cppbuiltin
.
c
:
Include
tm_p
.
h
.
2003
-
03
-
11
Aldy
Hernandez
<
aldyh
@redhat
.
com
>
2003
-
03
-
11
Aldy
Hernandez
<
aldyh
@redhat
.
com
>
*
doc
/
tm
.
texi
(
Frame
Registers
)
:
Document
DWARF_REG_TO_UNWIND_COLUMN
.
*
doc
/
tm
.
texi
(
Frame
Registers
)
:
Document
DWARF_REG_TO_UNWIND_COLUMN
.
...
...
gcc/Makefile.in
View file @
cd6a5007
...
@@ -1285,7 +1285,7 @@ c-opts.o : c-opts.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(C_CO
...
@@ -1285,7 +1285,7 @@ c-opts.o : c-opts.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(C_CO
c-cppbuiltin.o
:
c-cppbuiltin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H)
\
c-cppbuiltin.o
:
c-cppbuiltin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H)
\
$(TREE_H) $(C_COMMON_H) c-pragma.h flags.h toplev.h langhooks.h
\
$(TREE_H) $(C_COMMON_H) c-pragma.h flags.h toplev.h langhooks.h
\
output.h except.h real.
h
output.h except.h real.
$(TM_P_H)
# A file used by all variants of C and some other languages.
# A file used by all variants of C and some other languages.
...
...
gcc/c-cppbuiltin.c
View file @
cd6a5007
...
@@ -30,6 +30,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
...
@@ -30,6 +30,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "output.h"
#include "output.h"
#include "except.h"
/* For USING_SJLJ_EXCEPTIONS. */
#include "except.h"
/* For USING_SJLJ_EXCEPTIONS. */
#include "toplev.h"
#include "toplev.h"
#include "tm_p.h"
/* Target prototypes. */
#ifndef REGISTER_PREFIX
#ifndef REGISTER_PREFIX
#define REGISTER_PREFIX ""
#define REGISTER_PREFIX ""
...
...
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