diff options
author | 2007-01-09 15:13:37 +0000 | |
---|---|---|
committer | 2007-01-09 15:13:37 +0000 | |
commit | db13cdc66141a91c3f88c33dc9cb1051411bc7f6 (patch) | |
tree | a93c2aeb30755ea21e27b7a6f670aa542fe38116 /sys/dev/usb/if_kue.c | |
parent | typo (diff) | |
download | wireguard-openbsd-db13cdc66141a91c3f88c33dc9cb1051411bc7f6.tar.xz wireguard-openbsd-db13cdc66141a91c3f88c33dc9cb1051411bc7f6.zip |
Ignore "mapping symbols" like $a and $t. They seem to be an ARM-only
feature, used to indicate whether code is ARM or Thumb. Unfortunately
they confuse gprof, which outputs call graphs where every other function
is named "$a"... not very useful.
Rather than enumerating the different symbols, binutils ignores anything
beginning with '$', and that is what we will do here.
Thanks to Dale Rahn for useful tips along the way.
ok miod
Diffstat (limited to 'sys/dev/usb/if_kue.c')
0 files changed, 0 insertions, 0 deletions