* fileread.cc (Input_file::find_file): Initialize *found_name
and *namep when using the fallback search for case 4.
+2010-10-12 Richard Sandiford <richard.sandiford@linaro.org>
+
+ * fileread.cc (Input_file::find_file): Initialize *found_name
+ and *namep when using the fallback search for case 4.
+
2010-10-11 Cary Coutant <ccoutant@google.com>
* options.h (class General_options): Redefine -z lazy as an alias for
input_argument->name());
return false;
}
+ *found_name = input_argument->name();
+ *namep = name;
*pindex = index + 1;
return true;
}