|
|
|
@ -910,8 +910,7 @@ filter_symbols (bfd *abfd, bfd *obfd, asymbol **osyms, |
|
|
|
{ |
|
|
|
asymbol **from = isyms, **to = osyms; |
|
|
|
long src_count = 0, dst_count = 0; |
|
|
|
int relocatable = (abfd->flags & (HAS_RELOC | EXEC_P | DYNAMIC)) |
|
|
|
== HAS_RELOC; |
|
|
|
int relocatable = (abfd->flags & (EXEC_P | DYNAMIC)) == 0; |
|
|
|
|
|
|
|
for (; src_count < symcount; src_count++) |
|
|
|
{ |
|
|
|
|