diff options
author | Jim Wilson <jimw@sifive.com> | 2018-01-05 17:51:23 -0800 |
---|---|---|
committer | Jim Wilson <jimw@sifive.com> | 2018-01-05 17:51:23 -0800 |
commit | 35eeb78fa9535df6a273c053d8f102e046261b89 (patch) | |
tree | 74a18745c631ab06e4cd6b0619a099d97893a8ed /ld/ChangeLog | |
parent | 77a502c03a347f0eb31e53e94cab528190c5bd1f (diff) | |
download | binutils-35eeb78fa9535df6a273c053d8f102e046261b89.zip binutils-35eeb78fa9535df6a273c053d8f102e046261b89.tar.gz binutils-35eeb78fa9535df6a273c053d8f102e046261b89.tar.bz2 |
RISC-V: Print symbol address for jalr w/ zero offset.
ld/
* testsuite/ld-riscv-elf/disas-jalr.d: New.
* testsuite/ld-riscv-elf/disas-jalr.s: New.
* testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run new testcase.
opcodes/
* riscv-dis.c (print_insn_args) <'s'>: Call maybe_print_address for a
jalr.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 9703277..8825b2e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ 2018-01-05 Jim Wilson <jimw@sifive.com> + * testsuite/ld-riscv-elf/disas-jalr.d: New. + * testsuite/ld-riscv-elf/disas-jalr.s: New. + * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run new testcase. + * emulparams/elf32lriscv-defs.sh (GENERATE_SHLIB_SCRIPT): Move inside case on $target, and don't set for riscv*-elf targets. (GENERATE_PIE_SCRIPT): Likewise. |