Approved by nickc@redhat.com
[deliverable/binutils-gdb.git] / bfd / oasys.c
index 2813d4d0541109748b6f520a3f99e4c1833edbdb..2647f82f00c3a30efb489a41029c14384181d264 100644 (file)
@@ -1132,6 +1132,15 @@ oasys_find_nearest_line (bfd *abfd ATTRIBUTE_UNUSED,
   return FALSE;
 }
 
+static bfd_boolean
+oasys_find_inliner_info (bfd *abfd ATTRIBUTE_UNUSED,
+                        const char **filename_ptr ATTRIBUTE_UNUSED,
+                        const char **functionname_ptr ATTRIBUTE_UNUSED,
+                        unsigned int *line_ptr ATTRIBUTE_UNUSED)
+{
+  return FALSE;
+}
+
 static int
 oasys_generic_stat_arch_elt (bfd *abfd, struct stat *buf)
 {
This page took 0.022955 seconds and 4 git commands to generate.