aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-01-09 13:38:21 +0000
committerSebastian Huber <sh@gcc.gnu.org>2015-01-09 13:38:21 +0000
commit5be0a29be19de39984d1a6cc11ce95483b175fb9 (patch)
treed91626aa9ef782cc3653fc3241270d799cf6ccd3 /gcc
parent88d24a099faa4dd225df68408663a74e11214f2d (diff)
downloadgcc-5be0a29be19de39984d1a6cc11ce95483b175fb9.zip
gcc-5be0a29be19de39984d1a6cc11ce95483b175fb9.tar.gz
gcc-5be0a29be19de39984d1a6cc11ce95483b175fb9.tar.bz2
RTEMS: Rename ARM target config files
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. From-SVN: r219382
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog8
-rw-r--r--gcc/config.gcc4
-rw-r--r--gcc/config/arm/rtems.h (renamed from gcc/config/arm/rtems-eabi.h)0
-rw-r--r--gcc/config/arm/t-rtems (renamed from gcc/config/arm/t-rtems-eabi)0
4 files changed, 10 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7289e15..9ef523f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 857b3b0..04026e3 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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"
diff --git a/gcc/config/arm/rtems-eabi.h b/gcc/config/arm/rtems.h
index e6dfa53..e6dfa53 100644
--- a/gcc/config/arm/rtems-eabi.h
+++ b/gcc/config/arm/rtems.h
diff --git a/gcc/config/arm/t-rtems-eabi b/gcc/config/arm/t-rtems
index 92c4dcb..92c4dcb 100644
--- a/gcc/config/arm/t-rtems-eabi
+++ b/gcc/config/arm/t-rtems