diff gcc/ada/libgnat/system-vxworks7-ppc-rtp-smp.ads @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
line wrap: on
line diff
--- a/gcc/ada/libgnat/system-vxworks7-ppc-rtp-smp.ads	Fri Oct 27 22:46:09 2017 +0900
+++ b/gcc/ada/libgnat/system-vxworks7-ppc-rtp-smp.ads	Thu Oct 25 07:37:49 2018 +0900
@@ -7,7 +7,7 @@
 --                                 S p e c                                  --
 --                          (VxWorks 7.x PPC RTP)                           --
 --                                                                          --
---          Copyright (C) 1992-2017, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2018, Free Software Foundation, Inc.         --
 --                                                                          --
 -- This specification is derived from the Ada Reference Manual for use with --
 -- GNAT. The copyright notice above, and the license provisions that follow --
@@ -120,7 +120,7 @@
 
 private
 
-   pragma Linker_Options ("--specs=vxworks-gnat-crtbe-link.spec");
+   pragma Linker_Options ("--specs=vxworks7-gnat-crtbe-link.spec");
    --  Pull in crtbegin/crtend objects and register exceptions for ZCX.
    --  This is commented out by our Makefile for SJLJ runtimes.