aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2016-02-17 20:21:48 +0000
committerMax Filippov <jcmvbkbc@gcc.gnu.org>2016-02-17 20:21:48 +0000
commit9bfcbdeecf12ae4ad4b4397055b6911014c9b947 (patch)
tree4df4e1e216972dbad9fb502f09c0fa2acd9b38c2 /gcc
parente8f289e5970b33f9dccdc5116420cf1a88e5c060 (diff)
downloadgcc-9bfcbdeecf12ae4ad4b4397055b6911014c9b947.zip
gcc-9bfcbdeecf12ae4ad4b4397055b6911014c9b947.tar.gz
gcc-9bfcbdeecf12ae4ad4b4397055b6911014c9b947.tar.bz2
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
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions