]> git.ipfire.org Git - thirdparty/glibc.git/commit
backport the pre glibc 2.10 patch which added -mcpu=<CPU> to ASFLAGS to the IBM 2...
authorRyan S. Arnold <rsa@us.ibm.com>
Fri, 24 Jul 2009 17:55:45 +0000 (12:55 -0500)
committerRyan Arnold <ryanarn@etna.rchland.ibm.com>
Fri, 24 Jul 2009 20:10:55 +0000 (15:10 -0500)
commitfd178a794dcd98b27b074cef2d72b16cade6ed2d
treecf4e47a3771b33232781a0438bc01c4c13f0930e
parent11e1f64a3ed25433ff1e61ce361f4d26b262b9c3
backport the pre glibc 2.10 patch which added -mcpu=<CPU> to ASFLAGS to the IBM 2.8 branch. It includes two merged patch sets.

commit ed27dcf1bc22bb3b011bfefc392d6900c3bbeeb9
Author: Ryan S. Arnold <rsa@us.ibm.com>
Date:   Fri Jul 24 00:11:42 2009 -0500

2009-05-09  Ulrich Drepper  <drepper@redhat.com>

* Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
same place we add ASFLAGS-config.

2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>

[BZ #10118]
* Makeconfig (+asflags): New variable based upon ASFLAG or
asflags-cpu.
(ASFLAGS): Add override to set ASFLAGS to +asflags.
* config.make.in (asflags-cpu): Add variable based upon
@libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
the assembler.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
Remove unneeded file now that the assembler emits _ARCH_PWR6 and
recognizes power6 instruction set due to passing -mcpu=power6 from
--with-cpu=power6 when compiling .S files.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
Likewise.
Makeconfig
config.make.in
sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S [deleted file]
sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S [deleted file]
sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S [deleted file]
sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S [deleted file]