x86/Intel: improve diagnostics for ambiguous VCVT* operands
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-unwind.s
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
This page took 0.031517 seconds and 4 git commands to generate.