Index: ppcnbsd-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/ppcnbsd-tdep.c,v retrieving revision 1.1 diff -u -r1.1 ppcnbsd-tdep.c --- ppcnbsd-tdep.c 28 May 2002 18:43:07 -0000 1.1 +++ ppcnbsd-tdep.c 2 Jun 2002 20:26:01 -0000 @@ -200,12 +200,6 @@ 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);