Skip to content

Commit 9592f71

Browse files
bootcDom Cobley
authored and
Dom Cobley
committed
arm: remove divdi3, it's not necessary at all
This was added for the DWC OTG driver in commit d5ef856. As we've removed the dead code from that driver that depends on this, it is no longer required at all. Signed-off-by: Chris Boot <[email protected]>
1 parent c9ac827 commit 9592f71

File tree

8 files changed

+2
-1018
lines changed

8 files changed

+2
-1018
lines changed

arch/arm/boot/compressed/Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,17 +121,11 @@ LDFLAGS_vmlinux += -X
121121
LDFLAGS_vmlinux += -T
122122

123123
# For __aeabi_uidivmod
124-
lib1funcs = $(obj)/lib1funcs.o $(obj)/divdi3.o
124+
lib1funcs = $(obj)/lib1funcs.o
125125

126126
$(obj)/lib1funcs.S: $(srctree)/arch/$(SRCARCH)/lib/lib1funcs.S FORCE
127127
$(call cmd,shipped)
128128

129-
$(obj)/longlong.h: $(srctree)/arch/$(SRCARCH)/lib/longlong.h FORCE
130-
$(call cmd,shipped)
131-
132-
$(obj)/divdi3.c: $(srctree)/arch/$(SRCARCH)/lib/divdi3.c $(obj)/longlong.h FORCE
133-
$(call cmd,shipped)
134-
135129
# We need to prevent any GOTOFF relocs being used with references
136130
# to symbols in the .bss section since we cannot relocate them
137131
# independently from the rest at run time. This can be achieved by

arch/arm/boot/compressed/divdi3.c

Lines changed: 0 additions & 338 deletions
This file was deleted.

0 commit comments

Comments
 (0)