diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-10-13 01:16:19 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-10-13 01:16:19 +0000 |
commit | 806f810b6981720941243c3a62be2e83c7112322 (patch) | |
tree | 69e5d97d59ed9f95925b75330a7486620c7b2aab /gdb/ChangeLog | |
parent | ba49e48d26b99bc88634a7c5ceba55179974fdc8 (diff) | |
download | gdb-806f810b6981720941243c3a62be2e83c7112322.zip gdb-806f810b6981720941243c3a62be2e83c7112322.tar.gz gdb-806f810b6981720941243c3a62be2e83c7112322.tar.bz2 |
* exec.c: Merge in RS6000 support from xcoffexec.c.
(symfile.h, objfiles.h, xcoffsolib.h): Include.
(vmap): New global variable.
(exec_close): Close and free objects in vmap chain.
(exec_file_command) [IBM6000_TARGET]: Set up initial vmap.
(bfdsec_to_vmap, map_vmap): Moved here from xcoffexec.c.
(exec_files_info): Print vmap information.
* xcoffexec.c: Remove.
* config/rs6000/rs6000.mt, config/rs6000/rs6000lynx.mt
(TDEPFILES): Use exec.o instead of xcoffexec.o.
* TODO: Remove pertinent items.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b76f4a0..71d0bc9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +Wed Oct 12 18:02:17 1994 Stan Shebs (shebs@andros.cygnus.com) + + * exec.c: Merge in RS6000 support from xcoffexec.c. + (symfile.h, objfiles.h, xcoffsolib.h): Include. + (vmap): New global variable. + (exec_close): Close and free objects in vmap chain. + (exec_file_command) [IBM6000_TARGET]: Set up initial vmap. + (bfdsec_to_vmap, map_vmap): Moved here from xcoffexec.c. + (exec_files_info): Print vmap information. + * xcoffexec.c: Remove. + * config/rs6000/rs6000.mt, config/rs6000/rs6000lynx.mt + (TDEPFILES): Use exec.o instead of xcoffexec.o. + * TODO: Remove pertinent items. + Wed Oct 12 10:08:19 1994 Jeff Law (law@snake.cs.utah.edu) * partial-stab.h (N_TEXT): Delete GDB_TARGET_IS_HPPA kludge; they |