2006-05-11 Michael Matz <matz@suse.de>
* elflink.c (match_group_member): Correctly iterate group members.
This commit is contained in:
parent
b6895b4f37
commit
83180ade02
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-05-11 Michael Matz <matz@suse.de>
|
||||
|
||||
* elflink.c (match_group_member): Correctly iterate group
|
||||
members.
|
||||
|
||||
2006-05-11 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* elf32-arm.c (elf32_arm_reloc_map): Add MOVW and MOVT relocs.
|
||||
|
|
|
@ -6782,6 +6782,7 @@ match_group_member (asection *sec, asection *group)
|
|||
if (bfd_elf_match_symbols_in_sections (s, sec))
|
||||
return s;
|
||||
|
||||
s = elf_next_in_group (s);
|
||||
if (s == first)
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue