d: Predefine the D_PIE version condition when flag_pie is set.
authorIain Buclaw <ibuclaw@gdcproject.org>
Sun, 28 Mar 2021 14:40:23 +0000 (16:40 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Sun, 28 Mar 2021 15:46:36 +0000 (17:46 +0200)
commit5a5d23010ab8ecbefd443054d9a3ec227aceb976
treed5818bb65ddbeb7d4dfe0fcbe326de2704d1f4f7
parentbe080b17271cfbe3b8b46d9ca635f8d77de2088e
d: Predefine the D_PIE version condition when flag_pie is set.

Same as the D_PIC version condition, which is set by flag_pic.

gcc/d/ChangeLog:

* d-builtins.cc (d_init_versions): Predefine D_PIE if flag_pie is set.
gcc/d/d-builtins.cc