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


Andreas Tobler wrote:
for the record, I use a pretty old toolchain, with gcc 3.4.6 and binutils 2.15.92 on linux x86. And it fails with unknown pseudo-op .cfi_personality.

Ok, will update for that next.


Might it be possible to add a check and disable .cfi_personality where not available?

Lemme think about that. It should certainly be possible to use the unwind directives for C, even if we can't for C++ due to the missing functionality.


r~



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