Commit faef260e by Max Filippov Committed by Max Filippov

libgcc: xtensa: fix build with -mtext-section-literals

libgcc/
2018-02-20  Max Filippov  <jcmvbkbc@gmail.com>

	* config/xtensa/ieee754-df.S (__adddf3_aux): Add
	.literal_position directive.
	* config/xtensa/ieee754-sf.S (__addsf3_aux): Likewise.

From-SVN: r257862
parent 549b1796
2018-02-20 Max Filippov <jcmvbkbc@gmail.com>
* config/xtensa/ieee754-df.S (__adddf3_aux): Add
.literal_position directive.
* config/xtensa/ieee754-sf.S (__addsf3_aux): Likewise.
2018-02-14 Igor Tsimbalist <igor.v.tsimbalist@intel.com> 2018-02-14 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
PR target/84148 PR target/84148
......
...@@ -55,6 +55,7 @@ __negdf2: ...@@ -55,6 +55,7 @@ __negdf2:
#ifdef L_addsubdf3 #ifdef L_addsubdf3
.literal_position
/* Addition */ /* Addition */
__adddf3_aux: __adddf3_aux:
......
...@@ -55,6 +55,7 @@ __negsf2: ...@@ -55,6 +55,7 @@ __negsf2:
#ifdef L_addsubsf3 #ifdef L_addsubsf3
.literal_position
/* Addition */ /* Addition */
__addsf3_aux: __addsf3_aux:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment