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:
Joel Sherrill
2000-12-19 18:24:00 +00:00
parent 7d18fdc120
commit d4f0eefd43
2 changed files with 8 additions and 1 deletions

View File

@@ -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>
* start/start.S, startup/bspstart.c: Not functional for CPU32

View File

@@ -165,5 +165,6 @@ SECTIONS
/* 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 */