aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/ChangeLog
diff options
context:
space:
mode:
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-08 22:08:41 +0000
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-08 22:08:41 +0000
commit0557f893d183ee1ff380e43c405bc3eeb7a31e1a (patch)
treea499c6b2da17793da864cb020fd52fbfdb2aa7db /gcc/jit/ChangeLog
parent61ad68d8a367cf9c71e2204be65c8254d2120d4f (diff)
libgccjit.h: Fix description of struct gcc_jit_context
gcc/jit/ChangeLog: * libgccjit.h (struct gcc_jit_context): Rewrite the descriptive comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219366 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/jit/ChangeLog')
-rw-r--r--gcc/jit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog
index b1af4f53deb..796c8a1c8ce 100644
--- a/gcc/jit/ChangeLog
+++ b/gcc/jit/ChangeLog
@@ -1,5 +1,10 @@
2015-01-08 David Malcolm <dmalcolm@redhat.com>
+ * libgccjit.h (struct gcc_jit_context): Rewrite the descriptive
+ comment.
+
+2015-01-08 David Malcolm <dmalcolm@redhat.com>
+
* docs/topics/contexts.rst (Error-handling): Document new
entrypoint gcc_jit_context_get_last_error.
* docs/_build/texinfo/libgccjit.texi: Regenerate.