From: Mark Alexander Date: Wed, 13 May 1998 22:48:03 +0000 (+0000) Subject: * sparc-tdep.c (fetch_instruction): New function. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f151b17fdec4f8af0d9c91ee170bad61d0312e94;p=binutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e18ca4d4f0a..f115d11be65 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Wed May 13 15:22:02 1998 Mark Alexander + + * 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 * configure.in: Add AC_FUNC_ALLOCA.