diff gcc/ada/libgnat/system-vxworks7-ppc64-kernel.ads @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
line wrap: on
line diff
--- a/gcc/ada/libgnat/system-vxworks7-ppc64-kernel.ads	Thu Oct 25 07:37:49 2018 +0900
+++ b/gcc/ada/libgnat/system-vxworks7-ppc64-kernel.ads	Thu Feb 13 11:34:05 2020 +0900
@@ -7,7 +7,7 @@
 --                                 S p e c                                  --
 --                       (VxWorks 7.x PPC64 Kernel)                         --
 --                                                                          --
---          Copyright (C) 1992-2018, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2019, 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,10 +120,6 @@
 
 private
 
-   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.
-
    type Address is mod Memory_Size;
    Null_Address : constant Address := 0;