X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2FChangeLog;h=04b497612c65d5711cfebf54e5b05768431efef0;hb=f36e33dac1a97cca8f79ca8b20cf0fb05f1e25f4;hp=bc59c8f627f1473622de3a6410fafa48f914834b;hpb=1c2e355e4830814e18329a53d01cfa634d576211;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index bc59c8f627..04b497612c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,17 @@ +2016-04-12 Claudiu Zissulescu + + * arc-dis.c (find_format): Check for extension flags. + (print_flags): New function. + (print_insn_arc): Update for .extCondCode, .extCoreRegister and + .extAuxRegister. + * arc-ext.c (arcExtMap_coreRegName): Use + LAST_EXTENSION_CORE_REGISTER. + (arcExtMap_coreReadWrite): Likewise. + (dump_ARC_extmap): Update printing. + * arc-opc.c (arc_flag_classes): Add F_CLASS_EXTEND flag. + (arc_aux_regs): Add cpu field. + * arc-regs.h: Add cpu field, lower case name aux registers. + 2016-04-12 Claudiu Zissulescu * arc-tbl.h: Add rtsc, sleep with no arguments.