+2001-09-18 Alan Modra <amodra@bigpond.net.au>
+
+ * sparc.c (sparc_find_call): Warning fix.
+ * alpha.c (alpha_find_call): Likewise.
+
2001-08-09 Alan Modra <amodra@bigpond.net.au>
* alpha.c: Add missing prototypes.
{
DBG (CALLDEBUG,
printf (_("[find_call] 0x%lx: jsr%s <indirect_child>\n"),
- (unsigned long) pc - delta,
+ (unsigned long) pc - (unsigned long) delta,
pc->j.func == Jxx_FUNC_JSR ? "" : "_coroutine"));
arc_add (parent, &indirect_child, (unsigned long) 0);
}
case OP_BSR:
DBG (CALLDEBUG,
printf (_("[find_call] 0x%lx: bsr"),
- (unsigned long) pc - delta));
+ (unsigned long) pc - (unsigned long) delta));
/*
* Regular PC relative addressing. Check that this is the
* address of a function. The linker sometimes redirects
{
DBG (CALLDEBUG,
printf ("[find_call] 0x%lx: callf",
- (unsigned long) instr - delta));
+ (unsigned long) instr - (unsigned long) delta));
/*
* Regular pc relative addressing check that this is the
* address of a function.