diff options
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r-- | gcc/defaults.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index 013a74ca37e..bdcefdb9827 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -248,7 +248,7 @@ do { fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), FILE); \ #define TARGET_WEAK_NOT_IN_ARCHIVE_TOC 0 #endif -/* This determines whether or not we need linkonce unwind information */ +/* This determines whether or not we need linkonce unwind information. */ #ifndef TARGET_USES_WEAK_UNWIND_INFO #define TARGET_USES_WEAK_UNWIND_INFO 0 #endif |