2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.am: rbtx4925 and rbtx4938 had copies of the same file with
	only minor differences. Both now use shared/irq/exception.S
	* startup/exception.S: Removed.
This commit is contained in:
Joel Sherrill
2010-05-13 18:08:36 +00:00
parent e9e755212f
commit b68c2f749a
6 changed files with 14 additions and 1264 deletions
+6
View File
@@ -1,3 +1,9 @@
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: rbtx4925 and rbtx4938 had copies of the same file with
only minor differences. Both now use shared/irq/exception.S
* startup/exception.S: Removed.
2010-04-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Revert previous change. Remove .reginfo from .bss
+1 -1
View File
@@ -37,7 +37,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
../../shared/bootcard.c ../../shared/sbrk.c \
../../shared/gnatinstallhandler.c ../../shared/setvec.c \
startup/inittlb.c \
startup/idtmem.S startup/idttlb.S startup/exception.S
startup/idtmem.S startup/idttlb.S ../shared/irq/exception.S
# clock
noinst_PROGRAMS += clock.rel
File diff suppressed because it is too large Load Diff
+6
View File
@@ -1,3 +1,9 @@
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: rbtx4925 and rbtx4938 had copies of the same file with
only minor differences. Both now use shared/irq/exception.S
* startup/exception.S: Removed.
2010-04-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Revert previous change. Remove .reginfo from .bss
+1 -1
View File
@@ -37,7 +37,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsppredriverhook.c \
../../shared/bootcard.c ../../shared/sbrk.c \
../../shared/gnatinstallhandler.c ../../shared/setvec.c \
startup/inittlb.c \
startup/idtmem.S startup/idttlb.S startup/exception.S
startup/idtmem.S startup/idttlb.S ../shared/irq/exception.S
# clock
noinst_PROGRAMS += clock.rel
File diff suppressed because it is too large Load Diff