commit | 04e46d3bd9a2fff58de16af6b45f387b330bcd88 | [log] [tgz] |
---|---|---|
author | Paul Iannetta <piannetta@kalrayinc.com> | Mon Sep 04 15:31:53 2023 +0200 |
committer | Paul Iannetta <piannetta@kalrayinc.com> | Tue Feb 20 12:07:57 2024 +0100 |
tree | 6ea7c1b87baf77e245e8ec39f232727731500010 | |
parent | f1efdade946d7dab958c4ecbf5feea9aba01e280 [diff] |
kvx: gas: fix the detection of negative powers of 2 The detection of negative powers of 2 was wrong and could lead to well-formed bundles ending up taking more syllables than necessary. gas/ChangeLog: * config/kvx-parse.c (get_token_class): Use the signed value. * testsuite/gas/kvx/np2-detection.d: New test. * testsuite/gas/kvx/np2-detection.s: New test.