* stabsread.c (common_block_end, fix_common_block): Stash the

struct pending * in the SYMBOL_TYPE, not the SYMBOL_NAMESPACE, so
	as to not assume that a pointer fits in an enum.
This commit is contained in:
Jim Kingdon
1994-03-10 03:57:57 +00:00
parent 594eeceb8e
commit fddb9bda70
3 changed files with 11 additions and 4 deletions

View File

@@ -40,7 +40,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
have the correct data for that slot yet.
The use of the LOC_BLOCK code in this chain is nonstandard--
it refers to a FORTRAN common block rather than the usual meaning. */
it refers to a FORTRAN common block rather than the usual meaning, and
the such LOC_BLOCK symbols use their fields in nonstandard ways. */
EXTERN struct symbol *global_sym_chain[HASHSIZE];