libcc: move libgcc files into arch-specific directories
commit729ae285595d313dfe0fa4eb339f95947c778630
authorH. Peter Anvin <hpa@zytor.com>
Mon, 4 Feb 2019 18:04:12 +0000 (4 10:04 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 4 Feb 2019 18:04:12 +0000 (4 10:04 -0800)
tree272d907d4e099f4f8205a1d301529c6332dc652d
parent0e54ff788782b5de767a4c9de0919c71474ead4a
libcc: move libgcc files into arch-specific directories

We would compile these for for x86-64 even though they are
i386-specific; the resulting code was meaningless but nevertheless
included in the output.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/lib/i386/libgcc/__ashldi3.S [moved from com32/lib/libgcc/__ashldi3.S with 100% similarity]
com32/lib/i386/libgcc/__ashrdi3.S [moved from com32/lib/libgcc/__ashrdi3.S with 100% similarity]
com32/lib/i386/libgcc/__divdi3.c [moved from com32/lib/libgcc/__divdi3.c with 100% similarity]
com32/lib/i386/libgcc/__lshrdi3.S [moved from com32/lib/libgcc/__lshrdi3.S with 100% similarity]
com32/lib/i386/libgcc/__moddi3.c [moved from com32/lib/libgcc/__moddi3.c with 100% similarity]
com32/lib/i386/libgcc/__muldi3.S [moved from com32/lib/libgcc/__muldi3.S with 100% similarity]
com32/lib/i386/libgcc/__negdi2.S [moved from com32/lib/libgcc/__negdi2.S with 100% similarity]
com32/lib/i386/libgcc/__udivdi3.c [moved from com32/lib/libgcc/__udivdi3.c with 100% similarity]
com32/lib/i386/libgcc/__udivmoddi4.c [moved from com32/lib/libgcc/__udivmoddi4.c with 100% similarity]
com32/lib/i386/libgcc/__umoddi3.c [moved from com32/lib/libgcc/__umoddi3.c with 100% similarity]
mk/lib.mk