diff options
Diffstat (limited to 'gdb/rs6000-xdep.c')
-rw-r--r-- | gdb/rs6000-xdep.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/rs6000-xdep.c b/gdb/rs6000-xdep.c index c8c0c1d..6fb8469 100644 --- a/gdb/rs6000-xdep.c +++ b/gdb/rs6000-xdep.c @@ -510,6 +510,10 @@ exec_one_dummy_insn () } +#if 0 + + *** not needed anymore *** + /* Return the number of initial trap signals we need to ignore once the inferior process starts running. This will be `2' for aix-3.1, `3' for aix-3.2 */ @@ -530,3 +534,4 @@ aix_starting_inferior_traps () else return 3; } +#endif |