From 575d37aeae574a82971d44d9adae22eb418fa667 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sun, 2 Feb 2020 08:20:18 -0800 Subject: elf/section13.s: Replace @nobits with %nobits * testsuite/gas/elf/section13.s: Replace @nobits with %nobits. --- gas/ChangeLog | 4 ++++ gas/testsuite/gas/elf/section13.s | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gas') diff --git a/gas/ChangeLog b/gas/ChangeLog index f52184b..518e946 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2020-02-02 H.J. Lu + + * testsuite/gas/elf/section13.s: Replace @nobits with %nobits. + 2020-02-01 Anthony Green * config/tc-moxie.c (md_begin): Don't force big-endian mode. diff --git a/gas/testsuite/gas/elf/section13.s b/gas/testsuite/gas/elf/section13.s index 6630f35..060d967 100644 --- a/gas/testsuite/gas/elf/section13.s +++ b/gas/testsuite/gas/elf/section13.s @@ -1,2 +1,2 @@ - .section .mbind.data,"dw",@nobits + .section .mbind.data,"dw",%nobits .byte 0 -- cgit v1.1