From 5be0a29be19de39984d1a6cc11ce95483b175fb9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 9 Jan 2015 13:38:21 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 8 ++++++++ gcc/config.gcc | 4 ++-- gcc/config/arm/{rtems-eabi.h => rtems.h} | 0 gcc/config/arm/{t-rtems-eabi => t-rtems} | 0 4 files changed, 10 insertions(+), 2 deletions(-) rename gcc/config/arm/{rtems-eabi.h => rtems.h} (100%) rename gcc/config/arm/{t-rtems-eabi => t-rtems} (100%) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7289e152af9..9ef523f7339 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2015-01-09 Sebastian Huber + + * 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 PR tree-optimization/64410 diff --git a/gcc/config.gcc b/gcc/config.gcc index 857b3b0bc95..04026e38fb9 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 similarity index 100% rename from gcc/config/arm/rtems-eabi.h rename to gcc/config/arm/rtems.h diff --git a/gcc/config/arm/t-rtems-eabi b/gcc/config/arm/t-rtems similarity index 100% rename from gcc/config/arm/t-rtems-eabi rename to gcc/config/arm/t-rtems