1# First create .eh_frame with the right type.
2.section	.eh_frame,"a",@unwind
3.long 0
4
5# Verify that switching back into .eh_frame does not change
6# its type.
7.section .eh_frame
8.long 1
9