[binutils-gdb] elf/section13.s: Replace @nobits with %nobits
H.J.Lu
hjl@sourceware.org
Sun Feb 2 16:21:00 GMT 2020
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=575d37aeae574a82971d44d9adae22eb418fa667
commit 575d37aeae574a82971d44d9adae22eb418fa667
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Sun Feb 2 08:20:18 2020 -0800
elf/section13.s: Replace @nobits with %nobits
* testsuite/gas/elf/section13.s: Replace @nobits with %nobits.
Diff:
---
gas/ChangeLog | 4 ++++
gas/testsuite/gas/elf/section13.s | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
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 <hongjiu.lu@intel.com>
+
+ * testsuite/gas/elf/section13.s: Replace @nobits with %nobits.
+
2020-02-01 Anthony Green <green@moxielogic.com>
* 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
More information about the Binutils-cvs
mailing list