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
1b42a6a9
Commit
1b42a6a9
authored
25 years ago
by
Michael Meissner
Committed by
Michael Meissner
25 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include tm_p.h in ggc files
From-SVN: r29825
parent
b81fdb5a
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
3 deletions
+14
-3
gcc/ChangeLog
+6
-0
gcc/ggc-callbacks.c
+1
-0
gcc/ggc-common.c
+3
-2
gcc/ggc-none.c
+1
-0
gcc/ggc-page.c
+1
-0
gcc/ggc-simple.c
+2
-1
No files found.
gcc/ChangeLog
View file @
1b42a6a9
Tue
Oct
5
11
:
34
:
52
1999
Michael
Meissner
<
meissner
@cygnus
.
com
>
*
ggc
-
{
common
,
callbacks
,
none
,
page
,
simple
}.
c
(
toplevel
)
:
Reorder
includes
,
so
that
ggc
.
h
comes
after
other
includes
that
define
the
appropriate
types
.
Include
tm_p
.
h
for
getting
user
prototypes
.
Mon
Oct
4
16
:
48
:
16
1999
Diego
Novillo
<
dnovillo
@cygnus
.
com
>
Jonathan
Larmour
<
jlarmour
@cygnus
.
co
.
uk
>
...
...
This diff is collapsed.
Click to expand it.
gcc/ggc-callbacks.c
View file @
1b42a6a9
...
...
@@ -22,6 +22,7 @@
#include "system.h"
#include "rtl.h"
#include "tree.h"
#include "tm_p.h"
#include "ggc.h"
int
ggc_p
=
0
;
...
...
This diff is collapsed.
Click to expand it.
gcc/ggc-common.c
View file @
1b42a6a9
...
...
@@ -23,11 +23,12 @@
#include "config.h"
#include "system.h"
#include "ggc.h"
#include "hash.h"
#include "rtl.h"
#include "tree.h"
#include "tm_p.h"
#include "hash.h"
#include "varray.h"
#include "ggc.h"
static
void
ggc_mark_rtx_ptr
PARAMS
((
void
*
));
static
void
ggc_mark_tree_ptr
PARAMS
((
void
*
));
...
...
This diff is collapsed.
Click to expand it.
gcc/ggc-none.c
View file @
1b42a6a9
...
...
@@ -29,6 +29,7 @@
#include "config.h"
#include "system.h"
#include "rtl.h"
#include "tm_p.h"
#include "ggc.h"
/* For now, keep using the old obstack scheme in the gen* programs. */
...
...
This diff is collapsed.
Click to expand it.
gcc/ggc-page.c
View file @
1b42a6a9
...
...
@@ -22,6 +22,7 @@
#include "system.h"
#include "tree.h"
#include "rtl.h"
#include "tm_p.h"
#include "varray.h"
#include "flags.h"
#include "ggc.h"
...
...
This diff is collapsed.
Click to expand it.
gcc/ggc-simple.c
View file @
1b42a6a9
...
...
@@ -22,10 +22,11 @@
#include "system.h"
#include "rtl.h"
#include "tree.h"
#include "
ggc
.h"
#include "
tm_p
.h"
#include "flags.h"
#include "varray.h"
#include "hash.h"
#include "ggc.h"
/* Debugging flags. */
...
...
This diff is collapsed.
Click to expand it.
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