Honour PRIVATE keyword
[deliverable/binutils-gdb.git] / gdb / ppc-linux-tdep.c
index a0bb7607f06dff63340d9e6de638c794fbf23232..84eb742d8e27e2d58fa66fecbef8bd28301cda48 100644 (file)
@@ -1053,8 +1053,7 @@ ppc_linux_init_abi (struct gdbarch_info info,
 
       /* Note: kevinb/2002-04-12: See note in rs6000_gdbarch_init regarding
         *_push_arguments().  The same remarks hold for the methods below.  */
-      set_gdbarch_frameless_function_invocation (gdbarch,
-        ppc_linux_frameless_function_invocation);
+      set_gdbarch_deprecated_frameless_function_invocation (gdbarch, ppc_linux_frameless_function_invocation);
       set_gdbarch_deprecated_frame_chain (gdbarch, ppc_linux_frame_chain);
       set_gdbarch_deprecated_frame_saved_pc (gdbarch, ppc_linux_frame_saved_pc);
 
This page took 0.023599 seconds and 4 git commands to generate.