projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c82d48
)
* config/dfp-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Define.
author
Ben Elliston
<bje@au.ibm.com>
Mon, 6 Mar 2006 01:34:05 +0000
(
01:34
+0000)
committer
Ben Elliston
<bje@gcc.gnu.org>
Mon, 6 Mar 2006 01:34:05 +0000
(12:34 +1100)
From-SVN: r111753
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/dfp-bit.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 6d1858e91943aa65f9de39b12d985d7af67e2163..713be1a04714d674b2136e9c2ebc6a3ac1849e84 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-4,6
+4,7
@@
x86_64-*-linux* configurations.
* config/dfp-bit.h (CMPtype): Typedef to a word mode integer.
+ (LIBGCC2_WORDS_BIG_ENDIAN): Define.
2006-03-05 Kazu Hirata <kazu@codesourcery.com>
diff --git
a/gcc/config/dfp-bit.h
b/gcc/config/dfp-bit.h
index c81e50f40540968c66ecef40120228d67307c5e8..a6c7798982b0b0a84017ec0f0cb89b82064c0ba6 100644
(file)
--- a/
gcc/config/dfp-bit.h
+++ b/
gcc/config/dfp-bit.h
@@
-34,6
+34,10
@@
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#include "coretypes.h"
#include "tm.h"
+#ifndef LIBGCC2_WORDS_BIG_ENDIAN
+#define LIBGCC2_WORDS_BIG_ENDIAN WORDS_BIG_ENDIAN
+#endif
+
#ifndef LIBGCC2_FLOAT_WORDS_BIG_ENDIAN
#define LIBGCC2_FLOAT_WORDS_BIG_ENDIAN LIBGCC2_WORDS_BIG_ENDIAN
#endif