]> Git Repo - binutils.git/blobdiff - gdb/config/a29k/tm-a29k.h
import gdb-19990504 snapshot
[binutils.git] / gdb / config / a29k / tm-a29k.h
index 0936e837bea32558538b7e52306b708cb60e622a..cef9345f94b35cf290a1170684f563c943c64125 100644 (file)
@@ -43,9 +43,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 /* Advance PC across any function entry prologue instructions
    to reach some "real" code.  */
 
-#define SKIP_PROLOGUE(pc) \
-  { pc = skip_prologue (pc); }
-CORE_ADDR skip_prologue ();
+#define SKIP_PROLOGUE(pc) (a29k_skip_prologue (pc))
+CORE_ADDR a29k_skip_prologue ();
 
 /* Immediately after a function call, return the saved pc.
    Can't go through the frames for this because on some machines
This page took 0.022401 seconds and 4 git commands to generate.