patches/binutils-03-lib-amd64-ld-so-1.diff
author markwright
Tue, 14 Aug 2007 15:41:47 +0000
changeset 398 2387581e65fb
permissions -rw-r--r--
* SFEbinutils.spec: Add patch1 http://sourceware.org/bugzilla/show_bug.cgi?id=2495 Add patch2 http://www.cygwin.com/ml/binutils/2006-06/msg00299.html Add patch3 http://sourceware.org/ml/binutils/2007-03/msg00175.html * SFEgcc.spec: Change from /usr/ccs/bin/ld to /usr/gnu/bin/ld, this change requires SFEbinutils built with binutils-01-bug-2495.diff, binutils-02-ld-m-elf_i386.diff and binutils-03-lib-amd64-ld-so-1.diff. Add objc to --enable-languages, add --enable-decimal-float.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
398
2387581e65fb * SFEbinutils.spec: Add patch1 http://sourceware.org/bugzilla/show_bug.cgi?id=2495
markwright
parents:
diff changeset
     1
--- binutils-2.17-orig/bfd/elf64-x86-64.c	2007-08-14 13:23:07.461245000 +0000
2387581e65fb * SFEbinutils.spec: Add patch1 http://sourceware.org/bugzilla/show_bug.cgi?id=2495
markwright
parents:
diff changeset
     2
+++ binutils-2.17/bfd/elf64-x86-64.c	2007-08-14 14:42:46.325761891 +0000
2387581e65fb * SFEbinutils.spec: Add patch1 http://sourceware.org/bugzilla/show_bug.cgi?id=2495
markwright
parents:
diff changeset
     3
@@ -327,7 +327,7 @@
2387581e65fb * SFEbinutils.spec: Add patch1 http://sourceware.org/bugzilla/show_bug.cgi?id=2495
markwright
parents:
diff changeset
     4
 /* The name of the dynamic interpreter.	 This is put in the .interp
2387581e65fb * SFEbinutils.spec: Add patch1 http://sourceware.org/bugzilla/show_bug.cgi?id=2495
markwright
parents:
diff changeset
     5
    section.  */
2387581e65fb * SFEbinutils.spec: Add patch1 http://sourceware.org/bugzilla/show_bug.cgi?id=2495
markwright
parents:
diff changeset
     6
 
2387581e65fb * SFEbinutils.spec: Add patch1 http://sourceware.org/bugzilla/show_bug.cgi?id=2495
markwright
parents:
diff changeset
     7
-#define ELF_DYNAMIC_INTERPRETER "/lib/ld64.so.1"
2387581e65fb * SFEbinutils.spec: Add patch1 http://sourceware.org/bugzilla/show_bug.cgi?id=2495
markwright
parents:
diff changeset
     8
+#define ELF_DYNAMIC_INTERPRETER "/lib/amd64/ld.so.1"
2387581e65fb * SFEbinutils.spec: Add patch1 http://sourceware.org/bugzilla/show_bug.cgi?id=2495
markwright
parents:
diff changeset
     9
 
2387581e65fb * SFEbinutils.spec: Add patch1 http://sourceware.org/bugzilla/show_bug.cgi?id=2495
markwright
parents:
diff changeset
    10
 /* If ELIMINATE_COPY_RELOCS is non-zero, the linker will try to avoid
2387581e65fb * SFEbinutils.spec: Add patch1 http://sourceware.org/bugzilla/show_bug.cgi?id=2495
markwright
parents:
diff changeset
    11
    copying dynamic variables from a shared lib into an app's dynbss