diff options
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 |