aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/lfstack.c
AgeCommit message (Collapse)AuthorFilesLines
2015-03-31Remove some files that were accidentally committed in 2014.Ian Lance Taylor1-76/+0
From-SVN: r221802
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor1-0/+76
From-SVN: r212837
2014-07-12runtime: Merge master revision 19185.Ian Lance Taylor1-79/+0
This revision renames several files in the runtime directory from .c to .goc. From-SVN: r212472
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-4/+4
From-SVN: r204466
2013-02-20re PR go/56320 (Several libgo tests FAIL on 64-bit Solaris/x86)Ian Lance Taylor1-3/+4
PR go/56320 runtime: Support Solaris AMD64 in lfstack. The address space layout is similar on SPARC64 and AMD64 when running Solaris. From-SVN: r196179
2013-01-29runtime: SPARCv9 fixes for lfstack.Ian Lance Taylor1-1/+4
From Rainer Orth. From-SVN: r195534
2013-01-25re PR other/56076 (Several 64-bit libgo tests FAIL in read_line_header)Ian Lance Taylor1-2/+11
PR other/56076 runtime: Support sparc64 in lfstack. From-SVN: r195479
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor1-1/+1
PR go/46986 all: prepend #__USER_LABEL_PREFIX__ to mangled Go symbols For old-fashioned Darwin. From-SVN: r195438
2012-10-23libgo: Update to current sources.Ian Lance Taylor1-0/+66
From-SVN: r192704