[rfa?] Implement ppc32 SYSV {extract,store} return value

Jason Thorpe thorpej@wasabisystems.com
Fri Oct 10 20:25:00 GMT 2003


On Friday, October 10, 2003, at 01:22  PM, Andrew Cagney wrote:

My apologies for not having a lot of time to keep up with this, but...

> +  /* For NetBSD, this is an on again, off again thing.  Some systems
> +     do use the broken struct convention, and some don't.  */
>    set_gdbarch_use_struct_convention (gdbarch, 
> ppcnbsd_use_struct_convention);
> +  set_gdbarch_extract_return_value (gdbarch, 
> ppc_sysv_abi_broken_extract_return_value);
> +  set_gdbarch_store_return_value (gdbarch, 
> ppc_sysv_abi_broken_store_return_value);
>    set_solib_svr4_fetch_link_map_offsets (gdbarch,
>                                  
> nbsd_ilp32_solib_svr4_fetch_link_map_offsets);

on-again, off-again... which version of the compiler does which?  Is 
this a bug in GCC 2.95.3 (which is what shipped with NetBSD 1.6)?  
(NetBSD 2.0 is going to ship with GCC 3.3.1.)

         -- Jason R. Thorpe <thorpej@wasabisystems.com>



More information about the Gdb-patches mailing list