From 0ee0b9f1921ada4ae2352a24e7d246b194f26c02 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Mon, 15 Aug 2005 16:15:16 +0000 Subject: * configure.ac: Test for the name of the symbol used for the entry point; define ENTRY_POINT to the result. * configure: Regenerate. * config.h.in: Regenerate. * mf-heuristics.c: Replace _start with ENTRY_POINT throughout. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@103113 138bc75d-0d04-0410-961f-82ee72b054a4 --- libmudflap/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libmudflap/config.h.in') diff --git a/libmudflap/config.h.in b/libmudflap/config.h.in index b14e2e90121..98c3f619462 100644 --- a/libmudflap/config.h.in +++ b/libmudflap/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define to the name of the symbol used for the entry point. */ +#undef ENTRY_POINT + /* Define to 1 if you have the `addmntent' function. */ #undef HAVE_ADDMNTENT -- cgit v1.2.3