This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: output dwarf2 unwind info via asm directives


On Tue, Aug 5, 2008 at 10:45 AM, Richard Henderson <rth@twiddle.net> wrote:
> Having the compiler emit dwarf2 unwind info via assembler directives
> makes it possible to add those same directives to inline assembly,
> and have everything come out correct in the end.
>

There exist some assemblers which support most of the cfi directives
but don't support cfi_personality directive and I noticed your check
for these directives don't include the test for cfi_personality.

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]