* stabsread.c: Make all complaints static.
authorStu Grossman <grossman@cygnus>
Tue, 15 Sep 1998 22:38:40 +0000 (22:38 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 15 Sep 1998 22:38:40 +0000 (22:38 +0000)
commit3c47adae01cff7125a88ac2a74a9a7cd1b2676cb
tree4824927443bb70f50bd7d9d4c86c250e2e4fb60f
parent27001c664dddac8910b0a9ed55a94d6307e8a9e9
* stabsread.c:  Make all complaints static.
* Fix formatting of live range splitting code.
* (resolve_symbol_reference define_symbol resolve_live_range):  Change
errors to complaints so that bad live range symbols won't abort the
entire symbol table.  Handle errors by aborting just the current
symbol.
* (ref_init):  Goes away.  Folded into ref_add().
* (REF_MAP_SIZE):  Put parens around parameter so that args like
`1 + 2' get handled correctly (yes, this was a real bug).
* (ref_add):  Remove check for allocation failures.  Not necessary
when using xrealloc().  Fix pointer arithmetic problem when clearing
memory.  This and the previous patch prevent random SEGV's when there
are lots of live range symbols.
gdb/stabsread.c
This page took 0.023976 seconds and 4 git commands to generate.