diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-24 22:56:08 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-24 22:56:08 +0000 |
commit | 923620278bebe7f7169dfbefda6cbbabb739809f (patch) | |
tree | 9b3daeaa47a861cbf312a81470c6d580d42673ff /gdb/testsuite/gdb.base/huge.c | |
parent | ca557f44a0548248b83712ade658eefe9c976923 (diff) | |
download | binutils-923620278bebe7f7169dfbefda6cbbabb739809f.zip binutils-923620278bebe7f7169dfbefda6cbbabb739809f.tar.gz binutils-923620278bebe7f7169dfbefda6cbbabb739809f.tar.bz2 |
s/Linux/.../
Fix PR gdb/378.
Diffstat (limited to 'gdb/testsuite/gdb.base/huge.c')
-rw-r--r-- | gdb/testsuite/gdb.base/huge.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.base/huge.c b/gdb/testsuite/gdb.base/huge.c index e84b97a..419b92c 100644 --- a/gdb/testsuite/gdb.base/huge.c +++ b/gdb/testsuite/gdb.base/huge.c @@ -2,11 +2,9 @@ * Test GDB's ability to read a very large data object from target memory. */ -/* - * A value that will produce a target data object - * large enough to crash GDB. 0x200000 is big enough - * on Linux, other systems may need a larger number. - */ +/* A value that will produce a target data object large enough to + crash GDB. 0x200000 is big enough on GNU/Linux, other systems may + need a larger number. */ #define CRASH_GDB 0x200000 |