OSDN Git Service

* 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)
commitbefb1895c10e341de4dfff1ab12f57a47e96bff2
tree56b1ac1f920daf3a1318c8f51a79701cae0f4ff3
parent914fef269a188d9d91c8a3a6c83c5965198b7c1e
* 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