Previously, we drop symbols starting with .L from the symbol table, so
if there is a relocation that refers a .L symbol, it ended up
referencing a null -- which happened to be interpreted as an absolute
symbol.
This patch copies all symbols including local ones if -emit-reloc is
given.
I would suggest adding the header for these values and a short description of what this patch does.
(I know we are missing the descriptions often, but ideally, I think we might want to add a description for each of
our test. At least that is something I have in my TODO list for LLD and it is really useful sometimes).