[ld/ChangeLog]
[deliverable/binutils-gdb.git] / gold / script-c.h
index 13c789a93f201a0567216f064b4c01b02f4ddf15..3da634f79fd00beaca469b20a4b9e41e2a64d790 100644 (file)
@@ -211,6 +211,12 @@ yylex(YYSTYPE*, void* closure);
 extern void
 yyerror(void* closure, const char*);
 
+/* Called by the bison parser to add an external symbol (a symbol in
+   an EXTERN declaration) to the link.  */
+
+extern void
+script_add_extern(void* closure, const char*, size_t);
+
 /* Called by the bison parser to add a file to the link.  */
 
 extern void
This page took 0.02304 seconds and 4 git commands to generate.