Ulrich Drepper
e8551fba7f
(struct user_fpregs): Renamed from struct user_fp.
...
(struct user_regs): New.
(struct user): Use struct user_regs rather than struct pt_regs to
avoid dependency on asm/ptrace.h. Use struct user_fpregs in place
of struct user_fp and struct user_fp_struct.
2001-04-22 14:10:14 +00:00
Ulrich Drepper
ace45f1fd0
Move contents to sys/procfs.h, and tell the user to include that file instead.
2001-04-22 14:08:57 +00:00
Ulrich Drepper
c2a38d017e
Remove old cruft surrounded with #if 0.
...
(elf_greg_t, ELF_NGREG, elf_gregset_t, elf_fpregset_t): Moved here
from sys/elf.h.
(prgregset_t, prfpregset_t): Define in terms of elf_gregset_t and
elf_fpregset_t respectively.
2001-04-22 14:07:25 +00:00
Ulrich Drepper
7ace52d01f
Also print the address that faulted.
2001-04-22 14:02:39 +00:00
Ulrich Drepper
48d32c2da9
Add atan2f deltas.
2001-04-22 04:55:54 +00:00
Ulrich Drepper
15a25bb641
Fix clone system call entry point stub.
2001-04-22 03:24:39 +00:00
Ulrich Drepper
fe6fac6851
Removed ptrace entry so the ptrace.c wrapper is used.
2001-04-22 03:23:45 +00:00
Ulrich Drepper
c358f9f787
(_dl_start_address): Rename to _dl_function_address.
2001-04-22 03:22:20 +00:00
Ulrich Drepper
9c56436673
(ELF_MACHINE_START_ADDRESS): Define.
2001-04-22 03:22:03 +00:00
Ulrich Drepper
e40ba2ccb8
Add _dl_function_address.
2001-04-22 03:21:47 +00:00
Ulrich Drepper
85ff0834bb
(_dl_function_address): Prototype.
...
(DL_FUNCTION_ADDRESS): Define.
(DL_DT_INIT_ADDRESS): Define.
(DL_DT_FINI_ADDRESS): Define.
2001-04-22 03:21:34 +00:00
Andreas Schwab
efaa6dd8a2
* sysdeps/m68k/fpu/libm-test-ulps: Update.
2001-04-20 13:02:01 +00:00
Ulrich Drepper
21e7ad57ab
(NGREG, NFPREG, gregset): Correct for new kernel definitions.
2001-04-20 06:05:52 +00:00
Ulrich Drepper
6e3bde59b4
(CALL_MCOUNT): Update comment.
2001-04-20 06:05:04 +00:00
Ulrich Drepper
ee6d867525
(LDFLAGS-c_pic.os): Define.
...
(CFLAGS-.os): Remove.
2001-04-20 06:03:07 +00:00
Ulrich Drepper
70d533e66b
Change dlt reg save to r3 and generate unwind info by hand.
2001-04-20 05:58:49 +00:00
Ulrich Drepper
964b686b75
(INLINE_SYSCALL): Change to return a signed result for compatibility with other
...
architectures, and correctness.
2001-04-19 21:23:49 +00:00
Andreas Jaeger
6f66c56d4e
Fix typos in last patch.
2001-04-19 09:35:01 +00:00
Andreas Jaeger
070b2d2a8e
Fix typos in last patch.
2001-04-19 09:33:50 +00:00
Ulrich Drepper
f6bd63ae21
Maximum error for atan2f is 4.
2001-04-18 00:22:15 +00:00
Ulrich Drepper
5e6947e364
Adjust error values for atan2f.
2001-04-18 00:19:18 +00:00
Ulrich Drepper
b0b7e44c75
Adjust for increased precision in result of several tests.
2001-04-17 18:59:43 +00:00
Andreas Jaeger
5c8f22b4fb
[__ASSEMBLY__]: Define it.
2001-04-11 11:56:35 +00:00
Andreas Schwab
910250c575
Adjusted.
2001-04-11 08:33:14 +00:00
Ulrich Drepper
0a5b388e1f
Stack information for Arm.
2001-04-11 07:34:36 +00:00
Ulrich Drepper
a7d0b32d5f
[!__ASSEMBLY__]: Declare __start.
2001-04-10 22:32:04 +00:00
Ulrich Drepper
1bdc6e7d38
Stack information for Alpha.
2001-04-10 20:50:54 +00:00
Andreas Schwab
5d0b153553
* sysdeps/m68k/fpu/e_pow.c: Correct handling of some exceptional
...
values.
* sysdeps/m68k/fpu/e_scalb.c: Likewise.
2001-04-10 19:58:52 +00:00
Ulrich Drepper
e555ed6515
CRIS-specific memory copying code.
2001-04-10 00:24:23 +00:00
Ulrich Drepper
fdac9b9648
CRIS-specific low-level definitions.
2001-04-10 00:23:59 +00:00
Ulrich Drepper
5cb610484f
setjmp implementation on CRIS.
2001-04-10 00:23:44 +00:00
Ulrich Drepper
050eb091f7
Macros to help memusage program on CRIS.
2001-04-10 00:23:30 +00:00
Ulrich Drepper
e9ca92e3b2
Definitions for efficient copying on CRIS.
2001-04-10 00:23:12 +00:00
Ulrich Drepper
9c266efdcd
Profiling definitions for CRIS.
2001-04-10 00:22:52 +00:00
Ulrich Drepper
cdda3fc7f0
Startup code for ELF binaries on CRIS.
2001-04-10 00:22:36 +00:00
Ulrich Drepper
26414026ac
CRIS-specific part of ELF dynamic loader.
2001-04-10 00:22:01 +00:00
Ulrich Drepper
233922db0f
<string.h> optimizations for CRIS.
2001-04-10 00:21:27 +00:00
Ulrich Drepper
0f6b212541
<stejmp.h> definitions for CRIS.
2001-04-10 00:21:13 +00:00
Ulrich Drepper
469020c10b
<endian.h> definitions for CRIS.
2001-04-10 00:20:57 +00:00
Ulrich Drepper
83f091042e
_mcount implementation for CRIS.
2001-04-10 00:20:23 +00:00
Ulrich Drepper
848b98a109
__longjmp implementation for CRIS.
2001-04-10 00:20:03 +00:00
Ulrich Drepper
291195e9a8
Additional make rules for CRIS.
2001-04-10 00:19:49 +00:00
Ulrich Drepper
675fffd21d
Other implied directories to use.
2001-04-10 00:19:20 +00:00
Ulrich Drepper
35fee9f0dd
Extra files to distribute for CRIS.
2001-04-10 00:18:50 +00:00
Ulrich Drepper
fe4dd66ed7
setresuid implementation for Linux/CRIS.
2001-04-09 05:08:36 +00:00
Ulrich Drepper
51610bc7b3
setresgid implementation for Linux/CRIS.
2001-04-09 05:08:17 +00:00
Ulrich Drepper
12d6ab7b10
__xstat implementation for Linux/CRIS.
2001-04-09 04:51:09 +00:00
Ulrich Drepper
b13de4a8b7
vfork implementation for Linux/CRIS.
2001-04-09 04:50:57 +00:00
Ulrich Drepper
c2e42b7134
System specific code for Linux/CRIS.
2001-04-09 04:50:44 +00:00
Ulrich Drepper
a2c5e2b43a
System specific definitions for Linux/CRIS.
2001-04-09 04:50:27 +00:00