diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-02-26 20:04:38 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-02-26 20:04:38 +0000 |
commit | 2711e4564f4ab411bdf2cedff3fb92abadd630b8 (patch) | |
tree | 53e997b7e4ecb939ec38343c531c5a7aab8aaf7c /gdb/ChangeLog | |
parent | baef701fc2712c0e7119fc5e7996b15af154e88b (diff) | |
download | gdb-2711e4564f4ab411bdf2cedff3fb92abadd630b8.zip gdb-2711e4564f4ab411bdf2cedff3fb92abadd630b8.tar.gz gdb-2711e4564f4ab411bdf2cedff3fb92abadd630b8.tar.bz2 |
* symfile.c (place_section): Check SEC_ALLOC. Do not check VMA.
(default_symfile_offsets): Check VMA here. Update section VMAs.
* gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
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. |