On 10 January 2014 13:24, Iain Buclaw wrote: > On 9 January 2014 21:54, Tom Tromey wrote: >> The usual approach in cases like this is to do a "pure move" patch to >> move the functions to another file, followed by a second patch to >> implement the fixes. >> > > OK, I'll split it into two separate patches. > Second change, move D demangling routines out of d-lang.c into d-support.c, which is intended to house other language support functions that don't really have a home elsewhere. 2014-01-10 Iain Buclaw gdb/ * d-lang.c (parse_call_convention) (parse_attributes, parse_function_types) (parse_function_args, parse_type, parse_identifier) (call_convention_p, d_parse_symbol): Move functions to ... * d-support.c: ... New file. ---