diff options
author | macro <macro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-15 16:15:16 +0000 |
---|---|---|
committer | macro <macro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-15 16:15:16 +0000 |
commit | f1c01f037070e4e041e84af7ff9fe1598996e384 (patch) | |
tree | 9deba4f5d6424162c80507c90160849056f70c08 /libmudflap/config.h.in | |
parent | 03d231963414843fbc5d9e87045512ef8d03aae6 (diff) | |
download | gcc-f1c01f037070e4e041e84af7ff9fe1598996e384.tar.gz |
* 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: svn+ssh://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.in | 3 |
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 |