From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22678 invoked by alias); 25 Jan 2002 02:54:20 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22498 invoked from network); 25 Jan 2002 02:54:18 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 25 Jan 2002 02:54:18 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id B58B65E9DE; Thu, 24 Jan 2002 21:55:48 -0500 (EST) To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa/doco] Srink the overlay diagram References: <3C4BA2E8.8090807@cygnus.com> From: Jim Blandy Date: Thu, 24 Jan 2002 18:54:00 -0000 In-Reply-To: <3C4BA2E8.8090807@cygnus.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-01/txt/msg00732.txt.bz2 Andrew Cagney writes: > One of the things giving overfull hboxes is JimB's overlay diagram. > The attached patch srinks it a little. One of the points of the original diagram was that the unmapped overlays (the ones in the "larger address space") weren't all the same size --- they were all just no larger than the overlay area. Now they're all the same size. Aside from that, yes, it's fine.