diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-05-03 18:04:02 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-05-03 18:04:02 +0000 |
commit | 30510692eb858ac9c7262a187d78337a7503d196 (patch) | |
tree | 759693eef9f1f7ae548dc42d4835b6b914d4669a /gdb/Makefile.in | |
parent | 7284e1bed8f26d644523bcf82dbfc03ff594ff36 (diff) | |
download | gdb-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/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index d120bd0..8f03ac9 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2578,7 +2578,8 @@ objfiles.o: objfiles.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \ $(objfiles_h) $(gdb_stabs_h) $(target_h) $(bcache_h) $(mdebugread_h) \ $(gdb_assert_h) $(gdb_stat_h) $(gdb_obstack_h) $(gdb_string_h) \ $(hashtab_h) $(breakpoint_h) $(block_h) $(dictionary_h) $(source_h) \ - $(parser_defs_h) $(expression_h) $(addrmap_h) $(arch_utils_h) + $(parser_defs_h) $(expression_h) $(addrmap_h) $(arch_utils_h) \ + $(exec_h) observer.o: observer.c $(defs_h) $(observer_h) $(command_h) $(gdbcmd_h) \ $(observer_inc) obsd-tdep.o: obsd-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(obsd_tdep_h) |