summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent85ac0f155c74890f63a179ba9a61cbd7d2a948c7 (diff)
downloadgperf-e66e3563dd0f9370b298c35a0aefda2d8ed70691.tar.gz
New option for position-independent code.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ae74ffb..2926113 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-New in 2.96:
+New in 2.97:
* Added option --output that allows to specify the output file name.
* Some options have been renamed:
@@ -40,6 +40,8 @@ New in 2.96:
the table's size will grow as needed. Earlier versions of gperf bailed
out with an "Internal error, duplicate hash code value".
* The options -f/--fast and -o/--occurrence-sort have no effect any more.
+* Added option -P/--pic that optimizes the generated code for use in shared
+ libraries.
* Bug fixes.
New in 2.7.2: