aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/kfreebsd-gnu.h
diff options
context:
space:
mode:
authorRobert Millan <rmh@gnu.org>2011-06-14 17:32:55 +0200
committerUros Bizjak <uros@gcc.gnu.org>2011-06-14 17:32:55 +0200
commit7d8d16c3d94564f7210fb4a4711246d9399ab065 (patch)
tree102c30f302687eb7748ae7dc27626f6febdd7d2b /gcc/config/i386/kfreebsd-gnu.h
parent0ccef3d2565b0a15a799da5cc8ffa9790dae388d (diff)
downloadgcc-7d8d16c3d94564f7210fb4a4711246d9399ab065.zip
gcc-7d8d16c3d94564f7210fb4a4711246d9399ab065.tar.gz
gcc-7d8d16c3d94564f7210fb4a4711246d9399ab065.tar.bz2
kfreebsd-gnu.h: Resync with `config/i386/linux.h'.
* config/i386/kfreebsd-gnu.h: Resync with `config/i386/linux.h'. * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER): Resync with `config/linux.h'. * config/i386/kfreebsd-gnu64.h: New file. * config.gcc (x86_64-*-kfreebsd*-gnu): Replace `i386/kfreebsd-gnu.h' with `i386/kfreebsd-gnu64.h'. * config/i386/linux64.h (GNU_USER_LINK_EMULATION32) (GNU_USER_LINK_EMULATION64): New macros. * config/i386/gnu-user64.h (LINK_SPEC): Rely on `GNU_USER_LINK_EMULATION32' and `GNU_USER_LINK_EMULATION64' instead of hardcoding `elf_i386' and `elf_x86_64'. From-SVN: r175031
Diffstat (limited to 'gcc/config/i386/kfreebsd-gnu.h')
-rw-r--r--gcc/config/i386/kfreebsd-gnu.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/gcc/config/i386/kfreebsd-gnu.h b/gcc/config/i386/kfreebsd-gnu.h
index 52ee09b..b8c509a 100644
--- a/gcc/config/i386/kfreebsd-gnu.h
+++ b/gcc/config/i386/kfreebsd-gnu.h
@@ -1,5 +1,5 @@
/* Definitions for Intel 386 running kFreeBSD-based GNU systems with ELF format
- Copyright (C) 2004, 2007, 2011
+ Copyright (C) 2011
Free Software Foundation, Inc.
Contributed by Robert Millan.
@@ -19,11 +19,5 @@ You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
-#undef GNU_USER_LINK_EMULATION
#define GNU_USER_LINK_EMULATION "elf_i386_fbsd"
-
-#undef GNU_USER_DYNAMIC_LINKER32
-#define GNU_USER_DYNAMIC_LINKER32 "/lib/ld.so.1"
-
-#undef GNU_USER_DYNAMIC_LINKER64
-#define GNU_USER_DYNAMIC_LINKER64 "/lib/ld-kfreebsd-x86-64.so.1"
+#define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1"