Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* PowerPC non-"sysv"
@ 2007-04-20 14:21 Daniel Jacobowitz
  2007-04-20 19:51 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Jacobowitz @ 2007-04-20 14:21 UTC (permalink / raw)
  To: gdb

Right now, we have two different supported ABIs to call functions on
PowerPC.  Which to use is determined by:

  sysv_abi = info.abfd && bfd_get_flavour (info.abfd) == bfd_target_elf_flavour;

What do we still support that this applies to, besides AIX?  I'm
planning to implement a "set powerpc abi" command, like the equivalent
ARM one; it will default to auto, which will make the same choice it
does now, but I'm not sure what to call the options.

-- 
Daniel Jacobowitz
CodeSourcery


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

* Re: PowerPC non-"sysv"
  2007-04-20 14:21 PowerPC non-"sysv" Daniel Jacobowitz
@ 2007-04-20 19:51 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2007-04-20 19:51 UTC (permalink / raw)
  To: gdb

On Fri, Apr 20, 2007 at 10:20:56AM -0400, Daniel Jacobowitz wrote:
> Right now, we have two different supported ABIs to call functions on
> PowerPC.  Which to use is determined by:
> 
>   sysv_abi = info.abfd && bfd_get_flavour (info.abfd) == bfd_target_elf_flavour;
> 
> What do we still support that this applies to, besides AIX?  I'm
> planning to implement a "set powerpc abi" command, like the equivalent
> ARM one; it will default to auto, which will make the same choice it
> does now, but I'm not sure what to call the options.

I still think it's basically AIX (and Darwin which we don't support);
we currently enable it for NetBSD a.out too, but I bet that's not what
we should be doing.

However, I no longer need an answer to this question; I'm breaking it
down differently.

-- 
Daniel Jacobowitz
CodeSourcery


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

end of thread, other threads:[~2007-04-20 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-20 14:21 PowerPC non-"sysv" Daniel Jacobowitz
2007-04-20 19:51 ` Daniel Jacobowitz

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