Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andreas Jaeger <aj@suse.de>
To: gdb-patches@sources.redhat.com
Subject: Fix i387_supply_fxsave fall-out
Date: Sat, 23 Aug 2003 09:41:00 -0000	[thread overview]
Message-ID: <u88ypkr9t7.fsf@gromit.moeb> (raw)

[-- Attachment #1: Type: text/plain, Size: 988 bytes --]


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 function `i387_supply_fxsave'

Ok to commit the appended patch?

Andreas

2003-08-23  Andreas Jaeger  <aj@suse.de>

	* x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
	i387_supply_fxsave.

============================================================
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);
 
   if (fxsave)
     {

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

             reply	other threads:[~2003-08-23  9:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-23  9:41 Andreas Jaeger [this message]
2003-08-23 11:29 ` Mark Kettenis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u88ypkr9t7.fsf@gromit.moeb \
    --to=aj@suse.de \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox