From patchwork Mon Apr 4 08:09:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Sandiford X-Patchwork-Id: 89593 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id ED28EB6FAC for ; Mon, 4 Apr 2011 18:09:27 +1000 (EST) Received: (qmail 19918 invoked by alias); 4 Apr 2011 08:09:23 -0000 Received: (qmail 19910 invoked by uid 22791); 4 Apr 2011 08:09:21 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-wy0-f175.google.com (HELO mail-wy0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 04 Apr 2011 08:09:17 +0000 Received: by wye20 with SMTP id 20so5204963wye.20 for ; Mon, 04 Apr 2011 01:09:16 -0700 (PDT) Received: by 10.227.149.11 with SMTP id r11mr6831830wbv.165.1301904556649; Mon, 04 Apr 2011 01:09:16 -0700 (PDT) Received: from richards-thinkpad (gbibp9ph1--blueice2n1.emea.ibm.com [195.212.29.75]) by mx.google.com with ESMTPS id o6sm2765803wbo.3.2011.04.04.01.09.15 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 Apr 2011 01:09:15 -0700 (PDT) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, richard.sandiford@linaro.org Subject: [committed] Fix builds of vax-netbsdelf Date: Mon, 04 Apr 2011 09:09:13 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Trivial fix to make vax-netbsdelf build again. Tested by building cc1 on that target. Committed as obvious. Richard gcc/ * config/vax/vax.c: Include reload.h. Index: gcc/config/vax/vax.c =================================================================== --- gcc/config/vax/vax.c 2011-04-04 09:06:23.000000000 +0100 +++ gcc/config/vax/vax.c 2011-04-04 09:06:40.000000000 +0100 @@ -39,6 +39,7 @@ the Free Software Foundation; either ver #include "flags.h" #include "debug.h" #include "diagnostic-core.h" +#include "reload.h" #include "tm-preds.h" #include "tm-constrs.h" #include "tm_p.h"