diff options
author | Michael Snyder <msnyder@vmware.com> | 2002-08-08 00:26:51 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2002-08-08 00:26:51 +0000 |
commit | cb811fe799b18a559b53b719e40dd65504db57c0 (patch) | |
tree | 150add12e78e7f3dd309a30ee3d089c75252e86c /gdb/ChangeLog | |
parent | 7330fb86f25844235e4a5c8107b7fdc6be95e0dd (diff) | |
download | gdb-cb811fe799b18a559b53b719e40dd65504db57c0.zip gdb-cb811fe799b18a559b53b719e40dd65504db57c0.tar.gz gdb-cb811fe799b18a559b53b719e40dd65504db57c0.tar.bz2 |
2002-08-06 Michael Snyder <msnyder@redhat.com>
* config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
* mips-tdep.c (mips_EABI_use_struct_convention,
mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
New functions. (mips_use_struct_convention): Delete.
(mips_gdbarch_init): set use_gdbarch_convention.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b028a07..a82edc9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2002-08-06 Michael Snyder <msnyder@redhat.com> + * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION. + * mips-tdep.c (mips_EABI_use_struct_convention, + mips_OABI_use_struct_convention, mips_NABI_use_struct_convention): + New functions. (mips_use_struct_convention): Delete. + (mips_gdbarch_init): set use_gdbarch_convention. + +2002-08-06 Michael Snyder <msnyder@redhat.com> + * mips-tdep.c: gdbarch-ify reg_struct_has_addr. (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, mips_o32_reg_struct_has_addr): New functions. |