]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
Fix duplicate label in gdb.dwarf2/dw2-op-out-param.S
authorGary Benson <gbenson@redhat.com>
Wed, 12 Aug 2020 13:48:55 +0000 (14:48 +0100)
committerGary Benson <gbenson@redhat.com>
Wed, 12 Aug 2020 13:48:55 +0000 (14:48 +0100)
commitc0ab14ae2a448941bc3bdc4266795e6ef2c38d85
tree4259a276822c7d83e305b49d746323ce114988c8
parent2e49fd1edf34d7a1db5944ee57071571a0556811
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.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-op-out-param.S