Revert "interrupts: use weak linkage instead ..."
This reverts commit 140863f6a7
.
This was found to be causing problems with certain linkers which
generate different code depending on whether a symbol is weak or
not.
Fixes #11916
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
cd255744d0
commit
ce8e1ecd2d
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
/* Interrupts */
|
||||
#define IRQ_VECTOR_TABLE .gnu.linkonce.irq_vector_table
|
||||
#define SW_ISR_TABLE .sw_isr_table
|
||||
#define SW_ISR_TABLE .gnu.linkonce.sw_isr_table
|
||||
|
||||
/* Architecture-specific sections */
|
||||
#if defined(CONFIG_ARM)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue