X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ld%2Fld.h;h=104bb8e2376b192bd10000066cd98e84964cd043;hb=17a22718b113a220de121ef4211fc3990d9b1745;hp=85a48ad58d940d2fb0d87060daa8bf117fe47e20;hpb=920e4862a2319cafcbf608a4b85a23bd9738d349;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ld.h b/ld/ld.h index 85a48ad58d..104bb8e237 100644 --- a/ld/ld.h +++ b/ld/ld.h @@ -1,5 +1,5 @@ /* ld.h -- general linker header file - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. This file is part of the GNU Binutils. @@ -163,6 +163,9 @@ typedef struct input files. */ bfd_boolean accept_unknown_input_arch; + /* Name of the import library to generate. */ + char *out_implib_filename; + /* If TRUE we'll just print the default output on stdout. */ bfd_boolean print_output_format; @@ -182,7 +185,7 @@ typedef struct /* Name of runtime interpreter to invoke. */ char *interpreter; - /* Name to give runtime libary from the -soname argument. */ + /* Name to give runtime library from the -soname argument. */ char *soname; /* Runtime library search path from the -rpath argument. */