HomeFreeBSD

Make the common interrupt entry point labels local labels.

Description

Make the common interrupt entry point labels local labels.

Kernel debuggers depend on symbol names to find stack frames with a
trapframe rather than a normal stack frame. The labels used for the
shared interrupt entry point for the PTI and non-PTI cases did not
match the existing patterns confusing debuggers. Add the '.L' prefix
to mark these symbols as local so they are not visible in the symbol
table.

Reviewed by: kib
MFC after: 1 week
Sponsored by: Chelsio Communications

Details

Provenance
jhbAuthored on
Reviewer
kib
Parents
rS333605: MFC r333493:
Branches
Unknown
Tags
Unknown