[PATCH] Fix AMD64 backtrace

Jakub Jelinek jakub@redhat.com
Sat Jan 10 19:24:00 GMT 2004


On Sat, Jan 10, 2004 at 08:22:51PM +0100, Andreas Jaeger wrote:
> @@ -46,6 +47,7 @@ ENTRY (__vfork)
>  
>  	/* Push back the return PC.  */
>  	pushq	%rdi
> +	cfi_adjust_cfa_offset(-7)

You mean -8, right?

	Jakub



More information about the Libc-hacker mailing list