diff options
Diffstat (limited to 'gdb/testsuite/gdb.hp/hwwatchbus.c')
-rw-r--r-- | gdb/testsuite/gdb.hp/hwwatchbus.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/testsuite/gdb.hp/hwwatchbus.c b/gdb/testsuite/gdb.hp/hwwatchbus.c deleted file mode 100644 index 7a02c9b..0000000 --- a/gdb/testsuite/gdb.hp/hwwatchbus.c +++ /dev/null @@ -1,9 +0,0 @@ -/* This program raises a SIGBUS signal on HP-UX when the - pointer "bogus_p" is dereferenced. - */ -int * bogus_p = (int *)3; - -main() -{ - *bogus_p = 0xdeadbeef; -} |