summaryrefslogtreecommitdiff
path: root/libffi/ChangeLog
diff options
context:
space:
mode:
authordaney <daney@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-22 15:32:13 +0000
committerdaney <daney@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-22 15:32:13 +0000
commit4f3888311cff22e6caaa515fece0dd38719cce74 (patch)
tree50603beea6508a8104f982b927b2a6022f58cda3 /libffi/ChangeLog
parentc2a2674357a56c3d1386431392cf67ea81881d41 (diff)
downloadgcc-4f3888311cff22e6caaa515fece0dd38719cce74.tar.gz
2003-10-22 David Daney <ddaney@avtrex.com>
* src/mips/ffitarget.h: Replace undefined UINT32 and friends with __attribute__((__mode__(__SI__))) and friends. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72802 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r--libffi/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 3fef2f8a3fa..74c6b74c602 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-22 David Daney <ddaney@avtrex.com>
+
+ * src/mips/ffitarget.h: Replace undefined UINT32 and friends with
+ __attribute__((__mode__(__SI__))) and friends.
+
2003-10-22 Andreas Schwab <schwab@suse.de>
* src/ia64/ffi.c: Replace FALSE/TRUE with false/true.