mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 17:02:22 +08:00
PR savannah/3331:
* elf32-m68hc11.c (m68hc11_elf_relax_section): Clear prev_insn_group when we couldn't relax something. * ld-m68hc11/bug-3331.d: New test. * ld-m68hc11/bug-3331.s: New file.
This commit is contained in:
@ -1073,6 +1073,7 @@ m68hc11_elf_relax_section (abfd, sec, link_info, again)
|
||||
}
|
||||
}
|
||||
prev_insn_branch = 0;
|
||||
prev_insn_group = 0;
|
||||
}
|
||||
|
||||
if (free_relocs != NULL)
|
||||
|
Reference in New Issue
Block a user