By default the unwind information is emitted in the eh_frame section, but when the
.cfi_sections .debug_frame
directive is used, the information is supposed to be emitted in the .debug_frame section. This doesn't seem to work, however. This patch addresses that bug.
unrelated formatting change