diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-22 16:53:40 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-22 16:53:40 +0000 |
commit | d2d39e093698106fd3647a32bcf75671e1f77872 (patch) | |
tree | 9e6cc52ea62e2e8f7e22e2dd2c053cdc0084a8f3 /libiberty/config/mh-aix | |
parent | bbd132bb233341da50b7f6463a1aa242d1d150b4 (diff) | |
download | gcc-d2d39e093698106fd3647a32bcf75671e1f77872.tar.gz |
* cplus-dem.c (gnu_special): Don't get confused by .<digits>
strings that are not actually lengths.
* config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
since it gets built automatically
* vasprintf.c (int_vasprintf): Increase buffer size for float/double
values.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18171 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/config/mh-aix')
-rw-r--r-- | libiberty/config/mh-aix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/config/mh-aix b/libiberty/config/mh-aix index c7b848d976a..ee84d03ff33 100644 --- a/libiberty/config/mh-aix +++ b/libiberty/config/mh-aix @@ -1,3 +1,4 @@ +# This file is only needed by AIX 3.1. HDEFINES = -D__IEEE_BIG_ENDIAN RANLIB=true INSTALL=cp |