forked from Imagelibrary/rtems
2000-12-19 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Set _VBR to 0 to indicate that the vectors are in RAM not ROM. Thanks to Juan Zamorano <jzamora@fi.upm.es> for debugging this.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2000-12-19 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
|
||||||
|
in RAM not ROM. Thanks to Juan Zamorano <jzamora@fi.upm.es> for
|
||||||
|
debugging this.
|
||||||
|
|
||||||
2000-11-27 Joel Sherrill <joel@OARcorp.com>
|
2000-11-27 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* start/start.S, startup/bspstart.c: Not functional for CPU32
|
* start/start.S, startup/bspstart.c: Not functional for CPU32
|
||||||
|
|||||||
@@ -165,5 +165,6 @@ SECTIONS
|
|||||||
/* These must appear regardless of . */
|
/* These must appear regardless of . */
|
||||||
}
|
}
|
||||||
|
|
||||||
_VBR = 0xFFFFFFFF; /* indicates VBR table is in ROM */
|
/* _VBR = 0xFFFFFFFF; * indicates VBR table is in ROM */
|
||||||
|
_VBR = 0x0; /* indicates VBR table is in RAM */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user