diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-09-12 20:57:14 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-09-12 20:57:14 +0000 |
commit | a01b9fa4ba5e6f9ce35d7ff0a1dfd18f94da20b5 (patch) | |
tree | 522c23c55cd2509994652e7a47544ad9673155ff /gas/struc-symbol.h | |
parent | 3c06a63b37672469ce077f24d5eca2818d7c91b8 (diff) | |
download | gdb-a01b9fa4ba5e6f9ce35d7ff0a1dfd18f94da20b5.zip gdb-a01b9fa4ba5e6f9ce35d7ff0a1dfd18f94da20b5.tar.gz 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/struc-symbol.h')
-rw-r--r-- | gas/struc-symbol.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gas/struc-symbol.h b/gas/struc-symbol.h index 7573566..1560f9a 100644 --- a/gas/struc-symbol.h +++ b/gas/struc-symbol.h @@ -1,5 +1,6 @@ /* struct_symbol.h - Internal symbol structure - Copyright (C) 1987, 92, 93, 94, 95, 98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 92, 93, 94, 95, 98, 99, 2000 + Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -34,13 +35,13 @@ struct symbol /* The (4-origin) position of sy_name in the symbol table of the object file. This will be 0 for (nameless) .stabd symbols. - Not used until write_object_file() time. */ + Not used until write_object_file() time. */ unsigned long sy_name_offset; /* What we write in .o file (if permitted). */ obj_symbol_type sy_symbol; - /* The 24 bit symbol number. Symbol numbers start at 0 and are unsigned. */ + /* The 24 bit symbol number. Symbol numbers start at 0 and are unsigned. */ long sy_number; #endif @@ -69,7 +70,7 @@ struct symbol are local and would otherwise not be. */ unsigned int sy_used_in_reloc : 1; - /* Whether the symbol is used as an operand or in an expression. + /* Whether the symbol is used as an operand or in an expression. NOTE: Not all the backends keep this information accurate; backends which use this bit are responsible for setting it when a symbol is used in backend routines. */ @@ -142,5 +143,3 @@ struct local_symbol #endif /* BFD_ASSEMBLER */ #endif /* __struc_symbol_h__ */ - -/* end of struc-symbol.h */ |