diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-05 00:54:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-05 00:54:11 +0000 |
commit | 09de7a73567862c3df8a21a4495b0db9691b3cd9 (patch) | |
tree | 393169d884121dafe9f6bcb6bb0bfdd95ef9ddc4 /binutils | |
parent | 7dcf0611961784a0cd1ec71559a6a291899be001 (diff) | |
download | gdb-09de7a73567862c3df8a21a4495b0db9691b3cd9.zip gdb-09de7a73567862c3df8a21a4495b0db9691b3cd9.tar.gz gdb-09de7a73567862c3df8a21a4495b0db9691b3cd9.tar.bz2 |
* prdbg.c (pr_fix_visibility): Remove assert.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/prdbg.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 239f327..ae438dc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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> * addr2line.c (process_file): Rename parameter 'filename' to diff --git a/binutils/prdbg.c b/binutils/prdbg.c index 8bb0053..a05fe09 100644 --- a/binutils/prdbg.c +++ b/binutils/prdbg.c @@ -992,8 +992,6 @@ pr_fix_visibility (info, visibility) if (info->stack->visibility == visibility) return true; - assert (info->stack->visibility != DEBUG_VISIBILITY_IGNORE); - switch (visibility) { case DEBUG_VISIBILITY_PUBLIC: |