[PATCH] D30419: [ELF] - Define __bss_start symbol.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 04:24:23 PDT 2017
>Can you rebase this patch? It should be simpler now that BssSection is
>a SyntheticSection, since we should have a single .bss now.
>
>Cheers,
>Rafael
Rebased.
I changed logic a bit, so currently __bss_start points to .bss instead of bss.rel.ro,
if both sections exist, that helps to keep logic simple.
I suggest to try this before trying more complicated things. What do you think ?
George.
More information about the llvm-commits
mailing list