Re: Suspicious code
This looks like being part of gas, so you need to ask on . -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."
Suspicious code
Consider this code: 1202 static fragS * get_frag_for_reloc (fragS *last_frag, 1203 const segment_info_type *seginfo, 1204 const struct reloc_list *r) 1205 { 1206 fragS *f; 1207 1208 for (f = last_frag; f != NULL; f = f->fr_next) 1209 if (f->fr_address <= r->u.