This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a2195a2 compiler: add src information to AST dumps (part 1 of 2). new e5a6dcd compiler: avoid call duplication during order eval. new bfac90c libgo: separate mksysinfo inputs into separate Makefile targets
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/gogo.cc | 25 +++-- libgo/Makefile.am | 21 +++- libgo/Makefile.in | 21 +++- libgo/mksysinfo.sh | 276 ++-------------------------------------------- libgo/sysinfo.c | 259 +++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 324 insertions(+), 280 deletions(-) create mode 100644 libgo/sysinfo.c