summaryrefslogtreecommitdiffstats
path: root/gcc/config/i386/linux64.h
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-14 15:32:55 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-14 15:32:55 +0000
commita306f2da568582f9e42bbecdd99bbe106662e376 (patch)
tree102c30f302687eb7748ae7dc27626f6febdd7d2b /gcc/config/i386/linux64.h
parent3f6c197f08b8b73703d87d63ffff7eae3e00d9aa (diff)
downloadppe42-gcc-a306f2da568582f9e42bbecdd99bbe106662e376.tar.gz
ppe42-gcc-a306f2da568582f9e42bbecdd99bbe106662e376.zip
* 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'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175031 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/linux64.h')
-rw-r--r--gcc/config/i386/linux64.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/linux64.h b/gcc/config/i386/linux64.h
index 9bf7eab04af..5d332246cb5 100644
--- a/gcc/config/i386/linux64.h
+++ b/gcc/config/i386/linux64.h
@@ -24,5 +24,8 @@ a copy of the GCC Runtime Library Exception along with this program;
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. */
+#define GNU_USER_LINK_EMULATION32 "elf_i386"
+#define GNU_USER_LINK_EMULATION64 "elf_x86_64"
+
#define GLIBC_DYNAMIC_LINKER32 "/lib/ld-linux.so.2"
#define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux-x86-64.so.2"
OpenPOWER on IntegriCloud