mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Relax dwarf2 expected error match
* testsuite/ld-elf/dwarf2.err: Accept other errors between the multiple definition errors.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2017-02-17 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* testsuite/ld-elf/dwarf2.err: Accept other errors between the
|
||||||
|
multiple definition errors.
|
||||||
|
|
||||||
2017-02-17 Alan Modra <amodra@gmail.com>
|
2017-02-17 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* testsuite/ld-elf/dwarf2.err: Add missing newline at end.
|
* testsuite/ld-elf/dwarf2.err: Add missing newline at end.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
tmpdir/dwarf2b\.o:.*dwarf2b\.c:1: multiple definition of `global_var'
|
tmpdir/dwarf2b\.o:.*dwarf2b\.c:1: multiple definition of `global_var'
|
||||||
tmpdir/dwarf2a\.o:.*dwarf2a\.c:1: first defined here
|
tmpdir/dwarf2a\.o:.*dwarf2a\.c:1: first defined here
|
||||||
|
#...
|
||||||
tmpdir/dwarf2b\.o:.*dwarf2b\.c:2: multiple definition of `other_var'
|
tmpdir/dwarf2b\.o:.*dwarf2b\.c:2: multiple definition of `other_var'
|
||||||
tmpdir/dwarf2a\.o:.*dwarf2a\.c:2: first defined here
|
tmpdir/dwarf2a\.o:.*dwarf2a\.c:2: first defined here
|
||||||
#...
|
#...
|
||||||
|
Reference in New Issue
Block a user