This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/30687] undocumented attributes on ia64
- From: "wilson at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Feb 2007 22:10:56 -0000
- Subject: [Bug target/30687] undocumented attributes on ia64
- References: <bug-30687-7834@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from wilson at gcc dot gnu dot org 2007-02-05 22:10 -------
Model and version_id are already documented. It is only syscall_linkage that
is undocmented, and that would be my fault.
Meanwhile, you can find info about it in the gcc sources, in the file
gcc/config/ia64/ia64.c. The overlapping register windows implemented by the
IA-64 architecture can cause kernel internal data to leak out to user processes
if one is not careful. The syscall_linkage attribute modies the ABI slightly
to prevent this, and it should be used on user entry points to the kernel.
--
wilson at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wilson at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-02-05 22:10:56
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30687