diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-01 09:36:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-01 09:36:26 +0000 |
commit | 50746436e142e98b967e7c5329e41879c83591a9 (patch) | |
tree | 42e5119da1a489df007546a37a710975561a2ce2 /elf | |
parent | ccdf0cab1d670a05afff42b02c7583ccd23abde9 (diff) | |
download | glibc-50746436e142e98b967e7c5329e41879c83591a9.tar glibc-50746436e142e98b967e7c5329e41879c83591a9.tar.gz glibc-50746436e142e98b967e7c5329e41879c83591a9.tar.bz2 glibc-50746436e142e98b967e7c5329e41879c83591a9.zip |
Update.
2002-02-01 Ulrich Drepper <drepper@redhat.com>
* elf/rtld.c (_dl_start): Mark as internal_function.
* sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
in register.
(elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
General pretty printing.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/rtld.c b/elf/rtld.c index af7b27fe24..58d61e70c4 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -125,7 +125,7 @@ RTLD_START # error "sysdeps/MACHINE/dl-machine.h fails to define RTLD_START" #endif -static ElfW(Addr) __attribute_used__ +static ElfW(Addr) __attribute_used__ internal_function _dl_start (void *arg) { struct link_map bootstrap_map; |