mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
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
@ -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…
Reference in New Issue
Block a user