diff options
author | Mark Alexander <marka@cygnus> | 1997-03-22 04:40:03 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1997-03-22 04:40:03 +0000 |
commit | c81a76b311a313707e80af5de287a11008fc72bc (patch) | |
tree | c652b707ee4b7218a2c6e756f55375fdb3dda613 /gdb/ChangeLog | |
parent | 7cad1a894be0fce0f179275d89d575cc1e49a249 (diff) | |
download | gdb-c81a76b311a313707e80af5de287a11008fc72bc.zip gdb-c81a76b311a313707e80af5de287a11008fc72bc.tar.gz gdb-c81a76b311a313707e80af5de287a11008fc72bc.tar.bz2 |
* mips-tdep.c (mips_push_arguments): On non-EABI architectures,
copy first two floating point arguments to general registers, so that
MIPS16 functions will receive the arguments correctly.
(mips_print_register): Print double registers correctly on
little-endian hosts.
(mips_extract_return_value): Return double values correctly
on little-endian hosts.
* mdebugread.c (parse_procedure): Adjust address of procedure relative
to address in file descriptor record; this accounts for constant
strings that may precede functions in the text section. Remove
now-useless lowest_pdr_addr from argument list and all calls.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9ec35d5..bc85bfa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +Fri Mar 21 19:10:05 1997 Mark Alexander <marka@cygnus.com> + + * mips-tdep.c (mips_push_arguments): On non-EABI architectures, + copy first two floating point arguments to general registers, so that + MIPS16 functions will receive the arguments correctly. + (mips_print_register): Print double registers correctly on + little-endian hosts. + (mips_extract_return_value): Return double values correctly + on little-endian hosts. + + * mdebugread.c (parse_procedure): Adjust address of procedure relative + to address in file descriptor record; this accounts for constant + strings that may precede functions in the text section. Remove + now-useless lowest_pdr_addr from argument list and all calls. + Fri Mar 21 15:36:25 1997 Michael Meissner <meissner@cygnus.com> * configure.tgt (powerpc*-{eabi,linux,sysv,elf}*): Determine |