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)
Tue, Dec 10, 12:05 PM
Unknown Object (File)
Tue, Nov 26, 3:49 PM
Unknown Object (File)
Oct 3 2024, 5:31 AM
Unknown Object (File)
Sep 28 2024, 1:34 AM
Unknown Object (File)
Sep 28 2024, 1:34 AM
Unknown Object (File)
Sep 28 2024, 1:34 AM
Unknown Object (File)
Sep 28 2024, 1:28 AM
Unknown Object (File)
Sep 27 2024, 9:19 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
No Lint Coverage
Unit
No Test Coverage

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.