* dwarf1.c : New file. Adds _bfd_dwarf1_find_nearest_line.
authorGavin Romig-Koch <gavin@redhat.com>
Mon, 5 Oct 1998 16:07:44 +0000 (16:07 +0000)
committerGavin Romig-Koch <gavin@redhat.com>
Mon, 5 Oct 1998 16:07:44 +0000 (16:07 +0000)
commitecd41d25b901d3fdee37e8215c288892b4c8c3d5
tree478b42b5393a66d72d746e7ab056ba8686454fdf
parent6342b0623aebefe2d04720b5cb2d5b83520ce0f2
* dwarf1.c : New file.  Adds _bfd_dwarf1_find_nearest_line.
* configure.in (elf): Add dwarf1.lo.
* elf_bfd.h (elf_ob_tdata): Add dwarf1_find_line_info.
* elf.c (_bfd_elf_find_nearest_line): Add call to
_bfd_dwarf1_find_nearest_line.
* elf32-mips.c (_bfd_mips_elf_find_nearest_line):
Add call to _bfd_dwarf1_find_nearest_line.
* configure: Rebuilt.
bfd/ChangeLog
bfd/dwarf1.c [new file with mode: 0644]