forked from Imagelibrary/rtems
2006-06-02 Jay Monkman <jtm@lopingdog.com>
* startup/linkcmds: Removed unnecessary global definition of
bsp_vector_table.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-06-02 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* startup/linkcmds: Removed unnecessary global definition of
|
||||
bsp_vector_table.
|
||||
|
||||
2006-06-02 Jay Monkman <jtm@lopingdog.com>
|
||||
|
||||
* times: Reran timing tests and updated 'times' file.
|
||||
|
||||
@@ -76,9 +76,6 @@ SECTIONS
|
||||
rtems_vector_table = .;
|
||||
. += (8 * 4); /* 8 ARM interrupts */
|
||||
|
||||
bsp_vector_table = .;
|
||||
. += (64 * 4); /* 64 MC9328MXL interrupts */
|
||||
|
||||
. = ALIGN (0x100);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user