diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-07-08 18:28:12 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-07-08 18:28:12 -0600 |
commit | 2bab5c1915a90517a48f91a0d4416eefc880d1c4 (patch) | |
tree | af8f806611bc315a38621c0e49ec4391471743df /gcc | |
parent | 00ccc16d80f6919608604373eff0ec9fad3427f8 (diff) | |
download | gcc-2bab5c1915a90517a48f91a0d4416eefc880d1c4.zip gcc-2bab5c1915a90517a48f91a0d4416eefc880d1c4.tar.gz gcc-2bab5c1915a90517a48f91a0d4416eefc880d1c4.tar.bz2 |
Regenerated.
From-SVN: r21024
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 3bcc287..b4e9898 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -15,6 +15,9 @@ of bytes to skip when using the GAS .p2align command. */ #undef HAVE_GAS_MAX_SKIP_P2ALIGN +/* Define if your assembler supports .balign and .p2align. */ +#undef HAVE_GAS_BALIGN_AND_P2ALIGN + /* Define if you have a working <inttypes.h> header file. */ #undef HAVE_INTTYPES_H |