2.41 Release sources

This commit is contained in:
Nick Clifton
2023-08-02 09:23:36 +01:00
parent 69c37f53e2
commit 675b9d612c
288 changed files with 159267 additions and 20912 deletions

View File

@@ -59,8 +59,6 @@ mips_find_call (Sym *parent, bfd_vma p_lowpc, bfd_vma p_highpc)
DBG (CALLDEBUG, printf (_("[find_call] %s: 0x%lx to 0x%lx\n"),
parent->name, (unsigned long) p_lowpc,
(unsigned long) p_highpc));
p_lowpc = (p_lowpc + 3) & ~3;
p_highpc &= ~3;
for (pc = p_lowpc; pc < p_highpc; pc += 4)
{
op = bfd_get_32 (core_bfd, ((unsigned char *)core_text_space