forked from Imagelibrary/binutils-gdb
* core.c (memory_error): Reword error msg to mislead less.
* mips-pinsn.c (print_insn_arg 'd'): Print $ with reg name.
* mipsread.c (read_mips_symtab, read_the_mips_symtab,
parse_partial_symbols): Use newer BFD internals (external_filehdr
and external_aouthdr), byte-swap the fields that we care about
before using them, and make the file header data local to
read_the_mips_symtab rather than global.
This commit is contained in:
@@ -78,7 +78,7 @@ print_insn_arg (d, l, stream, pc)
|
||||
break;
|
||||
|
||||
case 'd':
|
||||
fprintf (stream, "%s", reg_names[((struct op_r_fmt *) l)->rd]);
|
||||
fprintf (stream, "$%s", reg_names[((struct op_r_fmt *) l)->rd]);
|
||||
break;
|
||||
|
||||
case 'h':
|
||||
|
||||
Reference in New Issue
Block a user