aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@gcc.gnu.org>2014-12-11 17:55:22 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2014-12-11 17:55:22 +0000
commit7b31ff5e79c3574e68be568fb9fe9c8f537bc132 (patch)
treeb50c7a392a1da96e47e2d935bcdf4ca73b9dfa76 /gcc/jit
parent35291c7ddaae25735f7d22370b6c7a23f577e68b (diff)
downloadgcc-7b31ff5e79c3574e68be568fb9fe9c8f537bc132.zip
gcc-7b31ff5e79c3574e68be568fb9fe9c8f537bc132.tar.gz
gcc-7b31ff5e79c3574e68be568fb9fe9c8f537bc132.tar.bz2
Move changelog entries from r218617 from gcc/ChangeLog to gcc/jit/ChangeLog
From-SVN: r218637
Diffstat (limited to 'gcc/jit')
-rw-r--r--gcc/jit/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog
index e89ff4e..71755ff 100644
--- a/gcc/jit/ChangeLog
+++ b/gcc/jit/ChangeLog
@@ -4,6 +4,24 @@
Document new function.
* docs/_build/texinfo/libgccjit.texi: Regenerate.
+2014-12-10 Ulrich Drepper <drepper@gmail.com>
+
+ Minor interface cleanups of libgccjit
+ * jit-playback.c (convert_to_dso): Use auto_vec instead
+ of automatic array to build up command line.
+ * jit-recording.c (recording::context::set_str_option):
+ Make copy of the string.
+ (recording::context::~context): Free string options.
+ * jit-recording.h (recording::context): Adjust type
+ of m_str_options member.
+ * libgccjit.h: Adjust comment about
+ gcc_jit_context_set_str_option parameter being used after
+ the call.
+ Update comment now that all interfaces are copy strings
+ if necessary.
+ * libgccjit++.h (gccjit::context): Add set_str_option
+ member function.
+
2014-12-10 David Malcolm <dmalcolm@redhat.com>
* docs/cp/index.rst: New file.