diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-28 21:26:07 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-28 21:26:07 +0000 |
commit | 381bab78db8ce8d9a17929364bdc7901ac17e4f0 (patch) | |
tree | 42b339c65229fabf75c6833795fc7261c2bc2ead /gdb/config/ns32k/tm-umax.h | |
parent | 1c6fb4fe1f8b61d0acb229526ebd89dff051734f (diff) | |
download | binutils-gdb-381bab78db8ce8d9a17929364bdc7901ac17e4f0.tar.gz |
Fix -Werror probs for ns32k.
Diffstat (limited to 'gdb/config/ns32k/tm-umax.h')
-rw-r--r-- | gdb/config/ns32k/tm-umax.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/ns32k/tm-umax.h b/gdb/config/ns32k/tm-umax.h index a004123e883..5f9d2b985ea 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; \ |