]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
system-linux-armel.ads: Rename into...
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 19 Oct 2016 08:05:36 +0000 (08:05 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 19 Oct 2016 08:05:36 +0000 (08:05 +0000)
* system-linux-armel.ads: Rename into...
* system-linux-arm.ads: ...this
* gcc-interface/Makefile.in (ARM/Android): Adjust to above renaming.
(ARM/Linux): Likewise.
(Aarch64/Linux): Likewise.

From-SVN: r241328

gcc/ada/ChangeLog
gcc/ada/gcc-interface/Makefile.in
gcc/ada/system-linux-arm.ads [moved from gcc/ada/system-linux-armel.ads with 99% similarity]

index 6cffc9cbf4116e264d013ee8b050d555a437f879..a868982b285d00974c161c0215901ab2bcf73a91 100644 (file)
@@ -1,3 +1,11 @@
+2016-10-19  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * system-linux-armel.ads: Rename into...
+       * system-linux-arm.ads: ...this
+       * gcc-interface/Makefile.in (ARM/Android): Adjust to above renaming.
+       (ARM/Linux): Likewise.
+       (Aarch64/Linux): Likewise.
+
 2016-10-18  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS): Define.
index c68225cae3b753f1708454ad8429d8d3615b2dcf..d24e5377da829ea108ea92a46eab8360debc1f39 100644 (file)
@@ -1222,7 +1222,7 @@ ifeq ($(strip $(filter-out arm% linux-androideabi,$(target_cpu) $(target_os))),)
   s-tpopsp.adb<s-tpopsp-posix-foreign.adb \
   $(ATOMICS_TARGET_PAIRS) \
   $(ATOMICS_BUILTINS_TARGET_PAIRS) \
-  system.ads<system-linux-armel.ads
+  system.ads<system-linux-arm.ads
 
   TOOLS_TARGET_PAIRS =  \
     mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
@@ -1939,7 +1939,7 @@ ifeq ($(strip $(filter-out arm% linux-gnueabi%,$(target_cpu) $(target_os))),)
   else
     EH_MECHANISM=-arm
     LIBGNAT_TARGET_PAIRS += \
-    system.ads<system-linux-armel.ads
+    system.ads<system-linux-arm.ads
   endif
 
   TOOLS_TARGET_PAIRS =  \
@@ -1976,7 +1976,7 @@ ifeq ($(strip $(filter-out aarch64% linux%,$(target_cpu) $(target_os))),)
   g-sercom.adb<g-sercom-linux.adb \
   $(ATOMICS_TARGET_PAIRS) \
   $(ATOMICS_BUILTINS_TARGET_PAIRS) \
-  system.ads<system-linux-armel.ads
+  system.ads<system-linux-arm.ads
 
   TOOLS_TARGET_PAIRS =  \
     mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
similarity index 99%
rename from gcc/ada/system-linux-armel.ads
rename to gcc/ada/system-linux-arm.ads
index 9c4f62388270cd620224086041144491623d3288..e99daf052b09a1760b4080d57acbe6e11f185997 100644 (file)
@@ -5,7 +5,7 @@
 --                               S Y S T E M                                --
 --                                                                          --
 --                                 S p e c                                  --
---                        (GNU-Linux/ARMEL Version)                         --
+--                        (GNU-Linux/ARM Version)                           --
 --                                                                          --
 --          Copyright (C) 1992-2016, Free Software Foundation, Inc.         --
 --                                                                          --