diff options
| author | Max Filippov <[email protected]> | 2015-04-23 20:46:59 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2015-04-23 21:39:41 +0200 |
| commit | bafacacaf7659a4933604662daba26a480b29a8d (patch) | |
| tree | 5f8884d6866942089011328ecb45c4a89ac780a1 /lib/ChangeLog | |
| parent | f98b99db09f80666d5cf491a2ce126a59af0fdb1 (diff) | |
Allow disabling symbol versioning at configure time
Due to missing symbol versioning support in uClibc calls to versioned
functions that internally call different version of themselves results
in infinite recursion.
Introduce macro SYMBOL_VERSIONING and use it instead of plain SHARED to
decide whether symbol versioning is needed. Control this macro
definition with new configure option --disable-symbol-versioning.
Signed-off-by: Max Filippov <[email protected]>
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'lib/ChangeLog')
| -rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 44152131..166f047d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2015-04-23 Max Filippov <[email protected]> + + * eu-config.h: Use SYMBOL_VERSIONING as guard. + 2014-01-17 Lei Zhang <[email protected]> * crc32_file.c: Include config.h. |
