diff options
author | Ed Falis <falis@adacore.com> | 2020-04-01 14:20:15 -0400 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2020-06-15 04:04:42 -0400 |
commit | e808ee00fb66774de3d2caf77eb9933485b752a5 (patch) | |
tree | 2190b938a020092321346c40d15e50f46d2c1bd3 /gcc | |
parent | c7df4e55c944986c5fdbe7da341cf6f5e4ef81c6 (diff) | |
download | gcc-e808ee00fb66774de3d2caf77eb9933485b752a5.zip gcc-e808ee00fb66774de3d2caf77eb9933485b752a5.tar.gz gcc-e808ee00fb66774de3d2caf77eb9933485b752a5.tar.bz2 |
[Ada] Makefile.rtl: minor file renamings
2020-06-15 Ed Falis <falis@adacore.com>
gcc/ada/
* Makefile.rtl: Change name of hie/g-io__vxworks-ppc-cert.adb.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/Makefile.rtl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl index 15b8b00..0139f4c 100644 --- a/gcc/ada/Makefile.rtl +++ b/gcc/ada/Makefile.rtl @@ -1,5 +1,5 @@ # Makefile.rtl for GNU Ada Compiler (GNAT). -# Copyright (C) 2003-2017, Free Software Foundation, Inc. +# Copyright (C) 2003-2020, Free Software Foundation, Inc. #This file is part of GCC. @@ -1035,7 +1035,7 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworksae vxworksaespe,$(target_cpu) $(t a-elchha.adb<libgnat/a-elchha__vxworks-ppc-full.adb \ a-intnam.ads<libgnarl/a-intnam__vxworks.ads \ a-numaux.ads<libgnat/a-numaux__vxworks.ads \ - g-io.adb<hie/g-io__vxworks-ppc-cert.adb \ + g-io.adb<hie/g-io__vxworks-cert.adb \ s-inmaop.adb<libgnarl/s-inmaop__vxworks.adb \ s-interr.adb<libgnarl/s-interr__vxworks.adb \ s-intman.ads<libgnarl/s-intman__vxworks.ads \ @@ -1091,7 +1091,7 @@ ifeq ($(strip $(filter-out %86 wrs vxworksae,$(target_cpu) $(target_vendor) $(ta a-elchha.adb<libgnat/a-elchha__vxworks-ppc-full.adb \ a-intnam.ads<libgnarl/a-intnam__vxworks.ads \ a-numaux.ads<libgnat/a-numaux__vxworks.ads \ - g-io.adb<hie/g-io__vxworks-ppc-cert.adb \ + g-io.adb<hie/g-io__vxworks-cert.adb \ s-inmaop.adb<libgnarl/s-inmaop__vxworks.adb \ s-interr.adb<libgnarl/s-interr__vxworks.adb \ s-intman.ads<libgnarl/s-intman__vxworks.ads \ |