diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-11-07 21:33:37 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-11-07 21:33:37 +0000 |
commit | e312f03b183716ecd1766a52f2fc11f81a979200 (patch) | |
tree | 6fc7d0cac02357dbd23e3d37ce6910b09711b7ee /gdb/ChangeLog | |
parent | fad3a4270cfe12b62f8112ea472b0b401f5286ef (diff) | |
download | gdb-e312f03b183716ecd1766a52f2fc11f81a979200.tar.gz |
2003-11-07 Andrew Cagney <cagney@redhat.com>
* inftarg.c (child_xfer_partial): New function
(init_child_ops): Set "to_xfer_partial".
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 adce433df2f..a0628f31884 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2003-11-07 Andrew Cagney <cagney@redhat.com> + * inftarg.c (child_xfer_partial): New function + (init_child_ops): Set "to_xfer_partial". + +2003-11-07 Andrew Cagney <cagney@redhat.com> + * ppc-linux-tdep.c (ppc_linux_init_abi): When 32-bit GNU/Linux, set "return_value" instead of "use_struct_convention". (ppc_linux_use_struct_convention): Delete function. |