summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2007-04-14 12:25:58 +0000
committerWill Estes <wlestes@users.sourceforge.net>2007-04-14 12:25:58 +0000
commit366d53f8e9bd15453ed72004608730f7a61eb90c (patch)
treebe9f2aa5316fc1976c702f9a7888bee781094fea /NEWS
parentbf86176f501ae037f9c23f4754e0ac7d5a919962 (diff)
provide for a PIC version of libfl.a for shared libraries using flex scanners
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 20ee2dd..8978e62 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ See the file COPYING for copying conditions.
* after version 2.5.33
+** flex now provides for a libfl_pic.a compiled with position
+ independent code. Particularly useful when including a flex scanner
+ in a shared library and with more recent versions of gcc. Thanks to the Debian project for the idea.
+
** SourceForge feature request #1658379: Expose YY_BUF_SIZE in the
header file.