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