From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7298 invoked by alias); 1 Jul 2003 00:37:30 -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 7290 invoked from network); 1 Jul 2003 00:37:29 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 1 Jul 2003 00:37:29 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id C2ACED2DAF; Mon, 30 Jun 2003 17:37:28 -0700 (PDT) Date: Tue, 01 Jul 2003 00:37:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [RFA] Fix a compilation failure in rs6000-nat.c Message-ID: <20030701003728.GR26149@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2003-07/txt/msg00002.txt.bz2 A leftover of the SIZEOF_SECTION_OFFSETS removal saga... Not sure how I missed it the last time I tryed building GDB on AiX, but I lack the time to investigate further... 2003-06-30 Joel Brobecker * rs6000-nat.c (vmap_symtab): Fix compilation error. tested on ppc-aix 4.3.2.0. Ok to apply? I think the gdb6 branch has the same problem :-(. I will double-check. If I get the approval for this patch, and it turns out that we need it on gdb6, can I apply it there too? Thanks, -- Joel