This is the mail archive of the gdb-testers@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: New GDB 4.17 snapshot is available



  In message <m0yFKOY-00058iC@ocean.lucon.org>you write:
  > Can someone please send me a patch? I am working on several other
  > things at this momemnt. gdb is the last thing I want to fix right
  > now.
Here it is (untested).

Let me know if it works and I'll get it checked in.
Index: stabsread.c
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/stabsread.c,v
retrieving revision 2.145
diff -c -3 -p -r2.145 stabsread.c
*** stabsread.c	1997/11/22 00:50:09	2.145
--- stabsread.c	1998/03/18 16:36:11
*************** define_symbol (valu, string, desc, type,
*** 2119,2125 ****
      }
  
    /* Is there more to parse?  For example LRS/alias information?  */
!   while (*p && (*p == ';' || *p == ','))
      {
        p++;
        if (*p && *p == 'l')
--- 2119,2125 ----
      }
  
    /* Is there more to parse?  For example LRS/alias information?  */
!   while (*p && *p == ';')
      {
        p++;
        if (*p && *p == 'l')