David Edelsohn via Gcc-patches writes:
> -fdata-sections places data symbols into their own, unique, named
> sections.
> -fsection-anchors create an anchor to access neighboring symbols
> within a section.
>
> When both are enabled, a separate section anchor is created for each
>
-fdata-sections places data symbols into their own, unique, named sections.
-fsection-anchors create an anchor to access neighboring symbols
within a section.
When both are enabled, a separate section anchor is created for each
symbol, which provides no benefit.
This patch