public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] VSR_TABLE
@ 2001-02-27  3:34 Suzuki, RyosIII
  2001-02-27  4:00 ` Jesper Skov
  0 siblings, 1 reply; 5+ messages in thread
From: Suzuki, RyosIII @ 2001-02-27  3:34 UTC (permalink / raw)
  To: ecos-discuss

Hello all,

I realized a problem in current CVS sources about SH4.
SH4 is expanded about exception code,  Its vsr_table size is bigger than 
SH3's one.
so I changed the source, "packages/hal/sh/arch/current/src/vectors.S", as 
following.

288c288
<         .long    CYG_LABEL_DEFN(hal_vsr_table)+CYGNUM_HAL_VECTOR_INTERRUPT*4
---
>          .long 
>CYG_LABEL_DEFN(hal_vsr_table)+CYGNUM_HAL_VSR_EXCEPTION_COUNT*4

in orignal source, jump to cyg_hal_default_exception_vsr on SH4 when a 
interrupt is occured.

Thank you,
-- 
Suzuki,Ryouzaburou
ryos@sinby.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-02-27 10:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-27  3:34 [ECOS] VSR_TABLE Suzuki, RyosIII
2001-02-27  4:00 ` Jesper Skov
2001-02-27  6:24   ` Suzuki, RyosIII
2001-02-27  6:29     ` Gary Thomas
2001-02-27 10:29       ` Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).