x86-64: don't accept supposedly disabled MOVQ forms
[binutils-gdb.git] / gas / testsuite / gas / elf / attach-err.s
1
2 /* Test the error messages that should be generated. */
3 .attach_to_group does.not.exist /* This is OK, the group does not have to exist. */
4 .attach_to_group foo.group /* Already attached. */
5 .attach_to_group /* Missing group name. */