Commit 7d296953 by Jakub Jelinek

re PR target/69444 (recent changes broke x64_64 -> powerpc crosscompiler build)

	PR target/69444
	* config/rs6000/sfp-machine.h: Fix a typo in #ifndef - __NO_FPRS__
	instead of ___NO_FPRS__.

From-SVN: r232805
parent d902b330
2016-01-25 Jakub Jelinek <jakub@redhat.com>
PR target/69444
* config/rs6000/sfp-machine.h: Fix a typo in #ifndef - __NO_FPRS__
instead of ___NO_FPRS__.
2016-01-21 Michael Meissner <meissner@linux.vnet.ibm.com> 2016-01-21 Michael Meissner <meissner@linux.vnet.ibm.com>
Steven Munroe <munroesj@linux.vnet.ibm.com> Steven Munroe <munroesj@linux.vnet.ibm.com>
Tulio Magno Quites Machado Filho <tulioqm@br.ibm.com> Tulio Magno Quites Machado Filho <tulioqm@br.ibm.com>
...@@ -317,7 +323,7 @@ ...@@ -317,7 +323,7 @@
* config/rl78/divmodhi.S: Update return register to r8,r9. * config/rl78/divmodhi.S: Update return register to r8,r9.
Branch to main_loop_done_himode to pop registers before return. Branch to main_loop_done_himode to pop registers before return.
2015-10-09 Venkataramanan kumar <venkataramanan.kumar@amd.com> 2015-10-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
* config/i386/cpuinfo.c (get_amd_cpu): Detect bdver4. * config/i386/cpuinfo.c (get_amd_cpu): Detect bdver4.
(__cpu_indicator_init): Fix model selection for AMD CPUs. (__cpu_indicator_init): Fix model selection for AMD CPUs.
......
...@@ -110,7 +110,7 @@ typedef int __gcc_CMPtype __attribute__ ((mode (__libgcc_cmp_return__))); ...@@ -110,7 +110,7 @@ typedef int __gcc_CMPtype __attribute__ ((mode (__libgcc_cmp_return__)));
floating point on pre-ISA 3.0 machines without the IEEE 128-bit floating floating point on pre-ISA 3.0 machines without the IEEE 128-bit floating
point support. */ point support. */
#ifndef ___NO_FPRS__ #ifndef __NO_FPRS__
#define ISA_BIT(x) (1LL << (63 - x)) #define ISA_BIT(x) (1LL << (63 - x))
/* Use the same bits of the FPSCR. */ /* Use the same bits of the FPSCR. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment