Page MenuHomeFreeBSD

libdwarf: Add aarch64 relocation support
ClosedPublic

Authored by emaste on Feb 10 2015, 7:47 PM.
Tags
None
Referenced Files
F110341894: D1817.diff
Mon, Feb 17, 2:15 AM
F110310127: D1817.id3720.diff
Sun, Feb 16, 3:04 PM
Unknown Object (File)
Sun, Jan 26, 2:19 PM
Unknown Object (File)
Thu, Jan 23, 5:33 AM
Unknown Object (File)
Thu, Jan 23, 5:03 AM
Unknown Object (File)
Jan 12 2025, 8:29 AM
Unknown Object (File)
Jan 8 2025, 7:53 PM
Unknown Object (File)
Dec 18 2024, 4:11 AM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to libdwarf: Add aarch64 relocation support.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: andrew.
emaste added a subscriber: Unknown Object (MLST).
rpaulo added a reviewer: rpaulo.
rpaulo added a subscriber: rpaulo.

Andrew should approve, but this looks sane to me.

This revision is now accepted and ready to land.Feb 11 2015, 4:38 AM
andrew edited edge metadata.

This looks correct, other than the minor style issue.

contrib/elftoolchain/libdwarf/libdwarf_reloc.c
72 ↗(On Diff #3720)

This is in the opposite order to the other 64-bit architectures below.

contrib/elftoolchain/libdwarf/libdwarf_reloc.c
72 ↗(On Diff #3720)

Ahh, indeed. I will put it in the same order before committing.

emaste updated this revision to Diff 3732.

Closed by commit rS278580 (authored by @emaste).