summaryrefslogtreecommitdiffstats
path: root/bfd/elf32-mips.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-08 22:50:07 +0000
committerNick Clifton <nickc@redhat.com>2000-12-08 22:50:07 +0000
commit51db370890a1d637175ce846053ca32e3e5a519e (patch)
tree458fd7fb2d8e363e6f2067212d3686db60fccf71 /bfd/elf32-mips.c
parent88496bb5c69c7702ab2016f0d1997caf1042cbdb (diff)
downloadppe42-binutils-51db370890a1d637175ce846053ca32e3e5a519e.tar.gz
ppe42-binutils-51db370890a1d637175ce846053ca32e3e5a519e.zip
Generalize DWARF2 and COFF support.
Diffstat (limited to 'bfd/elf32-mips.c')
-rw-r--r--bfd/elf32-mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-mips.c b/bfd/elf32-mips.c
index 4a44ae2e7b..9af14d645d 100644
--- a/bfd/elf32-mips.c
+++ b/bfd/elf32-mips.c
@@ -3736,7 +3736,7 @@ _bfd_mips_elf_find_nearest_line (abfd, section, symbols, offset, filename_ptr,
if (_bfd_dwarf2_find_nearest_line (abfd, section, symbols, offset,
filename_ptr, functionname_ptr,
line_ptr,
- ABI_64_P (abfd) ? 8 : 0))
+ ABI_64_P (abfd) ? 8 : 0, NULL))
return true;
msec = bfd_get_section_by_name (abfd, ".mdebug");
OpenPOWER on IntegriCloud