r160136 - in /branches/gccgo: gcc/go/expression...

ian@gcc.gnu.org ian@gcc.gnu.org
Wed Jun 2 05:25:00 GMT 2010


Author: ian
Date: Wed Jun  2 05:25:17 2010
New Revision: 160136

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160136
Log:
Change string data type to match 6g: struct with pointer and length.

Modified:
    branches/gccgo/gcc/go/expressions.cc
    branches/gccgo/gcc/go/gogo-tree.cc
    branches/gccgo/gcc/go/types.cc
    branches/gccgo/gcc/go/types.h
    branches/gccgo/libgo/runtime/go-byte-array-to-string.c
    branches/gccgo/libgo/runtime/go-caller.c
    branches/gccgo/libgo/runtime/go-int-array-to-string.c
    branches/gccgo/libgo/runtime/go-int-to-string.c
    branches/gccgo/libgo/runtime/go-main.c
    branches/gccgo/libgo/runtime/go-panic.h
    branches/gccgo/libgo/runtime/go-print.c
    branches/gccgo/libgo/runtime/go-reflect-call.c
    branches/gccgo/libgo/runtime/go-strcmp.c
    branches/gccgo/libgo/runtime/go-string-to-byte-array.c
    branches/gccgo/libgo/runtime/go-string-to-int-array.c
    branches/gccgo/libgo/runtime/go-string.h
    branches/gccgo/libgo/runtime/go-strplus.c
    branches/gccgo/libgo/runtime/go-strslice.c
    branches/gccgo/libgo/runtime/go-type-string.c
    branches/gccgo/libgo/runtime/go-type.h
    branches/gccgo/libgo/runtime/go-unsafe-pointer.c
    branches/gccgo/libgo/runtime/malloc.cgo
    branches/gccgo/libgo/runtime/runtime.h
    branches/gccgo/libgo/runtime/sigqueue.cgo
    branches/gccgo/libgo/runtime/string.cgo



More information about the Gcc-cvs mailing list