* chew.c (paramstuff, outputdots, perform, bang and usage): Remove
[deliverable/binutils-gdb.git] / gas / write.h
index 9a63dc5cd1442c851489ee8e5e455c778c2555da..451215d7e8189c4f0646512e758b2f0a99d14665 100644 (file)
@@ -1,5 +1,5 @@
 /* write.h
-   Copyright (C) 1987, 92, 93, 94, 95, 96, 97, 2000
+   Copyright 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001
    Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
@@ -157,6 +157,8 @@ struct fix
 
 typedef struct fix fixS;
 
+extern int finalize_syms;
+
 #ifndef BFD_ASSEMBLER
 extern char *next_object_file_charP;
 
@@ -182,7 +184,7 @@ extern int get_recorded_alignment PARAMS ((segT seg));
 extern void subsegs_finish PARAMS ((void));
 extern void write_object_file PARAMS ((void));
 extern long relax_frag PARAMS ((segT, fragS *, long));
-extern void relax_segment
+extern int relax_segment
   PARAMS ((struct frag * seg_frag_root, segT seg_type));
 
 extern void number_to_chars_littleendian PARAMS ((char *, valueT, int));
This page took 0.026686 seconds and 4 git commands to generate.