CVS log for src/lib/libc/arch/arm/gen/swapcontext.S
Up to [cvs.NetBSD.org] / src / lib / libc / arch / arm / gen
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.15.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 8 10:22:04 2021 UTC (3 years, 5 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +4 -4
lines
Pull up following revision(s) (requested by skrll in ticket #1329):
lib/libc/arch/arm/gen/swapcontext.S: revision 1.18
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/divsi3.S: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/divsi3.S: revision 1.3
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/aeabi_cfcmp.S: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/aeabi_cfcmp.S: revision 1.3
lib/libc/arch/arm/sys/__clone.S: revision 1.10
lib/libc/arch/arm/sys/__clone.S: revision 1.11
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/modsi3.S: revision 1.2
lib/libc/arch/arm/sys/__clone.S: revision 1.12
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/modsi3.S: revision 1.3
lib/libc/arch/arm/sys/__clone.S: revision 1.13
lib/libc/arch/arm/sys/__clone.S: revision 1.14
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/divmodsi4.S: revision 1.2
sys/external/bsd/compiler_rt/dist/lib/builtins/arm/divmodsi4.S: revision 1.3
lib/libc/arch/arm/gen/swapcontext.S: revision 1.16
lib/libc/arch/arm/gen/swapcontext.S: revision 1.17
Align sp to 8-byte boundary as required by EABI.
This is especially important for non-leaf functions; GCC optimizes codes
based on assumption that sp is aligned properly.
Mostly fix broken earmv5 userland compiled by GCC10 due to alignment
faults in ld.elf_so, where {ld,st}rd are used for [sp, #8x].
No regression for ATF is observed for earmv[67]{,hf}{,eb}.
Align sp to 8-byte boundary as required by EABI.
IIUC, this change only affects libc compiled for ``Thumb-mode userland'',
which we've not officially supported yet.
Fix previous. For Thumb-1:
- sp cannot be manipulated directly
- {add,sub}s should be used instead of {add,sub}
Trailing whitespace
The _INVOKE_CERROR macro deals with thumb so simplify the code (at the
expense of a couple more instructions).
Do previous differently by pushing even number of registers and remove
strange r7 usage.
Do previous differtly by pushing two registers in the same way as the
_INVOKE_CERROR macro
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jun 30 21:20:29 2021 UTC (3 years, 6 months ago) by skrll
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
HEAD
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -10
lines
Do previous differtly by pushing two registers in the same way as the
_INVOKE_CERROR macro
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jun 30 00:00:49 2021 UTC (3 years, 6 months ago) by rin
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +8 -4
lines
Fix previous. For Thumb-1:
- sp cannot be manipulated directly
- {add,sub}s should be used instead of {add,sub}
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jun 29 23:29:12 2021 UTC (3 years, 6 months ago) by rin
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -2
lines
Align sp to 8-byte boundary as required by EABI.
IIUC, this change only affects libc compiled for ``Thumb-mode userland'',
which we've not officially supported yet.
Revision 1.14.26.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:05:16 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14: +3 -3
lines
Sync with HEAD
Revision 1.14.24.1: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:10 2018 UTC (6 years, 1 month ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14: +3 -3
lines
Sync with HEAD, resolve a couple of conflicts
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Nov 21 21:01:41 2018 UTC (6 years, 1 month ago) by skrll
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
netbsd-9-base,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: netbsd-9
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3
lines
Fix a comment
Revision 1.6.2.3: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:09 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.6.2.2: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.2.2: +51 -10
lines
Rebase to HEAD as of a few days ago.
Revision 1.5.4.3: download - view: text, markup, annotated - select for diffs
Thu May 22 11:36:46 2014 UTC (10 years, 8 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.5.4.2: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.4.2: +51 -10
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Nov 30 20:20:42 2013 UTC (11 years, 1 month ago) by joerg
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-base,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -5
lines
Use PLT_SYM.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Sep 4 23:08:29 2013 UTC (11 years, 4 months ago) by matt
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -3
lines
Fix the .cfi correctly.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Sep 4 22:38:09 2013 UTC (11 years, 4 months ago) by htodd
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3
lines
Fix build by matching .cfi/#if.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Sep 4 21:17:15 2013 UTC (11 years, 4 months ago) by matt
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +10 -2
lines
only emit cfi if __ARM_EABI__ && __UNWIND_TABLES__
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Sep 3 00:30:19 2013 UTC (11 years, 4 months ago) by matt
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +39 -8
lines
Use less got, add END(), make thumb tolerant.
Revision 1.6.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:27:48 2013 UTC (11 years, 10 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.6.2.1: preferred, colored
Changes since revision 1.6.2.1: +4 -4
lines
resync with head
Revision 1.5.4.2: download - view: text, markup, annotated - select for diffs
Wed Jan 16 05:32:23 2013 UTC (12 years ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.5.4.1: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.4.1: +4 -4
lines
sync with (a bit old) head
Revision 1.5.26.2: download - view: text, markup, annotated - select for diffs
Wed Nov 28 02:21:41 2012 UTC (12 years, 1 month ago) by matt
Branches: matt-nb6-plus
Diff to: previous 1.5.26.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.26.1: +7 -4
lines
Pullup EABI changes.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Nov 28 02:18:24 2012 UTC (12 years, 1 month ago) by matt
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
agc-symver-base,
agc-symver
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4
lines
Add missing registers.
Revision 1.6.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:00:40 2012 UTC (12 years, 2 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -3
lines
Resync to 2012-11-19 00:00:00 UTC
Revision 1.5.26.1: download - view: text, markup, annotated - select for diffs
Thu Nov 1 16:44:57 2012 UTC (12 years, 2 months ago) by matt
Branches: matt-nb6-plus
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2
lines
sync with netbsd-6-0-RELEASE.
Revision 1.5.4.1: download - view: text, markup, annotated - select for diffs
Tue Oct 30 18:58:39 2012 UTC (12 years, 2 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -3
lines
sync with head
Revision 1.5.24.1: download - view: text, markup, annotated - select for diffs
Mon Oct 1 17:53:44 2012 UTC (12 years, 3 months ago) by riz
Branches: netbsd-6
CVS tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-base
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +3 -2
lines
Pull up following revision(s) (requested by skrll in ticket #576):
lib/libc/arch/arm/gen/swapcontext.S: revision 1.7
Fixup the stack pointer in the ucontext returned by getcontext.
This fixes the following tests
lib/libc/sys/t_swapcontext.c
lib/libpthread/t_swapcontext.c
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Sep 27 11:20:20 2012 UTC (12 years, 3 months ago) by skrll
Branches: MAIN
CVS tags: yamt-pagecache-base6,
matt-nb6-plus-nbase
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -4
lines
Remove magic numbers.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Sep 27 09:53:53 2012 UTC (12 years, 3 months ago) by skrll
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2
lines
Fixup the stack pointer in the ucontext returned by getcontext.
This fixes the following tests
lib/libc/sys/t_swapcontext.c
lib/libpthread/t_swapcontext.c
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Aug 5 05:10:38 2012 UTC (12 years, 5 months ago) by skrll
Branches: MAIN
Branch point for: tls-maxphys
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2
lines
Ensure stack alignment. "looks fine" matt@
Revision 1.4.24.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:30:11 2008 UTC (16 years, 8 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +2 -9
lines
sync with head.
Revision 1.5.8.2: download - view: text, markup, annotated - select for diffs
Mon Apr 28 20:22:56 2008 UTC (16 years, 8 months ago) by martin
Branches: christos-time_t
Diff to: previous 1.5.8.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.8.1: +50 -0
lines
Remove clause 3 and 4 from TNF licenses
Revision 1.5.8.1
Mon Apr 28 20:22:55 2008 UTC (16 years, 8 months ago) by martin
Branches: christos-time_t
FILE REMOVED
Changes since revision 1.5: +0 -50
lines
file swapcontext.S was added on branch christos-time_t on 2008-04-28 20:22:56 +0000
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Apr 28 20:22:55 2008 UTC (16 years, 8 months ago) by martin
Branches: MAIN
CVS tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-6-base,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-premerge-20091211,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-premerge-20101231,
matt-mips64-base2,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
christos-time_t-nbase,
christos-time_t-base,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
netbsd-6,
matt-nb6-plus,
christos-time_t
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -9
lines
Remove clause 3 and 4 from TNF licenses
Revision 1.4.16.1: download - view: text, markup, annotated - select for diffs
Tue Aug 28 17:36:30 2007 UTC (17 years, 4 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +19 -4
lines
More thumb support
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Aug 21 11:20:10 2004 UTC (20 years, 5 months ago) by rearnsha
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
matt-mips64-base,
matt-mips64,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-pf42,
matt-armv6
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4
lines
Use RET and RETc macros for returning.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Apr 5 23:08:51 2003 UTC (21 years, 9 months ago) by bjh21
Branches: MAIN
CVS tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -10
lines
NetBSD/acorn26 has been using APCS-32 for years, so unifdef -U__APCS_26__.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jan 18 11:06:25 2003 UTC (22 years ago) by thorpej
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +65 -0
lines
Merge the nathanw_sa branch.
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Sun Nov 18 02:51:00 2001 UTC (23 years, 2 months ago) by thorpej
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.1: +4 -4
lines
* Make this work with ELF.
* We don't appear to have an internal name for setcontext(), so
don't use one (i.e. call setcontext(), rather than _setcontext()).
XXX Namespace considerations wrt. the ucontext functions are not
consistent -- need to revisit.
Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Thu Nov 15 23:12:57 2001 UTC (23 years, 2 months ago) by thorpej
Branches: nathanw_sa
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +65 -0
lines
ARM-specific makecontext(), _resumecontext(), swapcontext(),
and getcontext(). From Klaus Kein <kleink@netbsd.org>.
Revision 1.1
Thu Nov 15 23:12:57 2001 UTC (23 years, 2 months ago) by thorpej
Branches: MAIN
CVS tags: nathanw_sa_before_merge,
nathanw_sa_base
Branch point for: nathanw_sa
FILE REMOVED
file swapcontext.S was initially added on branch nathanw_sa.
CVSweb <webmaster@jp.NetBSD.org>