This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2 10/13] SCORE: Fill 'collect_regset' in regset structure.
- From: Andreas Arnez <arnez at linux dot vnet dot ibm dot com>
- To: "Ulrich Weigand" <uweigand at de dot ibm dot com>
- Cc: gdb-patches at sourceware dot org, qinwei at sunnorth dot com dot cn (Qinwei)
- Date: Tue, 15 Jul 2014 14:13:02 +0200
- Subject: Re: [PATCH v2 10/13] SCORE: Fill 'collect_regset' in regset structure.
- Authentication-results: sourceware.org; auth=none
- References: <201407150952 dot s6F9qn7G018798 at d06av02 dot portsmouth dot uk dot ibm dot com>
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.