Patch adds "line X:" to output for linker script errors.
It is sometimes difficult to understand what is going on when you
see something like ": expected, but got =".
With this patch that would be: "line XXX: : expected, but got =".
If this is reasonable I can also add the exact line of script to the output
in separate patch if this be landed (so users will not need to search
the line by number by himself).