mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			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
This commit is contained in:
		
							parent
							
								
									d9700bdb89
								
							
						
					
					
						commit
						1af000e003
					
				|  | @ -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. | ||||
|  |  | |||
|  | @ -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 \
 | ||||
|  |  | |||
|  | @ -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.         -- | ||||
| --                                                                          -- | ||||
		Loading…
	
		Reference in New Issue
	
	 Eric Botcazou
						Eric Botcazou