1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Add ulps for the
	2003-11-27 atan2 test.
This commit is contained in:
Ulrich Drepper
2004-02-20 20:21:20 +00:00
parent 6e21902ab8
commit 33ab3b66dd
14 changed files with 157 additions and 35 deletions

View File

@@ -671,10 +671,6 @@ elf_machine_runtime_setup (struct link_map *l, int lazy, int profile)
#define DL_STACK_END(cookie) \
((void *) (((long) (cookie)) - (22 - 6) * 8 - STACK_BIAS))
/* _dl_argv cannot be attribute_relro, because _dl_start_user below
might write into it after _dl_start returns. */
#define DL_ARGV_NOT_RELRO 1
/* Initial entry point code for the dynamic linker.
The C function `_dl_start' is the real entry point;
its return value is the user program's entry point. */