summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2018-08-03 11:31:22 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2018-08-03 11:31:22 +0000
commitc9f8fca6d677b01bd622b17a2a7acb2938a69e0a (patch)
tree8ae0c2f389a780db93911161b97ae474ce447f49 /gcc/Makefile.in
parentd989dba8ef02c2406b7c9e62b352197dffc6b880 (diff)
Makefile.in (wide-int-range.o): New.
* Makefile.in (wide-int-range.o): New. * tree-vrp.c: Move all the wide_int_* functions to... * wide-int-range.cc: ...here. * tree-vrp.h: Move all the wide_int_* prototypes to... * wide-int-range.h: ...here. From-SVN: r263288
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index b8716406533..e7d818d174c 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1601,6 +1601,7 @@ OBJS = \
web.o \
wide-int.o \
wide-int-print.o \
+ wide-int-range.o \
xcoffout.o \
$(out_object_file) \
$(EXTRA_OBJS) \