aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-10-31 20:28:25 +0000
committerIan Lance Taylor <ian@airs.com>1995-10-31 20:28:25 +0000
commitd29120d2ffef214b264a55833a6c92a608c024af (patch)
tree948cd67d1fd3284d1a7ee24aef1e21e97a547bb2
parent4b935ed4a42e3a308f1c086d398ddc220459d80e (diff)
downloadfsf-binutils-gdb-d29120d2ffef214b264a55833a6c92a608c024af.zip
fsf-binutils-gdb-d29120d2ffef214b264a55833a6c92a608c024af.tar.gz
fsf-binutils-gdb-d29120d2ffef214b264a55833a6c92a608c024af.tar.bz2
really make import_file static
-rw-r--r--ld/emultempl/aix.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em
index fb8b513..933f9cb 100644
--- a/ld/emultempl/aix.em
+++ b/ld/emultempl/aix.em
@@ -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. */