* Makefile.in (ALLDEPFILES): Remove xcoffexec.c.
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 17 Oct 1994 21:21:52 +0000 (21:21 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 17 Oct 1994 21:21:52 +0000 (21:21 +0000)
commite7b5942b5ccdd0b37e71022181a1a916eb7c860c
treedb88473e0a6f4a6272cf208fc23145653582dce9
parent0a1e63c4b599f225f2b94c989138ae5eeb5439ad
* Makefile.in (ALLDEPFILES): Remove xcoffexec.c.
* Makefile.in: Remove xcoffexec.o rule.

* exec.c (exec_file_command): Add comment.

Fix data and bss relocation for VxWorks 5.1:
* remote-vx.c (vx_add_symbols): New function.
(vx_load_command, add_symbol_stub): Call it instead of
symbol_file_add.
(vx_wait): Remove comment which was wrong to useless.
* remote-vx.c: Reindent much of file.
* coffread.c (cs_to_section, find_targ_sec): New functions.
(process_coff_symbol): Set SYMBOL_SECTION to result
from cs_to_section.
(coff_symtab_read): Call cs_to_section and deal appropriate
rather than assuming sections are in a certain order.  Deal with
BSS.
* coffread.c: Remove text_bfd_scnum variable.
gdb/ChangeLog
gdb/Makefile.in
gdb/coffread.c
gdb/exec.c
gdb/remote-vx.c
This page took 0.024102 seconds and 4 git commands to generate.