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
a1b5a7e1
Commit
a1b5a7e1
authored
May 07, 1998
by
Michael Meissner
Committed by
Michael Meissner
May 07, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore LR in case __eabi was called multiple times
From-SVN: r19612
parent
3474f462
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+5
-0
gcc/config/rs6000/eabi.asm
+1
-0
No files found.
gcc/ChangeLog
View file @
a1b5a7e1
Thu May 7 17:38:03 1998 Michael Meissner <meissner@cygnus.com>
* r6000/eabi.asm (__eabi): Restore LR in case __eabi is called
multiple times.
Thu May 7 14:26:05 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* aclocal.m4 (GCC_FUNC_VFPRINTF_DOPRNT): New macro.
...
...
gcc/config/rs6000/eabi.asm
View file @
a1b5a7e1
...
...
@@ -152,6 +152,7 @@ FUNC_START(__eabi)
subf
.
12
,
12
,
11
/*
calculate
difference
*/
lwzx
9
,
10
,
12
/*
done
flag
*/
cmplwi
2
,
9
,
0
/*
init
flag
!
=
0
?
*/
mtlr
0
/*
restore
in
case
branch
was
taken
*/
bnelr
2
/*
return
now
,
if
we
'
ve
been
called
already
*/
stwx
1
,
10
,
12
/*
store
a
non
-
zero
value
in
the
done
flag
*/
beq
+
0
,.
Lsdata
/*
skip
if
we
don
'
t
need
to
relocate
*/
...
...
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