diff options
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r-- | ld/ldlang.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h index 1cf0e7c..2d31357 100644 --- a/ld/ldlang.h +++ b/ld/ldlang.h @@ -381,6 +381,8 @@ struct lang_phdr etree_type *flags; }; +extern struct lang_phdr *lang_phdr_list; + /* This structure is used to hold a list of sections which may not cross reference each other. */ |