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
c1b97125
Commit
c1b97125
authored
Mar 14, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Mar 14, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ggc-zone.c: Fix comment typos.
From-SVN: r96427
parent
9390387d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/ggc-zone.c
+2
-2
No files found.
gcc/ChangeLog
View file @
c1b97125
2005-03-14 Kazu Hirata <kazu@cs.umass.edu>
* ggc-zone.c: Fix comment typos.
2005-03-14 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/rs6000-protos.h: Replace "struct rtx_def *"
...
...
gcc/ggc-zone.c
View file @
c1b97125
...
...
@@ -604,7 +604,7 @@ zone_get_object_mark_bit (const void *object)
}
/* Set the allocation bit corresponding to OBJECT in its page's
bitmap. Used to split this object from the prece
e
ding one. */
bitmap. Used to split this object from the preceding one. */
static
inline
void
zone_set_object_alloc_bit
(
const
void
*
object
)
{
...
...
@@ -617,7 +617,7 @@ zone_set_object_alloc_bit (const void *object)
}
/* Clear the allocation bit corresponding to OBJECT in PAGE's
bitmap. Used to coalesce this object with the prece
e
ding
bitmap. Used to coalesce this object with the preceding
one. */
static
inline
void
zone_clear_object_alloc_bit
(
struct
small_page_entry
*
page
,
...
...
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