Commit 4787ac51 by Robert Millan Committed by Gerald Pfeifer

kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.

	* 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
parent bb3a6981
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> 2012-01-20 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/51914 PR tree-optimization/51914
......
/* Definitions for kFreeBSD-based GNU systems with ELF format /* 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. Free Software Foundation, Inc.
Contributed by Robert Millan. Contributed by Robert Millan.
...@@ -30,6 +30,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -30,6 +30,7 @@ along with GCC; see the file COPYING3. If not see
} \ } \
while (0) 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_LINKER32 GLIBC_DYNAMIC_LINKER32
#define GNU_USER_DYNAMIC_LINKER64 GLIBC_DYNAMIC_LINKER64 #define GNU_USER_DYNAMIC_LINKER64 GLIBC_DYNAMIC_LINKER64
#define GNU_USER_DYNAMIC_LINKERX32 GLIBC_DYNAMIC_LINKERX32
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment