summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-12-15 11:25:01 -0600
committerJoel Sherrill <joel@rtems.org>2016-01-04 11:07:00 -0600
commitf5201df0dc70e4510c7a6862a96d66175fbbf514 (patch)
tree15d987c5f736df81896df34598294eeae6b03db7 /cpukit/libcsupport
parentpowerpc/qemuppc/configure.ac: Correct typo (diff)
downloadrtems-f5201df0dc70e4510c7a6862a96d66175fbbf514.tar.bz2
Remove M32R architecture
updates #2446.
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/src/newlibc_exit.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/libcsupport/src/newlibc_exit.c b/cpukit/libcsupport/src/newlibc_exit.c
index fad7f7623a..c093bb2a67 100644
--- a/cpukit/libcsupport/src/newlibc_exit.c
+++ b/cpukit/libcsupport/src/newlibc_exit.c
@@ -22,9 +22,7 @@
/* FIXME: These defines are a blatant hack */
#if defined(__USE_INIT_FINI__)
- #if defined(__m32r__)
- #define FINI_SYMBOL __fini
- #elif defined(__ARM_EABI__)
+ #if defined(__ARM_EABI__)
#define FINI_SYMBOL __libc_fini_array
#else
#define FINI_SYMBOL _fini