2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
6 #include <_mingw_mac.h>
16 /* gcc always assumes the mcount public symbol has a single leading underscore
17 for our target. See gcc/config/i386.h; it isn't overridden in
18 config/i386/cygming.h or any other places for mingw */
20 .def _mcount; .scl 2; .type 32; .endef
33 call __MINGW_USYMBOL(_mcount_private)
54 call __MINGW_USYMBOL(_mcount_private)
67 /* gcc always assumes the mcount public symbol has a single leading underscore
68 for our target. See gcc/config/i386.h; it isn't overridden in
69 config/i386/cygming.h or any other places for mingw. This is the entry
70 for new prologue mechanism required for x64 seh calling convention. */
72 .def _mcount_top; .scl 2; .type 32; .endef
84 call __MINGW_USYMBOL(_mcount_private)
104 call __MINGW_USYMBOL(_mcount_private)