configure.in: Check if the assembler supports ".balign" and ".p2align" and define...
authorJeffrey A Law <law@cygnus.com>
Thu, 9 Jul 1998 00:27:21 +0000 (00:27 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 9 Jul 1998 00:27:21 +0000 (18:27 -0600)
commit00ccc16d80f6919608604373eff0ec9fad3427f8
tree2c11e8768375a58ac458e5a70a031a44a7cd6643
parent0841099a974af90ccfd56d290beaeb70b6dcac5e
configure.in: Check if the assembler supports ".balign" and ".p2align" and define...

        * configure.in: Check if the assembler supports ".balign" and
        ".p2align" and define HAVE_GAS_BALIGN_AND_P2ALIGN appropriately.
        * acconfig.h (HAVE_GAS_BALIGN_AND_P2ALIGN): New tag.
        * i386/gas.h (ASM_OUTPUT_ALIGN): If the assembler has support for
        ".balign" then use it.

From-SVN: r21023
gcc/ChangeLog
gcc/acconfig.h
gcc/config/i386/gas.h
gcc/configure
gcc/configure.in