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
76cc2c4a
Commit
76cc2c4a
authored
Jan 17, 2017
by
Douglas Gilbert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile issue when compiling with gcc 6
parent
72beec15
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/config/rs6000/option-defaults.h
gcc/config/rs6000/option-defaults.h
+2
-2
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/option-defaults.h
View file @
76cc2c4a
...
...
@@ -39,11 +39,11 @@
#endif
#if TARGET_DEFAULT & OPTION_MASK_64BIT
#define OPT_ARCH64 "!"OPT_32
#define OPT_ARCH64 "!"
OPT_32
#define OPT_ARCH32 OPT_32
#else
#define OPT_ARCH64 OPT_64
#define OPT_ARCH32 "!"OPT_64
#define OPT_ARCH32 "!"
OPT_64
#endif
/* Support for a compile-time default CPU, et cetera. The rules are:
...
...
gcc/cp/cfns.gperf
View file @
76cc2c4a
...
...
@@ -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 @
76cc2c4a
...
...
@@ -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