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/TODO | |
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/TODO')
-rw-r--r-- | gdb/TODO | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -274,9 +274,6 @@ Possible feature: A version of the "disassemble" command which shows both source and assembly code ("set symbol-filename on" is a partial solution). -xcoffexec.c should be eliminated, contents going into either exec.c -or rs6000-nat.c. - investigate "x/s 0" (right now stops early) (I think maybe GDB is using a 0 address for bad purposes internally). @@ -320,9 +317,7 @@ Put dirname in psymtabs and change lookup*symtab to use dirname (so /foo/bar.c works whether compiled by cc /foo/bar.c, or cd /foo; cc bar.c). -merge xcoffexec.c and exec.c (might need a simple hook or two in -exec.c, but that's no excuse to duplicate the whole thing). Merge -xcoffread.c and coffread.c. Use breakpoint_re_set instead of +Merge xcoffread.c and coffread.c. Use breakpoint_re_set instead of fixup_breakpoints. Fix byte order and int size sins in tm-a29k.h |