diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-08-16 20:02:19 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-08-16 20:02:19 +0000 |
commit | c31fd3fe9f6ba788a09e64c6523bd5d2f79e31f6 (patch) | |
tree | 1c54fedfa3e06496ea7def7c8ae5616369ca0deb /gdb/testsuite/gdb.hp/xdb0.h | |
parent | 7be570e7ce77920e2e628a03bdfe2d295fc2568f (diff) | |
download | gdb-c31fd3fe9f6ba788a09e64c6523bd5d2f79e31f6.zip gdb-c31fd3fe9f6ba788a09e64c6523bd5d2f79e31f6.tar.gz gdb-c31fd3fe9f6ba788a09e64c6523bd5d2f79e31f6.tar.bz2 |
These files removed in the 1999-08-16 snapshot.
Diffstat (limited to 'gdb/testsuite/gdb.hp/xdb0.h')
-rw-r--r-- | gdb/testsuite/gdb.hp/xdb0.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/gdb/testsuite/gdb.hp/xdb0.h b/gdb/testsuite/gdb.hp/xdb0.h deleted file mode 100644 index c4d337c..0000000 --- a/gdb/testsuite/gdb.hp/xdb0.h +++ /dev/null @@ -1,36 +0,0 @@ -/* An include file that actually causes code to be generated in the - including file. This is known to cause problems on some systems. */ - -static void -foo (x) -int x; -{ - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); - bar (x++); -} |