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.


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?

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  Ulrich.Weigand@de.ibm.com


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