LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / ada / vxworks-gnat-crtbe-link.spec
blob81cdbfbc49f8496438226df0c45c4ede9c36101a
1 *self_spec:
2 + %{!auto-register:%{!noauto-register:-auto-register}} \
3 %{!crtbe:%{!nocrtbe:-crtbe}}
5 *startfile:
6 + %{crtbe:%{!nocrtbe: \
7 %{mrtp:-l:vx_crtbegin_attr.o%s} \
8 %{!mrtp: \
9 %{auto-register:-l:vx_crtbegin_array.o%s} \
10 %{!auto-register:-l:vx_crtbegin.o%s} \
11 } \
14 *endfile:
15 + %{crtbe:%{!nocrtbe:-l:vx_crtend.o%s}}