diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-02-24 23:06:48 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-02-24 23:06:48 +0000 |
commit | 482ca3f5dc86270c4af53efe9cb5d3e36299d13f (patch) | |
tree | dfa4153972cd2ab4eb7f6d75c85417dc131a01ab /gdb/ChangeLog | |
parent | 60f036a265ffa98d6618546fe1725af1f79b653b (diff) | |
download | gdb-482ca3f5dc86270c4af53efe9cb5d3e36299d13f.zip gdb-482ca3f5dc86270c4af53efe9cb5d3e36299d13f.tar.gz gdb-482ca3f5dc86270c4af53efe9cb5d3e36299d13f.tar.bz2 |
Shared library, function calling fixes for GNU/Linux PPC port.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 99f0db8..59dd921 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2000-02-24 Kevin Buettner <kevinb@redhat.com> + + * ppc-linux-tdep.c (ppc_sysv_abi_push_arguments): Put address + of return structure in r3 if necessary. + (ppc_linux_memory_remove_breakpoints): New function. + * rs6000-tdep.c (skip_prologue): Make sure that the cases + for storing either cr or lr to the stack only handle those + cases. (I.e, don't let these cases match 0x00000000 which is + found found in the shared library trampoline prior to the + loading of the shared library.) + * config/powerpc/tm-linux.h (ppc_linux_memory_remove_breakpoint): + Declare. + (MEMORY_REMOVE_BREAKPOINT): Define. + Wed Feb 23 23:27:48 2000 Andrew Cagney <cagney@behemoth.cygnus.com> * hppah-nat.c: Include "gdb_wait.h" instead of <wait.h>. |