From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1627 invoked by alias); 9 Jul 2009 13:43:05 -0000 Received: (qmail 1615 invoked by uid 22791); 9 Jul 2009 13:43:05 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from wf-out-1314.google.com (HELO wf-out-1314.google.com) (209.85.200.170) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Jul 2009 13:42:58 +0000 Received: by wf-out-1314.google.com with SMTP id 23so47424wfg.24 for ; Thu, 09 Jul 2009 06:42:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.216.9 with SMTP id o9mr259192wfg.263.1247146976859; Thu, 09 Jul 2009 06:42:56 -0700 (PDT) In-Reply-To: <200907091221.n69CLEbB003208@d12av02.megacenter.de.ibm.com> References: <200907091221.n69CLEbB003208@d12av02.megacenter.de.ibm.com> Date: Thu, 09 Jul 2009 16:50:00 -0000 Message-ID: Subject: Re: [RFA] Check solib bfd arch From: Hui Zhu To: Ulrich Weigand Cc: gdb-patches ml , Michael Snyder Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00282.txt.bz2 On Thu, Jul 9, 2009 at 20:21, Ulrich Weigand wrote: > Hui Zhu wrote: > >> 2009-07-08 =A0Hui Zhu =A0 >> >> =A0 =A0 =A0 * solib.c (solib_bfd_open): Output a warning if solib's >> =A0 =A0 =A0 architecture is not compatible with inferior's architecture. > > This is OK. > Checked in. Thanks, Hui