diff options
author | Per Bothner <per@bothner.com> | 1992-03-29 22:33:35 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-03-29 22:33:35 +0000 |
commit | 1eeba68641b9b75e2d780759c39a079d8ddda0fc (patch) | |
tree | 53b52dab03341261520ae752bb16576121125bfa /gdb/rs6000-xdep.c | |
parent | be78a1301f2ab2bb13177d15326fb1aa3e372bf3 (diff) | |
download | gdb-1eeba68641b9b75e2d780759c39a079d8ddda0fc.zip gdb-1eeba68641b9b75e2d780759c39a079d8ddda0fc.tar.gz gdb-1eeba68641b9b75e2d780759c39a079d8ddda0fc.tar.bz2 |
Merged in latest RS6000 diffs from Metin G. Ozisik.
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 |