Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Salter <msalter@redhat.com>2002-01-15 17:19:49 +0300
committerMark Salter <msalter@redhat.com>2002-01-15 17:19:49 +0300
commit19612220a30975de7f9f45ded92006277dcab70d (patch)
treef6c2097f3a0fd5093c476a52e47a9fab685ff5ef /libgloss/xstormy16
parent7b5c105b618cf7863ecc3e99bc73de7580fe5c14 (diff)
Provide interrupt routine symbols which forward interrupts to user application vectors.
Diffstat (limited to 'libgloss/xstormy16')
-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 1105c26f3..83fbf615f 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 */