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
1b2d6edd
Commit
1b2d6edd
authored
Oct 17, 2003
by
Alan Modra
Committed by
Alan Modra
Oct 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/crtsavres.asm: Correct alignment of powerpc64 code.
From-SVN: r72609
parent
d938f171
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/config/rs6000/crtsavres.asm
+2
-0
No files found.
gcc/ChangeLog
View file @
1b2d6edd
2003-10-18 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/crtsavres.asm: Correct alignment of powerpc64 code.
2003-10-17 Richard Earnshaw <rearnsha@arm.com>
2003-10-17 Richard Earnshaw <rearnsha@arm.com>
Nathan Sidwell <nathan@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
...
...
gcc/config/rs6000/crtsavres.asm
View file @
1b2d6edd
...
@@ -337,6 +337,7 @@ FUNC_START(_savef31) stfd 31,-8(1)
...
@@ -337,6 +337,7 @@ FUNC_START(_savef31) stfd 31,-8(1)
.
long
.
LTfsav
-
.
fsav
.
long
.
LTfsav
-
.
fsav
.
short
4
.
short
4
.
ascii
"fsav"
.
ascii
"fsav"
.
align
2
FUNC_END
(
_savef31
)
FUNC_END
(
_savef31
)
FUNC_END
(
_savef30
)
FUNC_END
(
_savef30
)
FUNC_END
(
_savef29
)
FUNC_END
(
_savef29
)
...
@@ -385,6 +386,7 @@ FUNC_START(_restf31) lfd 31,-8(1)
...
@@ -385,6 +386,7 @@ FUNC_START(_restf31) lfd 31,-8(1)
.
long
.
LTfres
-
.
fres
.
long
.
LTfres
-
.
fres
.
short
4
.
short
4
.
ascii
"fres"
.
ascii
"fres"
.
align
2
FUNC_END
(
_restf31
)
FUNC_END
(
_restf31
)
FUNC_END
(
_restf30
)
FUNC_END
(
_restf30
)
FUNC_END
(
_restf29
)
FUNC_END
(
_restf29
)
...
...
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