* stabsread.h, stabsread.c, dbxread.c (common_block*, copy_pending):
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 12 Oct 1993 20:02:11 +0000 (20:02 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 12 Oct 1993 20:02:11 +0000 (20:02 +0000)
commit9438d64262d8f6faebebf9f32d0229a5d60e5b6b
treef80672980aa09c32ff6e6ee5625928de526d0f02
parent49d607d260f41a6c68f2ffbae019d4e0ff38b734
* stabsread.h, stabsread.c, dbxread.c (common_block*, copy_pending):
Move common block handling from dbxread.c to stabsread.c.
Use the name from the BCOMM instead of the ECOMM.
Allocate things on the symbol_obstack.
* xcoffread.c (process_xcoff_symbol): Process C_BCOMM, C_ECOMM,
and C_ECOML.  On unrecognized storage classes, go ahead and call
define_symbol (after the complaint).

* dbxread.c (process_one_symbol): Don't relocate 'S' symbols by
the text offset.
gdb/ChangeLog
gdb/stabsread.c
gdb/stabsread.h
gdb/xcoffread.c