From 8759aac4c1e9f03ba9c91073b88e59a838dcde28 Mon Sep 17 00:00:00 2001 From: John Marino Date: Thu, 2 Apr 2015 23:07:32 +0200 Subject: [PATCH] gcc50: Update to 02 APR 2015 snapshot (SVN 221845) --- gnu/usr.bin/cc50/Makefile.version | 2 +- gnu/usr.bin/cc50/libbackend/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/usr.bin/cc50/Makefile.version b/gnu/usr.bin/cc50/Makefile.version index a9541cfc13..639baff57f 100644 --- a/gnu/usr.bin/cc50/Makefile.version +++ b/gnu/usr.bin/cc50/Makefile.version @@ -1,5 +1,5 @@ GCCCOMPLETEVER= 5.0.0 GCCRELEASE= Snapshot # choices are "Snapshot" or "Release" -GCCDATESTAMP= 2015-03-22 +GCCDATESTAMP= 2015-04-02 GCCPOINTVER= ${GCCCOMPLETEVER:R} GCCSHORTVER= ${GCCPOINTVER:S/.//} diff --git a/gnu/usr.bin/cc50/libbackend/Makefile b/gnu/usr.bin/cc50/libbackend/Makefile index f075eb903b..901655f845 100644 --- a/gnu/usr.bin/cc50/libbackend/Makefile +++ b/gnu/usr.bin/cc50/libbackend/Makefile @@ -99,6 +99,7 @@ BACKEND_OBJS= \ function.o \ fwprop.o \ gcse.o \ + gcse-common.o \ ggc-common.o \ gimple.o \ gimple-builder.o \ -- 2.41.0