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
e5cabdfb
Commit
e5cabdfb
authored
Jul 06, 2011
by
Joseph Myers
Committed by
Joseph Myers
Jul 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/vxworks.h (WORDS_BIG_ENDIAN): Define.
From-SVN: r175919
parent
f9c08345
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/vxworks.h
+2
-0
No files found.
gcc/ChangeLog
View file @
e5cabdfb
2011-07-06 Joseph Myers <joseph@codesourcery.com>
* config/rs6000/vxworks.h (WORDS_BIG_ENDIAN): Define.
2011-07-06 Bernd Schmidt <bernds@codesourcery.com>
2011-07-06 Bernd Schmidt <bernds@codesourcery.com>
* cse.c (find_comparison_args): Use val_mode_signbit_set_p.
* cse.c (find_comparison_args): Use val_mode_signbit_set_p.
...
...
gcc/config/rs6000/vxworks.h
View file @
e5cabdfb
...
@@ -47,6 +47,8 @@ along with GCC; see the file COPYING3. If not see
...
@@ -47,6 +47,8 @@ along with GCC; see the file COPYING3. If not see
/* Only big endian PPC is supported by VxWorks. */
/* Only big endian PPC is supported by VxWorks. */
#undef BYTES_BIG_ENDIAN
#undef BYTES_BIG_ENDIAN
#define BYTES_BIG_ENDIAN 1
#define BYTES_BIG_ENDIAN 1
#undef WORDS_BIG_ENDIAN
#define WORDS_BIG_ENDIAN 1
/* We have to kill off the entire specs set created by rs6000/sysv4.h
/* We have to kill off the entire specs set created by rs6000/sysv4.h
and substitute our own set. The top level vxworks.h has done some
and substitute our own set. The top level vxworks.h has done some
...
...
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