From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13487 invoked by alias); 11 Mar 2002 21:33:00 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 13342 invoked from network); 11 Mar 2002 21:32:50 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (209.249.29.60) by sources.redhat.com with SMTP; 11 Mar 2002 21:32:50 -0000 Received: from dot.sfbay.redhat.com (dot.sfbay.redhat.com [205.180.230.224]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g2BLRCh16143; Mon, 11 Mar 2002 13:27:12 -0800 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id g2BLWnB20685; Mon, 11 Mar 2002 13:32:49 -0800 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Mon, 11 Mar 2002 13:33:00 -0000 From: Richard Henderson To: Jakub Jelinek Cc: binutils@sources.redhat.com Subject: Re: [PATCH] Fix DATA_SEGMENT_ALIGN Message-ID: <20020311133249.A20682@redhat.com> References: <20020311155940.L2204@sunsite.ms.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020311155940.L2204@sunsite.ms.mff.cuni.cz>; from jakub@redhat.com on Mon, Mar 11, 2002 at 03:59:40PM +0100 X-SW-Source: 2002-03/txt/msg00201.txt.bz2 On Mon, Mar 11, 2002 at 03:59:40PM +0100, Jakub Jelinek wrote: > * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size > is smaller than maximum, round dot up to common page boundary. Ok. r~