diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-05-21 14:27:40 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-05-21 14:27:40 +0200 |
commit | 78d2510a84a791479ff0bad78e21aca6c4ce78fa (patch) | |
tree | 3adb274b06c18c6efa685a215fe2943425d3efdd /open_issues/gccgo.mdwn | |
parent | 0fac4390455da0d7c431f7af6dc8d1df0e83b00c (diff) | |
download | web-78d2510a84a791479ff0bad78e21aca6c4ce78fa.tar.gz web-78d2510a84a791479ff0bad78e21aca6c4ce78fa.tar.bz2 web-78d2510a84a791479ff0bad78e21aca6c4ce78fa.zip |
open_issues/glibc: bab06390aca40703514099a7022dac4ae4aac76b (2013-05-20; fbeafedeea37e0af1984a6511018d159f5ceed6a (2012-11-03))
Diffstat (limited to 'open_issues/gccgo.mdwn')
-rw-r--r-- | open_issues/gccgo.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/open_issues/gccgo.mdwn b/open_issues/gccgo.mdwn index fb94cb83..9e724b95 100644 --- a/open_issues/gccgo.mdwn +++ b/open_issues/gccgo.mdwn @@ -34,8 +34,8 @@ First, make the language functional, have its test suite pass without errors. ## Svante's work Per [[!message-id "1335509732.3707.179.camel@hp.my.own.domain"]], Svante has -been working on this, has some (unpublished) patches, and this is currently -blocked on [[`getcontext`/`setcontext`|open_issues/glibc/t/tls-threadvar]]. +been working on this, has some (unpublished) patches, and this was blocked on +[[`getcontext`/`makecontext`/`setcontext`/`swapcontext`|glibc]]. ## `getcontext`/`makecontext`/`setcontext`/`swapcontext` usage analysis @@ -53,7 +53,7 @@ The `*context` functions are used in `libgo/runtime/go-signal.c` and `__splitstack_makecontext`, `__splitstack_resetcontext`, `__splitstack_block_signals_context` are to be provided by libgcc. However, in said libgo runtime files, they're used only `#ifdef USING_SPLIT_STACK`. -[[I|ŧschwinge]] would assume that before we can enable split stacks, first +[[I|tschwinge]] would assume that before we can enable split stacks, first [[open_issues/glibc/t/tls-threadvar]] needs to be fixed. In `libgo/runtime/proc.c`:`runtime_gogo`, `setcontext` is used to *switch |