diff options
author | Sebastien Villemot <sebastien@debian.org> | 2021-05-26 05:53:23 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-05-26 06:20:26 -0700 |
commit | 3f335b75d8219d213f225d98b8879c303fdd73a3 (patch) | |
tree | b1459cdf40b998aed2e8549d0c2f206a037335b0 /gas/ChangeLog | |
parent | ef5f598ca6483ff965047df7f7e8697a70860527 (diff) | |
download | gdb-3f335b75d8219d213f225d98b8879c303fdd73a3.zip gdb-3f335b75d8219d213f225d98b8879c303fdd73a3.tar.gz gdb-3f335b75d8219d213f225d98b8879c303fdd73a3.tar.bz2 |
i386: Replace movsb with movsxb
PR gas/27906
* doc/c-i386.texi: Replace movsb with movsxb as an alias for
movsbq.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index eac946f..b550ba1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2021-05-26 Sebastien Villemot <sebastien@debian.org> + + PR gas/27906 + * doc/c-i386.texi: Replace movsb with movsxb as an alias for + movsbq. + 2021-05-26 Nelson Chu <nelson.chu@sifive.com> * config/tc-riscv.c (riscv_set_arch): Set |