From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53047 invoked by alias); 5 Aug 2015 01:26:27 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 53035 invoked by uid 89); 5 Aug 2015 01:26:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_40,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 05 Aug 2015 01:26:26 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id DE51834080E; Wed, 5 Aug 2015 01:26:23 +0000 (UTC) Date: Wed, 05 Aug 2015 01:26:00 -0000 From: Mike Frysinger To: Nick Clifton Cc: Joel Sherrill , DJ Delorie , "gdb@sourceware.org" Subject: Re: m32c gdb link error on master Message-ID: <20150805012632.GE7147@vapier> Mail-Followup-To: Nick Clifton , Joel Sherrill , DJ Delorie , "gdb@sourceware.org" References: <55BFEAF1.3050206@oarcorp.com> <55C0E84B.4090701@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="PGNNI9BzQDUtgA2J" Content-Disposition: inline In-Reply-To: <55C0E84B.4090701@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00007.txt.bz2 --PGNNI9BzQDUtgA2J Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 593 On 04 Aug 2015 17:28, Nick Clifton wrote: > On 03/08/15 23:28, Joel Sherrill wrote: > > The m32c fails to link gdb when the simulator is enabled. It > > fails with this error: > > > > remote-sim.o: In function `gdbsim_files_info': > > /home/joel/test-gcc/b-m32c-rtems4.11-bin/gdb/../../binutils-gdb/gdb/rem= ote-sim.c:1163: > > undefined reference to `sim_info' >=20 > The patch below provides a stub function to fix this problem. OK to appl= y ? no trailing whitespace, but otherwise looks fine. this is one of the few that need to be gutted a bit more but i've been putting it off. -mike --PGNNI9BzQDUtgA2J Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVwWZIAAoJEEFjO5/oN/WBFIYQAMngFzLjHn+RB2KdiLaXjr01 Fw1/FTTGYbzLL8PuIaF+EPHH57HWJVbki7MhVs7IECsZw4bm/RbAwh286TJZ1hjC k68q80T/6YZoe7kESeIWiVje8qKrJYKA4BaaeG/2Cw7UIAat1XSfCOaHhHYyxlXJ 3M7sKDZ78P0Q4s+EXhiKSz1FNYMQCzsuChi+D0H8JddCInXXbhw0BmV3vwoYWOA1 OhsxjE2Xpi0NS40wDu0Wk40ljCwwdENo7wG4/cQYgYSp3odggFcsHejU9ATi4vIe L0yo7DmXTeWb/KrlH3+KsOUP5njv5Nn/tHAVK5GJErznmQyUJq1WuIdQuWHsVW0J axXhJL7A4OHnLoFMjkel2zzTrifOoyvZuqZ2ejq1BkSLrO18rbFaZmeCI/weP3Bt 6FlN5HoPekJubbkPAEwXz6De8WwJ59FUqb5MJaE14cbfOpqUjT8JOxWkGgJkIbQC CQlktTDYBGIJzFc+pD/cDnCfVRGPZRJSiaZIDkfZ1F1QSfOaCrDT/vfzdWqleJ4r h/iWDZ9n6HVdBLFL2Z3hDBbEdrValm0vx27EfLrBiWzmmHqMejsyADXUEGlsQeMy mKjv5AcNPi/0V8wgWcwAjF8mTlrG4Snqmi42PXoNBwuWrZEAo9hBLdyl3M+nMdjT dQQUZKJ5/oSS0bYuGQ5i =3HOf -----END PGP SIGNATURE----- --PGNNI9BzQDUtgA2J--