Re: Add support for a ".file 0" directive if supporting DWARF 5 or higher.
authorAlan Modra <amodra@gmail.com>
Sat, 7 Mar 2020 09:39:57 +0000 (20:09 +1030)
committerAlan Modra <amodra@gmail.com>
Sat, 7 Mar 2020 09:42:20 +0000 (20:12 +1030)
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.

gas/ChangeLog
gas/testsuite/gas/elf/dwarf-5-file0.s

index c6a8a4f19b41009575716e1a495c8a82fb37f790..5839ce82eb4fed06dcc136b2940b937ca350f715 100644 (file)
@@ -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>
 
        PR 25614
index c00ec5e8bcfcec1478d3e6adc8b9c7ce34959b82..1f99c58923964f4924117f07729486f2e1fe9c57 100644 (file)
@@ -1,18 +1,17 @@
        .text
 
-.file 0
-.line 1
+ .file 0
+ .line 1
        .long 3
 
-.file 1 "asdf"
-.line 2
+ .file 1 "asdf"
+ .line 2
        .long 5
 
-.file 0
-.line 4
+ .file 0
+ .line 4
        .long 3
 
-.file 2 "def"
-.line 5
+ .file 2 "def"
+ .line 5
        .long 3
-
This page took 0.027088 seconds and 4 git commands to generate.