1995-05-11 01:02:23 +00:00
|
|
|
/* Initialization code run first thing by the ELF startup code. For i386/Hurd.
|
2022-01-01 18:54:23 +00:00
|
|
|
Copyright (C) 1995-2022 Free Software Foundation, Inc.
|
1997-02-10 03:19:57 +00:00
|
|
|
This file is part of the GNU C Library.
|
1995-05-11 01:02:23 +00:00
|
|
|
|
1997-02-10 03:19:57 +00:00
|
|
|
The GNU C Library is free software; you can redistribute it and/or
|
2001-07-06 04:58:11 +00:00
|
|
|
modify it under the terms of the GNU Lesser General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
|
|
|
version 2.1 of the License, or (at your option) any later version.
|
1995-05-11 01:02:23 +00:00
|
|
|
|
1997-02-10 03:19:57 +00:00
|
|
|
The GNU C Library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2001-07-06 04:58:11 +00:00
|
|
|
Lesser General Public License for more details.
|
1995-05-11 01:02:23 +00:00
|
|
|
|
2001-07-06 04:58:11 +00:00
|
|
|
You should have received a copy of the GNU Lesser General Public
|
2012-02-09 23:18:22 +00:00
|
|
|
License along with the GNU C Library; if not, see
|
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org.
This patch was automatically generated by running the following shell
script, which uses GNU sed, and which avoids modifying files imported
from upstream:
sed -ri '
s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g
s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g
' \
$(find $(git ls-files) -prune -type f \
! -name '*.po' \
! -name 'ChangeLog*' \
! -path COPYING ! -path COPYING.LIB \
! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \
! -path manual/texinfo.tex ! -path scripts/config.guess \
! -path scripts/config.sub ! -path scripts/install-sh \
! -path scripts/mkinstalldirs ! -path scripts/move-if-change \
! -path INSTALL ! -path locale/programs/charmap-kw.h \
! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \
! '(' -name configure \
-execdir test -f configure.ac -o -f configure.in ';' ')' \
! '(' -name preconfigure \
-execdir test -f preconfigure.ac ';' ')' \
-print)
and then by running 'make dist-prepare' to regenerate files built
from the altered files, and then executing the following to cleanup:
chmod a+x sysdeps/unix/sysv/linux/riscv/configure
# Omit irrelevant whitespace and comment-only changes,
# perhaps from a slightly-different Autoconf version.
git checkout -f \
sysdeps/csky/configure \
sysdeps/hppa/configure \
sysdeps/riscv/configure \
sysdeps/unix/sysv/linux/csky/configure
# Omit changes that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines
git checkout -f \
sysdeps/powerpc/powerpc64/ppc-mcount.S \
sysdeps/unix/sysv/linux/s390/s390-64/syscall.S
# Omit change that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline
git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
2019-09-07 05:40:42 +00:00
|
|
|
<https://www.gnu.org/licenses/>. */
|
1995-05-11 01:02:23 +00:00
|
|
|
|
2001-03-24 14:36:00 +00:00
|
|
|
#include <assert.h>
|
1995-05-11 01:02:23 +00:00
|
|
|
#include <hurd.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <unistd.h>
|
1995-05-20 00:13:43 +00:00
|
|
|
#include <string.h>
|
1998-06-25 19:44:22 +00:00
|
|
|
#include <sysdep.h>
|
|
|
|
#include <set-hooks.h>
|
1995-05-11 01:02:23 +00:00
|
|
|
#include "hurdstartup.h"
|
|
|
|
#include "hurdmalloc.h" /* XXX */
|
2002-08-30 01:51:11 +00:00
|
|
|
#include "../locale/localeinfo.h"
|
1995-05-11 01:02:23 +00:00
|
|
|
|
2002-11-26 01:56:30 +00:00
|
|
|
#include <ldsodefs.h>
|
|
|
|
#include <fpu_control.h>
|
2019-11-15 17:36:58 +00:00
|
|
|
#include <libc-diag.h>
|
2020-12-16 14:09:52 +00:00
|
|
|
#include <libc-internal.h>
|
2002-11-26 01:56:30 +00:00
|
|
|
|
1995-05-11 01:02:23 +00:00
|
|
|
extern void __mach_init (void);
|
2002-02-23 08:47:54 +00:00
|
|
|
extern void __init_misc (int, char **, char **);
|
1995-05-11 01:02:23 +00:00
|
|
|
|
1997-02-23 22:09:31 +00:00
|
|
|
unsigned long int __hurd_threadvar_stack_offset;
|
|
|
|
unsigned long int __hurd_threadvar_stack_mask;
|
|
|
|
|
2000-04-02 22:01:23 +00:00
|
|
|
#ifndef SHARED
|
1998-10-18 21:22:08 +00:00
|
|
|
int __libc_enable_secure;
|
1998-10-24 Mark Kettenis <kettenis@phys.uva.nl>
* mach/Versions: Add evc_wait, mach_error, mach_error_string,
mach_error_type, mach_msg_destroy, mig_deallocate_reply_port.
Remove __mach_host_self, __mach_reply_port, __mach_setup_thread,
__mach_port_allocate, __mach_port_allocate_name,
__mach_port_deallocate, __mach_port_insert_right, __mutex_init,
__mutex_trylock, __mutex_lock, __mutex_unlock, __swtch, __switch,
__task_create, __task_suspend, __task_set_special_port,
__task_terminate, __thread_depress_abort, __thread_switch,
__vm_allocate, __vm_deallocate, __vm_map. These functions are not
used outside libc.
* sysdeps/mach/hurd/Versions: New file.
[libc, GLIBC_2.0]: Add _cthread_exit_routine and
_cthread_init_routine. These are set by the Hurd cthreads library.
Add __getcwd, __mmap. If we don't add these, the weak definitions in
the dynamic linker will not be replaced by the corresponding shared
library routines once they are loaded.
1998-10-21 Mark Kettenis <kettenis@phys.uva.nl>
* sysdeps/mach/hurd/i386/init-first.c: Only define
__libc_enable_secure if PIC is not defined.
1998-10-25 Roland McGrath <roland@baalperazim.frob.com>
* argp/Versions: Add _argp_unlock_xxx. Lock-savvy functions call this
to recurse into argp.
1998-10-25 20:09:00 +00:00
|
|
|
#endif
|
1996-08-26 17:39:10 +00:00
|
|
|
|
Update.
* stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
(_itowa_upper_digits): Likewise.
* libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
* libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
as hidden.
* libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
_IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
_IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
_IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
* gmon/gmon.c (__bb_head): Define as hidden.
* gmon/bb_exit_func.c (__bb_head): Declare as hidden.
* argp/argp-parse.c (_argp_hang): Define as static.
* include/libc-symbols.h (_INTVARDEF): Adjust for visibility
handling in latest compilers.
* inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
define alias.
* libio/fileops.c (_IO_file_jumps): Likewise.
* libio/stdfiles.c (_IO_list_all): Likewise.
* libio/wfileops.c (_IO_wfile_jumps): Likewise.
* malloc/malloc.h: Move __libc_malloc_initialized declaration to
include/malloc.h.
* include/malloc.h: Add __libc_malloc_initialized declaration
here. Mark variable hidden.
* malloc/malloc.c: Include <malloc.h> not "malloc.h".
* elf/dl-open.c (__libc_argc): Declare as hidden.
(__libc_argv): Likewise.
* sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
(__libc_argv): Likewise.
* sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
__libc_argv as hidden.
* sysdeps/mach/hurd/mips/init-first.c: Likewise.
* sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
* sysdeps/unix/sysv/aix/init-first.c: Likewise.
* sysdeps/unix/sysv/linux/init-first.c: Likewise.
2002-03-13 02:17:12 +00:00
|
|
|
extern int __libc_argc attribute_hidden;
|
|
|
|
extern char **__libc_argv attribute_hidden;
|
2001-03-24 14:36:00 +00:00
|
|
|
extern char **_dl_argv;
|
1996-09-06 00:08:55 +00:00
|
|
|
|
1995-05-11 01:02:23 +00:00
|
|
|
/* Things that want to be run before _hurd_init or much anything else.
|
|
|
|
Importantly, these are called before anything tries to use malloc. */
|
|
|
|
DEFINE_HOOK (_hurd_preinit_hook, (void));
|
|
|
|
|
1998-10-18 22:53:04 +00:00
|
|
|
|
|
|
|
/* We call this once the Hurd magic is all set up and we are ready to be a
|
|
|
|
Posixoid program. This does the same things the generic version does. */
|
2000-04-02 22:01:23 +00:00
|
|
|
static void
|
|
|
|
posixland_init (int argc, char **argv, char **envp)
|
1998-10-18 22:53:04 +00:00
|
|
|
{
|
2020-11-13 10:23:08 +00:00
|
|
|
/* Now we have relocations etc. we can start signals etc. */
|
|
|
|
_hurd_libc_proc_init (argv);
|
|
|
|
|
2020-12-16 14:09:52 +00:00
|
|
|
#ifdef SHARED
|
2002-11-22 04:23:05 +00:00
|
|
|
/* Make sure we don't initialize twice. */
|
2020-12-16 14:09:52 +00:00
|
|
|
if (__libc_initial)
|
2002-11-22 04:23:05 +00:00
|
|
|
{
|
|
|
|
/* Set the FPU control word to the proper default value. */
|
|
|
|
__setfpucw (__fpu_control);
|
|
|
|
}
|
2014-11-23 19:50:24 +00:00
|
|
|
else
|
|
|
|
{
|
|
|
|
/* Initialize data structures so the additional libc can do RPCs. */
|
|
|
|
__mach_init ();
|
|
|
|
}
|
2020-12-16 14:09:52 +00:00
|
|
|
#else /* !SHARED */
|
|
|
|
__setfpucw (__fpu_control);
|
|
|
|
#endif
|
2002-11-22 04:23:05 +00:00
|
|
|
|
|
|
|
/* Save the command-line arguments. */
|
2000-04-03 17:13:21 +00:00
|
|
|
__libc_argc = argc;
|
|
|
|
__libc_argv = argv;
|
|
|
|
__environ = envp;
|
|
|
|
|
2002-02-24 08:34:04 +00:00
|
|
|
#ifndef SHARED
|
|
|
|
_dl_non_dynamic_init ();
|
|
|
|
#endif
|
2002-02-23 08:47:54 +00:00
|
|
|
__init_misc (argc, argv, envp);
|
1998-10-18 22:53:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
1995-05-11 01:02:23 +00:00
|
|
|
static void
|
|
|
|
init1 (int argc, char *arg0, ...)
|
|
|
|
{
|
|
|
|
char **argv = &arg0;
|
|
|
|
char **envp = &argv[argc + 1];
|
|
|
|
struct hurd_startup_data *d;
|
|
|
|
|
|
|
|
while (*envp)
|
|
|
|
++envp;
|
|
|
|
d = (void *) ++envp;
|
|
|
|
|
2018-03-17 00:28:41 +00:00
|
|
|
if ((void *) d == argv[0])
|
|
|
|
/* No Hurd data block to process. */
|
|
|
|
return;
|
|
|
|
|
2018-07-31 20:33:05 +00:00
|
|
|
#ifndef SHARED
|
|
|
|
__libc_enable_secure = d->flags & EXEC_SECURE;
|
|
|
|
#endif
|
|
|
|
|
2004-09-11 23:52:43 +00:00
|
|
|
_hurd_init_dtable = d->dtable;
|
|
|
|
_hurd_init_dtablesize = d->dtablesize;
|
|
|
|
|
|
|
|
{
|
|
|
|
/* Check if the stack we are now on is different from
|
|
|
|
the one described by _hurd_stack_{base,size}. */
|
|
|
|
|
|
|
|
char dummy;
|
|
|
|
const vm_address_t newsp = (vm_address_t) &dummy;
|
|
|
|
|
2019-02-26 15:01:50 +00:00
|
|
|
if (d->stack_size != 0 && (newsp < d->stack_base
|
|
|
|
|| newsp - d->stack_base > d->stack_size))
|
2004-09-11 23:52:43 +00:00
|
|
|
/* The new stack pointer does not intersect with the
|
|
|
|
stack the exec server set up for us, so free that stack. */
|
|
|
|
__vm_deallocate (__mach_task_self (), d->stack_base, d->stack_size);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (d->portarray || d->intarray)
|
1995-05-11 01:02:23 +00:00
|
|
|
/* Initialize library data structures, start signal processing, etc. */
|
|
|
|
_hurd_init (d->flags, argv,
|
|
|
|
d->portarray, d->portarraysize,
|
|
|
|
d->intarray, d->intarraysize);
|
|
|
|
}
|
|
|
|
|
1998-10-18 22:53:04 +00:00
|
|
|
|
1998-11-25 12:55:38 +00:00
|
|
|
static inline void
|
|
|
|
init (int *data)
|
|
|
|
{
|
2019-11-15 17:36:58 +00:00
|
|
|
/* data is the address of the argc parameter to _dl_init_first or
|
|
|
|
doinit1 in _hurd_stack_setup, so the array subscripts are
|
|
|
|
undefined. */
|
|
|
|
DIAG_PUSH_NEEDS_COMMENT;
|
|
|
|
DIAG_IGNORE_NEEDS_COMMENT (10, "-Warray-bounds");
|
|
|
|
|
1998-11-25 12:55:38 +00:00
|
|
|
int argc = *data;
|
|
|
|
char **argv = (void *) (data + 1);
|
|
|
|
char **envp = &argv[argc + 1];
|
|
|
|
|
2001-08-20 21:44:01 +00:00
|
|
|
/* Since the cthreads initialization code uses malloc, and the
|
|
|
|
malloc initialization code needs to get at the environment, make
|
|
|
|
sure we can find it. We'll need to do this again later on since
|
|
|
|
switching stacks changes the location where the environment is
|
|
|
|
stored. */
|
|
|
|
__environ = envp;
|
|
|
|
|
2020-11-11 10:35:10 +00:00
|
|
|
#ifndef SHARED
|
|
|
|
struct hurd_startup_data *d;
|
|
|
|
|
1998-11-25 12:55:38 +00:00
|
|
|
while (*envp)
|
|
|
|
++envp;
|
|
|
|
d = (void *) ++envp;
|
|
|
|
|
2018-07-31 20:33:05 +00:00
|
|
|
/* If we are the bootstrap task started by the kernel,
|
|
|
|
then after the environment pointers there is no Hurd
|
|
|
|
data block; the argument strings start there. */
|
|
|
|
if ((void *) d == argv[0] || d->phdr == 0)
|
|
|
|
{
|
|
|
|
/* With a new enough linker (binutils-2.23 or better),
|
|
|
|
the magic __ehdr_start symbol will be available and
|
|
|
|
__libc_start_main will have done this that way already. */
|
|
|
|
if (_dl_phdr == NULL)
|
|
|
|
{
|
|
|
|
/* We may need to see our own phdrs, e.g. for TLS setup.
|
|
|
|
Try the usual kludge to find the headers without help from
|
|
|
|
the exec server. */
|
|
|
|
extern const void __executable_start;
|
|
|
|
const ElfW(Ehdr) *const ehdr = &__executable_start;
|
|
|
|
_dl_phdr = (const void *) ehdr + ehdr->e_phoff;
|
|
|
|
_dl_phnum = ehdr->e_phnum;
|
|
|
|
assert (ehdr->e_phentsize == sizeof (ElfW(Phdr)));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
_dl_phdr = (ElfW(Phdr) *) d->phdr;
|
|
|
|
_dl_phnum = d->phdrsz / sizeof (ElfW(Phdr));
|
|
|
|
assert (d->phdrsz % sizeof (ElfW(Phdr)) == 0);
|
|
|
|
}
|
|
|
|
#endif
|
1998-11-25 12:55:38 +00:00
|
|
|
|
2020-11-11 10:35:10 +00:00
|
|
|
/* Call `init1' (above) with the user code as the return address, and the
|
|
|
|
argument data immediately above that on the stack. */
|
|
|
|
|
|
|
|
int usercode;
|
|
|
|
|
|
|
|
void call_init1 (void);
|
|
|
|
|
|
|
|
/* The argument data is just above the stack frame we will unwind by
|
|
|
|
returning. Mutate our own return address to run the code below. */
|
|
|
|
/* The following expression would typically be written as
|
|
|
|
``__builtin_return_address (0)''. But, for example, GCC 4.4.6 doesn't
|
|
|
|
recognize that this read operation may alias the following write
|
|
|
|
operation, and thus is free to reorder the two, clobbering the
|
|
|
|
original return address. */
|
|
|
|
usercode = *((int *) __builtin_frame_address (0) + 1);
|
|
|
|
/* GCC 4.4.6 also wants us to force loading USERCODE already here. */
|
|
|
|
asm volatile ("# %0" : : "X" (usercode));
|
|
|
|
*((void **) __builtin_frame_address (0) + 1) = &call_init1;
|
|
|
|
/* Force USERCODE into %eax and &init1 into %ecx, which are not
|
|
|
|
restored by function return. */
|
|
|
|
asm volatile ("# a %0 c %1" : : "a" (usercode), "c" (&init1));
|
2019-11-15 17:36:58 +00:00
|
|
|
|
|
|
|
DIAG_POP_NEEDS_COMMENT; /* -Warray-bounds. */
|
1999-07-28 18:19:47 +00:00
|
|
|
}
|
1998-11-25 12:55:38 +00:00
|
|
|
|
1999-07-28 18:19:47 +00:00
|
|
|
/* These bits of inline assembler used to be located inside `init'.
|
|
|
|
However they were optimized away by gcc 2.95. */
|
|
|
|
|
|
|
|
/* The return address of `init' above, was redirected to here, so at
|
|
|
|
this point our stack is unwound and callers' registers restored.
|
|
|
|
Only %ecx and %eax are call-clobbered and thus still have the
|
|
|
|
values we set just above. Fetch from there the new stack pointer
|
|
|
|
we will run on, and jmp to the run-time address of `init1'; when it
|
|
|
|
returns, it will run the user code with the argument data at the
|
|
|
|
top of the stack. */
|
2001-12-17 01:03:08 +00:00
|
|
|
asm ("switch_stacks:\n"
|
|
|
|
" movl %eax, %esp\n"
|
|
|
|
" jmp *%ecx");
|
1999-07-28 18:19:47 +00:00
|
|
|
|
|
|
|
/* As in the stack-switching case, at this point our stack is unwound
|
|
|
|
and callers' registers restored, and only %ecx and %eax communicate
|
|
|
|
values from the lines above. In this case we have stashed in %eax
|
|
|
|
the user code return address. Push it on the top of the stack so
|
|
|
|
it acts as init1's return address, and then jump there. */
|
2001-12-17 01:03:08 +00:00
|
|
|
asm ("call_init1:\n"
|
|
|
|
" push %eax\n"
|
|
|
|
" jmp *%ecx\n");
|
1998-11-25 12:55:38 +00:00
|
|
|
|
|
|
|
|
2000-04-02 22:01:23 +00:00
|
|
|
/* Do the first essential initializations that must precede all else. */
|
|
|
|
static inline void
|
|
|
|
first_init (void)
|
1995-05-11 01:02:23 +00:00
|
|
|
{
|
|
|
|
/* Initialize data structures so we can do RPCs. */
|
|
|
|
__mach_init ();
|
|
|
|
|
2021-12-28 09:27:06 +00:00
|
|
|
RUN_RELHOOK (_hurd_preinit_hook, ());
|
2000-04-02 22:01:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef SHARED
|
|
|
|
/* This function is called specially by the dynamic linker to do early
|
|
|
|
initialization of the shared C library before normal initializers
|
|
|
|
expecting a Posixoid environment can run. It gets called with the
|
|
|
|
stack set up just as the user will see it, so it can switch stacks. */
|
|
|
|
|
|
|
|
void
|
2012-05-10 20:20:47 +00:00
|
|
|
_dl_init_first (int argc, ...)
|
2000-04-02 22:01:23 +00:00
|
|
|
{
|
|
|
|
first_init ();
|
1997-09-21 01:47:02 +00:00
|
|
|
|
2012-05-10 20:20:47 +00:00
|
|
|
/* If we use ``__builtin_frame_address (0) + 2'' here, GCC gets confused. */
|
|
|
|
init (&argc);
|
1998-11-22 17:32:14 +00:00
|
|
|
}
|
1998-11-25 12:55:38 +00:00
|
|
|
#endif
|
1995-05-11 01:02:23 +00:00
|
|
|
|
|
|
|
|
2000-04-02 22:01:23 +00:00
|
|
|
#ifdef SHARED
|
|
|
|
/* The regular posixland initialization is what goes into libc's
|
|
|
|
normal initializer. */
|
|
|
|
/* NOTE! The linker notices the magical name `_init' and sets the DT_INIT
|
|
|
|
pointer in the dynamic section based solely on that. It is convention
|
|
|
|
for this function to be in the `.init' section, but the symbol name is
|
|
|
|
the only thing that really matters!! */
|
|
|
|
strong_alias (posixland_init, _init);
|
|
|
|
|
1995-05-11 01:02:23 +00:00
|
|
|
void
|
1998-10-18 22:53:04 +00:00
|
|
|
__libc_init_first (int argc, char **argv, char **envp)
|
1995-05-11 01:02:23 +00:00
|
|
|
{
|
1998-10-18 22:53:04 +00:00
|
|
|
/* Everything was done in the shared library initializer, _init. */
|
|
|
|
}
|
|
|
|
#else
|
2000-04-02 22:01:23 +00:00
|
|
|
strong_alias (posixland_init, __libc_init_first);
|
|
|
|
|
1998-06-25 19:44:22 +00:00
|
|
|
|
1998-10-18 22:53:04 +00:00
|
|
|
/* XXX This is all a crock and I am not happy with it.
|
|
|
|
This poorly-named function is called by static-start.S,
|
|
|
|
which should not exist at all. */
|
1998-06-25 19:44:22 +00:00
|
|
|
void
|
2005-10-16 09:53:04 +00:00
|
|
|
_hurd_stack_setup (void)
|
1998-06-25 19:44:22 +00:00
|
|
|
{
|
2005-10-16 09:53:04 +00:00
|
|
|
intptr_t caller = (intptr_t) __builtin_return_address (0);
|
|
|
|
|
2002-08-30 01:51:11 +00:00
|
|
|
void doinit (intptr_t *data)
|
1995-05-11 01:02:23 +00:00
|
|
|
{
|
1995-07-10 09:40:15 +00:00
|
|
|
/* This function gets called with the argument data at TOS. */
|
2012-05-10 20:20:47 +00:00
|
|
|
void doinit1 (int argc, ...)
|
1998-11-25 12:55:38 +00:00
|
|
|
{
|
2012-05-10 20:20:47 +00:00
|
|
|
/* If we use ``__builtin_frame_address (0) + 2'' here, GCC gets
|
|
|
|
confused. */
|
|
|
|
init ((int *) &argc);
|
1998-11-25 12:55:38 +00:00
|
|
|
}
|
1995-07-10 09:40:15 +00:00
|
|
|
|
|
|
|
/* Push the user return address after the argument data, and then
|
2012-05-10 20:20:47 +00:00
|
|
|
jump to `doinit1' (above), so it is as if __libc_init_first's
|
|
|
|
caller had called `doinit1' with the argument data already on the
|
|
|
|
stack. */
|
2005-10-16 09:53:04 +00:00
|
|
|
*--data = caller;
|
1995-07-10 09:40:15 +00:00
|
|
|
asm volatile ("movl %0, %%esp\n" /* Switch to new outermost stack. */
|
|
|
|
"movl $0, %%ebp\n" /* Clear outermost frame pointer. */
|
2018-12-13 22:36:33 +00:00
|
|
|
"jmp *%1" : : "r" (data), "r" (&doinit1));
|
1995-07-10 09:40:15 +00:00
|
|
|
/* NOTREACHED */
|
1995-05-11 01:02:23 +00:00
|
|
|
}
|
|
|
|
|
2000-04-02 22:01:23 +00:00
|
|
|
first_init ();
|
1997-09-21 01:47:02 +00:00
|
|
|
|
2005-10-16 09:53:04 +00:00
|
|
|
_hurd_startup ((void **) __builtin_frame_address (0) + 2, &doinit);
|
1995-05-11 01:02:23 +00:00
|
|
|
}
|
1998-10-18 22:53:04 +00:00
|
|
|
#endif
|
1996-09-21 20:05:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* This function is defined here so that if this file ever gets into
|
|
|
|
ld.so we will get a link error. Having this file silently included
|
|
|
|
in ld.so causes disaster, because the _init definition above will
|
|
|
|
cause ld.so to gain an init function, which is not a cool thing. */
|
|
|
|
|
1997-09-21 01:47:02 +00:00
|
|
|
void
|
|
|
|
_dl_start (void)
|
|
|
|
{
|
|
|
|
abort ();
|
1996-09-21 20:05:50 +00:00
|
|
|
}
|