aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2005-04-27 15:36:19 +0000
committerDevang Patel <dpatel@apple.com>2005-04-27 15:36:19 +0000
commit98f63a7a3fd8dfc11aa05ad12ece92ddbe238439 (patch)
tree838b0b817e47a39a29a39a4bb55709fb7ba9b0e0 /gcc/dbxout.c
parent80b78eb76dd0b0917e21b475889134afe610a574 (diff)
* dbxout.c (dbxout_type): Check use_gnu_debug_info_extensions.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@98836 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 6ad3b629d10..586ed87850b 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -1995,7 +1995,7 @@ dbxout_type (tree type, int full)
break;
}
- if (vector_type)
+ if (use_gnu_debug_info_extensions && vector_type)
{
have_used_extensions = 1;
stabstr_S ("@V;");