Passing -L. is no longer necessary.
[deliverable/binutils-gdb.git] / ld / ldlang.h
index d5dc21ba21397cc128be68083ab88f3a1595705e..ad0fe6b5cbfe3357d781808ced46edaae0c56143 100644 (file)
@@ -120,6 +120,8 @@ typedef struct {
 typedef struct {
   lang_statement_header_type header;
   fill_type fill;
+  int size;
+  asection *output_section;
 } lang_fill_statement_type;
 
 typedef struct {
@@ -339,3 +341,4 @@ void EXFUN(lang_add_data,(int type, union etree_union *));
 
 void EXFUN(lang_for_each_statement,(void (*func)()));
 
+PTR EXFUN(stat_alloc,(size_t size));
This page took 0.02244 seconds and 4 git commands to generate.