diff options
author | Gary Benson <gbenson@redhat.com> | 2020-08-12 14:48:55 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2020-08-12 14:48:55 +0100 |
commit | c0ab14ae2a448941bc3bdc4266795e6ef2c38d85 (patch) | |
tree | 4259a276822c7d83e305b49d746323ce114988c8 /gdb/testsuite/gdb.btrace | |
parent | 2e49fd1edf34d7a1db5944ee57071571a0556811 (diff) | |
download | gdb-c0ab14ae2a448941bc3bdc4266795e6ef2c38d85.zip gdb-c0ab14ae2a448941bc3bdc4266795e6ef2c38d85.tar.gz gdb-c0ab14ae2a448941bc3bdc4266795e6ef2c38d85.tar.bz2 |
Fix duplicate label in gdb.dwarf2/dw2-op-out-param.S
gdb.dwarf2/dw2-op-out-param.S contained a duplicate label, and failed
to build with clang with the following error:
gdb compile failed, /gdbtest/src/gdb/testsuite/gdb.dwarf2/dw2-op-out-param.S:163:1:
error: invalid symbol redefinition
.Ltext5:
^
This commit renames the two labels as .Ltext5a and .Ltext5b, and
updates all references appropriately.
gdb/testsuite/ChangeLog:
* gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
Diffstat (limited to 'gdb/testsuite/gdb.btrace')
0 files changed, 0 insertions, 0 deletions