daily update
[external/binutils.git] / gdb / testsuite / gdb.base / gdb1056.exp
index b0fea0c..782ead9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2003, 2007, 2008 Free Software Foundation, Inc.
+# Copyright 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -22,8 +22,6 @@ if $tracelevel then {
 
 # test SIGFPE (such as division by 0) inside gdb itself
 
-set prms_id 0
-set bug_id 0
 
 gdb_start
 
@@ -45,3 +43,5 @@ gdb_test_multiple "print 1/0" "" {
        kfail "gdb/1056" "print 1/0"
     }
 }
+gdb_test "print 1U/0" ".*Division by zero.*" "Test unsigned division by zero"
+