mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +08:00
Re: Add support for a ".file 0" directive if supporting DWARF 5 or higher.
Fixes a fail on hppa64-hp-hpux, where anything in the first column is a label. * testsuite/gas/elf/dwarf-5-file0.s: Don't start directives in first column.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2020-03-07 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* testsuite/gas/elf/dwarf-5-file0.s: Don't start directives in
|
||||||
|
first column.
|
||||||
|
|
||||||
2020-03-06 Nick Clifton <nickc@redhat.com>
|
2020-03-06 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR 25614
|
PR 25614
|
||||||
|
@ -1,18 +1,17 @@
|
|||||||
.text
|
.text
|
||||||
|
|
||||||
.file 0
|
.file 0
|
||||||
.line 1
|
.line 1
|
||||||
.long 3
|
.long 3
|
||||||
|
|
||||||
.file 1 "asdf"
|
.file 1 "asdf"
|
||||||
.line 2
|
.line 2
|
||||||
.long 5
|
.long 5
|
||||||
|
|
||||||
.file 0
|
.file 0
|
||||||
.line 4
|
.line 4
|
||||||
.long 3
|
.long 3
|
||||||
|
|
||||||
.file 2 "def"
|
.file 2 "def"
|
||||||
.line 5
|
.line 5
|
||||||
.long 3
|
.long 3
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user