gcc/libgcc/config/i386
liuhongt 637dfcf43c Explicitly add -msse2 to compile HF related libgcc source file.
For 32-bit libgcc configure w/o sse2, there's would be an error since
GCC only support _Float16 under sse2. Explicitly add -msse2 for those
HF related libgcc functions, so users can still link them w/ the
upper configuration.

libgcc/ChangeLog:

	* Makefile.in: Adjust to support specific CFLAGS for each
	libgcc source file.
	* config/i386/64/t-softfp: Explicitly add -msse2 for HF
	related libgcc source files.
	* config/i386/t-softfp: Ditto.
	* config/i386/_divhc3.c: New file.
	* config/i386/_mulhc3.c: New file.
2021-09-06 15:13:14 +08:00
..
32 libgcc: Enable hfmode soft-sf/df/xf/tf extensions and truncations. 2021-09-02 14:11:59 +08:00
64 Explicitly add -msse2 to compile HF related libgcc source file. 2021-09-06 15:13:14 +08:00
_divhc3.c Explicitly add -msse2 to compile HF related libgcc source file. 2021-09-06 15:13:14 +08:00
_mulhc3.c Explicitly add -msse2 to compile HF related libgcc source file. 2021-09-06 15:13:14 +08:00
avx_resms64.S
avx_resms64f.S
avx_resms64fx.S
avx_resms64x.S
avx_savms64.S
avx_savms64f.S
cpuinfo.c Update copyright years. 2021-01-04 10:26:59 +01:00
crtfastmath.c Update copyright years. 2021-01-04 10:26:59 +01:00
crti.S Update copyright years. 2021-01-04 10:26:59 +01:00
crtn.S Update copyright years. 2021-01-04 10:26:59 +01:00
crtprec.c Update copyright years. 2021-01-04 10:26:59 +01:00
cygming-crtbegin.c Update copyright years. 2021-01-04 10:26:59 +01:00
cygming-crtend.c cygming-crtend.c: fix build warnings 2021-08-26 01:32:33 +00:00
cygwin.S Update copyright years. 2021-01-04 10:26:59 +01:00
darwin-lib.h Update copyright years. 2021-01-04 10:26:59 +01:00
dragonfly-unwind.h Update copyright years. 2021-01-04 10:26:59 +01:00
elf-lib.h Update copyright years. 2021-01-04 10:26:59 +01:00
enable-execute-stack-mingw32.c Update copyright years. 2021-01-04 10:26:59 +01:00
freebsd-unwind.h Update copyright years. 2021-01-04 10:26:59 +01:00
gnu-unwind.h hurd: libgcc unwinding over signal trampolines with SIGINFO 2021-01-13 11:54:54 +01:00
gthr-win32.c Update copyright years. 2021-01-04 10:26:59 +01:00
gthr-win32.h Update copyright years. 2021-01-04 10:26:59 +01:00
i386-asm.h Update copyright years. 2021-01-04 10:26:59 +01:00
libgcc-bsd.ver Update copyright years. 2021-01-04 10:26:59 +01:00
libgcc-cygming.ver Update copyright years. 2021-01-04 10:26:59 +01:00
libgcc-darwin.10.4.ver Update copyright years. 2021-01-04 10:26:59 +01:00
libgcc-darwin.10.5.ver Update copyright years. 2021-01-04 10:26:59 +01:00
libgcc-glibc.ver Update copyright years. 2021-01-04 10:26:59 +01:00
libgcc-sol2.ver Update copyright years. 2021-01-04 10:26:59 +01:00
linux-unwind.h Update copyright years. 2021-01-04 10:26:59 +01:00
morestack.S Update copyright years. 2021-01-04 10:26:59 +01:00
resms64.h libgcc, i386: Add .note.GNU-stack sections to the ms sse/avx sav/res 2021-01-27 11:50:13 +01:00
resms64f.h libgcc, i386: Add .note.GNU-stack sections to the ms sse/avx sav/res 2021-01-27 11:50:13 +01:00
resms64fx.h libgcc, i386: Add .note.GNU-stack sections to the ms sse/avx sav/res 2021-01-27 11:50:13 +01:00
resms64x.h libgcc, i386: Add .note.GNU-stack sections to the ms sse/avx sav/res 2021-01-27 11:50:13 +01:00
savms64.h libgcc, i386: Add .note.GNU-stack sections to the ms sse/avx sav/res 2021-01-27 11:50:13 +01:00
savms64f.h libgcc, i386: Add .note.GNU-stack sections to the ms sse/avx sav/res 2021-01-27 11:50:13 +01:00
sfp-exceptions.c Update copyright years. 2021-01-04 10:26:59 +01:00
sfp-machine.h libgcc, soft-float: Fix strong_alias macro use for Darwin. 2021-09-03 16:25:40 +01:00
shadow-stack-unwind.h Update copyright years. 2021-01-04 10:26:59 +01:00
sol2-c1.S Update copyright years. 2021-01-04 10:26:59 +01:00
sol2-unwind.h Update copyright years. 2021-01-04 10:26:59 +01:00
sse_resms64.S
sse_resms64f.S
sse_resms64fx.S
sse_resms64x.S
sse_savms64.S
sse_savms64f.S
t-chkstk
t-cpuinfo
t-cpuinfo-static
t-crtpc
t-crtstuff
t-cygming
t-cygwin
t-darwin
t-dlldir
t-dlldir-x
t-dragonfly
t-dw2-eh
t-freebsd
t-gthr-win32
t-linux
t-mingw-pthread
t-mingw32
t-msabi
t-nto
t-seh-eh
t-sjlj-eh
t-slibgcc-cygming
t-softfp Explicitly add -msse2 to compile HF related libgcc source file. 2021-09-06 15:13:14 +08:00
t-sol2
t-stack-i386
value-unwind.h libgcc: Add missing runtime exception notices 2021-08-31 10:56:34 +01:00
w32-unwind.h Update copyright years. 2021-01-04 10:26:59 +01:00