]> sourceware.org Git - glibc.git/commit
powerpc64le: add -mno-gnu-attribute to *f128 objects and difftime
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Fri, 7 Feb 2020 20:08:01 +0000 (14:08 -0600)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Wed, 25 Mar 2020 19:34:23 +0000 (14:34 -0500)
commit39517c008f9630cc3cfa0dc7619c5784cde1b3a2
tree42bf57c5f49e0d2a26037cd2d262f7adb67a5c44
parent3618e5fecefde1ff4f383fdd349e64deb472df4e
powerpc64le: add -mno-gnu-attribute to *f128 objects and difftime

In practice, this flag should be applied globally, but it makes a good
sanity check to ensure ibm128 and ieee128 long double files are not
getting mismatched.  _Float128 files use no long double, thus are
always safe to use this option.

Similarly, when investigating the linker complaints, difftime
makes trivial, self contained, usage of long double, so thus it
is also explicitly marked as such.

Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
sysdeps/powerpc/powerpc64/le/Makefile
sysdeps/powerpc/powerpc64/le/fpu/multiarch/Makefile
This page took 0.040828 seconds and 5 git commands to generate.