2006-06-02 Jay Monkman <jtm@lopingdog.com>

* startup/linkcmds: Removed unnecessary global definition of
        bsp_vector_table.
This commit is contained in:
Jay Monkman
2006-06-03 03:22:19 +00:00
parent 20e266cab8
commit 1453d92b64
2 changed files with 5 additions and 3 deletions

View File

@@ -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.

View File

@@ -76,9 +76,6 @@ SECTIONS
rtems_vector_table = .;
. += (8 * 4); /* 8 ARM interrupts */
bsp_vector_table = .;
. += (64 * 4); /* 64 MC9328MXL interrupts */
. = ALIGN (0x100);