Page MenuHomeFreeBSD

elf_common.h: Add STO_AARCH64_VARIANT_PCS
ClosedPublic

Authored by andrew on Apr 19 2024, 3:36 PM.
Tags
None
Referenced Files
F102939513: D44868.diff
Tue, Nov 19, 12:18 AM
Unknown Object (File)
Sun, Nov 10, 6:02 AM
Unknown Object (File)
Sun, Nov 3, 12:41 PM
Unknown Object (File)
Oct 18 2024, 8:33 AM
Unknown Object (File)
Oct 17 2024, 8:20 AM
Unknown Object (File)
Oct 16 2024, 11:19 AM
Unknown Object (File)
Oct 15 2024, 8:00 AM
Unknown Object (File)
Oct 14 2024, 9:53 AM
Subscribers

Details

Summary

This is used to mark symbols that use a variant procedure call with
a different calling convention to the main ABI.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 57219
Build 54107: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Apr 19 2024, 3:41 PM

Do we need to add support to e.g. ELF Tool Chain readelf and nm to decode these values?

Do we need to add support to e.g. ELF Tool Chain readelf and nm to decode these values?

It looks like binutils adds [VARIANT_PCS] to symbols with this flag, e.g.

97: 0000000000000000 0 FUNC GLOBAL DEFAULT [VARIANT_PCS] UND variant_pcs_test

This revision was automatically updated to reflect the committed changes.