Have the linker's help text include the default setting of the --hash-style option...
[deliverable/binutils-gdb.git] / ld / ldlang.h
index 8dd4bfda1909675ca7d0eae8022fa821bdae7033..2aa3930f95a31ba1a868d5aab27739fe70938e08 100644 (file)
@@ -293,6 +293,9 @@ typedef struct lang_input_statement_struct
      Usually the same as filename, but for a file spec'd with
      -l this is the -l switch itself rather than the filename.  */
   const char *local_sym_name;
+  /* Extra search path. Used to find a file relative to the
+     directory of the current linker script.  */
+  const char *extra_search_path;
 
   bfd *the_bfd;
 
This page took 0.023938 seconds and 4 git commands to generate.