aboutsummaryrefslogtreecommitdiff
path: root/libmudflap/config.h.in
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2005-08-15 16:15:16 +0000
committerMaciej W. Rozycki <macro@gcc.gnu.org>2005-08-15 16:15:16 +0000
commit7741b4512db528fa42a12f9e5decdf306b13f289 (patch)
tree9deba4f5d6424162c80507c90160849056f70c08 /libmudflap/config.h.in
parenta73035ae3b9f2bd4f037a056aa8e66749954e6ee (diff)
downloadgcc-7741b4512db528fa42a12f9e5decdf306b13f289.zip
gcc-7741b4512db528fa42a12f9e5decdf306b13f289.tar.gz
gcc-7741b4512db528fa42a12f9e5decdf306b13f289.tar.bz2
configure.ac: Test for the name of the symbol used for the entry point...
* 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. From-SVN: r103113
Diffstat (limited to 'libmudflap/config.h.in')
-rw-r--r--libmudflap/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmudflap/config.h.in b/libmudflap/config.h.in
index b14e2e9..98c3f61 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