* dbxout.c (dbxout_type): Check use_gnu_debug_info_extensions.
From-SVN: r98836
This commit is contained in:
parent
b20f13e936
commit
b9f8dfba42
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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;");
|
||||
|
|
Loading…
Add table
Reference in a new issue