aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/ns32k
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-28 21:26:07 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-28 21:26:07 +0000
commit381bab78db8ce8d9a17929364bdc7901ac17e4f0 (patch)
tree42b339c65229fabf75c6833795fc7261c2bc2ead /gdb/config/ns32k
parent1c6fb4fe1f8b61d0acb229526ebd89dff051734f (diff)
downloadgdb-381bab78db8ce8d9a17929364bdc7901ac17e4f0.zip
gdb-381bab78db8ce8d9a17929364bdc7901ac17e4f0.tar.gz
gdb-381bab78db8ce8d9a17929364bdc7901ac17e4f0.tar.bz2
Fix -Werror probs for ns32k.
Diffstat (limited to 'gdb/config/ns32k')
-rw-r--r--gdb/config/ns32k/tm-umax.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/ns32k/tm-umax.h b/gdb/config/ns32k/tm-umax.h
index a004123..5f9d2b9 100644
--- a/gdb/config/ns32k/tm-umax.h
+++ b/gdb/config/ns32k/tm-umax.h
@@ -241,6 +241,8 @@ extern int umax_frame_num_args (struct frame_info *fi);
ways in the stack frame. sp is even more special:
the address we return for it IS the sp for the next frame. */
+extern int ns32k_localcount (CORE_ADDR enter_pc);
+
#define FRAME_FIND_SAVED_REGS(frame_info, frame_saved_regs) \
{ \
register int regmask, regnum; \
@@ -322,6 +324,8 @@ extern int umax_frame_num_args (struct frame_info *fi);
/* Insert the specified number of args and function address
into a call sequence of the above form stored at DUMMYNAME. */
+void flip_bytes (void *ptr, int count);
+
#define FIX_CALL_DUMMY(dummyname, pc, fun, nargs, args, type, gcc_p) \
{ \
int flipped; \