aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2025-06-03 08:05:41 -0600
committerTom Tromey <tromey@adacore.com>2025-06-03 08:10:48 -0600
commit5ad0c3ef8490269f3142759cc431f0c54d45540e (patch)
tree6d0ef9b9e36d1d0d3b503c36a96a662f8b8fc077
parenta797dd2a54a940157bc2475ae51f6854a6f1a376 (diff)
downloadbinutils-5ad0c3ef8490269f3142759cc431f0c54d45540e.zip
binutils-5ad0c3ef8490269f3142759cc431f0c54d45540e.tar.gz
binutils-5ad0c3ef8490269f3142759cc431f0c54d45540e.tar.bz2
Clean up comment in dw2-ranges-psym-warning.exp
This removes a trailing backslash from a comment in dw2-ranges-psym-warning.exp. This backslash causes Emacs to try to reindent the next line. This happens because comments are weird in Tcl -- they are not exactly syntactic and the backslash still acts as a line-continuation marker here.
-rw-r--r--gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.exp b/gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.exp
index ea0fc03..6120878 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.exp
+++ b/gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.exp
@@ -117,7 +117,7 @@ if ![runto_main] {
# the hole is there in the symbol table, but not the partial symbol table,
# we run into:
# (gdb) bt
-# warning: (Internal error: pc 0x555555554619 in read in psymtab, \
+# warning: (Internal error: pc 0x555555554619 in read in psymtab,
# but not in symtab.)
# ...
# (gdb)