diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1998-02-07 05:36:28 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1998-02-07 05:36:28 -0800 |
commit | 8479e1dbfd43bd4bded80e089c1e345f9e1160d6 (patch) | |
tree | 7e949c17272a8165abf7181cacd48a0bef6b9f7e | |
parent | f1b54f9bbbdd82051937383d453d73559438d9a9 (diff) | |
download | gcc-8479e1dbfd43bd4bded80e089c1e345f9e1160d6.zip gcc-8479e1dbfd43bd4bded80e089c1e345f9e1160d6.tar.gz gcc-8479e1dbfd43bd4bded80e089c1e345f9e1160d6.tar.bz2 |
How I missed committing this I don't know.
From-SVN: r17761
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b134080..ccd100b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +Sat Feb 7 15:11:28 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * aclocal.m4 (GCC_FUNC_PRINTF_PTR): New macro to test the printf + functions for whether they support the %p format specifier. + * acconfig.h (HOST_PTR_PRINTF): Insert stub for autoconf. + * configure.in (GCC_FUNC_PRINTF_PTR): Use it. + * configure, config.in: Rebuild. + Fri Feb 6 14:20:16 1998 Jim Wilson <wilson@cygnus.com> * function.c (assign_parms): New variable named_arg, with value |