Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jim Blandy <jimb@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: RFA: let gdbarch define FP0_REGNUM on rs6000
Date: Mon, 03 May 2004 23:55:00 -0000	[thread overview]
Message-ID: <vt2ad0phxz0.fsf@zenia.home> (raw)


2004-05-03  Jim Blandy  <jimb@redhat.com>

	* config/rs6000/tm-rs6000.h (FP0_REGNUM): Delete.  Let gdbarch.h
	define this.
	* rs6000-tdep.c (rs6000_gdbarch_init): Set gdbarch_fp0_regnum.

diff -cr src.no-gplast-fplast/gdb/config/rs6000/tm-rs6000.h src/gdb/config/rs6000/tm-rs6000.h
*** gdb/config/rs6000/tm-rs6000.h	2004-05-03 17:32:42.000000000 -0500
--- gdb/config/rs6000/tm-rs6000.h	2004-05-03 17:39:34.000000000 -0500
***************
*** 64,78 ****
  #define	PROCESS_LINENUMBER_HOOK()	aix_process_linenos ()
  extern void aix_process_linenos (void);
  
- /* Register numbers of various important registers.
-    Note that some of these values are "real" register numbers,
-    and correspond to the general registers of the machine,
-    and some are "phony" register numbers which are too large
-    to be actual register numbers as far as the user is concerned
-    but do serve to get the desired values when passed to read_register.  */
- 
- #define FP0_REGNUM 32		/* Floating point register 0 */
- 
  /* Notice when a new child process is started. */
  
  #define TARGET_CREATE_INFERIOR_HOOK rs6000_create_inferior
--- 64,69 ----
diff -cr src.no-gplast-fplast/gdb/rs6000-tdep.c src/gdb/rs6000-tdep.c
*** gdb/rs6000-tdep.c	2004-05-03 17:32:35.000000000 -0500
--- gdb/rs6000-tdep.c	2004-05-03 17:40:46.000000000 -0500
***************
*** 2718,2723 ****
--- 2718,2724 ----
    set_gdbarch_pc_regnum (gdbarch, 64);
    set_gdbarch_sp_regnum (gdbarch, 1);
    set_gdbarch_deprecated_fp_regnum (gdbarch, 1);
+   set_gdbarch_fp0_regnum (gdbarch, 32);
    if (sysv_abi && wordsize == 8)
      set_gdbarch_return_value (gdbarch, ppc64_sysv_abi_return_value);
    else if (sysv_abi && wordsize == 4)


             reply	other threads:[~2004-05-03 23:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-03 23:55 Jim Blandy [this message]
2004-05-04 13:52 ` Andrew Cagney
2004-05-04 15:20   ` Jim Blandy
2004-05-04 16:01     ` Kevin Buettner
2004-05-04 20:45       ` Jim Blandy
2004-05-04 22:03         ` Kevin Buettner
2004-05-05  1:47           ` Jim Blandy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vt2ad0phxz0.fsf@zenia.home \
    --to=jimb@redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox