re PR libgcj/22084 (Divide_1 test case hangs)

2005-09-08  Andrew Haley  <aph@redhat.com>

	PR java/22084
	* include/i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Bump IP by 1 if
	R/M field in instruction is 100.

From-SVN: r104094
This commit is contained in:
Andrew Haley
2005-09-09 13:05:20 +00:00
committed by Andrew Haley
parent 7ce7896c39
commit ddef717308
2 changed files with 18 additions and 5 deletions
+6
View File
@@ -1,3 +1,9 @@
2005-09-08 Andrew Haley <aph@redhat.com>
PR java/22084
* include/i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Bump IP by 1 if
R/M field in instruction is 100.
2005-09-08 Thomas Fitzsimmons <fitzsim@redhat.com>
PR libgcj/23761