This is the mail archive of the gdb@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]

PowerPC non-"sysv"


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


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