arc: Align internal regnums with architectural regnums
authorAnton Kolesov <Anton.Kolesov@synopsys.com>
Fri, 10 Feb 2017 11:11:46 +0000 (14:11 +0300)
committerAnton Kolesov <Anton.Kolesov@synopsys.com>
Tue, 28 Mar 2017 18:01:44 +0000 (21:01 +0300)
commit296ec4fa2afb14abc400fa0109d7288eb958c544
treece9fc3e1ff489b27ee5293448ce89a1cf2231aa1
parent081c108e3688d67f257d4b98c9012ef2677b3b18
arc: Align internal regnums with architectural regnums

Add ARC_LIMM_REGNUM to arc_regnum enumeration and assign a number 62 to it.
This ensures that for core registers internal register numbers in this enum are
the same as architectural numbers.  This allows to use internal register
numbers in the contexts where architectural number is implied, for example when
disassembling instruction during prologue analysis.

gdb/ChangeLog:

yyyy-mm-dd  Anton Kolesov  <anton.kolesov@synopsys.com>

* arc-tdep.c (core_v2_register_names, core_arcompact_register_names)
Add "limm" and "reserved".
(arc_cannot_fetch_register, arc_cannot_store_register): Add
ARC_RESERVED_REGNUM and ARC_LIMM_REGNUM.
* arc-tdep.h (arc_regnum): Likewise.
gdb/ChangeLog
gdb/arc-tdep.c
gdb/arc-tdep.h
This page took 0.027266 seconds and 4 git commands to generate.