From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16267 invoked by alias); 23 Aug 2003 09:41:59 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16256 invoked from network); 23 Aug 2003 09:41:58 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sources.redhat.com with SMTP; 23 Aug 2003 09:41:58 -0000 Received: from Hermes.suse.de (Hermes.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 6D8ED14F029C for ; Sat, 23 Aug 2003 11:40:39 +0200 (CEST) Received: from aj by arthur.inka.de with local (Exim 4.12) id 19qUsv-0003Dx-00 for gdb-patches@sources.redhat.com; Sat, 23 Aug 2003 11:40:37 +0200 To: gdb-patches@sources.redhat.com Subject: Fix i387_supply_fxsave fall-out From: Andreas Jaeger Date: Sat, 23 Aug 2003 09:41:00 -0000 Message-ID: User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Portable Code, linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2003-08/txt/msg00414.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 1089 Mark, I now get with current CVS: /cvs/src-gdb/src/gdb/x86-64-tdep.c: In function `x86_64_supply_fxsave': /cvs/src-gdb/src/gdb/x86-64-tdep.c:1298: error: too few arguments to functi= on `i387_supply_fxsave' Ok to commit the appended patch? Andreas 2003-08-23 Andreas Jaeger * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to i387_supply_fxsave. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: gdb/x86-64-tdep.c --- gdb/x86-64-tdep.c 18 Aug 2003 20:04:55 -0000 1.89 +++ gdb/x86-64-tdep.c 23 Aug 2003 09:38:34 -0000 @@ -1295,7 +1295,7 @@ x86_64_init_abi (struct gdbarch_info inf void x86_64_supply_fxsave (char *fxsave) { - i387_supply_fxsave (fxsave); + i387_supply_fxsave (fxsave, -1); =20 if (fxsave) { --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SuSE Linux AG, Deutschherrnstr. 15-19, 90429 N=FCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature Content-length: 197 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQA/RzaUOJpWPMJyoSYRAj3nAJ9CEVFYcr0Ii2Icnzo/97kAXSlNIACeKjOv P8GxtTPRD6LgXzZT23bYg48= =T127 -----END PGP SIGNATURE----- --=-=-=--