forked from Imagelibrary/rtems
2010-08-26 Gedare Bloom <giddyup44@yahoo.com>
PR 1691/bsps * shared/include/traptable.h: Double the size of TABLE_SIZE to copy code branched to from the trap table.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2010-08-26 Gedare Bloom <giddyup44@yahoo.com>
|
||||||
|
|
||||||
|
PR 1691/bsps
|
||||||
|
* shared/include/traptable.h: Double the size of TABLE_SIZE to copy
|
||||||
|
code branched to from the trap table.
|
||||||
|
|
||||||
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
* shared/startup/linkcmds: Add .gcc_except_table*.
|
* shared/startup/linkcmds: Add .gcc_except_table*.
|
||||||
|
|||||||
@@ -13,7 +13,8 @@
|
|||||||
/* This file can be included by assembly code */
|
/* This file can be included by assembly code */
|
||||||
|
|
||||||
#define ENTRY_SIZE (32)
|
#define ENTRY_SIZE (32)
|
||||||
#define TABLE_SIZE (1024*ENTRY_SIZE)
|
|
||||||
|
#define TABLE_SIZE (1024*ENTRY_SIZE * 2 /* HACK */ )
|
||||||
|
|
||||||
#ifndef ASM
|
#ifndef ASM
|
||||||
extern void* trap_table[TABLE_SIZE];
|
extern void* trap_table[TABLE_SIZE];
|
||||||
|
|||||||
Reference in New Issue
Block a user