-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Ulrich Drepper
committed
May 9, 2009
1 parent
15417de
commit 23b6b46
Showing
7 changed files
with
33 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S
This file was deleted.
Oops, something went wrong.