* config/rs6000/vxworks.h (WORDS_BIG_ENDIAN): Define.
From-SVN: r175919
This commit is contained in:
parent
f9c083450b
commit
e5cabdfba8
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-07-06 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* config/rs6000/vxworks.h (WORDS_BIG_ENDIAN): Define.
|
||||
|
||||
2011-07-06 Bernd Schmidt <bernds@codesourcery.com>
|
||||
|
||||
* cse.c (find_comparison_args): Use val_mode_signbit_set_p.
|
||||
|
|
|
@ -47,6 +47,8 @@ along with GCC; see the file COPYING3. If not see
|
|||
/* Only big endian PPC is supported by VxWorks. */
|
||||
#undef BYTES_BIG_ENDIAN
|
||||
#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
|
||||
and substitute our own set. The top level vxworks.h has done some
|
||||
|
|
Loading…
Add table
Reference in a new issue