diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-05-04 09:33:23 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-05-04 09:33:23 +0000 |
commit | f78bff48393b8a227e0b8d0f7e10377b6af4faf2 (patch) | |
tree | e3b737d65b5a8d3f8994709aa62bebc431a35ec5 | |
parent | 8eb415422a872f4f2fa3377a11f5de490721d195 (diff) | |
download | gdb-f78bff48393b8a227e0b8d0f7e10377b6af4faf2.zip gdb-f78bff48393b8a227e0b8d0f7e10377b6af4faf2.tar.gz gdb-f78bff48393b8a227e0b8d0f7e10377b6af4faf2.tar.bz2 |
Fix formatting
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a41bf87..f5c314f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,13 +1,13 @@ 2008-05-04 Vladimir Prus <vladimir@codesourcery.com> - * target.h (struct target_ops): New field to_auxv_parse. - * auxv.c (default_auxv_parse): New, renamed from previous - target_auxv_parse. - (target_auxv_parse): Try to call target method. Fallback to - default_auxv_parse if not found. - * procfs.c (procfs_auxv_parse): New. - (init_procfs_ops): On Solaris, in 64-bit mode, install - procfs_auxv_parse. + * target.h (struct target_ops): New field to_auxv_parse. + * auxv.c (default_auxv_parse): New, renamed from previous + target_auxv_parse. + (target_auxv_parse): Try to call target method. Fallback to + default_auxv_parse if not found. + * procfs.c (procfs_auxv_parse): New. + (init_procfs_ops): On Solaris, in 64-bit mode, install + procfs_auxv_parse. 2008-05-03 Adam Nemet <anemet@caviumnetworks.com> |