Move changelog entries from r218617 from gcc/ChangeLog to gcc/jit/ChangeLog
authorDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 11 Dec 2014 17:55:22 +0000 (17:55 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 11 Dec 2014 17:55:22 +0000 (17:55 +0000)
From-SVN: r218637

gcc/ChangeLog
gcc/jit/ChangeLog

index 533828f413fec523417000fa6373e77a190d0099..6579504a5598464a0768132501eec31cffcf81d2 100644 (file)
        get_terminal_width and use same-named common function.
        (gfc_error_init_1): Update call.
 
-2014-12-10  Ulrich Drepper  <drepper@gmail.com>
-
-       Minor interface cleanups of libgccjit
-       * jit/jit-playback.c (convert_to_dso): Use auto_vec instead
-       of automatic array to build up command line.
-       * jit/jit-recording.c (recording::context::set_str_option):
-       Make copy of the string.
-       (recording::context::~context): Free string options.
-       * jit/jit-recording.h (recording::context): Adjust type
-       of m_str_options member.
-       * jit/libgccjit.h: Adjust comment about
-       gcc_jit_context_set_str_option parameter begin used after
-       the call.
-       Update comment now that all interfaces are copy strings
-       if necessary.
-       * jit/libgccjit++.h (gccjit::context): Add set_str_option
-       member function.
-
 2014-12-10  Aldy Hernandez  <aldyh@redhat.com>
 
        * gdbhooks.py (class DWDieRefPrinter): New class.
index e89ff4e2147914b1a82f57fbbf7f9576f137a75f..71755fff91acbf2af2161d36548b2fb3307b32b5 100644 (file)
@@ -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.