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