diff options
author | Robert Millan <rmh@gnu.org> | 2012-01-21 20:33:59 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2012-01-21 20:33:59 +0000 |
commit | 4787ac51eb9b79b3cd27f0366a86df5440eaeee6 (patch) | |
tree | ad65419c5545cceb4dbffdebb347b016b00af191 | |
parent | bb3a6981bf23bebe7a602a5416ee7f52afed9052 (diff) | |
download | gcc-4787ac51eb9b79b3cd27f0366a86df5440eaeee6.zip gcc-4787ac51eb9b79b3cd27f0366a86df5440eaeee6.tar.gz gcc-4787ac51eb9b79b3cd27f0366a86df5440eaeee6.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/kfreebsd-gnu.h | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 22a3a0f..325d2fc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/kfreebsd-gnu.h b/gcc/config/kfreebsd-gnu.h index 0317c8d..1a9747d 100644 --- a/gcc/config/kfreebsd-gnu.h +++ b/gcc/config/kfreebsd-gnu.h @@ -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 |