From: "Carl E. Love" <cel@us.ibm.com>
To: Ulrich Weigand <Ulrich.Weigand@de.ibm.com>,
Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>,
cel@us.ibm.com, gdb-patches@sourceware.org
Subject: [PATCH] Fix for gdb.base/pc-fp.exp.
Date: Mon, 22 Aug 2016 21:16:00 -0000 [thread overview]
Message-ID: <1471900578.4102.36.camel@us.ibm.com> (raw)
Fix for gdb.base/pc-fp.exp.
gdb/Changelog
2016-08-22 Carl Love <cel@us.ibm.com>
* rs6000-tdep.c (rs6000_gdbarch_init): Remove deprecated call set_gdbarch_deprecated_fp_regnum()
from Power architecture initialization function.
---
gdb/rs6000-tdep.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c
index eb12c5d..e180641 100644
--- a/gdb/rs6000-tdep.c
+++ b/gdb/rs6000-tdep.c
@@ -5957,7 +5957,6 @@ rs6000_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
set_gdbarch_pc_regnum (gdbarch, PPC_PC_REGNUM);
set_gdbarch_sp_regnum (gdbarch, PPC_R0_REGNUM + 1);
- set_gdbarch_deprecated_fp_regnum (gdbarch, PPC_R0_REGNUM + 1);
set_gdbarch_fp0_regnum (gdbarch, tdep->ppc_fp0_regnum);
set_gdbarch_register_sim_regno (gdbarch, rs6000_register_sim_regno);
--
1.8.3.1
next reply other threads:[~2016-08-22 21:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-22 21:16 Carl E. Love [this message]
2016-08-22 23:17 ` Pedro Alves
2016-08-23 16:17 ` Carl E. Love
2016-08-23 16:26 ` Luis Machado
2016-08-23 17:06 ` Ulrich Weigand
2016-08-23 17:19 ` Luis Machado
2016-08-23 16:30 ` Ulrich Weigand
2016-08-24 15:15 ` Carl E. Love
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=1471900578.4102.36.camel@us.ibm.com \
--to=cel@us.ibm.com \
--cc=Ulrich.Weigand@de.ibm.com \
--cc=emachado@linux.vnet.ibm.com \
--cc=gdb-patches@sourceware.org \
/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