cc2538: Remove the unused vtable section
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
This commit is contained in:
parent
37e73894f1
commit
fe4eb545c0
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ SECTIONS
|
|||
.data :
|
||||
{
|
||||
_data = .;
|
||||
*(vtable)
|
||||
*(.data*)
|
||||
_edata = .;
|
||||
} > SRAM AT > FLASH
|
||||
|
|
Loading…
Reference in a new issue