summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-03-29 00:58:07 +0000
committerBruno Haible <bruno@clisp.org>2003-03-29 00:58:07 +0000
commite66e3563dd0f9370b298c35a0aefda2d8ed70691 (patch)
tree18479e91293c43d74604e662f7fcd2bab6c517f3 /tests
parent85ac0f155c74890f63a179ba9a61cbd7d2a948c7 (diff)
downloadgperf-e66e3563dd0f9370b298c35a0aefda2d8ed70691.tar.gz
New option for position-independent code.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-6.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-6.exp b/tests/test-6.exp
index a6180e6..14cd1d7 100644
--- a/tests/test-6.exp
+++ b/tests/test-6.exp
@@ -57,6 +57,9 @@ Details in the output code:
-G, --global-table Generate the static table of keywords as a static
global variable, rather than hiding it inside of the
lookup function (which is the default behavior).
+ -P, --pic Optimize the generated table for inclusion in shared
+ libraries. This reduces the startup time of programs
+ using a shared library containing the generated code.
-W, --word-array-name=NAME
Specify name of word list array. Default name is
'wordlist'.