OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [sh/] [sh64/] [err-4.s] - Rev 219

Go to most recent revision | Compare with Previous | Blame | View Log

! { dg-do assemble }
! { dg-options "--abi=32 -no-mix" }
 
! Check that we can't have different ISA:s in the same section if disallowed.
 
	.text
	.mode SHmedia
start:
	nop
 
	.mode SHcompact
	nop			! { dg-error "not allowed in same section" }
 
	.section .text.other,"ax"
	.mode SHmedia
	nop
 
	.mode SHcompact
	nop			! { dg-error "not allowed in same section" }
 
	.section .text.more,"ax"
	.mode SHmedia
	nop
 
	.section .text.yetmore,"ax"
	.mode SHcompact
	nop

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.