projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59aeb16
)
arm: Remove spurious .fnend directive
author
Phil Elwell
<phil@raspberrypi.com>
Fri, 21 Jan 2022 08:49:13 +0000
(08:49 +0000)
committer
Phil Elwell
<phil@raspberrypi.com>
Fri, 21 Jan 2022 08:53:28 +0000
(08:53 +0000)
...a.k.a. Fix annoying build error
Some toolchains rightly object to the fact that once the acros are
expanded this results in multiple ".fnend"s without ".fnstart"s.
See: https://github.com/raspberrypi/linux/issues/4836
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm/lib/memcpymove.h
patch
|
blob
|
history
diff --git
a/arch/arm/lib/memcpymove.h
b/arch/arm/lib/memcpymove.h
index 883023aaa6c22a917b005394c50b44808cb018e3..65a6e065a7f2fe0c8e71b3a18d494bc2abffe77c 100644
(file)
--- a/
arch/arm/lib/memcpymove.h
+++ b/
arch/arm/lib/memcpymove.h
@@
-280,7
+280,6
@@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
199:
pop {DAT3, DAT4, DAT5, DAT6, DAT7}
pop {D, DAT1, DAT2, pc}
- UNWIND( .fnend )
.endm
.macro memcpy_medium_inner_loop backwards, align