Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
ppe42-gcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenPOWER Firmware
ppe42-gcc
Commits
35b1c5c7
Commit
35b1c5c7
authored
Oct 06, 2017
by
Doug Gilbert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unsupported insn for bswap emitted
parent
f8c463f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/config/rs6000/rs6000.md
gcc/config/rs6000/rs6000.md
+1
-1
gcc/cp/cfns.gperf
gcc/cp/cfns.gperf
+1
-1
gcc/cp/cfns.h
gcc/cp/cfns.h
+1
-1
No files found.
gcc/config/rs6000/rs6000.md
View file @
35b1c5c7
...
...
@@ -2412,7 +2412,7 @@
[(set (match_operand:SI 0 "reg_or_mem_operand" "")
(bswap:SI
(match_operand:SI 1 "reg_or_mem_operand" "")))]
""
"
rs6000_cpu != PROCESSOR_PPE42
"
{
if (!REG_P (operands[0]) && !REG_P (operands[1]))
operands[1] = force_reg (SImode, operands[1]);
...
...
gcc/cp/cfns.gperf
View file @
35b1c5c7
...
...
@@ -21,7 +21,7 @@ __inline
#endif
static unsigned int hash (const char *, unsigned int);
#ifdef __GNUC__
//
__inline
__inline
#endif
const char * libc_name_p (const char *, unsigned int);
%}
...
...
gcc/cp/cfns.h
View file @
35b1c5c7
...
...
@@ -52,7 +52,7 @@ __inline
#endif
static
unsigned
int
hash
(
const
char
*
,
unsigned
int
);
#ifdef __GNUC__
//
__inline
__inline
#endif
const
char
*
libc_name_p
(
const
char
*
,
unsigned
int
);
/* maximum key range = 391, duplicates = 0 */
...
...
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