~vcs-imports/eglibc/trunk

« back to all changes in this revision

Viewing changes to libc/sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c

  • Committer: joseph
  • Date: 2013-09-05 22:41:05 UTC
  • Revision ID: svn-v4:7b3dc134-2b1b-0410-93df-9e9f96275f8d:trunk:23928
Merge changes between r23795 and r23927 from /fsf/trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
   Returning to the correct parent context is pretty simple on
29
29
   Sparc.  We only need to link up the register windows correctly.
30
30
   Since global registers are clobbered by calls, we need not be
31
 
   concernred about those, and thus is all could be worked out without
 
31
   concerned about those, and thus is all could be worked out without
32
32
   using a trampoline.
33
33
 
34
34
   Except that we must deal with the signal mask, thus a trampoline