aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2011-02-22 02:52:55 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-02-22 02:52:55 +0000
commit7b67393dfff95cd7739fdb872484f3878843e88d (patch)
tree07eb56a90ca9ef5f6210a40ec95c6cde94d049bb /libgo/Makefile.am
parent872cbb32e06acfc58d3ae000923272056994a699 (diff)
Permit comparing non-empty interfaces with empty interfaces.
From-SVN: r170385
Diffstat (limited to 'libgo/Makefile.am')
-rw-r--r--libgo/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/Makefile.am b/libgo/Makefile.am
index 9274b36d52d..814d7ed6132 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 \