From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49389 invoked by alias); 11 Oct 2015 03:59:43 -0000 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 Received: (qmail 49334 invoked by uid 89); 11 Oct 2015 03:59:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD 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; Sun, 11 Oct 2015 03:59:28 +0000 Received: from vapier.lan (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 3E547340634; Sun, 11 Oct 2015 03:59:26 +0000 (UTC) Date: Sun, 11 Oct 2015 03:59:00 -0000 From: Mike Frysinger To: James Bowman Cc: "gdb-patches@sourceware.org" Subject: Re: [PATCH, FT32] sim: test coverage for link parameters, PM write port Message-ID: <20151011035925.GD4119@vapier.lan> Mail-Followup-To: James Bowman , "gdb-patches@sourceware.org" References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="H8ygTp4AXg6deix2" Content-Disposition: inline In-Reply-To: X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00125.txt.bz2 --H8ygTp4AXg6deix2 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1310 On 07 Oct 2015 15:19, James Bowman wrote: > Adds test coverage for recent features. >=20 > OK to apply? doesn't seem to actually work: $ make check-sim ... Testing basic.s on machine ft32. Executing on host: /usr/local/src/gnu/gdb/build/build-ft32/gas/as-new=20 ../../../../sim/testsuite/sim/ft32/basic.s -I../../../../sim/testsuite/sim= /ft32 -o basic.s.o (timeout =3D 300) spawn /usr/local/src/gnu/gdb/build/build-ft32/gas/as-new ../../../../sim/te= stsuite/sim/ft32/basic.s -I../../../../sim/testsuite/sim/ft32 -o basic.s.o Executing on host: /usr/local/src/gnu/gdb/build/build-ft32/ld/ld-new basic.= s.o -o basic.s.x (timeout =3D 300) spawn /usr/local/src/gnu/gdb/build/build-ft32/ld/ld-new basic.s.o -o basic.= s.x basic.s.o: In function `__start': (.text+0x50): undefined reference to `__PMSIZE' basic.s.o: In function `__start': (.text+0x6c): undefined reference to `__RAMSIZE' linker exited with status 1 linker output is: basic.s.o: In function `__start': (.text+0x50): undefined reference to `__PMSIZE' basic.s.o: In function `__start': (.text+0x6c): undefined reference to `__RAMSIZE' basic.s.o: In function `__start': (.text+0x50): undefined reference to `__PMSIZE' basic.s.o: In function `__start': (.text+0x6c): undefined reference to `__RAMSIZE' FAIL: ft32 basic.s (linking) -mike --H8ygTp4AXg6deix2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWGd6dAAoJEEFjO5/oN/WBzBUQAMo6wtarTVEaP3TNeSs3vgWL TYprf/M6luqI8hNb5hbsI8JP+xBJftkScOTd+oL+D3xW9/RHJPO2/jbNFOTJvBRO cAUU5TrJ3p4xMq4GhRjW/XIYY3vY8MzqoWq7RxrSTanyTibRs54/c+bP7HB2pb39 PvduuL/UTBwJ0a48DgAFbnWZaeSlsUxHHSNNeV02yYzytDllzBbm7piY0qhmj3l9 HgEw/R5+EXnc5kZ40JbkzESFTi6c4IwbTB2t8tdspp3bW0nBQH9Jd09NsojtX2e2 sXoH8OwojMn1FauGr+xAVroMjrKG8MgJ5chn/y4/AphCWAyTUz+YeW/lOaBIUOEp 95tp2Fgq56+LAMpm5rrdK++RwqYjx81JUH6L+M9CcgR7xzil+f7DNRkehvDBxqhb a41yvWkJwdd2KMo+svOXRHpd0yF7mFn0yx7xr8+CZgp8t/9rUieQHJKZ9DmWrLXb ZbvjollUJy2o3NSO01qAua/srHVQ20hdvAH8iMfnuN3e7VspvpLVBQZMTtIy6wQ8 NVjRglnBOdk+alWMM2Tfog3Rfpit6mfbMl8M9KI2IeebBIdpGnQ/I8yLcqbIowQ4 AOMUvJUov4D3ZkVU2po9RO/yOCLvtZHU7dFE5yi4en2CLeQzx9z4Tqf7YefW2PUC 1lCLPDBsqMKEp4wAvB5V =hlzA -----END PGP SIGNATURE----- --H8ygTp4AXg6deix2--