mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
* 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:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user