Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
.macro glabel label
.global \label
.type \label, @function
\label:
.endm
.macro dlabel label