diff options
author | sandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-05 18:04:01 +0000 |
---|---|---|
committer | sandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-05 18:04:01 +0000 |
commit | 5761e2776e02f9597608a03e0fb34d98d5ac6f8d (patch) | |
tree | c48292cdec793198ae2a5b48b2d2ced836c7d064 /gcc/ChangeLog | |
parent | afe82e5b25dda439d84a99d95b3767d6cced79c8 (diff) | |
download | gcc-5761e2776e02f9597608a03e0fb34d98d5ac6f8d.tar.gz |
2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
PR 1078
gcc/
* doc/extend.texi (MicroBlaze Function Attributes): Document
interrupt_handler and fast_interrupt attributes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232081 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d54d604efce..2963f352cc9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2016-01-05 Sandra Loosemore <sandra@codesourcery.com> + + PR 1078 + * doc/extend.texi (MicroBlaze Function Attributes): Document + interrupt_handler and fast_interrupt attributes. + 2016-01-05 Sergei Trofimovich <siarheit@google.com> PR other/60465 |