]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cygwin32.h (DWARF2_UNWIND): Exception handling doesn't work with it yet, so set it...
authorMumit Khan <khan@xraylith.wisc.edu>
Fri, 13 Feb 1998 14:48:54 +0000 (14:48 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 13 Feb 1998 14:48:54 +0000 (09:48 -0500)
* config/i386/cygwin32.h (DWARF2_UNWIND): Exception handling
doesn't work with it yet, so set it to 0.
* config/i386/x-cygwin32 (USE_COLLECT2): Delete.
* config/i386/xm-cygwin32.h (NO_SYS_SIGLIST): Define.

From-SVN: r17971

gcc/ChangeLog
gcc/config/i386/cygwin32.h
gcc/config/i386/x-cygwin32
gcc/config/i386/xm-cygwin32.h

index 2c446c4f1d6079be8db2d545a8e0a8b441a64908..e8351167792783da7f6a0f165adad08271c615b7 100644 (file)
@@ -1,3 +1,10 @@
+Sat Nov 29 12:45:51 1997  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * config/i386/cygwin32.h (DWARF2_UNWIND): Exception handling 
+       doesn't work with it yet, so set it to 0.
+       * config/i386/x-cygwin32 (USE_COLLECT2): Delete.
+       * config/i386/xm-cygwin32.h (NO_SYS_SIGLIST): Define.
+
 Fri Feb 13 01:29:29 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
 
        * rs6000/sysv4.h (ENDFILE_SPEC): add missing %(endfile_linux)
index 88b367bc1cb40f64d592d91a1ea05ec0017a9a96..5d788824a1b82fbd457b46cfe1b9a51456a5eadb 100644 (file)
@@ -199,3 +199,6 @@ do {                                                                \
             TREE_CODE (DECL) == FUNCTION_DECL                  \
             ? "discard" : "same_size");                        \
 } while (0)
+
+/* DWARF2 Unwinding doesn't work with exception handling yet. */
+#define DWARF2_UNWIND_INFO 0
index 5e796a0e9165116318378c48ab81bc0225dfb7c5..d284b3e7e413c2e4a7f5d3b9a3592bf88e81cdc2 100644 (file)
@@ -1,4 +1,2 @@
 # Don't run fixproto
 STMP_FIXPROTO =
-# Don't need collect2
-USE_COLLECT2 =
index c45e75cd7731cacf69dd51c74ed31a96d275d417..ddfcfb00f8744165ec092733ece0ce468e226988 100644 (file)
@@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA. */
 #define NO_STAB_H
 #define HAVE_RUSAGE
 #define HAVE_FILE_H
+#define NO_SYS_SIGLIST 1
 #define EXECUTABLE_SUFFIX ".exe"
 
 /* Even though we support "/", allow "\" since everybody tests both.  */