public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix a typo in ppc libgcc (PR target/69444)
@ 2016-01-25 20:34 Jakub Jelinek
  2016-01-25 21:19 ` David Edelsohn
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2016-01-25 20:34 UTC (permalink / raw)
  To: David Edelsohn; +Cc: gcc-patches

Hi!

The soft-fp multilib of powerpc libgcc doesn't build because of a typo
in the conditional - the guarded code uses inline asm that assumes hard
float.

Ok for trunk?

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__.

--- libgcc/config/rs6000/sfp-machine.h.jj	2016-01-21 21:27:57.000000000 +0100
+++ libgcc/config/rs6000/sfp-machine.h	2016-01-25 11:45:48.093285428 +0100
@@ -110,7 +110,7 @@ typedef int __gcc_CMPtype __attribute__
    floating point on pre-ISA 3.0 machines without the IEEE 128-bit floating
    point support.  */
 
-#ifndef ___NO_FPRS__
+#ifndef __NO_FPRS__
 #define ISA_BIT(x) (1LL << (63 - x))
 
 /* Use the same bits of the FPSCR.  */

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix a typo in ppc libgcc (PR target/69444)
  2016-01-25 20:34 [PATCH] Fix a typo in ppc libgcc (PR target/69444) Jakub Jelinek
@ 2016-01-25 21:19 ` David Edelsohn
  0 siblings, 0 replies; 2+ messages in thread
From: David Edelsohn @ 2016-01-25 21:19 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: GCC Patches

On Mon, Jan 25, 2016 at 3:34 PM, Jakub Jelinek <jakub@redhat.com> wrote:
> Hi!
>
> The soft-fp multilib of powerpc libgcc doesn't build because of a typo
> in the conditional - the guarded code uses inline asm that assumes hard
> float.
>
> Ok for trunk?
>
> 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__.

Okay.

Thanks, David

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-25 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-25 20:34 [PATCH] Fix a typo in ppc libgcc (PR target/69444) Jakub Jelinek
2016-01-25 21:19 ` David Edelsohn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).