diff options
author | hboehm <hboehm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-26 16:08:59 +0000 |
---|---|---|
committer | hboehm <hboehm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-26 16:08:59 +0000 |
commit | 6c1b002f23e96bcb12acfb274084a0967ff79427 (patch) | |
tree | a02278ce24d7014dc8a7f50f75fc14ee902312b2 /libffi | |
parent | cd16e7b65783cbdf10e552e668886430a0773d60 (diff) | |
download | gcc-6c1b002f23e96bcb12acfb274084a0967ff79427.tar.gz |
* src/ia64/unix.S: Restore stack pointer when returning from
ffi_closure_UNIX.
* src/ia64/ffi.c: Fix typo in comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41594 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index fa4707e63b7..93ebfc5332c 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,8 @@ +2001-04-25 Hans Boehm <Hans_Boehm@hp.com> + * src/ia64/unix.S: Restore stack pointer when returning from + ffi_closure_UNIX. + * src/ia64/ffi.c: Fix typo in comment. + 2001-04-18 Jim Wilson <wilson@redhat.com> * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2 |