diff options
author | Steve Ellcey <sje@cup.hp.com> | 2005-03-30 21:49:19 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2005-03-30 21:49:19 +0000 |
commit | 7efa52a3e519324350c2d649264191c7b51344a6 (patch) | |
tree | 10e1e1455e8fd4ae02f1c598a9fdf6a896993cc3 /libffi/ChangeLog | |
parent | 5662a50dd8c7116df0ad182ce6792dfeeb0f72aa (diff) | |
download | gcc-7efa52a3e519324350c2d649264191c7b51344a6.zip gcc-7efa52a3e519324350c2d649264191c7b51344a6.tar.gz gcc-7efa52a3e519324350c2d649264191c7b51344a6.tar.bz2 |
* src/ia64/ffitarget.h (ffi_arg) ADD DI attribute.
(ffi_sarg) Ditto.
* src/ia64/unix.S (ffi_closure_unix): Extend gp
to 64 bits in ILP32 mode.
Load 64 bits even for short data.
From-SVN: r97283
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r-- | libffi/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index fa801d1..a9fa1df 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,11 @@ +2005-03-30 Steve Ellcey <sje@cup.hp.com> + + * src/ia64/ffitarget.h (ffi_arg) ADD DI attribute. + (ffi_sarg) Ditto. + * src/ia64/unix.S (ffi_closure_unix): Extend gp + to 64 bits in ILP32 mode. + Load 64 bits even for short data. + 2005-03-23 Mike Stump <mrs@apple.com> * src/powerpc/darwin.S: Update for -m64 multilib. |