diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-08-22 15:16:56 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-08-22 15:16:56 +0000 |
commit | 609ca2b95777ae176d12721010225ad7aad86321 (patch) | |
tree | 104f880cae0609e89121951f835be2a8b3a9ee88 /gdb/ChangeLog | |
parent | 8d26208a1e22d9720c1423625c7e15f1bc7d237c (diff) | |
download | gdb-609ca2b95777ae176d12721010225ad7aad86321.zip gdb-609ca2b95777ae176d12721010225ad7aad86321.tar.gz gdb-609ca2b95777ae176d12721010225ad7aad86321.tar.bz2 |
* mips-tdep.c (mips_gdbarch_init): Use Tag_GNU_MIPS_ABI_FP to
determine the file's FPU type.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cde1d09..f1edff4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com> + * mips-tdep.c (mips_gdbarch_init): Use Tag_GNU_MIPS_ABI_FP to + determine the file's FPU type. + +2007-08-22 Daniel Jacobowitz <dan@codesourcery.com> + * mips-tdep.c (mips_n32n64_fp_arg_chunk_p): New. (mips_n32n64_push_dummy_call): Always increment float_argreg along with argreg. Use mips_n32n64_fp_arg_chunk_p. |