summaryrefslogtreecommitdiffstats
path: root/trunk
AgeCommit message (Expand)Author
2010-07-22Correct chroot/sysroot file canonicalizingMark Hatle
2010-07-22Cleanup of prelink(8) man pageMark Hatle
2010-07-22Update load_dsos to avoid canonicalizing host filenames within the sysrootMark Hatle
2010-07-22Add configurable version and bug urlMark Hatle
2010-07-22Cleanup wrap_statMark Hatle
2010-07-22Determine machine type and add assert on buffer overflowMark Hatle
2010-07-22Add function to determine if it's PIEMark Hatle
2010-07-22Merge to r150Mark Hatle
2010-07-22Add an error message if execve failsMark Hatle
2010-07-22Add PRELINK_PROG and PRELINK_RTLD_PROGMark Hatle
2010-07-22Add switch to disable selinux when linkingMark Hatle
2010-07-22Import from: prelink-mips-n32.patchMark Hatle
2010-07-22Reuse PT_NULL program headersRichard Sandiford
2010-07-22Update ld-libs.c for the newer version of prelinkMark Hatle
2010-07-22Update elf.h to latest versionMark Hatle
2010-07-22Merge branch 'prelink_20061201' into cross_prelinkMark Hatle
2006-12-01 * src/verify.c (prelink_verify): Unlink ent->filename in case ofprelink_20061201jakub
2006-10-27 * src/prelink.h (READWRITEPROTOSIZE): Undef after use.jakub
2006-10-27 * testsuite/tls3.sh: Use -fpic for MIPS too.jakub
2006-10-27 * testsuite/reloc4.sh: Use -mxgot when compiling for MIPS targets.jakub
2006-10-27 * testsuite/shuffle2.c (testzero): Globalize asm definition.jakub
2006-10-27 * src/Makefile.am (arch_SOURCES): Add arch-mips.cjakub
2006-10-27 * src/prelink.h (DT_MIPS_RLD_VERSION): Define.jakub
2006-10-27 * src/space.c (find_readonly_space): Don't place the new sectionjakub
2006-10-27 * src/prelink.h (data_iterator): New structure.jakub
2006-10-27 * src/prelink.h (READWRITEPROTOSIZE): New macro. Instantiatejakub
2006-10-27 * src/prelink.h (PLArch): Add an arch_prelink_conflict callback.jakub
2006-10-27 * src/prelink.h (PLArch): Make the arch_prelink callback takejakub
2006-10-27 * src/prelink.h (PLArch): Add an arch_adjust callback.jakub
2006-10-27 * src/prelink.h (adjust_symbol_p): Declare.jakub
2006-10-27Actually start writing ChangeLog, although many yearsjakub
2006-10-24Fix adjusting of .debug_ranges if high range is at the very end of a section.jakub
2006-10-23Avoid SEGFAULT when sorting cache entries (rh#197451)jakub
2006-07-21Move code into trunk subdirectory.drow