diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-02-22 02:52:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-02-22 02:52:55 +0000 |
commit | 7b67393dfff95cd7739fdb872484f3878843e88d (patch) | |
tree | 07eb56a90ca9ef5f6210a40ec95c6cde94d049bb /libgo/Makefile.am | |
parent | 872cbb32e06acfc58d3ae000923272056994a699 (diff) | |
download | gcc-7b67393dfff95cd7739fdb872484f3878843e88d.zip gcc-7b67393dfff95cd7739fdb872484f3878843e88d.tar.gz gcc-7b67393dfff95cd7739fdb872484f3878843e88d.tar.bz2 |
Permit comparing non-empty interfaces with empty interfaces.
From-SVN: r170385
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 9274b36..814d7ed 100644 --- a/libgo/Makefile.am +++ b/libgo/Makefile.am @@ -352,6 +352,7 @@ runtime_files = \ runtime/go-int-array-to-string.c \ runtime/go-int-to-string.c \ runtime/go-interface-compare.c \ + runtime/go-interface-eface-compare.c \ runtime/go-interface-val-compare.c \ runtime/go-lock-os-thread.c \ runtime/go-map-delete.c \ |