diff options
Diffstat (limited to 'ports/sysdeps/arm/crtn.S')
-rw-r--r-- | ports/sysdeps/arm/crtn.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/sysdeps/arm/crtn.S b/ports/sysdeps/arm/crtn.S index 5ff3661f18..a01eb01397 100644 --- a/ports/sysdeps/arm/crtn.S +++ b/ports/sysdeps/arm/crtn.S @@ -33,6 +33,8 @@ License along with the GNU C Library. If not, see <http://www.gnu.org/licenses/>. */ +/* Always build .init and .fini sections in ARM mode. */ +#define NO_THUMB #include <sysdep.h> /* crtn.S puts function epilogues in the .init and .fini sections |