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:
parent
bb3a6981bf
commit
4787ac51eb
@ -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
|
||||
|
@ -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.
|
||||
|
||||
@ -33,3 +33,4 @@ along with GCC; see the file COPYING3. If not see
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user