Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-06-02 00:03:29 +0400
committerDaniel Jacobowitz <drow@false.org>2006-06-02 00:03:29 +0400
commit5f481d6ddb309452c3b82483b504709b09b4d02b (patch)
tree048e7fdcfe5d8f1908c82d0764cc8dc323b0c749
parent6e5dce59c1d2b55c09054ab638252923a601ccc8 (diff)
* gdb/exec.c (exec_set_section_address): Always update the
section's address. * gdb/objfiles.c (objfile_relocate): Also relocate the target sections table. * gdb/Makefile.in (objfiles.o): Update. * gdb/remote.c (remote_xfer_partial): Fail if the target is not running.
-rw-r--r--ChangeLog.csl11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 0958cc2c1..a34a21de6 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,5 +1,16 @@
2006-06-01 Daniel Jacobowitz <dan@codesourcery.com>
+ * gdb/exec.c (exec_set_section_address): Always update the
+ section's address.
+ * gdb/objfiles.c (objfile_relocate): Also relocate the
+ target sections table.
+ * gdb/Makefile.in (objfiles.o): Update.
+
+ * gdb/remote.c (remote_xfer_partial): Fail if the target is not
+ running.
+
+2006-06-01 Daniel Jacobowitz <dan@codesourcery.com>
+
* gdb/remote.c (remote_download_command): Use FILEIO_O_TRUNC.
2006-06-01 Daniel Jacobowitz <dan@codesourcery.com>