public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH: Fix unwind info in arch/ia64/lib/memset.S
@ 2005-02-03 23:38 H. J. Lu
  2005-02-04  1:05 ` David Mosberger
  0 siblings, 1 reply; 2+ messages in thread
From: H. J. Lu @ 2005-02-03 23:38 UTC (permalink / raw)
  To: linux-ia64

I got

arch/ia64/lib/memset.S:62: Warning: .save outside of prologue


H.J.
--- linux/arch/ia64/lib/memset.S.unwind	2005-02-03 10:46:27.000000000 -0800
+++ linux/arch/ia64/lib/memset.S	2005-02-03 15:35:36.000000000 -0800
@@ -57,10 +57,10 @@ GLOBAL_ENTRY(memset)
 { .mmi
 	.prologue
 	alloc	tmp = ar.pfs, 3, 0, 0, 0
-	.body
 	lfetch.nt1 [dest]			//
 	.save   ar.lc, save_lc
 	mov.i	save_lc = ar.lc
+	.body
 } { .mmi
 	mov	ret0 = dest			// return value
 	cmp.ne	p_nz, p_zr = value, r0		// use stf.spill if value is zero

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH: Fix unwind info in arch/ia64/lib/memset.S
  2005-02-03 23:38 PATCH: Fix unwind info in arch/ia64/lib/memset.S H. J. Lu
@ 2005-02-04  1:05 ` David Mosberger
  0 siblings, 0 replies; 2+ messages in thread
From: David Mosberger @ 2005-02-04  1:05 UTC (permalink / raw)
  To: linux-ia64

>>>>> On Thu, 3 Feb 2005 15:38:54 -0800, "H. J. Lu" <hjl@lucon.org> said:

  HJ> I got
  HJ> arch/ia64/lib/memset.S:62: Warning: .save outside of prologue

Good catch!

	--david

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-02-04  1:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-03 23:38 PATCH: Fix unwind info in arch/ia64/lib/memset.S H. J. Lu
2005-02-04  1:05 ` David Mosberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox