aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2013-08-29 19:52:33 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2013-08-29 19:52:33 +0000
commit440a50821263f118d1b7c424e5506670a67a6e6b (patch)
treee098e4a02db951f24d600b0dfbec08c4612e15d1 /gcc/ChangeLog
parent6e39ee0c0b95557ac2765acdd6ca7de98dba856b (diff)
downloadgcc-440a50821263f118d1b7c424e5506670a67a6e6b.zip
gcc-440a50821263f118d1b7c424e5506670a67a6e6b.tar.gz
gcc-440a50821263f118d1b7c424e5506670a67a6e6b.tar.bz2
cgraphclones.c (cgraph_create_virtual_clone): Compute the DECL_NAME of the clone from the DECL_NAME of the original function.
* cgraphclones.c (cgraph_create_virtual_clone): Compute the DECL_NAME of the clone from the DECL_NAME of the original function. From-SVN: r202086
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c5ffead..f254cd0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2013-08-29 Eric Botcazou <ebotcazou@adacore.com>
+
+ * cgraphclones.c (cgraph_create_virtual_clone): Compute the DECL_NAME
+ of the clone from the DECL_NAME of the original function.
+
2013-08-29 Oleg Endo <olegendo@gcc.gnu.org>
* passes.c (register_pass): Add overload.