summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-06-06 03:30:40 +0000
committerobrien <obrien@FreeBSD.org>2002-06-06 03:30:40 +0000
commit4699cf5d0b985289e66c79cd98b19f310c553839 (patch)
tree0369aad663ae16ed083ec8e4735a0d38cfbd7846 /contrib/gcc/config
parentd658a1e5c790166834e3f1c86f9cc2661ee27173 (diff)
downloadFreeBSD-src-4699cf5d0b985289e66c79cd98b19f310c553839.zip
FreeBSD-src-4699cf5d0b985289e66c79cd98b19f310c553839.tar.gz
Didn't get them all in revision 1.50.
Diffstat (limited to 'contrib/gcc/config')
-rw-r--r--contrib/gcc/config/i386/freebsd.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h
index 0dfaba1..d495843 100644
--- a/contrib/gcc/config/i386/freebsd.h
+++ b/contrib/gcc/config/i386/freebsd.h
@@ -363,14 +363,14 @@ Boston, MA 02111-1307, USA. */
#ifdef HAVE_GAS_MAX_SKIP_P2ALIGN
#define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE, LOG, MAX_SKIP) \
do { \
- if ((LOG) != 0) { \
- if (TARGET_AOUT) \
- ASM_OUTPUT_ALIGN ((FILE), (LOG)); \
- else if ((MAX_SKIP) == 0) \
- fprintf ((FILE), "\t.p2align %d\n", (LOG)); \
- else \
- fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
- } \
+ if ((LOG) != 0) { \
+ if (TARGET_AOUT) \
+ ASM_OUTPUT_ALIGN ((FILE), (LOG)); \
+ else if ((MAX_SKIP) == 0) \
+ fprintf ((FILE), "\t.p2align %d\n", (LOG)); \
+ else \
+ fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
+ } \
} while (0)
#endif
OpenPOWER on IntegriCloud