ld: Add --enable-textrel-check=[no|yes|warning|error]
[deliverable/binutils-gdb.git] / ld / ldlang.h
index 8dd4bfda1909675ca7d0eae8022fa821bdae7033..3018c3e2ba5847ff0171a64367855e123e8f1e8e 100644 (file)
@@ -23,6 +23,8 @@
 
 #define DEFAULT_MEMORY_REGION   "*default*"
 
+#define SECTION_NAME_MAP_LENGTH (16)
+
 typedef enum
 {
   lang_input_file_is_l_enum,
@@ -293,6 +295,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;
 
@@ -698,4 +703,7 @@ lang_print_memory_usage (void);
 extern void
 lang_add_gc_name (const char *);
 
+extern bfd_boolean
+print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr);
+
 #endif
This page took 0.02768 seconds and 4 git commands to generate.