This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] xtensa: fix libgcc build with --text-section-literals


On Wed, Feb 17, 2016 at 10:59 PM, augustine.sterling@gmail.com
<augustine.sterling@gmail.com> wrote:
> On Tue, Feb 16, 2016 at 4:35 PM, Max Filippov <jcmvbkbc@gmail.com> wrote:
>> 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.
>
> This is OK, please submit.

Applied to trunk. Thank you!

-- Max


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]