From: Ian Lance Taylor Date: Tue, 31 Oct 1995 20:28:25 +0000 (+0000) Subject: really make import_file static X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d29120d2ffef214b264a55833a6c92a608c024af;p=binutils-gdb.git really make import_file static --- diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index fb8b5130cc6..933f9cbd3e0 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. */