gcc/libgcc/config/xtensa
Max Filippov 9bfcbdeecf xtensa: fix libgcc build with --text-section-literals
Functions __muldf3_aux, __divdf3_aux, __mulsf3_aux and __divsf3_aux
don't start with leaf_entry, so they need explicit .literal_position,
otherwise libgcc build fails in the presence of --text-section-literals.

2016-02-17  Max Filippov  <jcmvbkbc@gmail.com>
libgcc/
	* config/xtensa/ieee754-df.S (__muldf3_aux, __divdf3_aux): Add
	.literal_position before the function.
	* config/xtensa/ieee754-sf.S (__mulsf3_aux, __divsf3_aux):
	Likewise.

From-SVN: r233505
2016-02-17 20:21:48 +00:00
..
crti.S Update copyright years. 2016-01-04 15:30:50 +01:00
crtn.S Update copyright years. 2016-01-04 15:30:50 +01:00
ieee754-df.S xtensa: fix libgcc build with --text-section-literals 2016-02-17 20:21:48 +00:00
ieee754-sf.S xtensa: fix libgcc build with --text-section-literals 2016-02-17 20:21:48 +00:00
lib1funcs.S Update copyright years. 2016-01-04 15:30:50 +01:00
lib2funcs.S Update copyright years. 2016-01-04 15:30:50 +01:00
libgcc-glibc.ver Move shlib support to toplevel libgcc 2011-11-02 10:49:46 +00:00
linux-unwind.h Update copyright years. 2016-01-04 15:30:50 +01:00
t-elf Move libgcc2 to toplevel libgcc 2011-11-02 15:23:48 +00:00
t-linux Move shlib support to toplevel libgcc 2011-11-02 10:49:46 +00:00
t-windowed xtensa: use unwind-dw2-fde-dip instead of unwind-dw2-fde 2015-08-18 01:07:10 +00:00
t-xtensa Implement call0 ABI for xtensa 2015-03-03 17:44:01 +00:00
unwind-dw2-xtensa.c Update copyright years. 2016-01-04 15:30:50 +01:00
unwind-dw2-xtensa.h Update copyright years. 2016-01-04 15:30:50 +01:00