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
e1178973
Commit
e1178973
authored
Sep 22, 1993
by
Kresten Krab Thorup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(__clear_cache): add case for new CLEAR_INSN_CACHE.
From-SVN: r5391
parent
1108dc3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
gcc/libgcc2.c
+4
-0
No files found.
gcc/libgcc2.c
View file @
e1178973
...
@@ -1598,6 +1598,9 @@ void
...
@@ -1598,6 +1598,9 @@ void
__clear_cache
(
beg
,
end
)
__clear_cache
(
beg
,
end
)
char
*
beg
,
*
end
;
char
*
beg
,
*
end
;
{
{
#ifdef CLEAR_INSN_CACHE
CLEAR_INSN_CACHE
(
beg
,
end
);
#else
#ifdef INSN_CACHE_SIZE
#ifdef INSN_CACHE_SIZE
static
char
array
[
INSN_CACHE_SIZE
+
INSN_CACHE_PLANE_SIZE
+
INSN_CACHE_LINE_WIDTH
];
static
char
array
[
INSN_CACHE_SIZE
+
INSN_CACHE_PLANE_SIZE
+
INSN_CACHE_LINE_WIDTH
];
static
int
initialized
=
0
;
static
int
initialized
=
0
;
...
@@ -1696,6 +1699,7 @@ __clear_cache (beg, end)
...
@@ -1696,6 +1699,7 @@ __clear_cache (beg, end)
#endif
/* just one plane */
#endif
/* just one plane */
#endif
/* Cache is large */
#endif
/* Cache is large */
#endif
/* Cache exists */
#endif
/* Cache exists */
#endif
/* CLEAR_INSN_CACHE */
}
}
#endif
/* L_clear_cache */
#endif
/* L_clear_cache */
...
...
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