aboutsummaryrefslogtreecommitdiff
path: root/libgloss
diff options
context:
space:
mode:
authorMark Salter <msalter@redhat.com>2002-01-15 14:19:49 +0000
committerMark Salter <msalter@redhat.com>2002-01-15 14:19:49 +0000
commit19612220a30975de7f9f45ded92006277dcab70d (patch)
treef6c2097f3a0fd5093c476a52e47a9fab685ff5ef /libgloss
parent7b5c105b618cf7863ecc3e99bc73de7580fe5c14 (diff)
downloadnewlib-19612220a30975de7f9f45ded92006277dcab70d.zip
newlib-19612220a30975de7f9f45ded92006277dcab70d.tar.gz
newlib-19612220a30975de7f9f45ded92006277dcab70d.tar.bz2
Provide interrupt routine symbols which forward interrupts to user application vectors.
Diffstat (limited to 'libgloss')
-rw-r--r--libgloss/xstormy16/eva_stub.ld9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgloss/xstormy16/eva_stub.ld b/libgloss/xstormy16/eva_stub.ld
index 1105c26..83fbf61 100644
--- a/libgloss/xstormy16/eva_stub.ld
+++ b/libgloss/xstormy16/eva_stub.ld
@@ -9,6 +9,15 @@ MEMORY
ROM (w) : ORIGIN = 0x8000, LENGTH = 0x1000
}
+/* Point interrupt vectors to user application. */
+PROVIDE (_int_basetimer = 0x10004);
+PROVIDE (_int_timer0 = 0x10008);
+PROVIDE (_int_timer1 = 0x1000C);
+PROVIDE (_int_sio0 = 0x10010);
+PROVIDE (_int_sio1 = 0x10014);
+PROVIDE (_int_port0 = 0x10018);
+PROVIDE (_int_port1 = 0x1001C);
+
SECTIONS
{
/* CPU data for Sanyo debugger */