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:
Stephane Carrez
2003-04-26 11:53:36 +00:00
parent aaa222e7b0
commit d204f4c0f9
5 changed files with 49 additions and 0 deletions

View File

@ -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)