<div dir="ltr">Hi<div><br></div><div>Many of the PowerPC BSPs uses a shared linker script. That's good. Unfortunately, there is variation in the start symbol and the use of a "-u" (e.g. undefined) symbol in the bsp_specs. I had initially thought I would add the start symbol and any use of -u to the linkcmds (EXTERN). But now I am thinking that due to use of shared linker scripts and inconsistencies, some BSPs are better off if I add command line arguments to the linking stage.</div><div><br></div><div>Also some use motld_start.o as the start file which is in conflict with other BSPs using the same linker script. </div><div><br></div><div>This is the fragment in bsp_specs I am trying to eliminate or standardize:</div><div><br></div><div>-e __rtems_entry_point -u __vectors motld_start.o%s</div><div><br></div><div>Thoughts?</div><div><br></div><div>--joel</div></div>