diff options
Diffstat (limited to 'ld/ldsym.c')
-rw-r--r-- | ld/ldsym.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* IMPORT */ extern bfd *output_bfd; +extern strip_symbols_type strip_symbols; +extern discard_locals_type discard_locals; /* Head and tail of global symbol table chronological list */ ldsym_type *symbol_head = (ldsym_type *)NULL; |