public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* FP aliases
@ 2003-05-28 23:46 Svein E. Seldal
  2003-05-29 16:11 ` Andrew Cagney
  0 siblings, 1 reply; 5+ messages in thread
From: Svein E. Seldal @ 2003-05-28 23:46 UTC (permalink / raw)
  To: gdb

Hi,

 From the docs in gdb/std-regs.c:75, value_of_builtin_frame_fp_reg() it 
states that it will automagically use any registers named "fp" as fp 
(instead of using the deprecated fp functions). So what I read is that I 
need to reply "fp" in one of the registers in the 
set_gdbarch_register_name() function, right?

For my arch, the tic4x, there is no hardware registers named "fp". Is it 
wise to replace my "ar3" with "fp". Users will probably get confused 
when they are introduced to the "fp" register, as they do not know the 
physical relation. But it states that I can create an alias. How? And 
why is that dangerous?

I also observere that for the d10v target, no register is named "fp", 
but still they manage to do without the the deprecated fp functions. How 
is that?


Regards,
Svein

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

end of thread, other threads:[~2003-05-29 20:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-28 23:46 FP aliases Svein E. Seldal
2003-05-29 16:11 ` Andrew Cagney
2003-05-29 19:49   ` Svein E. Seldal
2003-05-29 20:01     ` Andrew Cagney
2003-05-29 20:41       ` Svein E. Seldal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).