summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-06-06 03:26:36 +0000
committerobrien <obrien@FreeBSD.org>2002-06-06 03:26:36 +0000
commit52aeefcdd8da747eb73fd796806683b63ca850c2 (patch)
tree71ce5dd935fcd360af965157964601fd39c51634 /contrib/gcc/config
parent264da240fc0d604979381ef33b536061dee8a7f9 (diff)
downloadFreeBSD-src-52aeefcdd8da747eb73fd796806683b63ca850c2.zip
FreeBSD-src-52aeefcdd8da747eb73fd796806683b63ca850c2.tar.gz
Tidy do-while.
Requested by: bde
Diffstat (limited to 'contrib/gcc/config')
-rw-r--r--contrib/gcc/config/i386/freebsd.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h
index 2e7c90e..34c458d 100644
--- a/contrib/gcc/config/i386/freebsd.h
+++ b/contrib/gcc/config/i386/freebsd.h
@@ -259,13 +259,13 @@ Boston, MA 02111-1307, USA. */
#undef ASM_OUTPUT_ALIGN
#define ASM_OUTPUT_ALIGN(FILE, LOG) \
- do { \
- if ((LOG)!=0) { \
- if (in_text_section()) \
- fprintf ((FILE), "\t.p2align %d,0x90\n", (LOG)); \
- else \
- fprintf ((FILE), "\t.p2align %d\n", (LOG)); \
- } \
+ do { \
+ if ((LOG)!=0) { \
+ if (in_text_section()) \
+ fprintf ((FILE), "\t.p2align %d,0x90\n", (LOG)); \
+ else \
+ fprintf ((FILE), "\t.p2align %d\n", (LOG)); \
+ } \
} while (0)
#undef ASM_OUTPUT_ALIGNED_COMMON
OpenPOWER on IntegriCloud