diff options
author | Mark Salter <msalter@redhat.com> | 2002-01-15 14:20:37 +0000 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2002-01-15 14:20:37 +0000 |
commit | f5312760f37e26e1b1135a3b1363560ff7874560 (patch) | |
tree | 8be43dfe1ca9d4ce448f0a4725829cbd83ca393d /libgloss | |
parent | 19612220a30975de7f9f45ded92006277dcab70d (diff) | |
download | newlib-f5312760f37e26e1b1135a3b1363560ff7874560.zip newlib-f5312760f37e26e1b1135a3b1363560ff7874560.tar.gz newlib-f5312760f37e26e1b1135a3b1363560ff7874560.tar.bz2 |
Remove default interrupt routines.
Diffstat (limited to 'libgloss')
-rw-r--r-- | libgloss/xstormy16/crt0_stub.s | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/libgloss/xstormy16/crt0_stub.s b/libgloss/xstormy16/crt0_stub.s index ce3ad36..14ec471 100644 --- a/libgloss/xstormy16/crt0_stub.s +++ b/libgloss/xstormy16/crt0_stub.s @@ -79,33 +79,6 @@ _int_reset: .hword 0x0006 br 0b -1: .size _int_reset,1b-_int_reset - -# Stub interrupt routines. - .globl _int_timer0 - .weak _int_timer0 - .globl _int_timer1 - .weak _int_timer1 - .globl _int_sio0 - .weak _int_sio0 - .globl _int_sio1 - .weak _int_sio1 - .globl _int_port0 - .weak _int_port0 - .globl _int_port1 - .weak _int_port1 - .globl _int_basetimer - .weak _int_basetimer -_int_timer0: -_int_timer1: -_int_sio0: -_int_sio1: -_int_port0: -_int_port1: -_int_basetimer: - iret -1: .size _int_timer0,1b-_int_timer0 - _int_sys: push r13 mov r13,#registers |