diff options
author | jhb <jhb@FreeBSD.org> | 2018-05-29 13:54:34 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2018-05-29 13:54:34 +0000 |
commit | a1fc47fae0570380d20d943e3cd3ab49481d3547 (patch) | |
tree | 2e985fc0353b3b53e156ab9cc362d5bc06952074 /cddl/usr.sbin | |
parent | 2de20d5b1b0faaf2c7dcb503515af88bfb5aae90 (diff) | |
download | FreeBSD-src-a1fc47fae0570380d20d943e3cd3ab49481d3547.zip FreeBSD-src-a1fc47fae0570380d20d943e3cd3ab49481d3547.tar.gz |
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)
Diffstat (limited to 'cddl/usr.sbin')
0 files changed, 0 insertions, 0 deletions