• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/sh64/compact/
1# sh testcase for brk -*- Asm -*-
2# mach: all
3# as: -isa=shcompact
4# ld: -m shelf32
5
6	.include "compact/testutils.inc"
7
8	start
9	.global brk
10brk:
11	# If we hit the breakpoint, the sim will stop.
12	pass
13
14	# FIXME: breakpoint instruction.
15	# The SH4 assembler doesn't know about "brk".
16	.word 0x003b
17bad:
18	fail
19