mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
merge from gcc
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-11-28 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* decContext.c (decContextTestEndian): Move adj definition into
|
||||||
|
#if DECCHECK guarded code.
|
||||||
|
|
||||||
2009-09-09 Paolo Bonzini <bonzini@gnu.org>
|
2009-09-09 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
|||||||
@@ -393,11 +393,11 @@ Int decContextTestEndian(Flag quiet) {
|
|||||||
if (dle>1) dle=1; /* ensure 0 or 1 */
|
if (dle>1) dle=1; /* ensure 0 or 1 */
|
||||||
|
|
||||||
if (LITEND!=DECLITEND) {
|
if (LITEND!=DECLITEND) {
|
||||||
const char *adj;
|
|
||||||
if (!quiet) {
|
if (!quiet) {
|
||||||
|
#if DECCHECK
|
||||||
|
const char *adj;
|
||||||
if (LITEND) adj="little";
|
if (LITEND) adj="little";
|
||||||
else adj="big";
|
else adj="big";
|
||||||
#if DECCHECK
|
|
||||||
printf("Warning: DECLITEND is set to %d, but this computer appears to be %s-endian\n",
|
printf("Warning: DECLITEND is set to %d, but this computer appears to be %s-endian\n",
|
||||||
DECLITEND, adj);
|
DECLITEND, adj);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user