Darwin, D : Add .d suffix to the list for invoking dsymutil.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 11 Dec 2020 00:34:39 +0000 (00:34 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Tue, 28 Sep 2021 19:29:21 +0000 (20:29 +0100)
commitbec11673c4349fb330d08f1147657aa7a49ce389
tree0d0d3bc03e0c979324744426c51435d61f2a01d0
parent07fbdd7bda1166ab2722dbeb4fd3c6b8558b324b
Darwin, D : Add .d suffix to the list for invoking dsymutil.

Recognise .d for D source files on the command line.  This will
trigger an invocation of dsymutil when a D source is present.

gcc/ChangeLog:

* config/darwin.h (DSYMUTIL_SPEC): Recognize D sources.
gcc/config/darwin.h