diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-06 18:12:45 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-06 18:12:45 +0000 |
commit | 0b6b034c45b5e378d9fcc2459b2d6872c7e5ef00 (patch) | |
tree | 6c400558efbf8a6da2a288d4c1fa498c441915d2 /libgo/Makefile.am | |
parent | 4e289116e6ca6c93d8d0715dd974b192d782f355 (diff) | |
download | gcc-0b6b034c45b5e378d9fcc2459b2d6872c7e5ef00.tar.gz |
compiler, runtime: Memcmp routine returns intgo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193253 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/Makefile.am')
-rw-r--r-- | libgo/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/Makefile.am b/libgo/Makefile.am index 3cb39c07c65..4b244ad75a3 100644 --- a/libgo/Makefile.am +++ b/libgo/Makefile.am @@ -462,6 +462,7 @@ runtime_files = \ runtime/go-map-len.c \ runtime/go-map-range.c \ runtime/go-matherr.c \ + runtime/go-memcmp.c \ runtime/go-nanotime.c \ runtime/go-now.c \ runtime/go-new-map.c \ |