This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PING: Re: [PATCH] small build fix


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]