kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.
authorRobert Millan <rmh@gnu.org>
Sat, 21 Jan 2012 20:33:59 +0000 (20:33 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sat, 21 Jan 2012 20:33:59 +0000 (20:33 +0000)
* config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.
(GNU_USER_DYNAMIC_LINKER): Adjust indentation.

Co-Authored-By: Gerald Pfeifer <gerald@pfeifer.com>
From-SVN: r183371

gcc/ChangeLog
gcc/config/kfreebsd-gnu.h

index 22a3a0fd14587e5658fec4ba054a3deabe0761d6..325d2fc88a309c3a9ae324867694a5f387eefff4 100644 (file)
@@ -1,3 +1,9 @@
+2012-01-21  Robert Millan  <rmh@gnu.org>
+           Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.
+       (GNU_USER_DYNAMIC_LINKER): Adjust indentation.
+
 2012-01-20  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/51914
index 0317c8dd2a850be8f7a3b84a3381fbd0345a26d9..1a9747d1538f765122d4f7b749dab6df99121253 100644 (file)
@@ -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 @@ along with GCC; see the file COPYING3.  If not see
     }                                          \
   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