From 2dc5091bdf75acb7d0676806ab2224f5582572c9 Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Mon, 29 Apr 2002 15:14:16 +0000 Subject: [PATCH] Commit the correct ChangeLog entry, this time! 2002-04-29 Elena Zannoni * rs6000-tdep.c (rs6000_extract_return_value, rs6000_store_return_value): Handle returning vectors. (rs6000_gdbarch_init): Use ppc_sysv_abi_broken_use_struct_convention for native sysv cases. * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention): New function. (ppc_sysv_abi_use_struct_convention): Deal with functions returning vectors. (ppc_sysv_abi_push_arguments): Handle vector parameters. * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export. --- gdb/ChangeLog | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a5e4e951b1..1c6b69006d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2002-04-29 Elena Zannoni + + * rs6000-tdep.c (rs6000_extract_return_value, + rs6000_store_return_value): Handle returning vectors. + (rs6000_gdbarch_init): Use + ppc_sysv_abi_broken_use_struct_convention for native sysv cases. + * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention): + New function. + (ppc_sysv_abi_use_struct_convention): Deal with functions returning + vectors. + (ppc_sysv_abi_push_arguments): Handle vector parameters. + * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export. + 2002-04-24 Pierre Muller * hpread.c (hpread_psymtab_to_symtab_1, @@ -34,24 +47,6 @@ * target.c (do_xfer_memory): Correct reference to the new option "trust-readonly-sections". -2002-04-26 Elena Zannoni - - * rs6000-tdep.c (rs6000_extract_return_value, - rs6000_store_return_value): Handle returning vectors. - (rs6000_gdbarch_init): Use - ppc_sysv_abi_broken_use_struct_convention for native sysv cases. - * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention): - New function. - (ppc_sysv_abi_use_struct_convention): Deal with functions returning - vectors. - (ppc_sysv_abi_push_arguments): Handle vector parameters. - * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export. - -2002-04-26 Elena Zannoni - - * Makefile.in (thread-db.o): This file cannot be built with - ,-Werror enabled. - 2002-04-26 Elena Zannoni * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.