]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
really make import_file static
authorIan Lance Taylor <ian@airs.com>
Tue, 31 Oct 1995 20:28:25 +0000 (20:28 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 31 Oct 1995 20:28:25 +0000 (20:28 +0000)
ld/emultempl/aix.em

index fb8b5130cc62a8b1368c4316153d8ca8e334c066..933f9cbd3e0fe02ba5ea9ddc0c2758ee0c699b58 100644 (file)
@@ -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.  */