diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2005-05-08 10:13:19 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2005-05-08 10:13:19 +0000 |
commit | 232b67d9f8f29a786e52f4d757a68ec6b032cfc7 (patch) | |
tree | 379e548ad7e6cdc8908ed197771e9b289b60574f /gcc/gcov-io.h | |
parent | 56daab84ad1d63680d4f3b80fadec6a3c7b40fe8 (diff) | |
download | gcc-232b67d9f8f29a786e52f4d757a68ec6b032cfc7.tar.gz |
Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh
* Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh
* aclocal.m4 (GCC_TARGET_TEMPLATE, AH_TEMPLATE): New.
* configure.ac (enable_checking): Fix typos in runtime_checking.
(ENABLE_RUNTIME_CHECKING): Mark as target template.
(xm_file): Prepend auto-host.h
(HAVE_GAS_HIDDEN, HAVE_LD_EH_FRAME_HDR): Mark as target template.
* mkconfig.sh: Do not automatically define USED_FOR_TARGET in
tconfig.h.
* crtstuff.c: Do not include auto-host.h.
(IN_LIBGCC2): Do not define.
* gcov-io.h: Include tconfig.h, not auto-host.h.
* libgcc2.c: Do not include auto-host.h.
(abort): Do not undefine.
* libgcov.c: Remove unneeded comment about config.h.
* unwind-dw2-fde-glibc.c: Do not inlude auto-host.h.
* config.in, configure: Regenerated.
Co-Authored-By: Paolo Bonzini <bonzini@gnu.org>
From-SVN: r99386
Diffstat (limited to 'gcc/gcov-io.h')
-rw-r--r-- | gcc/gcov-io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index b7492d72548..76c0c9f06dd 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -232,7 +232,7 @@ typedef HOST_WIDEST_INT gcov_type; is not also used in a DSO. */ #if IN_LIBGCOV -#include "auto-host.h" /* for HAVE_GAS_HIDDEN */ +#include "tconfig.h" #define gcov_var __gcov_var #define gcov_open __gcov_open |