From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9834 invoked by alias); 12 Apr 2012 05:33:21 -0000 Received: (qmail 9824 invoked by uid 22791); 12 Apr 2012 05:33:20 -0000 X-SWARE-Spam-Status: No, hits=-8.1 required=5.0 tests=AWL,BAYES_00,KHOP_PGP_SIGNED,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,TW_RG,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; Thu, 12 Apr 2012 05:33:07 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 043BE1B4025; Thu, 12 Apr 2012 05:33:06 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: Re: [PATCH] gdb: add callback defines for new ARGV handling Date: Thu, 12 Apr 2012 06:27:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.4.0-rc1; KDE/4.6.5; x86_64; ; ) Cc: toolchain-devel@blackfin.uclinux.org References: <1294308908-23356-1-git-send-email-vapier@gentoo.org> In-Reply-To: <1294308908-23356-1-git-send-email-vapier@gentoo.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2749737.XORmF0yxDB"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201204120133.47822.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: 2012-04/txt/msg00277.txt.bz2 --nextPart2749737.XORmF0yxDB Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-length: 747 On Thursday 06 January 2011 05:15:08 Mike Frysinger wrote: > The common sim code has slightly unfinished support for these already, > but even arch ports are unable to handle these if the common header does > not define them. This is because the generated callback header includes > simple common gdb/sim headers only which causes it to skip the new ARGV > syscalls. Plus, it isn't like providing these in the common header will > break any sim targets which don't want them. i've merged this as the gdb/callback.h should be in sync with the libgloss= =20 syscalls. if we decide to drop stuff from libgloss, we can do it in both=20 places. but for now, this makes argv passing work in the Blackfin sim and= =20 libgloss/newlib targets. -mike --nextPart2749737.XORmF0yxDB 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.17 (GNU/Linux) iQIcBAABAgAGBQJPhmk7AAoJEEFjO5/oN/WBHXEQAM3EjAOIYqjf5WhWgLa1SLtJ us90Xz2Ma9H3yZCXR5lUgYU+27WwLgYZ/S+u/jvCzXgU/ncreSECoN/Vl+5+Bifo lNmKusUd+U8nJ2/Ox2bL4iG6bdEfvMx4h732Qh6L/cPSd97qKlrK2bpjuqk7NP3L UnKqKYIiUcrgXjokMi8Bs8PGvO7YdqAn8ISqKRrX4okAaF0CBFdw8hWqir+MlXUq 77QT0r6LBNWDnI8DMRIksl6lijseIuk6aUWFR3LVeKIlWjjvPyzWRDL5PB6umZwb IGOvnFGM1tWwD8DAJ/shj49k73Nj3efkw4eQSPpYOwA/pA6mPARQOx0TSzQTDqxH TNuvoLQbJd2Uv8ywiBke4/yGXvMWPbH1lW4LOCfWUtX/6D9BSD2n32NhD2NAO3Lj ld31xPIEVzJHkQavq0VWEKZVw1DmBXtxyQQfV2LG1Nlx9swqRNVpGB2inlXRA15l fUUNU1PSN5CtinwU224ZRjQzaen4Y8Gqsv8ElN/cY+b0RmzeVO1wwDlnJZps6+Cs fcBkoVDRuF06M64fiY317cpX4QgkSaB98fTkIUBNRc7aF4hz2qYqNeg8Si/pQWiH phKe0fZmrslYRraNXZMz2kquZzhZjBuIpqEglh2y0b+eZHRrfE/yB0mVT2E1pN/7 X1Kcbr35zgEUG4YQrdL+ =uBvW -----END PGP SIGNATURE----- --nextPart2749737.XORmF0yxDB--