aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/ChangeLog
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2005-05-19 22:44:13 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2005-05-19 22:44:13 +0000
commit45e3403e7bdabd845864b13f4563ed9c731a58a3 (patch)
tree1cf2d7098d54b20eace5a71502f26f22e59a4ef9 /winsup/mingw/ChangeLog
parent89e5f7f81e84110d93e704afc35d51728486c9f7 (diff)
downloadnewlib-45e3403e7bdabd845864b13f4563ed9c731a58a3.zip
newlib-45e3403e7bdabd845864b13f4563ed9c731a58a3.tar.gz
newlib-45e3403e7bdabd845864b13f4563ed9c731a58a3.tar.bz2
* crt1.c (_gnu_exception_handler): Handle illegal instruction
OS exception as a signal if user has defined a SIGILL handler.
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 32a8f25..5c74d22 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-20 Danny Smith <dannysmith@users.sourceforge
+
+ * crt1.c (_gnu_exception_handler): Handle illegal instruction
+ OS exception as a signal if user has defined a SIGILL handler.
+
2005-05-10 Danny Smith <dannysmith@users.sourceforge.net>
* mingwex/math/nexttoward.c: New file.