From fe4eb545c0b213537eef754c6adc836a5e5bdaea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= Date: Thu, 19 Dec 2013 21:53:03 +0100 Subject: [PATCH] cc2538: Remove the unused vtable section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Benoît Thébaudeau --- cpu/cc2538/cc2538.lds | 1 - 1 file changed, 1 deletion(-) diff --git a/cpu/cc2538/cc2538.lds b/cpu/cc2538/cc2538.lds index fd09ee9b7..71115fbe3 100644 --- a/cpu/cc2538/cc2538.lds +++ b/cpu/cc2538/cc2538.lds @@ -72,7 +72,6 @@ SECTIONS .data : { _data = .; - *(vtable) *(.data*) _edata = .; } > SRAM AT > FLASH