* hppa-dis.c (print_insn_hppa): Change condition args to use
[deliverable/binutils-gdb.git] / ld / deffile.h
index fd5661a33ac23fbed23169402dcb7da1ccebb4ed..3c6c1cee918ac62dbaba6b3bb4d95f2723593916 100644 (file)
@@ -1,5 +1,5 @@
 /* deffile.h - header for .DEF file parser
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
    Written by DJ Delorie dj@cygnus.com
 
    This file is part of GLD, the Gnu Linker.
@@ -37,6 +37,7 @@ typedef struct def_file_export
     char *name;                        /* always set */
     char *internal_name;       /* always set, may == name */
     int ordinal;               /* -1 if not specified */
+    int hint;
     char flag_private, flag_constant, flag_noname, flag_data;
   }
 def_file_export;
@@ -112,9 +113,9 @@ extern def_file_import *def_file_add_import PARAMS ((def_file * _def,
                                                     int _ordinal,
                                               const char *_imported_name));
 
-extern int def_file_add_directive PARAMS ((def_file * _def,
-                                          const char *param,
-                                          int len));
+extern void def_file_add_directive PARAMS ((def_file * _def,
+                                           const char *param,
+                                           int len));
 
 #ifdef DEF_FILE_PRINT
 extern void def_file_print PARAMS ((FILE * _file,
This page took 0.042478 seconds and 4 git commands to generate.