summaryrefslogtreecommitdiff
path: root/libffi/ChangeLog
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-08 23:23:50 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-08 23:23:50 +0000
commit817344683fe48bcb801e4961b2ced05f849275b1 (patch)
treecf0f501c7fbc3b16bc3c42324fb7fe9055fd3dbb /libffi/ChangeLog
parente58c4deb40723e0c0b4da392ebdf9d97beaaa19a (diff)
downloadgcc-817344683fe48bcb801e4961b2ced05f849275b1.tar.gz
PR libffi/21285
* src/alpha/osf.S: Update unwind into to match code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99415 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 84003df8de2..a686d39e995 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-08 Richard Henderson <rth@redhat.com>
+
+ PR libffi/21285
+ * src/alpha/osf.S: Update unwind into to match code.
+
2005-05-04 Andreas Degert <ad@papyrus-gmbh.de>
Richard Henderson <rth@redhat.com>