diff options
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index bd74d0a93d9..81577dfe5cd 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -2817,7 +2817,7 @@ dbxout_symbol (tree decl, int local ATTRIBUTE_UNUSED) /* Do not generate a tag for incomplete records. */ && COMPLETE_TYPE_P (type) /* Do not generate a tag for records of variable size, - since this type can not be properly described in the + since this type cannot be properly described in the DBX format, and it confuses some tools such as objdump. */ && tree_fits_uhwi_p (TYPE_SIZE (type))) { |