diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-10-31 20:28:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-10-31 20:28:25 +0000 |
commit | d29120d2ffef214b264a55833a6c92a608c024af (patch) | |
tree | 948cd67d1fd3284d1a7ee24aef1e21e97a547bb2 | |
parent | 4b935ed4a42e3a308f1c086d398ddc220459d80e (diff) | |
download | gdb-d29120d2ffef214b264a55833a6c92a608c024af.zip gdb-d29120d2ffef214b264a55833a6c92a608c024af.tar.gz gdb-d29120d2ffef214b264a55833a6c92a608c024af.tar.bz2 |
really make import_file static
-rw-r--r-- | ld/emultempl/aix.em | 2 |
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. */ |