Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
a67a7286
Commit
a67a7286
authored
Aug 28, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak symbols-test regexps.
parent
f064ef39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
ChangeLog
ChangeLog
+3
-0
testsuite/symbols-test
testsuite/symbols-test
+3
-3
No files found.
ChangeLog
View file @
a67a7286
2014-08-28 Niels Möller <nisse@lysator.liu.se>
* testsuite/symbols-test: Regexp fixes, to better filter out
get_pc_thunk functions.
* ecc-generic-redc.c (ecc_generic_redc): Deleted file and
function. Split into...
* ecc-pp1-redc.c (ecc_pp1_redc): New file and function.
...
...
testsuite/symbols-test
View file @
a67a7286
...
...
@@ -8,7 +8,7 @@ fi
:
${
NM
:
=nm
}
# * nm on aix seems to generate bogus out
b
ut including random binary
# * nm on aix seems to generate bogus out
p
ut including random binary
# data. Using -g is a workaround to get rid of that. But nm -g
# doesn't work on Solaris-2.4, so try nm -g first, and plain nm if
# -g isn't recognized.
...
...
@@ -17,7 +17,7 @@ fi
# code.
(
$NM
-g
../libnettle.a
||
$NM
../libnettle.a
)
\
|
grep
' [DRT] '
| egrep
-v
'( |^
)
\.?_?(_?nettle_)|get_pc_thunk'
\
|
grep
' [DRT] '
| egrep
-v
'( |^
|\.)(
\.?_?(_?nettle_)|get_pc_thunk
)
'
\
|
sort
-k3
>
test1.out
if
[
-s
test1.out
]
;
then
...
...
@@ -32,7 +32,7 @@ if [ -s ../libhogweed.a ] ; then
PATTERN
=
"
$PATTERN
|mp_|mpz_|mpn_"
fi
(
$NM
-g
../libhogweed.a
||
$NM
../libhogweed.a
)
\
|
grep
' [DRT] '
| egrep
-v
"( |^)(
$PATTERN
)"
\
|
grep
' [DRT] '
| egrep
-v
"( |^
|
\.
)(
$PATTERN
)"
\
|
sort
-k3
>
test1.out
if
[
-s
test1.out
]
;
then
...
...
Write
Preview
Markdown
is supported
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