This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [patch] x86_64: CFI unwinding stop in _start
- From: Roland McGrath <roland at hack dot frob dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Fri, 16 Mar 2012 12:33:27 -0700 (PDT)
- Subject: Re: [patch] x86_64: CFI unwinding stop in _start
- References: <20120316180551.GA6291@host2.jankratochvil.net>
> + cfi_startproc;
> + /* Clearing frame pointer is insufficient, use CFI. */
> + cfi_undefined (rip);
You don't need semicolons after assembly statements.