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
0e3dd567
Commit
0e3dd567
authored
Jan 09, 2000
by
Philip Blundell
Committed by
Nick Clifton
Jan 09, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(CLEAR_INSN_CACHE): Say that R0 is clobbered.
From-SVN: r31299
parent
b39e1240
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+3
-0
gcc/config/arm/linux-gas.h
+4
-1
No files found.
gcc/ChangeLog
View file @
0e3dd567
...
...
@@ -12,6 +12,9 @@
*
config
/
arm
/
arm
.
md
(
push_multi
)
:
Use
`
str
'
rather
than
`
stm
'
with
only
one
register
.
*
config
/
arm
/
linux
-
gas
.
h
(
CLEAR_INSN_CACHE
)
:
Say
that
R0
is
clobbered
.
Sun
Jan
9
17
:
50
:
23
2000
Hans
-
Peter
Nilsson
<
hp
@axis
.
com
>
*
config
/
ns32k
/
ns32k
.
md
(
load
or
push
effective
address
)
:
Operand
1
...
...
gcc/config/arm/linux-gas.h
View file @
0e3dd567
...
...
@@ -79,5 +79,8 @@ Boston, MA 02111-1307, USA. */
register unsigned long _beg __asm ("a1") = (unsigned long) (BEG); \
register unsigned long _end __asm ("a2") = (unsigned long) (END); \
register unsigned long _flg __asm ("a3") = 0; \
__asm __volatile ("swi 0x9f0002"); \
__asm __volatile ("swi 0x9f0002 @ sys_cacheflush" \
:
/* no outputs */
\
:
/* no inputs */
\
: "a1"); \
}
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