* coff-pe-read.c: New file - support reading of minimal symbols from a portable
authorChristopher Faylor <me+cygwin@cgf.cx>
Thu, 20 Feb 2003 03:12:46 +0000 (03:12 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Thu, 20 Feb 2003 03:12:46 +0000 (03:12 +0000)
commit1b6bc7e06fbe55f437785412af8c56b741c1a46d
tree800fc0d8e9f9272cf4d29cb23986ec44952ec5ad
parent65279b928e4b1774d37fb2975015b347a37eae96
* coff-pe-read.c: New file - support reading of minimal symbols from a portable
executable using the export table.
* coff-pe-read.h: New file.
* coffread.c: Include coff-pe-read.h.
(coff_symtab_read): Call read_pe_exported_syms iff no recognized debugging
symbols found.
* Makefile.in (SFILES): Add coff-pe-read.o.
(coff_pe_read_h): Define.
(COMMON_OBS): Add coff-pe-read.o.
(coffread.o): Add coff_pe_read_h dependency.
(coff-pe-read.o): New target.
gdb/ChangeLog
gdb/Makefile.in
gdb/coff-pe-read.c [new file with mode: 0644]
gdb/coff-pe-read.h [new file with mode: 0644]
gdb/coffread.c