diff options
author | Steve Chamberlain <steve@cygnus> | 1991-04-17 02:03:34 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-04-17 02:03:34 +0000 |
commit | d646b568d0a16857c648803b3027164d64ff1149 (patch) | |
tree | a4968bb24e8e09fa7def434fb7d6f273d572bfd9 /ld/ldsym.c | |
parent | 5e83d38ef98defb5521d9c998c96a18f4595e218 (diff) | |
download | gdb-d646b568d0a16857c648803b3027164d64ff1149.zip gdb-d646b568d0a16857c648803b3027164d64ff1149.tar.gz gdb-d646b568d0a16857c648803b3027164d64ff1149.tar.bz2 |
Moved declarations from header file into here.
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; |