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:
0b9843e
)
* stabsread.c (define_symbol): Don't look for ',' as a LRS
author
Jeff Law
<law@redhat.com>
Thu, 19 Mar 1998 04:47:59 +0000
(
04:47
+0000)
committer
Jeff Law
<law@redhat.com>
Thu, 19 Mar 1998 04:47:59 +0000
(
04:47
+0000)
indicator.
gdb/ChangeLog
patch
|
blob
|
history
gdb/stabsread.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index bb24d68a8e20a94b4b0ec7b7e35d949bf2640b50..ba132cc619f6faf829d51d41a889928c7d771ada 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,8
@@
+Wed Mar 18 12:50:17 1998 Jeff Law (law@cygnus.com)
+
+ * stabsread.c (define_symbol): Don't look for ',' as a LRS
+ indicator.
+
Wed Mar 18 10:34:51 1998 Nick Clifton <nickc@cygnus.com>
* rdi-share/etherdrv.c: Set sys_errlist[] as char * not const char *.
diff --git
a/gdb/stabsread.c
b/gdb/stabsread.c
index e32afd83f208ff58e423dd597c231c7f7876c06d..ac848b928fe122fafd63d9af9b32ed6ed5e0b8e5 100644
(file)
--- a/
gdb/stabsread.c
+++ b/
gdb/stabsread.c
@@
-2119,7
+2119,7
@@
define_symbol (valu, string, desc, type, objfile)
}
/* Is there more to parse? For example LRS/alias information? */
- while (*p &&
(*p == ';' || *p == ',')
)
+ while (*p &&
*p == ';'
)
{
p++;
if (*p && *p == 'l')