diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/section13.s | 2 |
2 files changed, 5 insertions, 1 deletions
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 |