aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2004-10-06 09:51:11 +0000
committerCorinna Vinschen <corinna@vinschen.de>2004-10-06 09:51:11 +0000
commit4f8dc86255a26e0183ea8f8bb42e35a857e6ed6c (patch)
tree071fce1b17bb80a3f8f30c8c710fc07d2a21aa35 /winsup
parent5f175ea69783ed365ff74cf510d8e1b646e6466a (diff)
downloadnewlib-4f8dc86255a26e0183ea8f8bb42e35a857e6ed6c.zip
newlib-4f8dc86255a26e0183ea8f8bb42e35a857e6ed6c.tar.gz
newlib-4f8dc86255a26e0183ea8f8bb42e35a857e6ed6c.tar.bz2
* strace.cc (_impure_ptr): Remove.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/strace.cc6
2 files changed, 4 insertions, 6 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 15e954b..75d7879 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-06 Corinna Vinschen <corinna@vinschen.de>
+
+ * strace.cc (_impure_ptr): Remove.
+
2004-10-06 Bas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl>
* cygcheck.cc (dump_sysinfo): Warn about empty path-components.
diff --git a/winsup/utils/strace.cc b/winsup/utils/strace.cc
index 2d16b69..40300a4 100644
--- a/winsup/utils/strace.cc
+++ b/winsup/utils/strace.cc
@@ -26,12 +26,6 @@ details. */
#include "path.h"
#undef cygwin_internal
-/* GCC runtime library's C++ EH code unfortunately pulls in stdio, and we
- get undefine references to __impure_ptr, and hence the following
- hack. It should be reasonably safe however as long as this file
- is built using -mno-cygwin as is intended. */
-int _impure_ptr;
-
/* we *know* we're being built with GCC */
#define alloca __builtin_alloca