------- 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