summaryrefslogtreecommitdiffstats
path: root/trunk/src/wrap-file.c
AgeCommit message (Collapse)Author
2010-07-22Correct chroot/sysroot file canonicalizingMark Hatle
2007-07-09 Daniel Jacobowitz <dan@codesourcery.com> Issue #1816 * src/wrap-file.c (chroot_canon): Delete. (sysroot_file_name): Use canon_filename. (unsysroot_file_name): Make global. (wrap_canonicalize_file_name): Delete. * src/ld-libs.c (load_dsos): Use prelink_canonicalize. * src/canonicalize.c (canon_filename): Make global. Add chroot, allow_last_link, allow_missing arguments. Handle links inside a chroot. Handle canonicalizing the current directory. Remove debugging output. (prelink_canonicalize): Update. Use unsysroot_file_name. * src/prelink.h (wrap_canonicalize_file_name): Delete prototype.
2010-07-22Update load_dsos to avoid canonicalizing host filenames within the sysrootMark Hatle
2007-02-16 Daniel Jacobowitz <dan@codesourcery.com> * src/prelink.h (sysroot_file_name): Declare. * src/wrap-file.c (sysroot_file_name): match declaration * src/ld-libs.c (load_dsos): Take host_paths argument. Do not attempt to canonicalize host filenames within the sysroot. Always set canon_filename. (process_one_dso): Update call to load_dsos. Do not redo call to wrap_canonicalize_file_name.
2010-07-22Add configurable version and bug urlMark Hatle
2006-11-30 Mark Shinwell <shinwell@codesourcery.com> * configure.in: Recognize --with-pkgversion and ---with-bugurl. * src/Makefile.am: Pass package version and bug URL through AM_CFLAGS, together with the new EXECSTACK_PROG. * src/main.c: Use PKGVERSION and REPORT_BUGS_TO. * src/execstack.c: Likewise. Also use EXECSTACK_PROG. Mark Hatle <mark.hatle@windriver.com> * src/ld-libs.c: Use PRELINK_RTLD_PROG, PKGVERSION and REPORT_BUGS_TO * src/execstack.c: Use EXECSTACK_PROG in (argp_doc)
2010-07-22Cleanup wrap_statMark Hatle
2006-11-30 Mark Shinwell <shinwell@codesourcery.com> * wrap-file.c (wrap_stat_body): New. (wrap_lstat64, wrap_stat64): Use wrap_stat_body. * gather.c (add_to_blacklist): Add missing wrap_stat64
2010-07-22Merge to r150Mark Hatle
2006-11-28 Mark Shinwell <shinwell@codesourcery.com> * src/canonicalize.c: Add prelink.h include directive. Use wrap_readlink and wrap_lstat64. * src/prelink.h: Declare wrap_readlink. * src/wrap-file.c (wrap_readlink): New.
2010-07-22Merge branch 'prelink_20061201' into cross_prelinkMark Hatle
Conflicts: src/data.c trunk/src/dso.c trunk/src/prelink.h trunk/testsuite/reloc5.c trunk/testsuite/shuffle2.c Updated versioning in: trunk/src/execstack.c trunk/src/ld-libs.c trunk/src/main.c * src/arch-arm.c: remove read_une32, write_ne32, buf_write_ne32, buf_read_une32 * src/dso-readonly.c: sync to changes in src/dso.c