diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/strtab.s | 20 |
2 files changed, 18 insertions, 7 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 09f7771..b2908dc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2017-02-25 Alan Modra <amodra@gmail.com> + + * testsuite/gas/elf/strtab.s: Don't put directives on first + column or continuation with labels not in first column. + 2017-02-24 Richard Sandiford <richard.sandiford@arm.com> * doc/c-aarch64.texi: Document that sve implies fp16, simd and compnum. diff --git a/gas/testsuite/gas/elf/strtab.s b/gas/testsuite/gas/elf/strtab.s index 931d9ef..d512a50 100644 --- a/gas/testsuite/gas/elf/strtab.s +++ b/gas/testsuite/gas/elf/strtab.s @@ -1,8 +1,14 @@ - .text -.globl x; x: -.globl xx; xx: -.globl xxx; xxx: -.globl xxxx; xxxx: -.globl xxxxx; xxxxx: -.globl xxxxxx; xxxxxx: + .text + .globl x +x: + .globl xx +xx: + .globl xxx +xxx: + .globl xxxx +xxxx: + .globl xxxxx +xxxxx: + .globl xxxxxx +xxxxxx: .byte 0 |