2002-04-21 Andrew Cagney * rs6000-tdep.c (rs6000_gdbarch_init): Set frameless_function_invocation et.al. when sysv_abi and not just ELFOSABI_LINUX. Index: rs6000-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/rs6000-tdep.c,v retrieving revision 1.59 diff -u -r1.59 rs6000-tdep.c --- rs6000-tdep.c 20 Apr 2002 03:09:28 -0000 1.59 +++ rs6000-tdep.c 22 Apr 2002 04:17:40 -0000 @@ -2720,7 +2720,7 @@ set_gdbarch_frame_chain_valid (gdbarch, file_frame_chain_valid); /* Note: kevinb/2002-04-12: See note above regarding *_push_arguments(). The same remarks hold for the methods below. */ - if (osabi == ELFOSABI_LINUX && wordsize == 4) + if (sysv_abi && wordsize == 4) { set_gdbarch_frameless_function_invocation (gdbarch, ppc_linux_frameless_function_invocation);