diff options
author | WANG Xuerui <git@xen0n.name> | 2023-07-02 19:10:53 +0800 |
---|---|---|
committer | liuzhensong <liuzhensong@loongson.cn> | 2023-07-03 09:00:51 +0800 |
commit | 3863e5e491a63764d3f2a8d761815758edb0dc9a (patch) | |
tree | 5ec4e7c559ff0fb55ca741431fba656a9b45a75e /gas | |
parent | 0ed3ac2f4a06cb842065d4cf2d1fe1c269d508b9 (diff) | |
download | binutils-3863e5e491a63764d3f2a8d761815758edb0dc9a.zip binutils-3863e5e491a63764d3f2a8d761815758edb0dc9a.tar.gz binutils-3863e5e491a63764d3f2a8d761815758edb0dc9a.tar.bz2 |
gas: NEWS: Announce LoongArch changes in the 2.41 cycle
gas/ChangeLog:
* NEWS: Mention LoongArch changes for 2.41.
Signed-off-by: WANG Xuerui <git@xen0n.name>
Diffstat (limited to 'gas')
-rw-r--r-- | gas/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -10,6 +10,18 @@ * A new .insn directive is recognized by x86 gas. +* Add support for LoongArch LSX instructions. + +* Add support for LoongArch LASX instructions. + +* Add support for LoongArch LVZ instructions. + +* Add support for LoongArch LBT instructions. + +* Initial LoongArch support for linker relaxation has been added. + +* Deprecate the LoongArch register aliases $v0, $v1, $x, $fv0 and $fv1. + Changes in 2.40: * Add support for Intel RAO-INT instructions. |