aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.dwarf2
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-07-04 09:40:28 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-07-04 09:40:28 +0000
commitf6c957d29dcf36f30d86e6c76501f7d3be03ad9c (patch)
tree3e76a132279084d54d74f9981c42131a7b9bc4ee /gdb/testsuite/gdb.dwarf2
parent725fbf6c1de47d458091a668495285f56da22d63 (diff)
downloadgdb-f6c957d29dcf36f30d86e6c76501f7d3be03ad9c.zip
gdb-f6c957d29dcf36f30d86e6c76501f7d3be03ad9c.tar.gz
gdb-f6c957d29dcf36f30d86e6c76501f7d3be03ad9c.tar.bz2
* gdb.base/huge.c: Allow CRASH_GDB to be set from command
line. * gdb.base/huge.exp: Loop over compilation to find a size that is acceptable. * gdb.base/remote.exp: Correct expected strings. * gdb.dwarf2/mac-fileno.S: Avoid # comments.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2')
-rw-r--r--gdb/testsuite/gdb.dwarf2/mac-fileno.S14
1 files changed, 7 insertions, 7 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/mac-fileno.S b/gdb/testsuite/gdb.dwarf2/mac-fileno.S
index 1bbb582..9be9de6 100644
--- a/gdb/testsuite/gdb.dwarf2/mac-fileno.S
+++ b/gdb/testsuite/gdb.dwarf2/mac-fileno.S
@@ -206,10 +206,10 @@ func_cu1:
.section .debug_macinfo,"",@progbits
.Ldebug_macinfo0:
- .byte 0x3 # Start new file
- .uleb128 0x0 # Included from line number 0
- .uleb128 0x2 # Filename we just started (bug: number too large)
- .byte 0x3 # Start new file
- .uleb128 0x0 # Included from line number 0
- .uleb128 0x0 # Filename we just started (bug: number too small)
- .byte 0x0 # end of CU's macro information
+ .byte 0x3 /* Start new file */
+ .uleb128 0x0 /* Included from line number 0 */
+ .uleb128 0x2 /* Filename we just started (bug: number too large) */
+ .byte 0x3 /* Start new file */
+ .uleb128 0x0 /* Included from line number 0 */
+ .uleb128 0x0 /* Filename we just started (bug: number too small) */
+ .byte 0x0 /* end of CU's macro information */