aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcov.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2005-05-08 10:13:19 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2005-05-08 10:13:19 +0000
commit232b67d9f8f29a786e52f4d757a68ec6b032cfc7 (patch)
tree379e548ad7e6cdc8908ed197771e9b289b60574f /gcc/libgcov.c
parent56daab84ad1d63680d4f3b80fadec6a3c7b40fe8 (diff)
downloadgcc-232b67d9f8f29a786e52f4d757a68ec6b032cfc7.zip
gcc-232b67d9f8f29a786e52f4d757a68ec6b032cfc7.tar.gz
gcc-232b67d9f8f29a786e52f4d757a68ec6b032cfc7.tar.bz2
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/libgcov.c')
-rw-r--r--gcc/libgcov.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/libgcov.c b/gcc/libgcov.c
index 054d1e0..8061383 100644
--- a/gcc/libgcov.c
+++ b/gcc/libgcov.c
@@ -29,10 +29,6 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-/* It is incorrect to include config.h here, because this file is being
- compiled for the target, and hence definitions concerning only the host
- do not apply. */
-
#include "tconfig.h"
#include "tsystem.h"
#include "coretypes.h"