mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2006-05-11 Michael Matz <matz@suse.de>
* elflink.c (match_group_member): Correctly iterate group members.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user