RTEMS: Rename ARM target config files
authorsh <sh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jan 2015 13:38:21 +0000 (13:38 +0000)
committersh <sh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jan 2015 13:38:21 +0000 (13:38 +0000)
Now that we only have the EABI configuration for RTEMS rename the files
to match the pattern used for the other RTEMS targets.

gcc/ChangeLog

* config/arm/t-rtems-eabi: Rename to...
* config/arm/t-rtems: ...this.
* config/arm/rtems-eabi.h: Rename to...
* config/arm/rtems.h: ...this.
* config.gcc (arm*-*-rtems*): Reflect changes above.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219382 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc
gcc/config/arm/rtems.h [moved from gcc/config/arm/rtems-eabi.h with 100% similarity]
gcc/config/arm/t-rtems [moved from gcc/config/arm/t-rtems-eabi with 100% similarity]

index 7289e15..9ef523f 100644 (file)
@@ -1,3 +1,11 @@
+2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       * config/arm/t-rtems-eabi: Rename to...
+       * config/arm/t-rtems: ...this.
+       * config/arm/rtems-eabi.h: Rename to...
+       * config/arm/rtems.h: ...this.
+       * config.gcc (arm*-*-rtems*): Reflect changes above.
+
 2015-01-09  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/64410
index 857b3b0..04026e3 100644 (file)
@@ -1057,8 +1057,8 @@ arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*)
          use_gcc_stdint=wrap
          ;;
        arm*-*-rtems*)
-         tm_file="${tm_file} rtems.h arm/rtems-eabi.h newlib-stdint.h"
-         tmake_file="${tmake_file} arm/t-bpabi arm/t-rtems-eabi"
+         tm_file="${tm_file} rtems.h arm/rtems.h newlib-stdint.h"
+         tmake_file="${tmake_file} arm/t-bpabi arm/t-rtems"
          ;;
        arm*-*-symbianelf*)
          tm_file="${tm_file} arm/symbian.h"