Name : objprelink
| |
Version : 1.0
| Vendor : (none)
|
Release : 1
| Date : 2002-04-11 19:53:10
|
Group : GCC/ld linking
| Source RPM : objprelink-1.0-1.src.rpm
|
Size : 0.01 MB
| |
Packager : linuxkid < linux_peanutlinux_org>
| |
Summary : OBJPRELINK
|
Description :
Usage: objprelink [-v] [-n] < objectfiles> -- \"prelink\" c++ virtual tables
This program massages object files in order to accelerate the loading of shared object files (.so files) created by linking these object files. This is intel specific at the moment
The program scans the specified object file for linkonce sections containing virtual tables with 32 bit absolute relocations (R_386_32) to undefined procedures. For each such procedure, it creates a linkonce text section containing a relay jump. All absolute relocations to this procedure are then redirected to the single relay jump.
Program objprelink should be called on all object files before linking.
Option -v selects verbose mode Option -n does not change the object files but generates a new object whose name is composed by appending \".new\" to the original filename.
|
RPM found in directory: /vol/rzm1/linux-ibiblio/distributions/peanut/contribs/RPMS |