This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 5/5] Fix for D demangling in GDB
- From: Tom Tromey <tromey at redhat dot com>
- To: Iain Buclaw <ibuclaw at gdcproject dot org>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 13 Jan 2014 13:04:30 -0700
- Subject: Re: [PATCH 5/5] Fix for D demangling in GDB
- Authentication-results: sourceware.org; auth=none
- References: <CABOHX+fr7hyD0WM-=1G4zcoJH61uPiE9ezYSYmKuUoqvZnLmvA at mail dot gmail dot com> <87zjn47ref dot fsf at fleche dot redhat dot com> <CABOHX+dXQQjpE2-S3wM5Qcrq=i29HewDzRptXcrn0=T+EVjOrg at mail dot gmail dot com> <CABOHX+e2pJ6eM0_29iQ6QEDhB43x9iN8u+6ROTXfn9NBYLnrQw at mail dot gmail dot com> <87mwj34ikd dot fsf at fleche dot redhat dot com> <CABOHX+cTrdOJ_-t=vAz2QTc6JhJrLVWUYMt=8LTwuPpWDAQnoA at mail dot gmail dot com>
>>>>> "Iain" == Iain Buclaw <ibuclaw@gdcproject.org> writes:
Iain> 2014-01-11 Iain Buclaw <ibuclaw@gdcproject.org>
Iain> * Makefile.in (SFILES): Add d-support.c.
Iain> (COMMON_OBS): Add d-support.o.
Iain> * d-lang.h (d_parse_symbol): Add comment, now defined in
Iain> d-support.c.
Iain> * d-lang.c (parse_call_convention)
Iain> (parse_attributes, parse_function_types)
Iain> (parse_function_args, parse_type, parse_identifier)
Iain> (call_convention_p, d_parse_symbol): Move functions to ...
Iain> * d-support.c: ... New file.
Thanks, this is ok.
Tom