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
F112020480: D2413.diff
Tue, Mar 11, 4:24 PM
Unknown Object (File)
Thu, Mar 6, 11:05 AM
Unknown Object (File)
Wed, Mar 5, 5:07 AM
Unknown Object (File)
Jan 31 2025, 11:27 AM
Unknown Object (File)
Jan 31 2025, 10:27 AM
Unknown Object (File)
Jan 16 2025, 7:46 PM
Unknown Object (File)
Dec 23 2024, 9:53 PM
Unknown Object (File)
Dec 20 2024, 1:28 AM
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.