platform/upstream/glibc.git
29 years agoUse ENV[0].__jmpbuf[0].
Roland McGrath [Fri, 3 Feb 1995 23:29:20 +0000 (23:29 +0000)]
Use ENV[0].__jmpbuf[0].

29 years agoUse `li' insn instead of `move'.
Roland McGrath [Fri, 3 Feb 1995 23:24:38 +0000 (23:24 +0000)]
Use `li' insn instead of `move'.

29 years agoRemove obsolete __NORETURN keyword.
Roland McGrath [Fri, 3 Feb 1995 23:22:27 +0000 (23:22 +0000)]
Remove obsolete __NORETURN keyword.

29 years ago(_hurd_setup_sighandler): Use `long int' for sigcode.
Roland McGrath [Fri, 3 Feb 1995 23:20:27 +0000 (23:20 +0000)]
(_hurd_setup_sighandler): Use `long int' for sigcode.
Use explicit register numbers instead of names.
(_hurdsig_rcv_interrupted_p): Use _hurdsig_catch_fault.

29 years agoUse `long int' for sigcode.
Roland McGrath [Fri, 3 Feb 1995 23:15:48 +0000 (23:15 +0000)]
Use `long int' for sigcode.

29 years ago[ASSEMBLER]: Protect macros with this.
Roland McGrath [Fri, 27 Jan 1995 20:48:38 +0000 (20:48 +0000)]
[ASSEMBLER]: Protect macros with this.

29 years agoCall getpgrp instead of __getpgrp.
Roland McGrath [Thu, 26 Jan 1995 06:23:39 +0000 (06:23 +0000)]
Call getpgrp instead of __getpgrp.

29 years ago[ASSEMBLER]: Protect macros with this.
Roland McGrath [Thu, 26 Jan 1995 05:36:51 +0000 (05:36 +0000)]
[ASSEMBLER]: Protect macros with this.

29 years ago(environ): Define as weak alias for __environ.
Roland McGrath [Thu, 26 Jan 1995 03:46:04 +0000 (03:46 +0000)]
(environ): Define as weak alias for __environ.

29 years ago(sysdep_routines): Removed __setpgid, __getpgid.
Roland McGrath [Thu, 26 Jan 1995 01:43:07 +0000 (01:43 +0000)]
(sysdep_routines): Removed __setpgid, __getpgid.

29 years agoRenamed __setpgrp to __setpgid, added weak aliases setpgid and setpgrp.
Roland McGrath [Thu, 26 Jan 1995 01:32:08 +0000 (01:32 +0000)]
Renamed __setpgrp to __setpgid, added weak aliases setpgid and setpgrp.

29 years ago(__getpgrp): Renamed to __getpgid, with weak alias getpgid.
Roland McGrath [Thu, 26 Jan 1995 01:31:06 +0000 (01:31 +0000)]
(__getpgrp): Renamed to __getpgid, with weak alias getpgid.

29 years agoIncluded file was renamed from setpgrp.c.
Roland McGrath [Thu, 26 Jan 1995 01:28:44 +0000 (01:28 +0000)]
Included file was renamed from setpgrp.c.

29 years agoIncluded file was renamed from __getpgrp.c.
Roland McGrath [Thu, 26 Jan 1995 01:27:55 +0000 (01:27 +0000)]
Included file was renamed from __getpgrp.c.

29 years agoUse subcall 4 to __pgrpsys.
Roland McGrath [Thu, 26 Jan 1995 01:25:38 +0000 (01:25 +0000)]
Use subcall 4 to __pgrpsys.

29 years agoUse subcall 5 to __pgrpsys.
Roland McGrath [Thu, 26 Jan 1995 01:24:28 +0000 (01:24 +0000)]
Use subcall 5 to __pgrpsys.

29 years agoRenamed __getpgrp to __getpgid, added weak alias getpgid.
Roland McGrath [Thu, 26 Jan 1995 01:22:57 +0000 (01:22 +0000)]
Renamed __getpgrp to __getpgid, added weak alias getpgid.

29 years agoRenamed __setpgrp to __setpgid, added weak aliases setpgid and setpgrp.
Roland McGrath [Thu, 26 Jan 1995 01:21:48 +0000 (01:21 +0000)]
Renamed __setpgrp to __setpgid, added weak aliases setpgid and setpgrp.

