projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b20f13e
)
* dbxout.c (dbxout_type): Check use_gnu_debug_info_extensions.
author
Devang Patel
<dpatel@apple.com>
Wed, 27 Apr 2005 15:36:19 +0000
(08:36 -0700)
committer
Devang Patel
<dpatel@gcc.gnu.org>
Wed, 27 Apr 2005 15:36:19 +0000
(08:36 -0700)
From-SVN: r98836
gcc/ChangeLog
patch
|
blob
|
history
gcc/dbxout.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index ec6c009bc0de3c2d24c3ff1548e64c36e676fca2..8760fb2751102725aac111f7678075d72e94c29a 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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>
diff --git
a/gcc/dbxout.c
b/gcc/dbxout.c
index 6ad3b629d104b4d09e0fa026696a0b85a6417ab7..586ed87850b59c17a7552aa15745fd867df28595 100644
(file)
--- 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;");