* config/m88k/tm-m88k.h: comment change to remove embedded
authorK. Richard Pixley <rich@cygnus>
Fri, 13 Aug 1993 21:45:31 +0000 (21:45 +0000)
committerK. Richard Pixley <rich@cygnus>
Fri, 13 Aug 1993 21:45:31 +0000 (21:45 +0000)
  comment.
  (SKIP_PROLOGUE): skip_prologue returns a value which is expected
  to reset the pc argument.  So reset it.

gdb/ChangeLog
gdb/config/m88k/tm-m88k.h

index a32b0ff..3e165b0 100644 (file)
@@ -1,3 +1,10 @@
+Fri Aug 13 14:37:05 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * config/m88k/tm-m88k.h: comment change to remove embedded
+         comment.
+         (SKIP_PROLOGUE): skip_prologue returns a value which is expected
+         to reset the pc argument.  So reset it.
+
 Fri Aug 13 10:15:24 1993  Fred Fish  (fnf@deneb.cygnus.com)
 
        * Makefile.in (VERSION):  Bump to 4.10.1 after release and cvs
index 82f2e39..b960a64 100644 (file)
@@ -52,7 +52,7 @@ extern void init_extra_frame_info ();
    to reach some "real" code.  */
 
 #define SKIP_PROLOGUE(frompc)   \
-       skip_prologue (frompc)
+       { (frompc) = skip_prologue (frompc); }
 extern CORE_ADDR skip_prologue ();
 
 /* The m88k kernel aligns all instructions on 4-byte boundaries.  The
@@ -256,7 +256,7 @@ extern CORE_ADDR skip_prologue ();
 #define MAX_REGISTER_RAW_SIZE (REGISTER_RAW_SIZE(0))
 
 /* Largest value REGISTER_VIRTUAL_SIZE can have.
-/* Are FPS1, FPS2, FPR "virtual" regisers? */
+   Are FPS1, FPS2, FPR "virtual" regisers? */
 
 #define MAX_REGISTER_VIRTUAL_SIZE (REGISTER_RAW_SIZE(0))