This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libgo] Fix typos in Makefile.am


Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> writes:

> I'd normally install the following patch as obvious, but I'm not
> completely sure what the rules for libgo are wrt. synchronization with
> upstream.

Right, please try to avoid making changes to libgo and gcc/go/gofrontend
in trunk.  Those directories are copied from the upstream directories.
(It's not fatal if you do make a change, just inconvenient.)

The easiest way for me for you to propose a patch to those directories
is to follow the procedure described at
http://golang.org/doc/gccgo_contribute.html which refers to
http://golang.org/doc/contribute.html .  That lets me patch your change
directly into the master sources and lets me use a nice web based
commenting tool.  But you don't have to follow that procedure, and the
usual gcc-patches approaches is fine.


> 2011-01-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
>
> 	* Makefile.am [LIBGO_IS_SOLARIS] (syscall_filesize_file): Fix typos.
> 	* Makefile.in: Regenerate.

Committed.

Thanks.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]