New GDB 4.17 snapshot is available

Jeffrey A Law law@cygnus.com
Wed Mar 18 08:36:00 GMT 1998


  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')



More information about the Gdb-testers mailing list