diff options
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 7c0eb55..9a208d8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com> + * symfile.c (place_section): Check SEC_ALLOC. Do not check VMA. + (default_symfile_offsets): Check VMA here. Update section VMAs. + +2007-02-26 Daniel Jacobowitz <dan@codesourcery.com> + * remote.c (init_remote_state): Add special handling for placeholder registers. |