From e934f54c9fe80b8c0962aa4a2cede0988b50c72d Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Wed, 16 Apr 2014 13:12:48 +0400 Subject: [PATCH] LPC11C24: LD script: Implicit function alignment - saves 900 bytes of code for this test --- libuavcan_drivers/lpc11c24/test_olimex_lpc_p11c24/lpc11c24.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libuavcan_drivers/lpc11c24/test_olimex_lpc_p11c24/lpc11c24.ld b/libuavcan_drivers/lpc11c24/test_olimex_lpc_p11c24/lpc11c24.ld index ce44f99d6b..ee28b13dfe 100644 --- a/libuavcan_drivers/lpc11c24/test_olimex_lpc_p11c24/lpc11c24.ld +++ b/libuavcan_drivers/lpc11c24/test_olimex_lpc_p11c24/lpc11c24.ld @@ -32,7 +32,7 @@ SECTIONS /* NO DESTRUCTORS */ - .text : ALIGN(16) SUBALIGN(16) + .text : { *(.text.startup.*) *(.text)