1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
2001-07-13  H.J. Lu  <hjl@gnu.org>

	* sysdeps/mips/dl-machine.h (MAP_BASE_ADDR): Removed.
	(elf_machine_got_rel): Defined only if RTLD_BOOTSTRAP is not defined.
	(RESOLVE_GOTSYM): Rewrite to use RESOLVE.

	* sysdeps/mips/rtld-ldscript.in: Removed.
	* sysdeps/mips/rtld-parms: Likewise.
	* sysdeps/mips/mips64/rtld-parms: Likewise.
	* sysdeps/mips/mipsel/rtld-parms: Likewise.
This commit is contained in:
Ulrich Drepper
2001-07-16 22:33:08 +00:00
parent a68edba551
commit 774a8fe8b4
8 changed files with 39 additions and 184 deletions

View File

@ -1,6 +1,13 @@
2001-07-16 Andreas Schwab <schwab@suse.de>
* Makefile (before-compile): Don't add $(objpfx)crti.o.
(omit-deps): Add crti.
($(objpfx)libpthread.so): Depend on $(objpfx)crti.o, but make sure
it is filtered out of the link command.
2001-07-16 Ulrich Drepper <drepper@redhat.com>
* pthread.c (pthread_initialize): For FLOATING_STACKS do't bother
* pthread.c (pthread_initialize): For FLOATING_STACKS don't bother
to find the right value for __pthread_initial_thread_bos, it's not
used. If not FLOATING_STACKS first run
__pthread_init_max_stacksize.

View File

@ -51,8 +51,8 @@ CFLAGS-tst-cancel.c = -fno-inline
include ../Makeconfig
ifeq ($(build-shared),yes)
before-compile := $(objpfx)crti.o
extra-objs = crti.o
extra-objs += crti.o
omit-deps += crti
CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions
endif
@ -69,6 +69,8 @@ endif
include ../Rules
extra-B-pthread.so = -B$(common-objpfx)linuxthreads/
$(objpfx)libpthread.so: $(objpfx)crti.o
$(objpfx)libpthread.so: +preinit += $(objpfx)crti.o
znodelete-yes = -DHAVE_Z_NODELETE
CFLAGS-mutex.c += -D__NO_WEAK_PTHREAD_ALIASES