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@linux-mips.org>2005-08-15 16:15:16 +0000
commit0ee0b9f1921ada4ae2352a24e7d246b194f26c02 (patch)
tree9deba4f5d6424162c80507c90160849056f70c08 /libmudflap/config.h.in
parentd322f778abfa31a790400b2ed1771d54e91b1c7e (diff)
* 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
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 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