--- glibc-2.3.2/linuxthreads/sysdeps/unix/sysv/linux/alpha/vfork.S.orig 2004-05-13 01:47:46.000000000 -0400 +++ glibc-2.3.2/linuxthreads/sysdeps/unix/sysv/linux/alpha/vfork.S 2004-05-13 01:48:17.000000000 -0400 @@ -23,7 +23,7 @@ .globl __vfork .type __vfork, @function .usepv __vfork, std - cfi_startproc + .cfi_startproc __vfork: ldgp gp, 0(pv) PSEUDO_PROF @@ -47,22 +47,22 @@ fork and vfork object files. */ $do_fork: subq sp, 16, sp - cfi_adjust_cfa_offset(16) + .cfi_adjust_cfa_offset(16) stq ra, 0(sp) - cfi_offset(ra, -16) + .cfi_offset ra, -16 jsr ra, HIDDEN_JUMPTARGET (__fork) ldgp gp, 0(ra) ldq ra, 0(sp) addq sp, 16, sp - cfi_restore(ra) - cfi_adjust_cfa_offset(-16) + .cfi_restore(ra) + .cfi_adjust_cfa_offset(-16) ret $syscall_error: SYSCALL_ERROR_HANDLER #endif - cfi_endproc + .cfi_endproc .size __vfork, .-__vfork libc_hidden_def (__vfork)