c6d4dc link mode: re-implemented slbt_exec_link_finalize_argument_vector().

Authored and Committed by midipix 6 years ago
    link mode: re-implemented slbt_exec_link_finalize_argument_vector().
    
    The above internal interface is now doing the right thing, namely to
    split the argument vector between object arguments and all other arguments,
    then rejoin the arguments by placing object arguments first, and all other
    arguments last.
    
        
file modified
+77 -94