<div dir="ltr">Hi<div><br></div><div>I think we now have addressed all BSPs for per function section additions. As best</div><div>I can tell, most BSPs had it safely added. A few BSPs did not have KEEP() </div><div>directives in the right and (I think) tickets are filed on all of those. Those BSPs</div><div>also have the commented arguments added to the custom file with a comment</div><div>pointing to the ticket. The following URL should pull those tickets up:</div><div><br></div><div><a href="https://devel.rtems.org/query?status=accepted&status=assigned&status=closed&status=new&status=reopened&description=~KEEP()&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority">https://devel.rtems.org/query?status=accepted&status=assigned&status=closed&status=new&status=reopened&description=~KEEP()&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority</a><br></div><div><br></div><div>I would appreciate a review to double check that all BSP families have had </div><div>function section support added and that the ticket list above matches those</div><div>that are disabled.</div><div><br></div><div>If it helps, this is the script I used to see if function-section support appeared</div><div>in the custom directory. It shows nothing now.</div><div><br></div><div><div>for d in */*/make/custom</div><div>do</div><div>  grep "function-section" ${d}/* >/dev/null</div><div>  test $? -ne 0 && echo $d</div><div>done</div></div><div><br></div><div>Thanks.</div><div><br></div><div>--joel</div></div>