diff options
author | Jim Wilson <jimw@sifive.com> | 2019-05-30 15:23:10 -0700 |
---|---|---|
committer | Jim Wilson <jimw@sifive.com> | 2019-05-30 15:23:10 -0700 |
commit | 4288405d5ec2c68c7e9d8d68a090c6c9ff3825d1 (patch) | |
tree | 06921438e37620645355d10a780474480f4b59ce /opcodes | |
parent | bfcdb85206cd3c3b8ad73b13db6bfb2ec608239b (diff) | |
download | gdb-4288405d5ec2c68c7e9d8d68a090c6c9ff3825d1.zip gdb-4288405d5ec2c68c7e9d8d68a090c6c9ff3825d1.tar.gz gdb-4288405d5ec2c68c7e9d8d68a090c6c9ff3825d1.tar.bz2 |
RISC-V: Fix lui argument parsing.
This fixes a bug reported on the riscv.org sw-dev mailing list. This
rejects "lui x1,symbol", as a symbol should only be accepted here when
used inside %hi(). Without the fix, this gets assembled as "lui x1,0"
with no relocation which is clearly wrong.
gas/
* config/tc-riscv.c (riscv_ip) <'u'>: Move O_constant check inside if
statement. Delete O_symbol and O_constant check after if statement.
* testsuite/gas/riscv/auipc-parsing.s: Test lui with missing %hi.
* testsuite/gas/riscv/auipc-parsing.l: Update.
Diffstat (limited to 'opcodes')
0 files changed, 0 insertions, 0 deletions