diff options
author | Roland McGrath <roland@gnu.org> | 1995-06-05 03:04:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-06-05 03:04:45 +0000 |
commit | ded291197c7da40793b072cd5487434b252376d7 (patch) | |
tree | 729a00f9f99d714757cb5ae295cf1f2b289fa746 /hurd/Makefile | |
parent | a1a9d215963c548aef245cacd8efa944de69503b (diff) | |
download | glibc-ded291197c7da40793b072cd5487434b252376d7.tar glibc-ded291197c7da40793b072cd5487434b252376d7.tar.gz glibc-ded291197c7da40793b072cd5487434b252376d7.tar.bz2 glibc-ded291197c7da40793b072cd5487434b252376d7.zip |
Sun Jun 4 22:14:11 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* hurd/Makefile (sig): Added thread-self.
* hurd/hurd.h: Declare hurd_thread_self.
* hurd/thread-self.c: New file.
Thu Jun 1 12:17:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* elf/rtld.c: Initialize RTLD_MAP.l_type.
* elf/dl-reloc.c (_dl_relocate_object): Clear LAZY if relocating
the dynamic linker itself.
Diffstat (limited to 'hurd/Makefile')
-rw-r--r-- | hurd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index f5b36867a5..5e1622d87d 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -52,7 +52,8 @@ routines = hurdstartup hurdinit \ ports-get ports-set hurdports hurdmsg \ $(sig) $(dtable) hurdinline port-cleanup sig = hurdsig hurdfault faultexc siginfo hurd-raise preempt-sig \ - trampoline longjmp-ts catch-exc exc2signal hurdkill sigunwind + trampoline longjmp-ts catch-exc exc2signal hurdkill sigunwind \ + thread-self dtable = dtable port2fd new-fd alloc-fd intern-fd \ getdport openport \ fd-close fd-read fd-write hurdioctl ctty-input ctty-output |