aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2008-05-03 18:04:02 +0000
committerDaniel Jacobowitz <drow@false.org>2008-05-03 18:04:02 +0000
commit30510692eb858ac9c7262a187d78337a7503d196 (patch)
tree759693eef9f1f7ae548dc42d4835b6b914d4669a /gdb/ChangeLog
parent7284e1bed8f26d644523bcf82dbfc03ff594ff36 (diff)
downloadgdb-30510692eb858ac9c7262a187d78337a7503d196.zip
gdb-30510692eb858ac9c7262a187d78337a7503d196.tar.gz
gdb-30510692eb858ac9c7262a187d78337a7503d196.tar.bz2
* Makefile.in (objfiles.o): Update.
* exec.c (exec_set_section_address): Support p->addr != 0. * objfiles.c (objfile_relocate): Update exec_ops section addresses. * symfile.c (place_section): Move exec_set_section_address call... (default_symfile_offsets): ...to here.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a15345a..655a5cc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2008-05-03 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * Makefile.in (objfiles.o): Update.
+ * exec.c (exec_set_section_address): Support p->addr != 0.
+ * objfiles.c (objfile_relocate): Update exec_ops section
+ addresses.
+ * symfile.c (place_section): Move exec_set_section_address call...
+ (default_symfile_offsets): ...to here.
+
2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
* Makefile.in (ppc_linux_tdep_h): New macro.