Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
prelink: An ELF prelinking utility
Name: | prelink |
Vendor: | Scientific Linux |
Version: | 0.4.0 |
License: | GPL |
Release: | 2.el5 |
URL: | |
- Summary
- The prelink package contains a utility which modifies ELF shared libraries
and executables, so that far fewer relocations need to be resolved at runtime
and thus programs come up faster.
Changelog
- * Thu Sep 18 17:00:00 2008 Jakub Jelinek <jakub{%}redhat{*}com> 0.4.0-2.el5
- add support for -c /etc/prelink.conf.d/*.conf in prelink.conf (#249889)
- remove no longer existent directories from default prelink.conf (#248694)
- reenabled prelink C++ optimizations which have not triggered any longer
since _ZT[IV]* moved into .data.rel.ro section from .data
- fixed performance issues in C++ optimizations, especially on GCJ
CNI programs (#314051)
- other performance improvements, prelink -avmR after prelink -ua now
takes roughly 3m4s real time instead of 20m27s before
- don't run TEXTREL tests if SELinux is enforcing (#245928)
- don't leave temporary files behind on prelink --verify failures (#199251)
- fix adjusting of .debug_ranges if end of range is at the end of some
section and there is padding before the following one
- * Wed Jun 27 17:00:00 2007 Jakub Jelinek <jakub{%}redhat{*}com> 0.3.9-2.1
- blacklist libfreebl3.so and libsoftokn3.so, as nss does some
FIPS mandated braindamaged integrity checking of these two libraries
(#245775)
- * Fri Jul 28 17:00:00 2006 Alexandre Oliva <aoliva{%}redhat{*}com> 0.3.9-2
- Avoid SEGFAULT when sorting cache entries (#197451)