* Makefile.am: Rename .dep* files to DEP*. Change DEP variable to
[deliverable/binutils-gdb.git] / gas / subsegs.h
index 7d71e8b19aa9e2342867dec379cfb53730ba779b..4840d5b5c2b775532ce6f29e3b7c7c4e1410784f 100644 (file)
@@ -1,6 +1,5 @@
 /* subsegs.h -> subsegs.c
-
-   Copyright (C) 1987, 1992, 1993, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1987, 92, 93, 94, 95, 96, 1998 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -15,8 +14,9 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with GAS; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   along with GAS; see the file COPYING.  If not, write to the Free
+   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
+   02111-1307, USA.  */
 
 /*
  * For every sub-segment the user mentions in the ASsembler program,
@@ -64,7 +64,7 @@ extern frchainS *frchain_root;
 extern frchainS *frchain_now;
 
 
-typedef struct
+typedef struct segment_info_struct
 {
   frchainS *frchainP;
   unsigned int hadone : 1;
@@ -115,6 +115,10 @@ typedef struct
 #ifdef NEED_LITERAL_POOL
   unsigned long literal_pool_size;
 #endif
+
+#ifdef TC_SEGMENT_INFO_TYPE
+  TC_SEGMENT_INFO_TYPE tc_segment_info_data;
+#endif
 } segment_info_type;
 
 #ifdef BFD_ASSEMBLER
@@ -150,4 +154,6 @@ struct seg_info_trash {
 
 #endif /* ! BFD_ASSEMBLER */
 
+extern void subsegs_print_statistics PARAMS ((FILE *));
+
 /* end of subsegs.h */
This page took 0.024267 seconds and 4 git commands to generate.