Commit 5308241d authored by dpatel's avatar dpatel
Browse files

* dbxout.c (dbxout_type): Check use_gnu_debug_info_extensions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98836 138bc75d-0d04-0410-961f-82ee72b054a4
parent f7900343
2005-04-27 Devang Patel <dpatel@apple.com>
* dbxout.c (dbxout_type): Check use_gnu_debug_info_extensions.
2005-04-27 Matt Thomas <matt@3am-software.com>
Jan-Benedict Glaw <jbglaw@microdata-pos.de>
 
......
......@@ -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;");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment