* sparc-tdep.c (fetch_instruction): New function.
authorMark Alexander <marka@cygnus>
Wed, 13 May 1998 22:48:03 +0000 (22:48 +0000)
committerMark Alexander <marka@cygnus>
Wed, 13 May 1998 22:48:03 +0000 (22:48 +0000)
(single_step, sparc_init_extra_frame_info, examine_prologue):
Use fetch_instruction instead of read_memory_integer
to ensure that instructions are always read as big-endian.

gdb/ChangeLog

index e18ca4d4f0acae64ec0bd6aa96134525ea55c4af..f115d11be65d3c3634ff7e11d2a0ac91e2ef45a1 100644 (file)
@@ -1,3 +1,10 @@
+Wed May 13 15:22:02 1998  Mark Alexander  <marka@cygnus.com>
+
+       * sparc-tdep.c (fetch_instruction): New function.
+       (single_step, sparc_init_extra_frame_info, examine_prologue):
+       Use fetch_instruction instead of read_memory_integer
+       to ensure that instructions are always read as big-endian.
+
 Wed May 13 14:42:21 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.in: Add AC_FUNC_ALLOCA.