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
ed23b2a9
Commit
ed23b2a9
authored
Oct 07, 1999
by
Bernd Schmidt
Committed by
Bernd Schmidt
Oct 07, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initialize empty_string in ggc-simple.
From-SVN: r29856
parent
c219b878
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/ggc-simple.c
+1
-1
No files found.
gcc/ChangeLog
View file @
ed23b2a9
Thu
Oct
7
20
:
14
:
16
1999
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
*
ggc
-
simple
.
c
(
init_ggc
)
:
Set
empty_string
.
Thu
Oct
7
01
:
13
:
15
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
Thu
Oct
7
01
:
13
:
15
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
configure
.
in
:
Detect
mmap
.
Add
--
with
-
gc
=
foo
to
select
*
configure
.
in
:
Detect
mmap
.
Add
--
with
-
gc
=
foo
to
select
...
...
gcc/ggc-simple.c
View file @
ed23b2a9
...
@@ -148,7 +148,7 @@ init_ggc PROTO ((void))
...
@@ -148,7 +148,7 @@ init_ggc PROTO ((void))
setlinebuf
(
dump
);
setlinebuf
(
dump
);
#endif
#endif
ggc_alloc_string
(
""
,
0
);
empty_string
=
ggc_alloc_string
(
""
,
0
);
ggc_add_string_root
(
&
empty_string
,
1
);
ggc_add_string_root
(
&
empty_string
,
1
);
}
}
...
...
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