[Bug 1431388]

2015-03-25 Thread I-ian-1
Author: ian Date: Tue Mar 24 20:55:43 2015 New Revision: 221644 URL: https://gcc.gnu.org/viewcvs?rev=221644root=gccview=rev Log: PR go/65417 debug/elf: support reading debug info from 32-bit PPC objects This is a backport of http://golang.org/7590 from the master Go library. Added:

[Bug 1429608]

2015-03-10 Thread I-ian-1
Author: ian Date: Mon Mar 9 23:40:58 2015 New Revision: 221291 URL: https://gcc.gnu.org/viewcvs?rev=221291root=gccview=rev Log: PR go/65349 runtime: Don't call malloc from __go_file_line callback. When crashing, we call runtime_printcreatedby which calls __go_file_line which used to

[Bug 1429608]

2015-03-10 Thread I-ian-1
Author: ian Date: Mon Mar 9 23:43:16 2015 New Revision: 221292 URL: https://gcc.gnu.org/viewcvs?rev=221292root=gccview=rev Log: PR go/65349 runtime: Don't crash if explicitly freeing small map. Modified: trunk/libgo/runtime/go-map-index.c -- You received this bug notification

[Bug 1304754]

2014-04-26 Thread I-ian-1
Author: ian Date: Fri Apr 25 04:29:07 2014 New Revision: 209777 URL: http://gcc.gnu.org/viewcvs?rev=209777root=gccview=rev Log: PR go/60931 runtime: Fix garbage collector issue with non 4kB system page size The go garbage collector tracks memory in terms of 4kB pages. Most of the code

[Bug 1304754]

2014-04-26 Thread I-ian-1
Author: ian Date: Fri Apr 25 04:28:48 2014 New Revision: 209776 URL: http://gcc.gnu.org/viewcvs?rev=209776root=gccview=rev Log: PR go/60931 runtime: Fix garbage collector issue with non 4kB system page size The go garbage collector tracks memory in terms of 4kB pages. Most of the code