From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29758 invoked by alias); 15 Dec 2010 00:15:26 -0000 Received: (qmail 29719 invoked by uid 22791); 15 Dec 2010 00:15:23 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Dec 2010 00:15:14 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 6DACA1B4115; Wed, 15 Dec 2010 00:15:12 +0000 (UTC) From: Mike Frysinger To: Ralf Corsepius Subject: Re: [PATCH v3] gdbserver: bfin: new port Date: Wed, 15 Dec 2010 00:15:00 -0000 User-Agent: KMail/1.13.5 (Linux/2.6.37-rc5; KDE/4.5.2; x86_64; ; ) Cc: gdb-patches@sourceware.org, toolchain-devel@blackfin.uclinux.org References: <1292359346-22447-1-git-send-email-vapier@gentoo.org> <1292363271-29057-1-git-send-email-vapier@gentoo.org> <4D07F7A5.4000101@rtems.org> In-Reply-To: <4D07F7A5.4000101@rtems.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1469314.Ls23i9OeX4"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201012141914.28474.vapier@gentoo.org> 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: 2010-12/txt/msg00274.txt.bz2 --nextPart1469314.Ls23i9OeX4 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-length: 988 On Tuesday, December 14, 2010 18:03:01 Ralf Corsepius wrote: > On 12/14/2010 10:47 PM, Mike Frysinger wrote: > > diff --git a/gdb/gdbserver/configure.srv b/gdb/gdbserver/configure.srv > > index 1e8fa30..ccf8381 100644 > > --- a/gdb/gdbserver/configure.srv > > +++ b/gdb/gdbserver/configure.srv > > @@ -67,6 +67,11 @@ case "${target}" in > >=20 > > srv_mingw=3Dyes > > srv_mingwce=3Dyes > > ;; > >=20 > > + bfin-*-*) srv_regobj=3Dreg-bfin.o > > + srv_tgtobj=3D"linux-low.o linux-bfin-low.o" > > + srv_linux_usrregs=3Dyes > > + srv_linux_thread_db=3Dyes > > + ;; >=20 > Is this a generic bfin target or should is a bfin-*linux target. >=20 > Seeing linux-*low.o on the right hand side of the case, my feeling is > the $target should be fbin-*-linux* we use gdbserver for bfin-uclinux (FLAT) and bfin-linux-uclibc (FDPIC)=20 targets. looking at the other targets in the configure file, i guess i sho= uld=20 restrict it to bfin-*-*linux* rather than bfin-*. -mike --nextPart1469314.Ls23i9OeX4 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) iQIcBAABAgAGBQJNCAhkAAoJEEFjO5/oN/WBPZ0QAJYcWZH1yzQe7LgGoKxHlcpR pMIQHdsOogln+e8VkL/V1Ex/XTX/eF6kKHm8Zu3QuBYu1K5Pp3Q/vuNgdg/FDmHf zGylNT1NLdme/khQYKQ9/J+bVkTv0rJve0NHou2fKU+yg1GyTocR1LMIIwYshygl qIwb+iATrgqv0Do1gvLE9FzRYY3DCtPxIiFAP1UHJ9k0BFq7Mjn5YZ6VzzdqtDFX PkZL4zeLxZH3IIQ6roSUyZ889HuKCifjOqerC+Y5I2wGLJmiHO8+2YsqafDuTyfD XCk301fJ5iqi1Ki+sKno6jq26VSHlql+WjZ/yigGwoa5FeMP2MH9LBo/UzcpfFmD VirKs/wMw2E+SDL4Y2a+BOUrjud9Zl7rBVqQbWJ+z5kBL4hMsddcJ36hUQNd4Sou JaqABlb95813hqAvURMBiVwzMOzJmoYQoNPUXF8AMCac3Tl5GqqfLEJ8EwqH4wpe Ltx0IKmzTwthdHh4dsF+8j8ACe9VQETejr3p29KZCvFCP1J6mj4DGYjEVeXQaWeO /wxDtNRFD83jZaHwhlDbT608nq1htF5hrO2/iZ09IQVIc67qAOkd6JjQu/EZW0KP gaNysgXTQDaL8OF2viAIEfpTVboW4Fe1qsuwm7sl060N0B8frowUGaaIdyjZ67Tz T7yaAviC9Jvu1MTtaVJM =yS3S -----END PGP SIGNATURE----- --nextPart1469314.Ls23i9OeX4--