diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-12-04 05:40:40 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-12-04 05:40:40 +0000 |
commit | 38c52d5ab7af33477c588c45554bb84f6c6ac4df (patch) | |
tree | 883d3cc08f85abf87c2194b0775931716c8b8be8 /gdb/config | |
parent | d8ef46f5faa8a4d71f626d08a6a28359435bce6b (diff) | |
download | gdb-38c52d5ab7af33477c588c45554bb84f6c6ac4df.zip gdb-38c52d5ab7af33477c588c45554bb84f6c6ac4df.tar.gz gdb-38c52d5ab7af33477c588c45554bb84f6c6ac4df.tar.bz2 |
* doublest.c (convert_floatformat_to_doublest): Cast exp_bias to int.
* config/alpha/alpha-linux.mh (MH_CFLAGS): Add -mieee.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/alpha/alpha-linux.mh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/alpha/alpha-linux.mh b/gdb/config/alpha/alpha-linux.mh index 39f3532..7691d07 100644 --- a/gdb/config/alpha/alpha-linux.mh +++ b/gdb/config/alpha/alpha-linux.mh @@ -8,3 +8,7 @@ LOADLIBES = -ldl -rdynamic MMALLOC = MMALLOC_CFLAGS = -DNO_MMALLOC + +# doublest.c currently assumes some properties of FP arithmetic +# on the host which require this. +MH_CFLAGS = -mieee |