Searched hist:334330 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/amd64/include/
H A Dasmacros.hdiff 334330 Tue May 29 14:02:28 MDT 2018 jhb MFC 333606: 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.

Approved by: re (kib)

Completed in 56 milliseconds