From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60065 invoked by alias); 20 Jun 2017 23:03:29 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 60014 invoked by uid 89); 20 Jun 2017 23:03:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: mail-yw0-f178.google.com Received: from mail-yw0-f178.google.com (HELO mail-yw0-f178.google.com) (209.85.161.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Jun 2017 23:03:27 +0000 Received: by mail-yw0-f178.google.com with SMTP id v7so58186800ywc.2 for ; Tue, 20 Jun 2017 16:03:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=+YkHHvVXfjPLmGuq35MrJNJn+x9EozKhwiHpvNWINyk=; b=HmAjDOoGdet2NcSiF1SyCObm/XkS4LJnM1OPxju7ErNWqa8fFrvXQpUjvLdTHE+RCC oLbBcn7vxihqSG97Cy/TeuMWaXwEETwOEp3Bh1XsEXcWWGEeuO9byF0rBn+0+wOQZPNg 8qgmrS1PtgMzhPHo1TREUf/YEh2bKb6dyaE9sLJHGZlMn14T2uRs+hCok+ENJpoVSppJ vheW/ew1G+Sa9EFmD63++/d0sn5/ysXtyzb1eCYuxZMRtaz3qQusOoCtinpYuLCytPMj kW+aw3OT4mpA3G82Xau8/K+adr4hNdXljzSm6lVEvpqFkECRxYRtTqBEyM3n1ZkfL0E2 ShqQ== X-Gm-Message-State: AKS2vOwHAStIGV70sdbU/xDFZC2T5Zd/n1o0NuKzEoxtT8WCwJoVum0q 6ezjTmegjpCIhHXLV2aD0D0RQH5NV7I5vlE= X-Received: by 10.129.172.39 with SMTP id k39mr4941654ywh.74.1497999805275; Tue, 20 Jun 2017 16:03:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.125.6 with HTTP; Tue, 20 Jun 2017 16:03:24 -0700 (PDT) In-Reply-To: References: From: "Ian Lance Taylor via gcc-patches" Reply-To: Ian Lance Taylor Date: Tue, 20 Jun 2017 23:03:00 -0000 Message-ID: Subject: Re: [PATCH] LFS support for libbacktrace To: Richard Biener Cc: gcc-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg01525.txt.bz2 On Wed, Jun 14, 2017 at 3:40 AM, Richard Biener wrote: > > This fixes the [f]open use in libgfortran. Doesn't fix the ones > in libsanitizer because those appearantly use a copy because they > need to rename stuff... > > Bootstrapped and tested on x86_64-unknown-linux-gnu, ok for trunk > and branches? > > Thanks, > Richard. > > 2017-06-14 Richard Biener > > * configure.ac: Add AC_SYS_LARGEFILE. > * config.h.in: Regenerate. > * configure: Likewise. This is OK everywhere. Thanks. Ian