* [Linux-ia64] [PATCH] gas fix for .spillsp.p/.spillpsp.p directives
@ 2001-04-27 3:56 David Mosberger
2001-04-27 21:45 ` Jim Wilson
0 siblings, 1 reply; 2+ messages in thread
From: David Mosberger @ 2001-04-27 3:56 UTC (permalink / raw)
To: linux-ia64
The attached patch fixes a bug in the gas .spillsp.p/.spillpsp.p
directives. Could someone check this into the official binutils
tree?
Thanks,
--david
2001-04-26 David Mosberger <davidm@hpl.hp.com>
* config/tc-ia64.c (dot_spillmem_p): Fix output_spill_?sprel_p()
argument passing order: predicate goes last, not first.
Index: config/tc-ia64.c
=================================RCS file: /cvs/src/src/gas/config/tc-ia64.c,v
retrieving revision 1.48
diff -u -r1.48 tc-ia64.c
--- config/tc-ia64.c 2001/04/14 03:51:40 1.48
+++ config/tc-ia64.c 2001/04/27 03:53:23
@@ -3613,9 +3613,9 @@
}
if (psprel)
- add_unwind_entry (output_spill_psprel_p (qp, ab, reg, e3.X_add_number));
+ add_unwind_entry (output_spill_psprel_p (ab, reg, e3.X_add_number, qp));
else
- add_unwind_entry (output_spill_sprel_p (qp, ab, reg, e3.X_add_number));
+ add_unwind_entry (output_spill_sprel_p (ab, reg, e3.X_add_number, qp));
}
static void
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Linux-ia64] [PATCH] gas fix for .spillsp.p/.spillpsp.p directives
2001-04-27 3:56 [Linux-ia64] [PATCH] gas fix for .spillsp.p/.spillpsp.p directives David Mosberger
@ 2001-04-27 21:45 ` Jim Wilson
0 siblings, 0 replies; 2+ messages in thread
From: Jim Wilson @ 2001-04-27 21:45 UTC (permalink / raw)
To: linux-ia64
HJ added it to the FSF binutils trunk, and to his own binutils sources. I
added it to the FSF binutils 2.11 branch, so that it will appear in 2.11.1.
Jim
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-04-27 21:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-27 3:56 [Linux-ia64] [PATCH] gas fix for .spillsp.p/.spillpsp.p directives David Mosberger
2001-04-27 21:45 ` Jim Wilson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox