aboutsummaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
diff options
context:
space:
mode:
authorAdam Nemet <anemet@caviumnetworks.com>2006-01-24 00:02:18 +0000
committerAdam Nemet <nemet@gcc.gnu.org>2006-01-24 00:02:18 +0000
commitb933c7fe71b0c1771ae37a0bef63c0d9f3f33f48 (patch)
treed7dcfe14a3bf6597654c50cf07b83c6cbd48237f /gcc/fix-header.c
parenta782ee4583f2ba7ed58316876df076acbae61100 (diff)
downloadgcc-b933c7fe71b0c1771ae37a0bef63c0d9f3f33f48.zip
gcc-b933c7fe71b0c1771ae37a0bef63c0d9f3f33f48.tar.gz
gcc-b933c7fe71b0c1771ae37a0bef63c0d9f3f33f48.tar.bz2
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
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r--gcc/fix-header.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c
index 9ba3886..6066d65 100644
--- a/gcc/fix-header.c
+++ b/gcc/fix-header.c
@@ -666,8 +666,8 @@ read_scan_file (char *in_fname, int argc, char **argv)
exit (FATAL_EXIT_CODE);
register_include_chains (scan_in, NULL /* sysroot */, NULL /* iprefix */,
- true /* stdinc */, false /* cxx_stdinc */,
- false /* verbose */);
+ NULL /* imultilib */, true /* stdinc */,
+ false /* cxx_stdinc */, false /* verbose */);
/* We are scanning a system header, so mark it as such. */
cpp_make_system_header (scan_in, 1, 0);