diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2016-10-19 08:05:36 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2016-10-19 08:05:36 +0000 |
commit | 1af000e003ef5885ba8ea92c7dfd359f1af516f8 (patch) | |
tree | 6d667d7b63c76184129140485f744642e23f53cf /gcc | |
parent | d9700bdb8906e5dbba9bd966cf256aa2c4e45eda (diff) | |
download | gcc-1af000e003ef5885ba8ea92c7dfd359f1af516f8.zip gcc-1af000e003ef5885ba8ea92c7dfd359f1af516f8.tar.gz gcc-1af000e003ef5885ba8ea92c7dfd359f1af516f8.tar.bz2 |
system-linux-armel.ads: Rename into...
* 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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/ada/gcc-interface/Makefile.in | 6 | ||||
-rw-r--r-- | gcc/ada/system-linux-arm.ads (renamed from gcc/ada/system-linux-armel.ads) | 2 |
3 files changed, 12 insertions, 4 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 6cffc9c..a868982 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -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. diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index c68225c..d24e537 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -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 \ diff --git a/gcc/ada/system-linux-armel.ads b/gcc/ada/system-linux-arm.ads index 9c4f623..e99daf0 100644 --- a/gcc/ada/system-linux-armel.ads +++ b/gcc/ada/system-linux-arm.ads @@ -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. -- -- -- |