Commit b933c7fe by Adam Nemet Committed by Adam Nemet

fix-header.c (read_scan_file): Add new parameter imultilib when calling register_include_chains.

        * fix-header.c (read_scan_file): Add new parameter imultilib when
	calling register_include_chains.

From-SVN: r110150
parent a782ee45
2006-01-23 Adam Nemet <anemet@caviumnetworks.com>
* fix-header.c (read_scan_file): Add new parameter imultilib when
calling register_include_chains.
2006-01-23 Diego Novillo <dnovillo@redhat.com> 2006-01-23 Diego Novillo <dnovillo@redhat.com>
* omp-low.c: Update documentation. * omp-low.c: Update documentation.
......
...@@ -666,8 +666,8 @@ read_scan_file (char *in_fname, int argc, char **argv) ...@@ -666,8 +666,8 @@ read_scan_file (char *in_fname, int argc, char **argv)
exit (FATAL_EXIT_CODE); exit (FATAL_EXIT_CODE);
register_include_chains (scan_in, NULL /* sysroot */, NULL /* iprefix */, register_include_chains (scan_in, NULL /* sysroot */, NULL /* iprefix */,
true /* stdinc */, false /* cxx_stdinc */, NULL /* imultilib */, true /* stdinc */,
false /* verbose */); false /* cxx_stdinc */, false /* verbose */);
/* We are scanning a system header, so mark it as such. */ /* We are scanning a system header, so mark it as such. */
cpp_make_system_header (scan_in, 1, 0); cpp_make_system_header (scan_in, 1, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment