From f5201df0dc70e4510c7a6862a96d66175fbbf514 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Dec 2015 11:25:01 -0600 Subject: Remove M32R architecture updates #2446. --- cpukit/libcsupport/src/newlibc_exit.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/libcsupport') 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 -- cgit v1.2.3