mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
Moved declarations from header file into here.
This commit is contained in:
parent
5e83d38ef9
commit
d646b568d0
@ -33,7 +33,8 @@ extern boolean write_map;
|
||||
|
||||
boolean hex_mode;
|
||||
|
||||
|
||||
strip_symbols_type strip_symbols=STRIP_NONE;
|
||||
discard_locals_type discard_locals=DISCARD_NONE;
|
||||
|
||||
|
||||
lang_memory_region_type *region;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user