* elf-hppa.h (elf_hppa_reloc_final_type): Handle R_PARISC_GPREL64,
[deliverable/binutils-gdb.git] / ld / deffile.h
index f1e330169156e77f2a447d3339551324550e4439..1e7a0cbeeddfd2eb306d17149d7bc2966a09fedf 100644 (file)
@@ -1,23 +1,23 @@
 /* deffile.h - header for .DEF file parser
-   Copyright 1998, 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright 1998, 1999, 2000, 2002, 2003, 2007 Free Software Foundation, Inc.
    Written by DJ Delorie dj@cygnus.com
 
-   This file is part of GLD, the Gnu Linker.
+   This file is part of the GNU Binutils.
 
-   GLD is free software; you can redistribute it and/or modify
+   This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
+   the Free Software Foundation; either version 3, or (at your option)
    any later version.
 
-   GLD is distributed in the hope that it will be useful,
+   The program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
    along with GLD; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #ifndef DEFFILE_H
 #define DEFFILE_H
@@ -36,7 +36,7 @@ typedef struct def_file_export {
   char *internal_name;         /* always set, may == name */
   int ordinal;                 /* -1 if not specified */
   int hint;
-  char flag_private, flag_constant, flag_noname, flag_data;
+  char flag_private, flag_constant, flag_noname, flag_data, flag_forward;
 } def_file_export;
 
 typedef struct def_file_module {
This page took 0.02466 seconds and 4 git commands to generate.