* Fix i387_supply_fxsave fall-out
@ 2003-08-23 9:41 Andreas Jaeger
2003-08-23 11:29 ` Mark Kettenis
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Jaeger @ 2003-08-23 9:41 UTC (permalink / raw)
To: gdb-patches
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Fix i387_supply_fxsave fall-out
2003-08-23 9:41 Fix i387_supply_fxsave fall-out Andreas Jaeger
@ 2003-08-23 11:29 ` Mark Kettenis
0 siblings, 0 replies; 2+ messages in thread
From: Mark Kettenis @ 2003-08-23 11:29 UTC (permalink / raw)
To: Andreas Jaeger; +Cc: gdb-patches
Andreas Jaeger <aj@suse.de> writes:
> 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?
Argh! I did make that change in my working, but didn't check it in.
Sorry about that. Yes, please check this in.
Mark
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-08-23 11:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-23 9:41 Fix i387_supply_fxsave fall-out Andreas Jaeger
2003-08-23 11:29 ` Mark Kettenis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox