Page MenuHomeFreeBSD

Copy the attribute type if it's unknown
ClosedPublic

Authored by andrew on Apr 30 2015, 5:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 14, 12:43 PM
Unknown Object (File)
Tue, May 13, 10:38 AM
Unknown Object (File)
Fri, May 9, 3:05 PM
Unknown Object (File)
Thu, May 1, 2:11 PM
Unknown Object (File)
Thu, Apr 24, 11:39 PM
Unknown Object (File)
Wed, Apr 23, 5:03 PM
Unknown Object (File)
Tue, Apr 22, 8:13 AM
Unknown Object (File)
Sat, Apr 19, 6:42 PM
Subscribers

Details

Summary

bfd will copy attributes as needed, however it will fail to output them if the
type is not set correctly. This can happen when it finds an attribute it hasn't
seen before, for example when building shared objects it will use the
attributes from crti.o, hwever this file has no attributes set.

This fixes a bug where attributes aren't set correctly in shared objects.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

andrew retitled this revision from to Copy the attribute type if it's unknown.
andrew updated this object.
andrew edited the test plan for this revision. (Show Details)
andrew added a reviewer: imp.
andrew edited edge metadata.

Remove Thumb-2 debugging

imp edited edge metadata.
This revision is now accepted and ready to land.Apr 30 2015, 9:16 PM
This revision was automatically updated to reflect the committed changes.