aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOllie Wild <aaw@google.com>2008-04-16 19:06:31 +0000
committerOllie Wild <aaw@google.com>2008-04-16 19:06:31 +0000
commit69cc9b858e5c4f720de4167a56f3a0e4cd3c7a85 (patch)
treebc5df81de3288e9670447fbccfe46df213e5d4e4
parentaf73997c2926211d80000c25c1603cddcf896743 (diff)
gcc/lto/
* lto.c (lto_read_compile_unit_DIE): Add DW_LANG_C_plus_plus to the list of supported languages. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/lto@134360 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/lto/ChangeLog5
-rw-r--r--gcc/lto/lto.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 7ba29be1f19..2ee0f028ddd 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-16 Ollie Wild <aaw@google.com>
+
+ * lto.c (lto_read_compile_unit_DIE): Add DW_LANG_C_plus_plus to the
+ list of supported languages.
+
2008-03-25 Kenneth Zadeck <zadeck@naturalbridge.com>
Merge with mainline @133491.
diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c
index e2d3bf81481..c882a9a943e 100644
--- a/gcc/lto/lto.c
+++ b/gcc/lto/lto.c
@@ -1447,6 +1447,7 @@ lto_read_compile_unit_DIE (lto_info_fd *fd,
case DW_LANG_C:
case DW_LANG_C89:
case DW_LANG_C99:
+ case DW_LANG_C_plus_plus:
break;
default: