diff options
Diffstat (limited to 'gas/config/te-go32.h')
-rw-r--r-- | gas/config/te-go32.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gas/config/te-go32.h b/gas/config/te-go32.h index 085c958..c346021 100644 --- a/gas/config/te-go32.h +++ b/gas/config/te-go32.h @@ -1,6 +1,4 @@ -/* - * This file is te-go32.h - */ +/* This file is te-go32.h */ #define TE_GO32 @@ -9,7 +7,7 @@ #define TARGET_FORMAT "coff-go32" -/* GAS should treat '.align value' as an alignment of 2**value */ +/* GAS should treat '.align value' as an alignment of 2**value. */ #define USE_ALIGN_PTWO #define COFF_LONG_SECTION_NAMES |