mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 01:24:12 +08:00
really make import_file static
This commit is contained in:
@ -83,7 +83,7 @@ struct filelist
|
||||
};
|
||||
|
||||
/* List of import files. */
|
||||
struct filelist *import_files;
|
||||
static struct filelist *import_files;
|
||||
|
||||
/* List of export symbols read from the export files. */
|
||||
|
||||
|
Reference in New Issue
Block a user