This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 10/13] SCORE: Fill 'collect_regset' in regset structure.


On Tue, Jul 15 2014, Ulrich Weigand wrote:

> Andreas Arnez wrote:
>
>> diff --git a/gdb/score-tdep.h b/gdb/score-tdep.h
>> index 02a334e..cef0e6a 100644
>> --- a/gdb/score-tdep.h
>> +++ b/gdb/score-tdep.h
>> @@ -32,6 +32,7 @@ enum gdb_regnum
>>    SCORE_RA_REGNUM = 3,
>>    SCORE_A0_REGNUM = 4,
>>    SCORE_AL_REGNUM = 7,
>> +  SCORE_EPC_REGNUM = 37,
>>    SCORE_PC_REGNUM = 49,
>>  };
>
> This doesn't appear to be used anywhere?

Right.  This might be a left-over from an earlier version of the patch,
related to the special handling required for PC and EPC.

Removed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]