diff options
author | Tom Tromey <tromey@redhat.com> | 1998-04-26 21:39:16 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-04-26 21:39:16 +0000 |
commit | 56df89bcf6fce376f7456b7f1ae8032d3d807776 (patch) | |
tree | 05b0c4490bfc3d2df49821602196a84ceaae0f19 /sim | |
parent | 25b5beb81aadfcfe4710f5d7b4f259bb190e075c (diff) | |
download | gdb-56df89bcf6fce376f7456b7f1ae8032d3d807776.zip gdb-56df89bcf6fce376f7456b7f1ae8032d3d807776.tar.gz gdb-56df89bcf6fce376f7456b7f1ae8032d3d807776.tar.bz2 |
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* acconfig.h (NEED_DECLARATION_PRINTF): Removed.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 9 | ||||
-rw-r--r-- | sim/common/acconfig.h | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 9d00869..086163c 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,12 @@ +Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche> + + * configure: Regenerated to track ../common/aclocal.m4 changes. + * config.in: Ditto. + +Sun Apr 26 15:25:07 1998 Tom Tromey <tromey@cygnus.com> + + * acconfig.h (NEED_DECLARATION_PRINTF): Removed. + Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche> * configure: Regenerated to track ../common/aclocal.m4 changes. diff --git a/sim/common/acconfig.h b/sim/common/acconfig.h index b61140c..f9b87a1 100644 --- a/sim/common/acconfig.h +++ b/sim/common/acconfig.h @@ -13,6 +13,3 @@ /* Define if your locale.h file contains LC_MESSAGES. */ #undef HAVE_LC_MESSAGES - -/* Whether printf must be declared even if <stdio.h> is included. */ -#undef NEED_DECLARATION_PRINTF |