compiler: add abstraction layer for sha1 checksums.
authorThan McIntosh <thanm@google.com>
Fri, 9 Sep 2016 18:27:42 +0000 (18:27 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 9 Sep 2016 18:27:42 +0000 (18:27 +0000)
commit34144b6ec0548510df171956040f91a8742def29
tree8e69d15b9145f6056b170cf44fb802a3b9139ed2
parente81e83d04796b834c9f3e63d74b7202bca28e5c9
compiler: add abstraction layer for sha1 checksums.

    Add new interface for the front end code to use when computing SHA1
    checksums; the intent is to allow the different implementation in
    different back ends.

    No change in functionality for gccgo; this is an enabling change to
    permit the front end to be used with other back ends (e.g. LLVM).

    Reviewed-on: https://go-review.googlesource.com/28833

* go-sha1.cc: New file.
* Make-lang.in (GO_OBJS): Add go/go-sha1.o.
(CFLAGS-go/go-sha1.o): New variable.

From-SVN: r240053
gcc/go/ChangeLog
gcc/go/Make-lang.in
gcc/go/go-sha1.cc [new file with mode: 0644]
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/export.cc
gcc/go/gofrontend/export.h
gcc/go/gofrontend/go-sha1.h [new file with mode: 0644]