Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/dist/gdb fix bad merge
details: https://anonhg.NetBSD.org/src/rev/31ed7da26c4f
branches: trunk
changeset: 790334:31ed7da26c4f
user: christos <christos%NetBSD.org@localhost>
date: Thu Oct 03 20:11:16 2013 +0000
description:
fix bad merge
diffstat:
external/gpl3/gdb/dist/gdb/sh-tdep.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diffs (16 lines):
diff -r 08b56bb060ae -r 31ed7da26c4f external/gpl3/gdb/dist/gdb/sh-tdep.c
--- a/external/gpl3/gdb/dist/gdb/sh-tdep.c Thu Oct 03 20:02:58 2013 +0000
+++ b/external/gpl3/gdb/dist/gdb/sh-tdep.c Thu Oct 03 20:11:16 2013 +0000
@@ -643,12 +643,6 @@
}
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;
Home |
Main Index |
Thread Index |
Old Index