aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2003-03-18 18:57:48 +0000
committerJoel Brobecker <brobecker@gnat.com>2003-03-18 18:57:48 +0000
commit7daf4f5bcc74c1e20fbeb2fc16c58e06c7ca4940 (patch)
treecf7135a0dbb5026c537d2c2bdf9c34e39000586e /gdb/config/pa
parentf86b235ae5cb80e78859673edaaf4ee96c3f2164 (diff)
downloadfsf-binutils-gdb-7daf4f5bcc74c1e20fbeb2fc16c58e06c7ca4940.zip
fsf-binutils-gdb-7daf4f5bcc74c1e20fbeb2fc16c58e06c7ca4940.tar.gz
fsf-binutils-gdb-7daf4f5bcc74c1e20fbeb2fc16c58e06c7ca4940.tar.bz2
Continuing work to convert the hppa targets to multiarch partial.
* hppa-tdep.c (hppa_push_dummy_frame): Remove unused function parameter. Reformat comment. * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile. (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame() to match new profile.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r--gdb/config/pa/tm-hppa.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h
index 4b196dc..7ec3c8b 100644
--- a/gdb/config/pa/tm-hppa.h
+++ b/gdb/config/pa/tm-hppa.h
@@ -452,13 +452,8 @@ extern void hppa_frame_find_saved_regs (struct frame_info *,
/* Push an empty stack frame, to record the current PC, etc. */
-/* FIXME: brobecker 2002-12-26. This macro definition takes advantage
- of the fact that DEPRECATED_PUSH_DUMMY_FRAME is called within a
- function where a variable inf_status of type struct inferior_status
- * is defined. Ugh! Until this is fixed, we will not be able to
- move to multiarch partial. */
-#define DEPRECATED_PUSH_DUMMY_FRAME hppa_push_dummy_frame (inf_status)
-extern void hppa_push_dummy_frame (struct inferior_status *);
+#define DEPRECATED_PUSH_DUMMY_FRAME hppa_push_dummy_frame ()
+extern void hppa_push_dummy_frame (void);
/* Discard from the stack the innermost frame,
restoring all saved registers. */