public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* PING: Re: [PATCH] small build fix
@ 2011-12-27 14:38 Robert Millan
  2012-01-16 19:37 ` Robert Millan
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Millan @ 2011-12-27 14:38 UTC (permalink / raw)
  To: gcc-patches

El 19 de desembre de 2011 21:04, Robert Millan <rmh@gnu.org> ha escrit:
> This small patch fixes a build regression on GNU/kFreeBSD.

Ping!

-- 
Robert Millan

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

* Re: PING: Re: [PATCH] small build fix
  2011-12-27 14:38 PING: Re: [PATCH] small build fix Robert Millan
@ 2012-01-16 19:37 ` Robert Millan
  2012-01-16 20:19   ` Jakub Jelinek
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Millan @ 2012-01-16 19:37 UTC (permalink / raw)
  To: gcc-patches; +Cc: Gerald Pfeifer

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]

El 27 de desembre de 2011 12:25, Robert Millan <rmh@gnu.org> ha escrit:
> El 19 de desembre de 2011 21:04, Robert Millan <rmh@gnu.org> ha escrit:
>> This small patch fixes a build regression on GNU/kFreeBSD.
>
> Ping!

Ping again.  Please note that Gerald Pfeifer has volunteered to commit
the patch once it is approved.

-- 
Robert Millan

[-- Attachment #2: kbsd-gnu.diff --]
[-- Type: text/plain, Size: 571 bytes --]

2011-12-19  Robert Millan  <rmh@gnu.org>

	Fix build regression on GNU/kFreeBSD.

	* config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.

--- a/src/gcc/config/kfreebsd-gnu.h~	2011-07-21 17:31:44.000000000 +0200
+++ b/src/gcc/config/kfreebsd-gnu.h	2011-12-19 20:20:26.961301396 +0100
@@ -33,3 +33,4 @@
 #define GNU_USER_DYNAMIC_LINKER                GLIBC_DYNAMIC_LINKER
 #define GNU_USER_DYNAMIC_LINKER32      GLIBC_DYNAMIC_LINKER32
 #define GNU_USER_DYNAMIC_LINKER64      GLIBC_DYNAMIC_LINKER64
+#define GNU_USER_DYNAMIC_LINKERX32     GLIBC_DYNAMIC_LINKERX32

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

* Re: PING: Re: [PATCH] small build fix
  2012-01-16 19:37 ` Robert Millan
@ 2012-01-16 20:19   ` Jakub Jelinek
  2012-01-21 20:35     ` Gerald Pfeifer
  0 siblings, 1 reply; 5+ messages in thread
From: Jakub Jelinek @ 2012-01-16 20:19 UTC (permalink / raw)
  To: Robert Millan; +Cc: gcc-patches, Gerald Pfeifer

On Mon, Jan 16, 2012 at 07:37:43PM +0000, Robert Millan wrote:
> El 27 de desembre de 2011 12:25, Robert Millan <rmh@gnu.org> ha escrit:
> > El 19 de desembre de 2011 21:04, Robert Millan <rmh@gnu.org> ha escrit:
> >> This small patch fixes a build regression on GNU/kFreeBSD.
> >
> > Ping!
> 
> Ping again.  Please note that Gerald Pfeifer has volunteered to commit
> the patch once it is approved.

Ok.

> 2011-12-19  Robert Millan  <rmh@gnu.org>
> 
> 	Fix build regression on GNU/kFreeBSD.
> 
> 	* config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.
> 
> --- a/src/gcc/config/kfreebsd-gnu.h~	2011-07-21 17:31:44.000000000 +0200
> +++ b/src/gcc/config/kfreebsd-gnu.h	2011-12-19 20:20:26.961301396 +0100
> @@ -33,3 +33,4 @@
>  #define GNU_USER_DYNAMIC_LINKER                GLIBC_DYNAMIC_LINKER
>  #define GNU_USER_DYNAMIC_LINKER32      GLIBC_DYNAMIC_LINKER32
>  #define GNU_USER_DYNAMIC_LINKER64      GLIBC_DYNAMIC_LINKER64
> +#define GNU_USER_DYNAMIC_LINKERX32     GLIBC_DYNAMIC_LINKERX32

	Jakub

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

* Re: PING: Re: [PATCH] small build fix
  2012-01-16 20:19   ` Jakub Jelinek
@ 2012-01-21 20:35     ` Gerald Pfeifer
  2012-01-21 20:37       ` Robert Millan
  0 siblings, 1 reply; 5+ messages in thread
From: Gerald Pfeifer @ 2012-01-21 20:35 UTC (permalink / raw)
  To: Robert Millan, Jakub Jelinek; +Cc: gcc-patches

On Mon, 16 Jan 2012, Jakub Jelinek wrote:
> Ok.

I also updated the copyright year and whitespace for a different
#define and applied the patch below to trunk.

Thanks for the review (and patch)!

Gerald


	* config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.
	(GNU_USER_DYNAMIC_LINKER): Adjust indentation.

Index: config/kfreebsd-gnu.h
===================================================================
--- config/kfreebsd-gnu.h	(revision 183370)
+++ config/kfreebsd-gnu.h	(working copy)
@@ -1,5 +1,5 @@
 /* Definitions for kFreeBSD-based GNU systems with ELF format
-   Copyright (C) 2004, 2006, 2007, 2011
+   Copyright (C) 2004, 2006, 2007, 2011, 2012
    Free Software Foundation, Inc.
    Contributed by Robert Millan.
 
@@ -30,6 +30,7 @@
     }						\
   while (0)
 
-#define GNU_USER_DYNAMIC_LINKER                GLIBC_DYNAMIC_LINKER
+#define GNU_USER_DYNAMIC_LINKER        GLIBC_DYNAMIC_LINKER
 #define GNU_USER_DYNAMIC_LINKER32      GLIBC_DYNAMIC_LINKER32
 #define GNU_USER_DYNAMIC_LINKER64      GLIBC_DYNAMIC_LINKER64
+#define GNU_USER_DYNAMIC_LINKERX32     GLIBC_DYNAMIC_LINKERX32

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

* Re: PING: Re: [PATCH] small build fix
  2012-01-21 20:35     ` Gerald Pfeifer
@ 2012-01-21 20:37       ` Robert Millan
  0 siblings, 0 replies; 5+ messages in thread
From: Robert Millan @ 2012-01-21 20:37 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Jakub Jelinek, gcc-patches

El 21 de gener de 2012 20:36, Gerald Pfeifer <gerald@pfeifer.com> ha escrit:
> On Mon, 16 Jan 2012, Jakub Jelinek wrote:
>> Ok.
>
> I also updated the copyright year and whitespace for a different
> #define and applied the patch below to trunk.
>
> Thanks for the review (and patch)!

Thanks to you!

Best regards

-- 
Robert Millan

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

end of thread, other threads:[~2012-01-21 20:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-27 14:38 PING: Re: [PATCH] small build fix Robert Millan
2012-01-16 19:37 ` Robert Millan
2012-01-16 20:19   ` Jakub Jelinek
2012-01-21 20:35     ` Gerald Pfeifer
2012-01-21 20:37       ` Robert Millan

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