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 <m0yFAER-00058JC@ocean.lucon.org>you write:
  > gdb 4.16.86 chokes on
  > 
  > .stabs "lose:f(0,19),lose,_dl_map_object_from_fd",36,0,479,lose.117
  > 
  > This patch seems to work. I have no idea why it was written that way.
  > It is bogus to me.
Can you show me the code which produced that kind of stab?  In
particular there's two symbols "lose" and "_dl_map_object_from_fd"
after the type "(0,19)".  The only way that can happen is for nested
functions as far as I know.

jeff