Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* RFA: Add enum constant for number of Altivec registers
@ 2004-07-12 22:01 Jim Blandy
  2004-07-12 23:44 ` Kevin Buettner
  0 siblings, 1 reply; 3+ messages in thread
From: Jim Blandy @ 2004-07-12 22:01 UTC (permalink / raw)
  To: gdb-patches


To be used in an upcoming patch.

2004-07-12  Jim Blandy  <jimb@redhat.com>

	* ppc-tdep.h (ppc_num_vrs): New enum constant.

*** gdb/ppc-tdep.h	2004-06-30 02:06:17.000000000 -0500
--- gdb/ppc-tdep.h	2004-07-12 16:56:48.000000000 -0500
*************** struct gdbarch_tdep
*** 174,180 ****
  enum
    {
      ppc_num_gprs = 32,          /* 32 general-purpose registers */
!     ppc_num_fprs = 32           /* 32 floating-point registers */
    };
  
  #endif
--- 174,181 ----
  enum
    {
      ppc_num_gprs = 32,          /* 32 general-purpose registers */
!     ppc_num_fprs = 32,          /* 32 floating-point registers */
!     ppc_num_vrs = 32            /* 32 Altivec vector registers */
    };
  
  #endif


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: RFA: Add enum constant for number of Altivec registers
  2004-07-12 22:01 RFA: Add enum constant for number of Altivec registers Jim Blandy
@ 2004-07-12 23:44 ` Kevin Buettner
  2004-07-14 23:18   ` Jim Blandy
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Buettner @ 2004-07-12 23:44 UTC (permalink / raw)
  To: Jim Blandy; +Cc: gdb-patches

On 12 Jul 2004 16:59:09 -0500
Jim Blandy <jimb@redhat.com> wrote:

> 2004-07-12  Jim Blandy  <jimb@redhat.com>
> 
> 	* ppc-tdep.h (ppc_num_vrs): New enum constant.

Okay.

Kevin


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: RFA: Add enum constant for number of Altivec registers
  2004-07-12 23:44 ` Kevin Buettner
@ 2004-07-14 23:18   ` Jim Blandy
  0 siblings, 0 replies; 3+ messages in thread
From: Jim Blandy @ 2004-07-14 23:18 UTC (permalink / raw)
  To: Kevin Buettner; +Cc: gdb-patches

Kevin Buettner <kevinb@redhat.com> writes:

> On 12 Jul 2004 16:59:09 -0500
> Jim Blandy <jimb@redhat.com> wrote:
> 
> > 2004-07-12  Jim Blandy  <jimb@redhat.com>
> > 
> > 	* ppc-tdep.h (ppc_num_vrs): New enum constant.
> 
> Okay.

Committed, thanks.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-07-14 23:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-12 22:01 RFA: Add enum constant for number of Altivec registers Jim Blandy
2004-07-12 23:44 ` Kevin Buettner
2004-07-14 23:18   ` Jim Blandy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox