Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-07-20 | * dwarf2read.c (struct filenames): Change internal "struct file" | Fred Fish | 1 | -3/+3 | |
to "struct fileinfo" to avoid conflict with "struct file" in <sys/file.h> on HPUX and Solaris. | |||||
1996-07-19 | * dwarf2read.c: New file, DWARF 2 reader originally contributed by | Stan Shebs | 1 | -0/+4402 | |
Brent Benson, with additions by Gary Funck and Jerry Kreuscher. * Makefile.in (COMMON_OBS): Add dwarf2read.o. (SFILES): Add dwarf2read.c. (dwarf2read.o): Add build rule. * symfile.h (dwarf2_has_info, dwarf2_build_psymtabs): Declare exported functions. * elfread.c (elf_symfile_read): Call them. (elf_symtab_read) [HARRIS_TARGET]: Skip some special symbols. |