diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-08-14 17:11:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-08-14 17:11:07 +0000 |
commit | 9cf73ab08a912e6dab7ebe7b5477342afbde825d (patch) | |
tree | e6082e1f405ae06b5c5e554358585a52d58652b1 /sysdeps/generic | |
parent | 7b3ba2c4ebbe28d60224d79c7b7aa2a0e28fca78 (diff) | |
download | glibc-9cf73ab08a912e6dab7ebe7b5477342afbde825d.tar glibc-9cf73ab08a912e6dab7ebe7b5477342afbde825d.tar.gz glibc-9cf73ab08a912e6dab7ebe7b5477342afbde825d.tar.bz2 glibc-9cf73ab08a912e6dab7ebe7b5477342afbde825d.zip |
* sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
change related to AT_EXECFN. We cannot use that string.
* sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
_dl_execfn member.
* elf/dl-support.c: Remove _dl_execfn variable.
(_dl_aux_init): Remove handling of AT_EXECFN.
* elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
* elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
Diffstat (limited to 'sysdeps/generic')
-rw-r--r-- | sysdeps/generic/ldsodefs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h index 27c8fb620d..4d857404a3 100644 --- a/sysdeps/generic/ldsodefs.h +++ b/sysdeps/generic/ldsodefs.h @@ -593,13 +593,8 @@ struct rtld_global_ro /* Names of shared object for which the RPATH should be ignored. */ EXTERN const char *_dl_inhibit_rpath; -#ifndef __ASSUME_AT_EXECFN /* Location of the binary. */ EXTERN const char *_dl_origin_path; -#endif - - /* If set, points to the file name of the executable. */ - EXTERN const char *_dl_execfn; /* -1 if the dynamic linker should honor library load bias, 0 if not, -2 use the default (honor biases for normal |