zephyr/arch/common
Andrew Boie 140863f6a7 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: Andrew Boie <andrew.p.boie@intel.com>
2018-11-10 11:01:22 -05:00
..
CMakeLists.txt arch: common: add function for updating IRQ table 2018-11-10 11:01:22 -05:00
gen_isr_tables.py
isr_tables.c interrupts: use weak linkage instead of linkonce 2018-11-10 11:01:22 -05:00
sw_isr_common.c arch: common: add function for updating IRQ table 2018-11-10 11:01:22 -05:00
timing_info_bench.c