https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38118

--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Rainer Orth <[email protected]>:

https://gcc.gnu.org/g:4be7598a67f6cbe3a1d872b9dd1ec5b2ac7de402

commit r16-6797-g4be7598a67f6cbe3a1d872b9dd1ec5b2ac7de402
Author: Rainer Orth <[email protected]>
Date:   Thu Jan 15 09:13:34 2026 +0100

    Remove Solaris/SPARC ASM_OUTPUT_ALIGNED_COMMON [PR38118]

    sparc/sol2.h has its own definition of ASM_OUTPUT_ALIGNED_COMMON,
    overriding the elfos.h version.  This was introduced back in 2010 as a
    workaround for a bug in old versions of the Solaris/SPARC assembler (PR
    target/38118).  However, even the Solaris 11.4 FCS as, the oldest one
    currently supported, doesn't have this bug any longer.  Besides, the
    workaround hasn't been effective anymore since GCC 10 without ill
    effect.

    Therefore the override definition can simply be removed.

    Bootstrapped without regression on sparc-sun-solaris2.11 (as and gas).

    2026-01-09  Rainer Orth  <[email protected]>

            gcc:
            PR target/38118
            * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Remove.

Reply via email to