Skip to content
Commit 140863f6 authored by Andrew Boie's avatar Andrew Boie Committed by Anas Nashif
Browse files

interrupts: use weak linkage instead of linkonce



.gnu.linkonce is an internal undocumented ld feature.
Just use __weak, which does the same thing we want.

This is only done for _sw_isr_table. _irq_vector_table
is left alone due to unwanted interactions between
__weak and the ld KEEP() directive.

Signed-off-by: default avatarAndrew Boie <andrew.p.boie@intel.com>
parent 506f15c3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment