arm: remove old GDB_INFO support
That module is not used anymore: it was introduced pre-Zephyr to add some kind of awareness when debugging ARM Cortex-M3 code with GDB but was never really used by anyone. It has bitrotted, and with the recent move of the tTCS and tNANO data structures to common _kernel and k_thread, it does not even compile anymore. Jira: ZEP-1284, ZEP-951 Change-Id: Ic9afed00f4229324fe5d2aa97dc6f1c935953244 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1f2a5791bc
commit
5ad2905532
15 changed files with 4 additions and 376 deletions
|
@ -56,10 +56,6 @@
|
|||
#define SECURITY_FRDM_K64F security_frdm_k64f
|
||||
#define IRQ_VECTOR_TABLE irq_vector_table
|
||||
|
||||
#if defined(CONFIG_GDB_INFO) && !defined(CONFIG_SW_ISR_TABLE)
|
||||
#define GDB_STUB_IRQ_VECTOR_TABLE gdb_stub_irq_vector_table
|
||||
#endif /* CONFIG_GDB_INFO && !CONFIG_SW_ISR_TABLE */
|
||||
|
||||
#elif defined(CONFIG_ARC)
|
||||
|
||||
#define IRQ_VECTOR_TABLE irq_vector_table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue