From: Johannes Kliemann Date: Fri, 8 Oct 2021 15:55:33 +0000 (+0000) Subject: [Ada] Define __wrs_rtp_base in linker spec X-Git-Tag: basepoints/gcc-13~3765 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=931d4819f740ade9707436447b6d7a1148d65d54;p=thirdparty%2Fgcc.git [Ada] Define __wrs_rtp_base in linker spec gcc/ada/ * vxworks7-cert-rtp-link.spec: Add the definition of __wrs_rtp_base. --- diff --git a/gcc/ada/vxworks7-cert-rtp-link.spec b/gcc/ada/vxworks7-cert-rtp-link.spec index 0e0440f8ed3c..4bbf3762cc7c 100644 --- a/gcc/ada/vxworks7-cert-rtp-link.spec +++ b/gcc/ada/vxworks7-cert-rtp-link.spec @@ -5,5 +5,6 @@ + %{!nostdlib:%{mrtp:%{!shared: \ -l:certRtp.o \ -L%:getenv(VSB_DIR /usr/lib/common/objcert) \ + --defsym=__wrs_rtp_base=0x80000000 \ -T%:getenv(VSB_DIR /usr/ldscripts/rtp.ld) \ }}}