Commit graph

84 commits

Author SHA1 Message Date
Ulrich Drepper 9814bea9f3 Use __PIC__ instead of PIC. 2000-04-04 06:02:00 +00:00
Ulrich Drepper 5ef1c4a3c2 Use SHARED instead of PIC. 2000-04-04 06:01:18 +00:00
Ulrich Drepper 4d1f7dc129 Include libintl.h. 1999-06-19 09:47:58 +00:00
Ulrich Drepper 9a84961b89 Don't use #include_next. 1998-09-23 16:34:46 +00:00
Ulrich Drepper 600e633ff6 (_hurd_setup_sighandler): Use SS_DISABLE instead of SA_DISABLE. Use
SS_ONSTACK instead of SA_ONSTACK where appropriate.
1998-08-08 19:56:26 +00:00
Ulrich Drepper e66186b39d (__sigreturn): Use SS_ONSTACK instead of SA_ONSTACK. 1998-08-08 19:55:32 +00:00
Ulrich Drepper 030d182c93 Don't define __libc_pid. 1998-06-29 12:43:07 +00:00
Ulrich Drepper e0ebc3b2ef Use __ASSEMBLER__ test macro not ASSEMBLER. 1998-05-29 10:20:59 +00:00
Ulrich Drepper 905714080f Issue error message if the header is used directly. 1997-11-26 04:14:44 +00:00
Ulrich Drepper 127f2c3b83 Call __getopt_clean_environment with additional argument. 1997-09-21 01:23:55 +00:00
Ulrich Drepper 606bb553c3 Extra files to distribute for mach/hurd/mips. 1997-08-29 20:37:37 +00:00
Ulrich Drepper db31c86395 Update and reformat copyright, remove trailing white spaces and send
through unexpand.
1997-06-26 22:16:52 +00:00
Ulrich Drepper 36e28152c9 Update and reformat copyright, remove trailing white spaces and send
through unexpand.
1997-06-23 21:54:51 +00:00
Ulrich Drepper 436682519c HPPA specific signal context. 1997-06-21 02:41:59 +00:00
Ulrich Drepper 84d211c9c5 Alpha specific signal context. 1997-06-21 02:41:16 +00:00
Ulrich Drepper 788c7990eb Moved to bits/. 1997-06-21 02:40:36 +00:00
Ulrich Drepper ede6d67ba2 Hurd/MIPS64 patches. 1997-06-21 01:43:54 +00:00
Ulrich Drepper c20a529cc7 Moved from below. 1997-06-21 01:43:22 +00:00
Ulrich Drepper 10fa6c02ad longjmp support for Hurd/MIPS. 1997-06-21 01:42:52 +00:00
Ulrich Drepper adc3f785dc Interrupt code for Hurd/MIPS. 1997-06-21 01:42:17 +00:00
Ulrich Drepper 304f5963db Init code for Hurd/MIPS. 1997-06-21 01:41:58 +00:00
Ulrich Drepper b836323e96 Dynamic loader for Hurd/MIPS. 1997-06-21 01:41:15 +00:00
Thomas Bushnell, BSG 862eb33e44 *** empty log message *** 1996-09-11 02:47:56 +00:00
Roland McGrath b69e40a6f6 (_hurd_setup_sighandler): In rpc_wait case, frob mach_msg args to set
timeout on receive.
(_hurdsig_rcv_interrupted_p): Function removed.
1995-08-14 22:19:38 +00:00
Roland McGrath 4003d88d7b (_hurd_setup_sighandler): In rpc_wait case, frob mach_msg args to set
timeout on receive.
1995-08-14 22:17:20 +00:00
Roland McGrath bdaaafad70 (_hurdsig_rcv_interrupted_p): Function removed. 1995-08-14 22:12:34 +00:00
Roland McGrath 92c7a8e20e Previously uncontrolled files put into CVS. 1995-02-18 00:05:51 +00:00
Roland McGrath 1eae31ac32 Initial revision 1995-02-08 03:06:52 +00:00
Roland McGrath 8548d4c084 Use spin lock operations on sigstate lock.
Don't expect _hurd_self_sigstate to lock it.
1995-02-07 04:25:56 +00:00
Roland McGrath 14b832adfd (_hurd_setup_sighandler): Use `long int' for sigcode.
Use explicit register numbers instead of names.
(_hurdsig_rcv_interrupted_p): Use _hurdsig_catch_fault.
1995-02-03 23:20:27 +00:00
Roland McGrath 37da91a00d Use `long int' for sigcode. 1995-02-03 23:15:48 +00:00
Roland McGrath 1cec31f4d4 Converted to use weak aliases with macros from libc-symbols.h. 1995-01-21 15:40:54 +00:00
Roland McGrath ca194bd9da (_hurd_setup_sighandler): Remove A macro; just use `asm volatile' with
proper quotes in each line.
1994-12-15 00:12:48 +00:00
Roland McGrath 33aa4240f6 (CALL_WITH_SP): Put parens around jmp target register. 1994-12-15 00:09:43 +00:00
Roland McGrath edae2ab8af Use `long int' for sigcode values.
Use _hurdsig_catch_fault.
Pass address of __sigreturn in $27, SCP value in $25.
In trampoline code, use those regs.
1994-12-12 06:43:12 +00:00
Roland McGrath 94cd6ef1f8 Use asms instead of global register vars to restore FP regs.
Fix typo in REI invocation.
1994-12-12 06:41:03 +00:00
Roland McGrath d61ce4f4b8 Include <mach/machine/alpha_instruction.h> to define op_chmk. 1994-12-10 05:17:13 +00:00
Roland McGrath 25e6db514e Use `long int' for sigcode values. 1994-12-10 04:41:06 +00:00
Roland McGrath d73a59163e (ENTRY): New macro. 1994-12-09 20:00:58 +00:00
Roland McGrath 60bbd54df8 (START_MACHDEP): Add missing backslashes.
(CALL_WITH_SP): Cast FN to long int.
1994-12-09 05:47:43 +00:00
Roland McGrath 8b0538623b (struct machine_thread_all_state): New member `exc'. 1994-12-09 05:42:09 +00:00
Roland McGrath 946b6e002a Remove ".set noreorder" et al; GCC already emits them.
Fix register constraints in asms.
Set RTN in C, not asm.
1994-12-09 05:05:05 +00:00
Roland McGrath 157aaa4ee6 Remove ".set noreorder" et al; GCC already emits them. 1994-12-09 03:42:31 +00:00
Roland McGrath a11dbdebf0 Rename variable `sp' to avoid conflict with #define in <mach/alpha/asm.h>. 1994-12-08 19:45:02 +00:00
Roland McGrath 89347dc3e9 Remove unused variable. 1994-12-08 19:43:43 +00:00
Roland McGrath 5a8d8a2049 Initial revision 1994-12-07 20:02:38 +00:00
Roland McGrath ccd1325bd5 Use ENV[0].__jmpbuf[0]. 1994-12-05 17:57:43 +00:00
Roland McGrath 69edd206e9 Use ENV[0].__jmpbuf. 1994-12-05 17:55:41 +00:00
Roland McGrath 5c87d70ba0 Set up frame for `rei' to restore on user stack, aligned to an 8-word
boundary and with a PS value that restores user's stack alignment.
1994-12-03 14:00:08 +00:00
Roland McGrath 39edbfd9c8 (sigcontext
): Fixed typo.
1994-12-03 13:57:03 +00:00