29 years agoIncluded file was renamed from __getdents.S.
Roland McGrath [Wed, 25 Jan 1995 22:39:24 +0000 (22:39 +0000)]
Included file was renamed from __getdents.S.

29 years agoRemove __NORETURN; it's obsolete.
Roland McGrath [Wed, 25 Jan 1995 21:38:14 +0000 (21:38 +0000)]
Remove __NORETURN; it's obsolete.

29 years ago[weak_alias] (index): Define as weak alias for strchr.
Roland McGrath [Sun, 22 Jan 1995 20:28:20 +0000 (20:28 +0000)]
[weak_alias] (index): Define as weak alias for strchr.

29 years agoConverted to use weak aliases with macros from libc-symbols.h.
Roland McGrath [Sat, 21 Jan 1995 15:40:54 +0000 (15:40 +0000)]
Converted to use weak aliases with macros from libc-symbols.h.

29 years agoConverted to use weak aliases with macros from libc-symbols.h.
Roland McGrath [Sat, 21 Jan 1995 14:40:39 +0000 (14:40 +0000)]
Converted to use weak aliases with macros from libc-symbols.h.

29 years agoInitial revision
Roland McGrath [Sun, 15 Jan 1995 16:50:59 +0000 (16:50 +0000)]
Initial revision

29 years ago * sysdeps/unix/bsd/ultrix4/mips/start.S: Use s0, s1, and s2
Brendan Kehoe [Tue, 10 Jan 1995 18:46:33 +0000 (18:46 +0000)]
* sysdeps/unix/bsd/ultrix4/mips/start.S: Use s0, s1, and s2
instead of t0, t1, and t2.

29 years ago(__m81_inline): New macro.
Roland McGrath [Wed, 28 Dec 1994 09:57:21 +0000 (09:57 +0000)]
(__m81_inline): New macro.
Replace all uses of `extern __inline' with `__m81_inline'.

29 years agoReverse register and immediate args in `bis' insn; immediate must be
Roland McGrath [Thu, 15 Dec 1994 01:01:53 +0000 (01:01 +0000)]
Reverse register and immediate args in `bis' insn; immediate must be
second.

29 years ago(_hurd_setup_sighandler): Remove A macro; just use `asm volatile' with
Roland McGrath [Thu, 15 Dec 1994 00:12:48 +0000 (00:12 +0000)]
(_hurd_setup_sighandler): Remove A macro; just use `asm volatile' with
proper quotes in each line.

29 years ago(CALL_WITH_SP): Put parens around jmp target register.
Roland McGrath [Thu, 15 Dec 1994 00:09:43 +0000 (00:09 +0000)]
(CALL_WITH_SP): Put parens around jmp target register.

