[patch] x86_64: CFI unwinding stop in _start

Roland McGrath roland@hack.frob.com
Fri Mar 16 19:33:00 GMT 2012


> +	cfi_startproc;
> +	/* Clearing frame pointer is insufficient, use CFI.  */
> +	cfi_undefined (rip);

You don't need semicolons after assembly statements.



More information about the Libc-alpha mailing list