Skip to content
Snippets Groups Projects
Commit 8c226056 authored by Niels Möller's avatar Niels Möller
Browse files

(ASM_SYMBOL_PREFIX): Fixed test.

Rev: src/nettle/ChangeLog:1.303
Rev: src/nettle/configure.ac:1.53
parent c47f557f
No related branches found
No related tags found
No related merge requests found
2004-11-18 Niels Mller <nisse@lysator.liu.se>
* configure.ac (ASM_SYMBOL_PREFIX): Fixed test.
2004-11-17 Niels Mller <nisse@lysator.liu.se> 2004-11-17 Niels Mller <nisse@lysator.liu.se>
* testsuite/symbols-test: Try plain nm if nm -g doesn't work. * testsuite/symbols-test: Try plain nm if nm -g doesn't work.
......
...@@ -186,7 +186,7 @@ if test x$enable_assembler = xyes ; then ...@@ -186,7 +186,7 @@ if test x$enable_assembler = xyes ; then
AC_MSG_WARN([nm doesn't list a_global_symbol at all]) AC_MSG_WARN([nm doesn't list a_global_symbol at all])
fi], fi],
[AC_MSG_WARN([test program with a single global could not be compiled!?])])]) [AC_MSG_WARN([test program with a single global could not be compiled!?])])])
if x$nettle_cv_asm_underscore=xyes ; then if test x$nettle_cv_asm_underscore = xyes ; then
ASM_SYMBOL_PREFIX='_' ASM_SYMBOL_PREFIX='_'
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment