diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2014-09-15 13:28:32 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2014-09-15 13:28:32 +0000 |
commit | 5e89d0ad01c570e2009e5d8e0b9b4c3f8dfecf5a (patch) | |
tree | db38c4e1f6ebe602f1b900663a78689f07b60124 /include/ChangeLog | |
parent | b570c6dd40c3c4d11bcb387140a3c97abaa84ab1 (diff) | |
download | gcc-5e89d0ad01c570e2009e5d8e0b9b4c3f8dfecf5a.zip gcc-5e89d0ad01c570e2009e5d8e0b9b4c3f8dfecf5a.tar.gz gcc-5e89d0ad01c570e2009e5d8e0b9b4c3f8dfecf5a.tar.bz2 |
longlong.h: Add __udiv_w_sdiv prototype.
2014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* longlong.h: Add __udiv_w_sdiv prototype.
From-SVN: r215266
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 1cda0dc..a3b6a28 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> + + * longlong.h: Add __udiv_w_sdiv prototype. + 2014-06-10 Thomas Schwinge <thomas@codesourcery.com> PR lto/61334 |