Commit b9f8dfba by Devang Patel Committed by Devang Patel

* dbxout.c (dbxout_type): Check use_gnu_debug_info_extensions.

From-SVN: r98836
parent b20f13e9
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> 2005-04-27 Matt Thomas <matt@3am-software.com>
Jan-Benedict Glaw <jbglaw@microdata-pos.de> Jan-Benedict Glaw <jbglaw@microdata-pos.de>
......
...@@ -1995,7 +1995,7 @@ dbxout_type (tree type, int full) ...@@ -1995,7 +1995,7 @@ dbxout_type (tree type, int full)
break; break;
} }
if (vector_type) if (use_gnu_debug_info_extensions && vector_type)
{ {
have_used_extensions = 1; have_used_extensions = 1;
stabstr_S ("@V;"); 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