diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-01-09 04:42:54 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-01-09 04:42:54 +0000 |
commit | f08877ba090b81d1d4e71202c2e5d970010d7799 (patch) | |
tree | b877783061e83dc9d9a516242e77e5d68aee3874 /gdb/ChangeLog | |
parent | e4b97d48eefdc74a491358d5e082d4a23b9fb666 (diff) | |
download | gdb-f08877ba090b81d1d4e71202c2e5d970010d7799.zip gdb-f08877ba090b81d1d4e71202c2e5d970010d7799.tar.gz gdb-f08877ba090b81d1d4e71202c2e5d970010d7799.tar.bz2 |
Wrong return convention for arrays (mips-irix).
* mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
128 bits or smaller are returned the same way as structs
and unions of the the same size.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 55bd252..c633f9b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2010-01-09 Joel Brobecker <brobecker@adacore.com> + Wrong return convention for arrays (mips-irix). + * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is + 128 bits or smaller are returned the same way as structs + and unions of the the same size. + +2010-01-09 Joel Brobecker <brobecker@adacore.com> + Cannot set the PC on mips-irix. * irix5-nat.c (fill_gregset): Check regno against the raw PC register number, no the cooked one. |