summaryrefslogtreecommitdiff
path: root/ld/ldlang.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r--ld/ldlang.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h
index 9ed3952c4b..e36a0664c2 100644
--- a/ld/ldlang.h
+++ b/ld/ldlang.h
@@ -236,10 +236,7 @@ struct lang_input_statement_flags
/* 1 means search a set of directories for this file. */
unsigned int search_dirs : 1;
- /* 1 means this was found in a search directory marked as sysrooted,
- if search_dirs is false, otherwise, that it should be
- searched in ld_sysroot before any other location, as long as it
- starts with a slash. */
+ /* 1 means this was found when processing a script in the sysroot. */
unsigned int sysrooted : 1;
/* 1 means this is base file of incremental load.