> On Jan 18 2023, Michael Matz wrote: > > > The purest solution is to emit unwind tables for all functions that > > request it into .eh_frame and for those that don't request it put > > into .debug_frame (if also -g is on). > > The assembler does not allow switching back to .eh_frame once a > different format has been chosen, so .eh_frame must be either on or off > all the way through.
This is unforutnate (and I did not noticed this earlier). Would it be hard to fix assembler? In general situations like this can be handled by forced partitioning in GCC, but it is not a good solution since we want to keep partitioning algorithm an optional step by design. Honza > > -- > Andreas Schwab, SUSE Labs, sch...@suse.de > GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 > "And now for something completely different."