aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/ChangeLog
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2015-07-16 19:35:10 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2015-07-16 19:35:10 +0000
commit1470e75f92c375cb27c473fd5f26af4a7b3bf1cd (patch)
treef9b968ba66bd22ba3cea4eef4818aee88f324568 /gcc/jit/ChangeLog
parent5bc1c07c4a3724d55f82e32f13be6307de9adcff (diff)
downloadgcc-1470e75f92c375cb27c473fd5f26af4a7b3bf1cd.zip
gcc-1470e75f92c375cb27c473fd5f26af4a7b3bf1cd.tar.gz
gcc-1470e75f92c375cb27c473fd5f26af4a7b3bf1cd.tar.bz2
jit: Add guide for submitting patches to jit docs
gcc/jit/ChangeLog: * docs/internals/index.rst (Overview of code structure): Add note that the implementation is in C++, despite the .c extension. (Submitting patches): New subsection. From-SVN: r225905
Diffstat (limited to 'gcc/jit/ChangeLog')
-rw-r--r--gcc/jit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog
index cb021a8..e0abaac 100644
--- a/gcc/jit/ChangeLog
+++ b/gcc/jit/ChangeLog
@@ -1,3 +1,10 @@
+2015-07-16 David Malcolm <dmalcolm@redhat.com>
+
+ * docs/internals/index.rst (Overview of code structure): Add note
+ that the implementation is in C++, despite the .c extension.
+ (Submitting patches): New subsection.
+ * docs/_build/texinfo/libgccjit.texi: Regenerate.
+
2015-07-09 Andrew MacLeod <amacleod@redhat.com>
* dummy-frontend.c: Adjust includes for flags.h changes.