fix up two issues with the removal of unused variables

gdb/ChangeLog:

2016-05-10  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

	* iq2000-tdep.c (iq2000_scan_prologue): Remove if that shouldn't guard
	anything.
	* linespec.c (add_sal_to_sals): Restore call to symtab_to_fullname.
This commit is contained in:
Trevor Saunders
2016-05-10 21:33:45 -04:00
parent aa79adb05d
commit df140a0bc3
3 changed files with 8 additions and 1 deletions

View File

@ -248,7 +248,6 @@ iq2000_scan_prologue (struct gdbarch *gdbarch,
if (tgtreg >= 0 && tgtreg < E_NUM_REGS)
cache->saved_regs[tgtreg] = -((signed short) (insn & 0xffff));
if (tgtreg == E_LR_REGNUM)
continue;
}