2002-02-04 Chris Demetriou <cgd@broadcom.com>
[deliverable/binutils-gdb.git] / include / hp-symtab.h
index fff56688ed239c4c6f2f5a43f74b4d93723ffe9b..0c9a48ab559ba3559c61ad679815136df7d1dad1 100644 (file)
@@ -4,7 +4,7 @@
    Written by the Center for Software Science at the University of Utah
    and by Cygnus Support.
 
-   Copyright 1994 Free Software Foundation, Inc.
+   Copyright 1994, 1995, 1998, 1999 Free Software Foundation, Inc.
 
    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
@@ -88,7 +88,8 @@ enum hp_language
 {
   HP_LANGUAGE_UNKNOWN,
   HP_LANGUAGE_C,
-  HP_LANGUAGE_F77,
+  HP_LANGUAGE_FORTRAN,
+  HP_LANGUAGE_F77 = HP_LANGUAGE_FORTRAN,
   HP_LANGUAGE_PASCAL,
   HP_LANGUAGE_MODCAL,
   HP_LANGUAGE_COBOL,
@@ -485,9 +486,11 @@ struct dntt_type_fparam
   unsigned int longaddr:       1;
   unsigned int copyparam:      1;
   unsigned int dflt:           1;
-  unsigned int unused:         16;
+  unsigned int doc_ranges:     1;
+  unsigned int misc_kind:       1;
+  unsigned int unused:         14;
   vtpointer name;
-  int location;
+  CORE_ADDR location;
   dnttpointer type;
   dnttpointer nextparam;
   int misc;
@@ -595,7 +598,7 @@ struct dntt_type_const
   unsigned int kind:           10;
   unsigned int global:         1;
   unsigned int indirect:       1;
-  unsigned int:                        3;
+  unsigned int location_type:  3;
   unsigned int classmem:       1;
   unsigned int unused:         15;
   vtpointer name;
This page took 0.023469 seconds and 4 git commands to generate.