[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <yw1xa8q5bwf9.fsf@unicorn.mansr.com>
Date: Sun, 22 Nov 2015 20:39:54 +0000
From: Måns Rullgård <mans@...sr.com>
To: Arnd Bergmann <arnd@...db.de>
Cc: Russell King - ARM Linux <linux@....linux.org.uk>,
Peter Maydell <peter.maydell@...aro.org>,
Nicolas Pitre <nico@...xnic.net>,
"linux-arm-msm\@vger.kernel.org" <linux-arm-msm@...r.kernel.org>,
Stephen Boyd <sboyd@...eaurora.org>,
lkml - Kernel Mailing List <linux-kernel@...r.kernel.org>,
Steven Rostedt <rostedt@...dmis.org>,
arm-mail-list <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [RFC/PATCH 0/3] ARM: Use udiv/sdiv for __aeabi_{u}idiv library functions
Arnd Bergmann <arnd@...db.de> writes:
> arnd@...rfel:/tmp$ arm-linux-gnueabihf-gcc -Wall -O2 -mcpu=cortex-a15 idiv.c -c -o idiv-arm.o
> arnd@...rfel:/tmp$ objdump -dr idiv-arm.o
>
> idiv-arm.o: file format elf32-littlearm
>
> Disassembly of section .text:
>
> 00000000 <udiv>:
> 0: fbb0 f0f1 udiv r0, r0, r1
> 4: 4770 bx lr
> 6: bf00 nop
>
> 00000008 <sdiv>:
> 8: fb90 f0f1 sdiv r0, r0, r1
> c: 4770 bx lr
> e: bf00 nop
Your compiler seems to default to thumb so you should add -marm.
--
Måns Rullgård
mans@...sr.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists