diff options
author | Pedro Alves <palves@redhat.com> | 2009-06-12 18:38:36 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-06-12 18:38:36 +0000 |
commit | 4b477ade4f01d4510ac44f4251b511b11d593318 (patch) | |
tree | 2facc39d66a9f4fbf13fb72e9fb05bc5de7d2686 /gdb/ChangeLog | |
parent | 0e27a8f69b7c9365e4ec543a3d27a24c968a7c16 (diff) | |
download | gdb-4b477ade4f01d4510ac44f4251b511b11d593318.zip gdb-4b477ade4f01d4510ac44f4251b511b11d593318.tar.gz gdb-4b477ade4f01d4510ac44f4251b511b11d593318.tar.bz2 |
* exec.h (section_table_xfer_memory_partial): Improve description,
mention SECTION_NAME.
* exec.c (section_table_xfer_memory_partial): Remove stale
description.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5cb11f0..26c7b2a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2009-06-12 Pedro Alves <pedro@codesourcery.com> + + * exec.h (section_table_xfer_memory_partial): Improve description, + mention SECTION_NAME. + * exec.c (section_table_xfer_memory_partial): Remove stale + description. + 2009-06-11 Aleksandar Ristovski <aristovski@qnx.com> * nto-tdep.h (nto_generic_supply_gpregset) |