projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dcf061
)
* prdbg.c (pr_fix_visibility): Remove assert.
author
Alan Modra
<amodra@gmail.com>
Mon, 5 Aug 2002 00:54:11 +0000
(
00:54
+0000)
committer
Alan Modra
<amodra@gmail.com>
Mon, 5 Aug 2002 00:54:11 +0000
(
00:54
+0000)
binutils/ChangeLog
patch
|
blob
|
history
binutils/prdbg.c
patch
|
blob
|
history
diff --git
a/binutils/ChangeLog
b/binutils/ChangeLog
index 239f3273441e27740b70d586a45019e172637079..ae438dc105b084267974e27b9fbce83318661377 100644
(file)
--- 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 8bb005340831ad7d480e7492245ba663d965b6bd..a05fe092eef87480d4840284ce94b92528d8295b 100644
(file)
--- 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: