diff options
author | Tom de Vries <tdevries@suse.de> | 2021-10-28 14:18:15 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2021-10-28 14:18:15 +0200 |
commit | fa0fe749f786a7f3e781b43b261300480946e803 (patch) | |
tree | 8a7c679f32a902d7eeb1f2d3c1489904b633f0bd /gdb/testsuite/gdb.fortran/mixed-lang-stack.cpp | |
parent | 5b151607e1faf27238e9dce6d3124741779dcc3a (diff) | |
download | binutils-fa0fe749f786a7f3e781b43b261300480946e803.zip binutils-fa0fe749f786a7f3e781b43b261300480946e803.tar.gz binutils-fa0fe749f786a7f3e781b43b261300480946e803.tar.bz2 |
[gdb/testsuite] Fix assembly comments in gdb.dwarf2/clang-debug-names.exp.tcl
On openSUSE Leap 15.2 aarch64 I ran into:
...
clang-debug-names-debug.S:72: \
Error: junk at end of line, first unrecognized character is `#'
...
due to:
...
71 .Ldebug_names_start:
72 .short 5 # Header: version
...
Fix this by using the /* ... */ comment style instead:
...
$ sed -i 's% #\([^"]*\)%/*\1 */%' clang-debug-names.exp.tcl
...
Tested on aarch64-linux and x86_64-linux.
Diffstat (limited to 'gdb/testsuite/gdb.fortran/mixed-lang-stack.cpp')
0 files changed, 0 insertions, 0 deletions