29 years agoUse `long int' for sigcode values.
Roland McGrath [Mon, 12 Dec 1994 06:43:12 +0000 (06:43 +0000)]
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.

29 years agoUse asms instead of global register vars to restore FP regs.
Roland McGrath [Mon, 12 Dec 1994 06:41:03 +0000 (06:41 +0000)]
Use asms instead of global register vars to restore FP regs.
Fix typo in REI invocation.

29 years agoUse C comments instead of ! comments.
Roland McGrath [Sat, 10 Dec 1994 05:20:47 +0000 (05:20 +0000)]
Use C comments instead of ! comments.

29 years agoInclude <mach/machine/alpha_instruction.h> to define op_chmk.
Roland McGrath [Sat, 10 Dec 1994 05:17:13 +0000 (05:17 +0000)]
Include <mach/machine/alpha_instruction.h> to define op_chmk.

29 years agoUse `long int' for sigcode values.
Roland McGrath [Sat, 10 Dec 1994 04:41:06 +0000 (04:41 +0000)]
Use `long int' for sigcode values.

29 years agoInclude <sysdep.h> instead of <regdef.h>.
Roland McGrath [Fri, 9 Dec 1994 20:24:26 +0000 (20:24 +0000)]
Include <sysdep.h> instead of <regdef.h>.
Use C comments instead of ! comments.

29 years agoRemove extra shift and OR of CHARMASK.
Roland McGrath [Fri, 9 Dec 1994 20:16:06 +0000 (20:16 +0000)]
Remove extra shift and OR of CHARMASK.

29 years agoUse ENV[0].__jmpbuf[0].
Roland McGrath [Fri, 9 Dec 1994 20:02:05 +0000 (20:02 +0000)]
Use ENV[0].__jmpbuf[0].

29 years ago(ENTRY): New macro.
Roland McGrath [Fri, 9 Dec 1994 20:00:58 +0000 (20:00 +0000)]
(ENTRY): New macro.

29 years agoInitial revision
Roland McGrath [Fri, 9 Dec 1994 06:07:49 +0000 (06:07 +0000)]
Initial revision

29 years ago(START_MACHDEP): Add missing backslashes.
Roland McGrath [Fri, 9 Dec 1994 05:47:43 +0000 (05:47 +0000)]
(START_MACHDEP): Add missing backslashes.
(CALL_WITH_SP): Cast FN to long int.

29 years ago(struct machine_thread_all_state): New member `exc'.
Roland McGrath [Fri, 9 Dec 1994 05:42:09 +0000 (05:42 +0000)]
(struct machine_thread_all_state): New member `exc'.

29 years agoRemove ".set noreorder" et al; GCC already emits them.
Roland McGrath [Fri, 9 Dec 1994 05:05:05 +0000 (05:05 +0000)]
Remove ".set noreorder" et al; GCC already emits them.
Fix register constraints in asms.
Set RTN in C, not asm.

29 years agoRemove ".set noreorder" et al; GCC already emits them.
Roland McGrath [Fri, 9 Dec 1994 03:42:31 +0000 (03:42 +0000)]
Remove ".set noreorder" et al; GCC already emits them.

29 years agoRename variable `sp' to avoid conflict with #define in <mach/alpha/asm.h>.
Roland McGrath [Thu, 8 Dec 1994 19:45:02 +0000 (19:45 +0000)]
Rename variable `sp' to avoid conflict with #define in <mach/alpha/asm.h>.

29 years agoRemove unused variable.
Roland McGrath [Thu, 8 Dec 1994 19:43:43 +0000 (19:43 +0000)]
Remove unused variable.

29 years agoInitial revision
Roland McGrath [Wed, 7 Dec 1994 20:02:38 +0000 (20:02 +0000)]
Initial revision

29 years agoUse ENV[0].__jmpbuf[0].
Roland McGrath [Mon, 5 Dec 1994 17:57:43 +0000 (17:57 +0000)]
Use ENV[0].__jmpbuf[0].

29 years agoUse ENV[0].__jmpbuf.
Roland McGrath [Mon, 5 Dec 1994 17:55:41 +0000 (17:55 +0000)]
Use ENV[0].__jmpbuf.

29 years agoUse `movel' for pushes and pops.
Roland McGrath [Sun, 4 Dec 1994 19:08:38 +0000 (19:08 +0000)]
Use `movel' for pushes and pops.

29 years ago(__sigsetjmp): Fix typo.
Roland McGrath [Sun, 4 Dec 1994 19:06:52 +0000 (19:06 +0000)]
(__sigsetjmp): Fix typo.

29 years agoTake arg of type __jmp_buf, not jmp_buf.
Roland McGrath [Sun, 4 Dec 1994 19:04:45 +0000 (19:04 +0000)]
Take arg of type __jmp_buf, not jmp_buf.

29 years ago(__longjmp): Make arg const.
Roland McGrath [Sun, 4 Dec 1994 18:57:56 +0000 (18:57 +0000)]
(__longjmp): Make arg const.

29 years ago(__longjmp): Take arg of type __jmp_buf, not jmp_buf.
Roland McGrath [Sun, 4 Dec 1994 18:56:14 +0000 (18:56 +0000)]
(__longjmp): Take arg of type __jmp_buf, not jmp_buf.

29 years agoSet members in ENV[0].__jmpbuf[0], not ENV[0].
Roland McGrath [Sun, 4 Dec 1994 18:51:22 +0000 (18:51 +0000)]
Set members in ENV[0].__jmpbuf[0], not ENV[0].

29 years ago(__sigsetjmp): That's __jmpbuf, not __jmp_buf.
Roland McGrath [Sun, 4 Dec 1994 18:48:04 +0000 (18:48 +0000)]
(__sigsetjmp): That's __jmpbuf, not __jmp_buf.

29 years agoSet members in ENV[0].__jmp_buf[0], not ENV[0].
Roland McGrath [Sun, 4 Dec 1994 18:46:59 +0000 (18:46 +0000)]
Set members in ENV[0].__jmp_buf[0], not ENV[0].

29 years agoInitial revision
Roland McGrath [Sun, 4 Dec 1994 18:14:36 +0000 (18:14 +0000)]
Initial revision

29 years agoPass SP and FP as 3rd and 4th args, not 2nd and 3rd.
Roland McGrath [Sun, 4 Dec 1994 18:10:46 +0000 (18:10 +0000)]
Pass SP and FP as 3rd and 4th args, not 2nd and 3rd.

29 years agoPass FP and SP as 3rd and 4th args, not 2nd and 3rd.
Roland McGrath [Sun, 4 Dec 1994 18:09:25 +0000 (18:09 +0000)]
Pass FP and SP as 3rd and 4th args, not 2nd and 3rd.

29 years agoImplement __sigsetjmp_aux instead of __setjmp_aux; call __sigjmp_save.
Roland McGrath [Sun, 4 Dec 1994 18:08:19 +0000 (18:08 +0000)]
Implement __sigsetjmp_aux instead of __setjmp_aux; call __sigjmp_save.

29 years agoImplement __sigsetjmp instead of __setjmp; call __sigsetjmp_aux instead of
Roland McGrath [Sun, 4 Dec 1994 18:07:13 +0000 (18:07 +0000)]
Implement __sigsetjmp instead of __setjmp; call __sigsetjmp_aux instead of
__setjmp_aux.

29 years agoComment fix.
Roland McGrath [Sun, 4 Dec 1994 18:00:48 +0000 (18:00 +0000)]
Comment fix.

29 years agoImplement __sigsetjmp_aux instead of __setjmp_aux; call __sigjmp_save.
Roland McGrath [Sun, 4 Dec 1994 18:00:25 +0000 (18:00 +0000)]
Implement __sigsetjmp_aux instead of __setjmp_aux; call __sigjmp_save.

29 years agoImplement __sigsetjmp instead of __setjmp; call __sigjmp_save.
Roland McGrath [Sun, 4 Dec 1994 17:53:34 +0000 (17:53 +0000)]
Implement __sigsetjmp instead of __setjmp; call __sigjmp_save.

29 years agoSet up frame for `rei' to restore on user stack, aligned to an 8-word
Roland McGrath [Sat, 3 Dec 1994 14:00:08 +0000 (14:00 +0000)]
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.

