radare2/libr
Wladimir J. van der Laan 10d1df6dd2 Update RiscV opcodes for disassembly (#6897)
* riscv: Update opcodes from binutils-gdb

Update to riscv opcodes from
[riscv-binutils-gdb](https://github.com/riscv/riscv-binutils-gdb/commit/08219b2)
git 08219b2.

* riscv: set no_alias=false while disassembling

I'm not sure what the rationale was for setting no_alias to true
originally. But setting it to false means that shorter and (usually)
better readable aliases for instructions will be shown:

Before               |  After
---------------------+------------
`c.jr ra`            | `ret`
`addi a5, zero, 123` | `li a5,123`
`jal zero, 0x101dc`  | `j 0x101dc`

And so on.
2017-03-04 10:18:45 +01:00
..
anal Fix #3499 - AVR-DES + DES Refactoring 2017-03-03 11:00:07 +01:00
asm Update RiscV opcodes for disassembly (#6897) 2017-03-04 10:18:45 +01:00
bin Fix trailing spaces in iHq and use cb_printf instead of eprintf for ELF 2017-03-03 11:11:58 +01:00
bp Add sys/sdk build script (wip) 2017-02-02 13:25:14 +01:00
config Fix some memory leaks after ht clean up 2017-02-25 23:50:33 +01:00
cons Fix #6818 - json indent ~{} honors scr.color 2017-02-20 02:32:58 +01:00
core Fix trailing spaces in iHq and use cb_printf instead of eprintf for ELF 2017-03-03 11:11:58 +01:00
crypto Fix #3499 - AVR-DES + DES Refactoring 2017-03-03 11:00:07 +01:00
debug Fix #6716 - crash drp /tmp/profile with just = 2017-02-08 22:32:47 +01:00
egg More builds fixes for less plugins 2017-02-02 13:25:17 +01:00
flag Fix some memory leaks after ht clean up 2017-02-25 23:50:33 +01:00
fs Update SDB fixing stack exhaustion in merge sort and enhance indentation scripts 2017-02-12 22:44:13 +01:00
hash RHash cleanup 2017-03-01 09:02:28 +01:00
include Fix #3499 - AVR-DES + DES Refactoring 2017-03-03 11:00:07 +01:00
io Fix crash on io when freeing core->files 2017-03-02 22:47:59 +01:00
lang add lib language-plugin 2017-02-17 21:11:15 +00:00
magic Remove noisy magic and fix indent in anal/bb 2016-12-26 04:42:18 +01:00
parse Fix findNextNumber() in r_parse when scr.color=false (#6888) 2017-03-03 10:58:36 +01:00
reg Update SDB fixing stack exhaustion in merge sort and enhance indentation scripts 2017-02-12 22:44:13 +01:00
search fix some coverities 2016-12-18 23:41:55 +01:00
socket Add support non-numeric signal numbers in RRunProfile (#6558) 2017-02-02 14:34:44 +01:00
syscall Remove r_db.h 2017-02-24 23:42:17 +01:00
util Fix #3499 - AVR-DES + DES Refactoring 2017-03-03 11:00:07 +01:00
config.h.head
config.h.tail
config.mk.head
config.mk.tail Upstream patches from pkgsrc/devel/radare2 (#6491) 2017-01-18 00:47:46 +01:00
depgraph.pl Update depgraph.pl script usage (#5577) 2016-08-22 11:22:13 +02:00
do-ar-sh Fix #5924 - r_flags -> r_flag 2016-10-27 01:07:58 +02:00
Jamroot Fix #5158 - Merge r_db into r_util 2016-06-17 12:19:16 +02:00
libr.pc.acr
Makefile Upstream patches from pkgsrc/devel/radare2 (#6491) 2017-01-18 00:47:46 +01:00
rules.mk Fix latest covs 2016-11-29 11:52:24 +01:00
stripsyms.sh
symgraph.pl Update depgraph.pl 2016-06-21 13:16:00 +02:00
threads Add support non-numeric signal numbers in RRunProfile (#6558) 2017-02-02 14:34:44 +01:00