diff options
author | Jeff Law <law@redhat.com> | 1995-08-22 09:52:33 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-08-22 09:52:33 +0000 |
commit | 740e802827478427c1e74f6c8ab8f9ee96ded3d7 (patch) | |
tree | 2987383340b0a0a3eb38d9740153b0233fb764d9 | |
parent | 90df364f49a729b4dd8eef98704c04b2510310ad (diff) | |
download | gdb-740e802827478427c1e74f6c8ab8f9ee96ded3d7.zip gdb-740e802827478427c1e74f6c8ab8f9ee96ded3d7.tar.gz gdb-740e802827478427c1e74f6c8ab8f9ee96ded3d7.tar.bz2 |
* tm-hppa.h (EXTRACT_RETURN_VALUE): Fix for FP values.
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3a9f1f2..ba5a9c6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Tue Aug 22 02:00:47 1995 Jeff Law (law@snake.cs.utah.edu) + * tm-hppa.h (EXTRACT_RETURN_VALUE): Fix for FP values. + * tm-hppa.h (STORE_RETURN_VALUE): Fix to work with -msoft-float calling conventions too. Use the TYPE of the return value, not its length to determine if it should also be copied into the |