]> git.ipfire.org Git - thirdparty/glibc.git/commit - dlfcn/dlopen.c
* sysdeps/mach/i386/sysdep.h (SNARF_ARGS, CALL_WITH_SP): Rewritten.
authorRoland McGrath <roland@gnu.org>
Tue, 2 May 1995 06:35:55 +0000 (06:35 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 2 May 1995 06:35:55 +0000 (06:35 +0000)
commitd66e34cd423425c348bcc83df127dd19711b0b9a
tree97058e776d3b4fe06ef54bc4951596991652183f
parent08162fa888913a5153d2fcdc4e1a816b57b1fe56
* sysdeps/mach/i386/sysdep.h (SNARF_ARGS, CALL_WITH_SP): Rewritten.

* sysdeps/i386/dl-machine.h: New file.
* sysdeps/stub/dl-machine.h: New file.
* sysdeps/i386/dl-runtime.c: New file.
* sysdeps/stub/dl-runtime.c: New file.
* sysdeps/i386/elf/start.S: New file.
* sysdeps/generic/dl-sysdep.c: New file.
* sysdeps/mach/hurd/dl-sysdep.c: New file.
23 files changed:
ChangeLog
elf/Makefile
elf/dl-error.c [new file with mode: 0644]
elf/dl-fini.c [new file with mode: 0644]
elf/dl-init.c [new file with mode: 0644]
elf/dl-load.c [new file with mode: 0644]
elf/dl-lookup.c [new file with mode: 0644]
elf/dl-object.c [new file with mode: 0644]
elf/dl-reloc.c [new file with mode: 0644]
elf/dlclose.c [new file with mode: 0644]
elf/dlerror.c [new file with mode: 0644]
elf/dlopen.c [new file with mode: 0644]
elf/dlsym.c [new file with mode: 0644]
elf/dynamic-link.h [new file with mode: 0644]
elf/link.h [new file with mode: 0644]
elf/rtld.c [new file with mode: 0644]
sysdeps/generic/dl-sysdep.c [new file with mode: 0644]
sysdeps/i386/dl-machine.h [new file with mode: 0644]
sysdeps/i386/dl-runtime.c [new file with mode: 0644]
sysdeps/i386/elf/start.S [new file with mode: 0644]
sysdeps/mach/i386/sysdep.h
sysdeps/stub/dl-machine.h [new file with mode: 0644]
sysdeps/stub/dl-runtime.c [new file with mode: 0644]