diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2009-04-03 16:07:04 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2009-04-03 16:07:04 +0000 |
commit | 409c383c98cc54cf0e1db3dbdb851d7e13e9c52a (patch) | |
tree | bc53bcf81348875ac03132233f131ead22584d87 /gdb/ChangeLog | |
parent | 3df502ae79fe0bcd297d3462d1a1666b8c89ce3d (diff) | |
download | gdb-409c383c98cc54cf0e1db3dbdb851d7e13e9c52a.zip gdb-409c383c98cc54cf0e1db3dbdb851d7e13e9c52a.tar.gz gdb-409c383c98cc54cf0e1db3dbdb851d7e13e9c52a.tar.bz2 |
* ppc-linux-nat.c (ppc_linux_target_wordsize): New function.
(ppc_linux_auxv_parse): New function.
(ppc_linux_read_description): Use ppc_linux_target_wordsize.
(_initialize_ppc_linux_nat): Install ppc_linux_auxv_parse.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ca80247..2d25fd1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,11 @@ -2009-04-93 Ulrich Weigand <uweigand@de.ibm.com> +2009-04-03 Ulrich Weigand <uweigand@de.ibm.com> + + * ppc-linux-nat.c (ppc_linux_target_wordsize): New function. + (ppc_linux_auxv_parse): New function. + (ppc_linux_read_description): Use ppc_linux_target_wordsize. + (_initialize_ppc_linux_nat): Install ppc_linux_auxv_parse. + +2009-04-03 Ulrich Weigand <uweigand@de.ibm.com> * spu-linux-nat.c (spu_bfd_open): Set filename of in-memory BFD to contents of SPU name note. |