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 | |
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')
-rw-r--r-- | libiberty/config/mh-aix | 1 | ||||
-rw-r--r-- | libiberty/config/mh-cygwin32 | 2 |
2 files changed, 2 insertions, 1 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 diff --git a/libiberty/config/mh-cygwin32 b/libiberty/config/mh-cygwin32 index f45bdc8bad7..42b1afb64c0 100644 --- a/libiberty/config/mh-cygwin32 +++ b/libiberty/config/mh-cygwin32 @@ -1,2 +1,2 @@ HDEFINES=-DNEED_sys_siglist -DNEED_basename -DNEED_strsignal -EXTRA_OFILES=vasprintf.o random.o +EXTRA_OFILES=random.o |