* prdbg.c (pr_fix_visibility): Remove assert.
This commit is contained in:
parent
7dcf061196
commit
09de7a7356
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-08-05 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* prdbg.c (pr_fix_visibility): Remove assert.
|
||||||
|
|
||||||
2002-07-31 Nick Clifton <nickc@redhat.com>
|
2002-07-31 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* addr2line.c (process_file): Rename parameter 'filename' to
|
* addr2line.c (process_file): Rename parameter 'filename' to
|
||||||
|
|
|
@ -992,8 +992,6 @@ pr_fix_visibility (info, visibility)
|
||||||
if (info->stack->visibility == visibility)
|
if (info->stack->visibility == visibility)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
assert (info->stack->visibility != DEBUG_VISIBILITY_IGNORE);
|
|
||||||
|
|
||||||
switch (visibility)
|
switch (visibility)
|
||||||
{
|
{
|
||||||
case DEBUG_VISIBILITY_PUBLIC:
|
case DEBUG_VISIBILITY_PUBLIC:
|
||||||
|
|
Loading…
Reference in a new issue