From: Corinna Vinschen Date: Wed, 6 Oct 2004 09:51:11 +0000 (+0000) Subject: * strace.cc (_impure_ptr): Remove. X-Git-Tag: gdb_6_3-20041019-branchpoint~27 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=4f8dc86255a26e0183ea8f8bb42e35a857e6ed6c;p=newlib-cygwin.git * strace.cc (_impure_ptr): Remove. --- diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 15e954b52..75d7879ec 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,7 @@ +2004-10-06 Corinna Vinschen + + * strace.cc (_impure_ptr): Remove. + 2004-10-06 Bas van Gompel * cygcheck.cc (dump_sysinfo): Warn about empty path-components. diff --git a/winsup/utils/strace.cc b/winsup/utils/strace.cc index 2d16b69c7..40300a4a6 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