From: Keith Owens <kaos@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] Re: gas generates incorrect ia64 unwind rlen values
Date: Mon, 16 Dec 2002 09:00:23 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590709805569@msgid-missing> (raw)
Another gas bug with ia64 unwind data in binutils-2.11.90.0.8-12.
arch/ia64/lib/memset.S generates unwind data of
<memset>: [0xe0020000005e07c0-0xe0020000005e0be0), info at +0x6aa5e8
v1, flags=0x0 ( ), len=8 bytes
R1:prologue(rlen=1)
R3:body(rlen\x194)
B3:epilogue(t=1,ecount890)
An epilogue count of 3890? I think not. But wait, it gets worse! The
raw info data is
e0020000006aa5e8 01000000 00000100 0161c201 ea01b29e
0100 version 1
0000 no flags
01000000 ulen=1 (8 bytes), followed by 8 bytes 0161c201 ea01b29e
01 Prologue R1, rlen=1
61c201 Body R3, rlen\x194
ea According to IA-64 Software Conventions and Runtime
Architecture Guide August 2000 (24535802.pdf), Appendix B, ea
is not a valid code, B3 records should be e0! Why is gas
generating ea?
01 t=1
b29e uleb128 number with x80 set in both bytes! We have reached
the end of the data area (ulen=1) but uleb128 says there is
more data to come.
Sorry for the surfeit of exclamation marks but the ia64 unwind code is
driving me up the wall. I want kdb to backtrace correctly, all this
garbage data just gets in the way.
next reply other threads:[~2002-12-16 9:00 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-16 9:00 Keith Owens [this message]
2002-12-16 22:12 ` [Linux-ia64] Re: gas generates incorrect ia64 unwind rlen values Keith Owens
2002-12-16 22:12 ` David Mosberger
2002-12-16 22:16 ` David Mosberger
2002-12-16 23:10 ` Jim Wilson
2002-12-17 2:34 ` Keith Owens
2002-12-17 2:51 ` David Mosberger
2002-12-17 3:19 ` David Mosberger
2002-12-17 3:20 ` Keith Owens
2002-12-17 3:25 ` David Mosberger
2002-12-17 3:43 ` Keith Owens
2002-12-17 16:33 ` Patil, Harish
2002-12-19 20:19 ` David Mosberger
2002-12-20 1:46 ` [Linux-ia64] Re: gas generates incorrect ia64 unwind rlen val Patil, Harish
2003-01-18 2:30 ` David Mosberger
2003-03-07 22:28 ` [Linux-ia64] Re: gas generates incorrect ia64 unwind rlen val ues Bjorn Helgaas
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=marc-linux-ia64-105590709805569@msgid-missing \
--to=kaos@sgi.com \
--cc=linux-ia64@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.