<div dir="ltr">Gedare.. can you delete <a href="https://codein.withgoogle.com/dashboard/tasks/5302925211467776/">https://codein.withgoogle.com/dashboard/tasks/5302925211467776/</a> which I think is the GCI task for this activity.<div><br></div><div>Sebastian.. you already committed this but the GCI students are putting before and after sizes for every sample test for every variant of the BSP in their commit message. This way we have a real record of the size impact.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 20, 2016 at 3:16 AM, Sebastian Huber <span dir="ltr"><<a href="mailto:sebh@rtems.org" target="_blank">sebh@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Module:    rtems<br>
Branch:    master<br>
Commit:    ac84d42e7241677828d08191fb0b970839f8535d<br>
Changeset: <a href="http://git.rtems.org/rtems/commit/?id=ac84d42e7241677828d08191fb0b970839f8535d" rel="noreferrer" target="_blank">http://git.rtems.org/rtems/commit/?id=ac84d42e7241677828d08191fb0b970839f8535d</a><br>
<br>
Author:    Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>><br>
Date:      Mon Oct 26 09:10:22 2015 +0100<br>
<br>
bsp/qoriq: Function and data sections<br>
<br>
---<br>
<br>
 c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_t2080rdb.cfg | 3 +++<br>
 1 file changed, 3 insertions(+)<br>
<br>
diff --git a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_t2080rdb.cfg b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_t2080rdb.cfg<br>
index 110316f..814526d 100644<br>
--- a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_t2080rdb.cfg<br>
+++ b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_t2080rdb.cfg<br>
@@ -10,3 +10,6 @@ CPU_CFLAGS = -mcpu=e6500 -m32 -msdata=sysv -fno-common \<br>
        -D__ppc_generic<br>
<br>
 CFLAGS_OPTIMIZE_V = -O2 -g<br>
+CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections<br>
+<br>
+LDFLAGS = -Wl,--gc-sections<br>
<br>
_______________________________________________<br>
vc mailing list<br>
<a href="mailto:vc@rtems.org">vc@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/vc" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/vc</a><br>
</blockquote></div><br></div>