Always use configure to detect whether global symbols need underscores
authorJosh Triplett <josh@joshtriplett.org>
Tue, 25 Mar 2014 04:44:13 +0000 (21:44 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Tue, 25 Mar 2014 04:45:47 +0000 (21:45 -0700)
commitbe50b87a490e794362cb4a27ada2fbaab202adb8
treec0ffa4c0da4f81bbabb11eed6009a7630f99b827
parentf0f4138f90345d7d67dfa6783a7e1c7cc30d3c6f
Always use configure to detect whether global symbols need underscores

64-bit Windows already used this check; make it universal, and use it in
place of an ifdef on X86_WIN32, to handle non-Windows platforms that use
the underscore, such as Darwin.
configure.ac
src/x86/win32.S