aboutsummaryrefslogtreecommitdiff
path: root/gas/symbols.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-09-12 20:57:14 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-09-12 20:57:14 +0000
commita01b9fa4ba5e6f9ce35d7ff0a1dfd18f94da20b5 (patch)
tree522c23c55cd2509994652e7a47544ad9673155ff /gas/symbols.h
parent3c06a63b37672469ce077f24d5eca2818d7c91b8 (diff)
downloadfsf-binutils-gdb-a01b9fa4ba5e6f9ce35d7ff0a1dfd18f94da20b5.zip
fsf-binutils-gdb-a01b9fa4ba5e6f9ce35d7ff0a1dfd18f94da20b5.tar.gz
fsf-binutils-gdb-a01b9fa4ba5e6f9ce35d7ff0a1dfd18f94da20b5.tar.bz2
2000-09-12 Kazu Hirata <kazu@hxi.com>
* as.h: Fix formatting. * asintl.h: Likewise. * bit_fix.h: Likewise. * dwarf2dbg.h: Likewise. * expr.h: Likewise. * flonum.h: Likewise. * frags.h: Likewise. * itbl-ops.h: Likewise. * macro.h: Likewise. * read.h: Likewise. * sb.h: Likewise. * struc-symbol.h: Likewise. * subsegs.h: Likewise. * symbols.h: Likewise. * tc.h: Likewise. * write.h: Likewise.
Diffstat (limited to 'gas/symbols.h')
-rw-r--r--gas/symbols.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gas/symbols.h b/gas/symbols.h
index f3b73af..87c473c 100644
--- a/gas/symbols.h
+++ b/gas/symbols.h
@@ -1,5 +1,5 @@
/* symbols.h -
- Copyright (C) 1987, 90, 92, 93, 94, 95, 97, 1999
+ Copyright (C) 1987, 90, 92, 93, 94, 95, 97, 99, 2000
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -31,7 +31,7 @@
#include "struc-symbol.h"
#endif
-extern struct obstack notes; /* eg FixS live here. */
+extern struct obstack notes; /* eg FixS live here. */
extern struct obstack cond_obstack; /* this is where we track .ifdef/.endif
(if we do that at all). */
@@ -201,5 +201,3 @@ void symbol_set_obj PARAMS ((symbolS *, OBJ_SYMFIELD_TYPE *));
TC_SYMFIELD_TYPE *symbol_get_tc PARAMS ((symbolS *));
void symbol_set_tc PARAMS ((symbolS *, TC_SYMFIELD_TYPE *));
#endif
-
-/* end of symbols.h */