]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/arc/tm-arc.h
import gdb-1999-09-08 snapshot
[thirdparty/binutils-gdb.git] / gdb / config / arc / tm-arc.h
index 90949e369218cac1495bdb9305e9995206d5ef8d..34fabaf4f3a5115679d99cb9fc637ed79652d74c 100644 (file)
@@ -309,12 +309,14 @@ extern void frame_find_saved_regs ();     /* See arc-tdep.c */
 \f
 
 /* Things needed for making calls to functions in the inferior process */
+void arc_push_dummy_frame (void);
 #define PUSH_DUMMY_FRAME \
-       push_dummy_frame ()
+       arc_push_dummy_frame ()
 
 /* Discard from the stack the innermost frame, restoring all registers.  */
+void arc_pop_frame (void);
 #define POP_FRAME \
-       pop_frame ()
+       arc_pop_frame ()
 
 /* This sequence of words is the instructions  bl xxxx, flag 1 */
 #define CALL_DUMMY { 0x28000000, 0x1fbe8001 }