* gas/config/tc-tic4x.c (c4x_operands_match): Bugfix in direct
[deliverable/binutils-gdb.git] / binutils / nlmconv.h
index 509f8a54d419963f5370ff216b1fcedfe745bbc8..908a623c6fb0b53f62905401e8af1ebf736adeba 100644 (file)
@@ -1,5 +1,5 @@
 /* nlmconv.h -- header file for NLM conversion program
-   Copyright (C) 1993 Free Software Foundation, Inc.
+   Copyright 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
@@ -15,7 +15,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 /* Written by Ian Lance Taylor <ian@cygnus.com>.
 
@@ -49,6 +49,8 @@ extern boolean debug_info;
 extern char *exit_procedure;
 /* Exported symbols (EXPORT).  */
 extern struct string_list *export_symbols;
+/* List of files from INPUT.  */
+extern struct string_list *input_files;
 /* Map file name (MAP, FULLMAP).  */
 extern char *map_file;
 /* Whether a full map has been requested (FULLMAP).  */
@@ -61,6 +63,8 @@ extern struct string_list *import_symbols;
 extern char *message_file;
 /* Autoload module list (MODULE).  */
 extern struct string_list *modules;
+/* File named by OUTPUT.  */
+extern char *output_file;
 /* File named by SHARELIB.  */
 extern char *sharelib_file;
 /* Start procedure name (START).  */
This page took 0.023532 seconds and 4 git commands to generate.