GNU binutils是GNU交叉工具链中的一个源码包

源代码在线查看: v32-err-2.s

软件大小: 15994 K
上传用户: lixuecheng
关键词: GNU binutils 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				; { dg-do assemble }				; { dg-options "--march=common_v10_v32 --em=criself" }				; { dg-error ".word offset handling is not implemented" "err for broken .word" { target cris-*-* } 0 }								; Tests that broken words don't crash, just give a message when				; in compatibility mode.								sym2:	moveq 0,r0					.word	sym1 - sym2					moveq 1,r0					moveq 2,r0					.space	32766, 0				sym1:	moveq 3,r0											

相关资源