summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-18 18:37:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-18 18:37:48 +0000
commit7e7143e223dfd05f3d453f59c96ac8d432cb95ef (patch)
tree249cf76758a39aa811e515b26e3a81c18e047752
parentUpdated to reflect --enable-gcc28 and --enable-libcdir options. (diff)
downloadrtems-7e7143e223dfd05f3d453f59c96ac8d432cb95ef.tar.bz2
Duplicated timerisr symbol as _timerisr to avoid tool naming problems.
-rw-r--r--c/src/lib/libbsp/i960/cvme961/timer/timerisr.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i960/cvme961/timer/timerisr.s b/c/src/lib/libbsp/i960/cvme961/timer/timerisr.s
index 417dfca086..e6963b3285 100644
--- a/c/src/lib/libbsp/i960/cvme961/timer/timerisr.s
+++ b/c/src/lib/libbsp/i960/cvme961/timer/timerisr.s
@@ -30,8 +30,14 @@
.set T1CSR, 0x0a # T1 command/status reg
.set RELOAD, 0x24 # clr IP & IUS,allow countdown
+/*
+ * Duplicating this symbol is stupid but eliminates
+ * toolset variation problems.
+ */
PUBLIC(timerisr)
+ PUBLIC(_timerisr)
SYM (timerisr):
+SYM (_timerisr):
#ldconst 1,r4
#modpc 0,r4,r4 # enable tracing