diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-02-22 09:53:40 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-02-22 09:53:40 -0700 |
commit | 5890bc92d41b13a99c7a3349daa9a2e2162b1ce2 (patch) | |
tree | 9e6cc52ea62e2e8f7e22e2dd2c053cdc0084a8f3 /libiberty/config | |
parent | 8b715b2abcb3991955cb800e07144f6d6b7c6595 (diff) | |
download | gcc-5890bc92d41b13a99c7a3349daa9a2e2162b1ce2.zip gcc-5890bc92d41b13a99c7a3349daa9a2e2162b1ce2.tar.gz gcc-5890bc92d41b13a99c7a3349daa9a2e2162b1ce2.tar.bz2 |
cplus-dem.c (gnu_special): Don't get confused by .<digits> strings that are not actually lengths.
* 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.
From-SVN: r18171
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 c7b848d..ee84d03 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 f45bdc8..42b1afb 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 |