29 years ago(sigcontext
Roland McGrath [Sat, 3 Dec 1994 13:57:03 +0000 (13:57 +0000)]
(sigcontext
): Fixed typo.

29 years agoFix typo `.global' to `.globl'.
Roland McGrath [Sat, 3 Dec 1994 00:31:14 +0000 (00:31 +0000)]
Fix typo `.global' to `.globl'.

29 years ago(struct sigcontext): Use `__sigset_t' instead of `sigset_t' for `sc_mask'.
Roland McGrath [Tue, 22 Nov 1994 22:29:25 +0000 (22:29 +0000)]
(struct sigcontext): Use `__sigset_t' instead of `sigset_t' for `sc_mask'.

29 years ago[__motorola__]: Swap operands in cmp.l.
Roland McGrath [Thu, 17 Nov 1994 01:59:01 +0000 (01:59 +0000)]
[__motorola__]: Swap operands in cmp.l.

29 years agoInitial revision
Roland McGrath [Tue, 15 Nov 1994 10:39:12 +0000 (10:39 +0000)]
Initial revision

29 years agoInitial revision
Roland McGrath [Tue, 15 Nov 1994 07:01:18 +0000 (07:01 +0000)]
Initial revision

29 years ago(divrem rule): Make the output unwritable, use mv -f.
Roland McGrath [Tue, 15 Nov 1994 06:55:45 +0000 (06:55 +0000)]
(divrem rule): Make the output unwritable, use mv -f.

29 years agoentered into RCS
Roland McGrath [Tue, 15 Nov 1994 06:48:25 +0000 (06:48 +0000)]
entered into RCS

29 years ago(msync): Use __caddr_t instead of caddr_t in decl.
Roland McGrath [Thu, 10 Nov 1994 21:53:39 +0000 (21:53 +0000)]
(msync): Use __caddr_t instead of caddr_t in decl.

29 years agoentered into RCS
Roland McGrath [Thu, 10 Nov 1994 09:58:40 +0000 (09:58 +0000)]
entered into RCS

29 years agoFormerly ./mach/hurd/alpha/trampoline.c.~2~
Roland McGrath [Thu, 10 Nov 1994 09:29:41 +0000 (09:29 +0000)]
Formerly ./mach/hurd/alpha/trampoline.c.~2~

29 years agoInitial revision
Roland McGrath [Thu, 10 Nov 1994 04:41:19 +0000 (04:41 +0000)]
Initial revision

29 years agoentered into RCS
Roland McGrath [Thu, 10 Nov 1994 04:35:29 +0000 (04:35 +0000)]
entered into RCS

29 years agoInitial revision
Roland McGrath [Wed, 9 Nov 1994 12:23:25 +0000 (12:23 +0000)]
Initial revision

29 years agoentered into RCS
Roland McGrath [Tue, 8 Nov 1994 23:34:47 +0000 (23:34 +0000)]
entered into RCS

29 years agoInitial revision
Roland McGrath [Tue, 8 Nov 1994 23:32:22 +0000 (23:32 +0000)]
Initial revision

29 years agoentered into RCS
Roland McGrath [Tue, 8 Nov 1994 22:33:29 +0000 (22:33 +0000)]
entered into RCS

29 years agoentered into RCS
Roland McGrath [Tue, 1 Nov 1994 08:32:25 +0000 (08:32 +0000)]
entered into RCS

29 years agoentered into RCS
Roland McGrath [Tue, 1 Nov 1994 06:28:24 +0000 (06:28 +0000)]
entered into RCS

29 years ago(TCSASOFT): Macro removed.
Roland McGrath [Mon, 31 Oct 1994 12:14:14 +0000 (12:14 +0000)]
(TCSASOFT): Macro removed.

29 years agoFixed typo.
Roland McGrath [Thu, 27 Oct 1994 19:00:37 +0000 (19:00 +0000)]
Fixed typo.

29 years agoentered into RCS
Roland McGrath [Fri, 30 Sep 1994 21:51:53 +0000 (21:51 +0000)]
entered into RCS

29 years agoInitial revision
Roland McGrath [Fri, 30 Sep 1994 21:50:55 +0000 (21:50 +0000)]
Initial revision

29 years ago * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (ENTRY): Use
Brendan Kehoe [Thu, 29 Sep 1994 21:21:19 +0000 (21:21 +0000)]
    * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (ENTRY): Use
        poundfnc instead of \#function, to satisfy gcc-2.6.0 and higher.
        (cat, poundfnc): Define macros to pull it off.

29 years agoInitial revision
Roland McGrath [Fri, 16 Sep 1994 02:14:48 +0000 (02:14 +0000)]
Initial revision

29 years agoentered into RCS
Roland McGrath [Fri, 16 Sep 1994 02:14:38 +0000 (02:14 +0000)]
entered into RCS

29 years agoentered into RCS
Roland McGrath [Tue, 13 Sep 1994 19:28:54 +0000 (19:28 +0000)]
entered into RCS

29 years agoentered into RCS
Roland McGrath [Tue, 13 Sep 1994 17:09:48 +0000 (17:09 +0000)]
entered into RCS

29 years agoRestore FPU state. Code from kkojima.
Roland McGrath [Sat, 3 Sep 1994 02:31:57 +0000 (02:31 +0000)]
Restore FPU state.  Code from kkojima.

29 years ago(routines, elided-routines): Set these both to $(bare-routines).
Roland McGrath [Fri, 2 Sep 1994 03:21:20 +0000 (03:21 +0000)]
(routines, elided-routines): Set these both to $(bare-routines).
(distribute): Don't set this.

29 years agoInitial revision
Roland McGrath [Tue, 30 Aug 1994 12:38:38 +0000 (12:38 +0000)]
Initial revision

29 years agoFormerly ./standalone/m68k/m68020/mvme136/_exit.c.~2~
Roland McGrath [Sun, 28 Aug 1994 08:50:46 +0000 (08:50 +0000)]
Formerly ./standalone/m68k/m68020/mvme136/_exit.c.~2~

29 years agoentered into RCS
Roland McGrath [Sun, 28 Aug 1994 08:13:00 +0000 (08:13 +0000)]
entered into RCS

29 years agoentered into RCS
Roland McGrath [Fri, 26 Aug 1994 06:15:51 +0000 (06:15 +0000)]
entered into RCS

29 years agoInitial revision
Roland McGrath [Fri, 26 Aug 1994 06:15:17 +0000 (06:15 +0000)]
Initial revision