mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
* ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
This commit is contained in:
parent
750fbacc09
commit
0ddd0135e6
@ -1,3 +1,8 @@
|
||||
2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
|
||||
|
||||
* ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
|
||||
use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
|
||||
|
||||
2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
|
||||
|
||||
* config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
|
||||
|
@ -200,12 +200,6 @@ static void
|
||||
ppcnbsd_init_abi (struct gdbarch_info info,
|
||||
struct gdbarch *gdbarch)
|
||||
{
|
||||
/* Until November 2001, gcc was not complying to the SYSV ABI for
|
||||
returning structures less than or equal to 8 bytes in size. It was
|
||||
returning everything in memory. When this was corrected, it wasn't
|
||||
fixed for native platforms. */
|
||||
set_gdbarch_use_struct_convention (gdbarch,
|
||||
ppc_sysv_abi_broken_use_struct_convention);
|
||||
|
||||
set_solib_svr4_fetch_link_map_offsets (gdbarch,
|
||||
nbsd_ilp32_solib_svr4_fetch_link_map_offsets);
|
||||
|
Loading…
Reference in New Issue
Block a user