Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
5e7fd521
Commit
5e7fd521
authored
Mar 04, 2004
by
Niels Möller
Browse files
Pass -g flag to nm.
Rev: src/nettle/testsuite/symbols-test:1.5
parent
dea21ca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/symbols-test
View file @
5e7fd521
...
...
@@ -6,7 +6,9 @@ if [ -z "$srcdir" ] ; then
srcdir
=
`
pwd
`
fi
nm ../libnettle.a |
grep
' [DRT] '
| egrep
-v
'( |^)\.?_?(_?nettle_|memxor)'
\
# nm on aix seems to generate bogus outbut including random binary data.
# Using -g is a workaround to get rid of that. Hope nm -g is portable enough.
nm
-g
../libnettle.a |
grep
' [DRT] '
| egrep
-v
'( |^)\.?_?(_?nettle_|memxor)'
\
|
sort
-k3
>
test1.out
if
[
-s
test1.out
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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