Author: ps-guest Date: 2006-01-18 19:27:45 +0000 (Wed, 18 Jan 2006) New Revision: 1070
Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/bits/sigcontext.h Log: amd64 - profil-counter.h needs sigcontext.sc_pc Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/bits/sigcontext.h =================================================================== --- trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/bits/sigcontext.h 2006-01-18 19:22:38 UTC (rev 1069) +++ trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/bits/sigcontext.h 2006-01-18 19:27:45 UTC (rev 1070) @@ -106,4 +106,9 @@ long sc_spare[8]; }; +/* Traditional BSD names for some members. */ +#define sc_sp sc_rsp /* Stack pointer. */ +#define sc_fp sc_rbp /* Frame pointer. */ +#define sc_pc sc_rip /* Process counter. */ + #endif /* _BITS_SIGCONTEXT_H */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]