Module Name: src
Committed By: christos
Date: Thu Oct 3 20:11:16 UTC 2013
Modified Files:
src/external/gpl3/gdb/dist/gdb: sh-tdep.c
Log Message:
fix bad merge
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/dist/gdb/sh-tdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/dist/gdb/sh-tdep.c
diff -u src/external/gpl3/gdb/dist/gdb/sh-tdep.c:1.3 src/external/gpl3/gdb/dist/gdb/sh-tdep.c:1.4
--- src/external/gpl3/gdb/dist/gdb/sh-tdep.c:1.3 Thu Oct 3 14:30:44 2013
+++ src/external/gpl3/gdb/dist/gdb/sh-tdep.c Thu Oct 3 16:11:16 2013
@@ -643,12 +643,6 @@ sh_analyze_prologue (struct gdbarch *gdb
}
else if (IS_FPUSH (inst))
{
- if (!have_fpscr)
- {
- fpscr = get_frame_register_unsigned (fpscr_frame, FPSCR_REGNUM);
- have_fpscr = 1;
- }
-
if (fpscr & FPSCR_SZ)
{
cache->sp_offset += 8;