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 2/2] Implement gdbarch hook user_register_name on ARM


On 12/23/2010 01:43 AM, Mark Kettenis wrote:
> Actually grep tells me that arm is the only target that still uses
> this.  A sure sign that we can get rid of it!
> 
grep tells me something different,

frv-tdep.c:  set_gdbarch_deprecated_fp_regnum (gdbarch, fp_regnum);
rs6000-tdep.c:  set_gdbarch_deprecated_fp_regnum (gdbarch, PPC_R0_REGNUM
+ 1);

> A followup diff to remove all the deprected fp stuff would be nice ;)
> But don't let you stop that from committing this.

I'd like to, if we can prove set_gdbarch_deprecated_fp_regnum is not
useful to frv and rs6000.

-- 
Yao (éå)


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