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
This commit is contained in:
Robert Millan 2012-01-21 20:33:59 +00:00 committed by Gerald Pfeifer
parent bb3a6981bf
commit 4787ac51eb
2 changed files with 9 additions and 2 deletions

View 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

View 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