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
ec52b446
Commit
ec52b446
authored
Jul 04, 2002
by
Geoffrey Keating
Committed by
Geoffrey Keating
Jul 04, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ggc.h (ggc_add_root): Document as obsolete.
From-SVN: r55247
parent
49433044
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+5
-0
gcc/ggc.h
+2
-1
No files found.
gcc/ChangeLog
View file @
ec52b446
2002-07-04 Geoffrey Keating <geoffk@redhat.com>
* ggc.h (ggc_add_root): Document as obsolete.
Thu Jul 4 07:58:01 2002 J"orn Rennecke <joern.rennecke@superh.com>
Thu Jul 4 07:58:01 2002 J"orn Rennecke <joern.rennecke@superh.com>
* sh.md (mshfhi_b, mshflo_b, mshfhi_l, mshflo_l, mshfhi_w): Add DONE.
* sh.md (mshfhi_b, mshflo_b, mshfhi_l, mshflo_l, mshfhi_w): Add DONE.
...
@@ -676,6 +680,7 @@ Mon Jun 24 21:05:09 2002 J"orn Rennecke <joern.rennecke@superh.com>
...
@@ -676,6 +680,7 @@ Mon Jun 24 21:05:09 2002 J"orn Rennecke <joern.rennecke@superh.com>
* doc/tm.texi (Frame Layout): Likewise.
* doc/tm.texi (Frame Layout): Likewise.
2002-06-20 Steve Ellcey <sje@cup.hp.com>
2002-06-20 Steve Ellcey <sje@cup.hp.com>
* gcc/config.gcc (ia64*-*-hpux*): Set use_collect2 to no.
* gcc/config.gcc (ia64*-*-hpux*): Set use_collect2 to no.
Set float_format to i128.
Set float_format to i128.
...
...
gcc/ggc.h
View file @
ec52b446
...
@@ -29,7 +29,8 @@ extern const char empty_string[]; /* empty string */
...
@@ -29,7 +29,8 @@ extern const char empty_string[]; /* empty string */
extern
const
char
digit_vector
[];
/* "0" .. "9" */
extern
const
char
digit_vector
[];
/* "0" .. "9" */
#define digit_string(d) (digit_vector + ((d) * 2))
#define digit_string(d) (digit_vector + ((d) * 2))
/* Manipulate global roots that are needed between calls to gc. */
/* Manipulate global roots that are needed between calls to gc.
THIS ROUTINE IS OBSOLETE, do not use it for new code. */
extern
void
ggc_add_root
PARAMS
((
void
*
base
,
int
nelt
,
extern
void
ggc_add_root
PARAMS
((
void
*
base
,
int
nelt
,
int
size
,
void
(
*
)(
void
*
)));
int
size
,
void
(
*
)(
void
*
)));
...
...
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