Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
ee547d59
Commit
ee547d59
authored
Mar 30, 2015
by
Niels Möller
Browse files
Fixed symbols-test, check for NETTLE_USE_MINI_GMP in version.h.
parent
81b2bce2
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ee547d59
2015-03-30 Niels Möller <nisse@diamant.hack.org>
* testsuite/symbols-test: Look for NETTLE_USE_MINI_GMP in
version.h, not bignum.h.
2015-03-26 Niels Möller <nisse@diamant.hack.org>
* Makefile.in (PRE_CPPFLAGS): Drop -I$(srcdir), no longer needed.
...
...
testsuite/symbols-test
View file @
ee547d59
...
...
@@ -28,7 +28,7 @@ fi
if
[
-s
../libhogweed.a
]
;
then
PATTERN
=
'\.?_?_?nettle_|get_pc_thunk'
if
grep
'^#define.*NETTLE_USE_MINI_GMP.*1$'
../
bignum
.h
>
/dev/null
;
then
if
grep
'^#define.*NETTLE_USE_MINI_GMP.*1$'
../
version
.h
>
/dev/null
;
then
PATTERN
=
"
$PATTERN
|mp_|mpz_|mpn_"
fi
(
$NM
-g
../libhogweed.a
||
$NM
../libhogweed.a
)
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment