diff options
author | gkm <gkm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-02 22:24:50 +0000 |
---|---|---|
committer | gkm <gkm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-02 22:24:50 +0000 |
commit | 33296cfaf4f673fa5ca21a051673fa3532966a74 (patch) | |
tree | a1789ecd62d4476eaac6bade96f7be70f76b84ff /libmudflap/configure | |
parent | 0c9a1aea843b83de1838b89fca97462cee5af404 (diff) | |
download | gcc-33296cfaf4f673fa5ca21a051673fa3532966a74.tar.gz |
* mf-impl.h (uintptr_t): Get typedef via stdint.h or define explicitly.
* mf-runtime.h: New file, replaces mf-runtime.h.in.
* configure.ac (AC_CONFIG_FILES): mf-runtime.h is no longer generated.
* Makefile.in: Ditto.
* testsuite/lib/libmudflap.exp: Add -I${srcdir}/.. to get mf-runtime.h
* testsuite/libmudflap.c/pass32-frag.c: s/uintptr_t/__mf_uintptr_t/
* testsuite/libmudflap.c/fail36-frag.c: New test.
* testsuite/libmudflap.c/fail37-frag.c: New test.
* testsuite/libmudflap.c/fail38-frag.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92815 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/configure')
-rwxr-xr-x | libmudflap/configure | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libmudflap/configure b/libmudflap/configure index d96a46ad944..6bcb2534ef4 100755 --- a/libmudflap/configure +++ b/libmudflap/configure @@ -6854,7 +6854,7 @@ else multilib_arg= fi - ac_config_files="$ac_config_files Makefile testsuite/Makefile testsuite/mfconfig.exp mf-runtime.h" + ac_config_files="$ac_config_files Makefile testsuite/Makefile testsuite/mfconfig.exp" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -7433,7 +7433,6 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;; "testsuite/mfconfig.exp" ) CONFIG_FILES="$CONFIG_FILES testsuite/mfconfig.exp" ;; - "mf-runtime.h" ) CONFIG_FILES="$CONFIG_FILES mf-runtime.h" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; |