aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Kliemann <kliemann@adacore.com>2021-10-08 15:55:33 +0000
committerPierre-Marie de Rodat <derodat@adacore.com>2021-10-20 10:17:05 +0000
commit931d4819f740ade9707436447b6d7a1148d65d54 (patch)
tree7b1e365cfeeed03c9b8b8ab6ed5c322fc034b14e
parent6cf01c9277b81b81e8d09fe770b5fafe25fd880f (diff)
downloadgcc-931d4819f740ade9707436447b6d7a1148d65d54.zip
gcc-931d4819f740ade9707436447b6d7a1148d65d54.tar.gz
gcc-931d4819f740ade9707436447b6d7a1148d65d54.tar.bz2
[Ada] Define __wrs_rtp_base in linker spec
gcc/ada/ * vxworks7-cert-rtp-link.spec: Add the definition of __wrs_rtp_base.
-rw-r--r--gcc/ada/vxworks7-cert-rtp-link.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/vxworks7-cert-rtp-link.spec b/gcc/ada/vxworks7-cert-rtp-link.spec
index 0e0440f..4bbf376 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) \
}}}