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
fc3605f1
Commit
fc3605f1
authored
Nov 21, 2017
by
Pat Haugen
Committed by
Pat Haugen
Nov 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc-asm.h (f50, vs50): Fix values.
* config/rs6000/ppc-asm.h (f50, vs50): Fix values. From-SVN: r255024
parent
b99415b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/rs6000/ppc-asm.h
+2
-2
No files found.
gcc/ChangeLog
View file @
fc3605f1
2017
-
11
-
21
Pat
Haugen
<
pthaugen
@
us
.
ibm
.
com
>
*
config
/
rs6000
/
ppc
-
asm
.
h
(
f50
,
vs50
):
Fix
values
.
2017
-
11
-
21
Jonathan
Wakely
<
jwakely
@
redhat
.
com
>
2017
-
11
-
21
Jonathan
Wakely
<
jwakely
@
redhat
.
com
>
*
doc
/
invoke
.
texi
(-
Wmaybe
-
uninitialized
):
Rephrase
for
clarity
.
*
doc
/
invoke
.
texi
(-
Wmaybe
-
uninitialized
):
Rephrase
for
clarity
.
gcc/config/rs6000/ppc-asm.h
View file @
fc3605f1
...
@@ -120,7 +120,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
...
@@ -120,7 +120,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#define f47 47
#define f47 47
#define f48 48
#define f48 48
#define f49 49
#define f49 49
#define f50
3
0
#define f50
5
0
#define f51 51
#define f51 51
#define f52 52
#define f52 52
#define f53 53
#define f53 53
...
@@ -222,7 +222,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
...
@@ -222,7 +222,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#define vs47 47
#define vs47 47
#define vs48 48
#define vs48 48
#define vs49 49
#define vs49 49
#define vs50
3
0
#define vs50
5
0
#define vs51 51
#define vs51 51
#define vs52 52
#define vs52 52
#define vs53 53
#define vs53 53
...
...
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