summaryrefslogtreecommitdiff
path: root/libffi/ChangeLog
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2007-11-25 19:24:23 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2007-11-25 19:24:23 +0000
commit5036bf251f3bab0091f25cacc29f3884e4d24b9b (patch)
tree0e660c22266bb1d9983c520da459607eeb4e859f /libffi/ChangeLog
parent0307ea24e7892818dcec71c5265a7193f2953618 (diff)
downloadgcc-5036bf251f3bab0091f25cacc29f3884e4d24b9b.tar.gz
2007-11-25 Andreas Tobler <a.tobler@schweiz.org>
* src/closures.c: Move defintion of MAYBE_UNUSED from here to ... * include/ffi_common.h: ... here. Update copyright. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130413 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r--libffi/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 8aaef6e581b..689bc452a7a 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-25 Andreas Tobler <a.tobler@schweiz.org>
+
+ * src/closures.c: Move defintion of MAYBE_UNUSED from here to ...
+ * include/ffi_common.h: ... here.
+ Update copyright.
+
2007-11-17 Andreas Tobler <a.tobler@schweiz.org>
* src/powerpc/sysv.S: Load correct cr to compare if we have long double.