patches/binutils/2.18.50.0.7/300-check-ldrunpath-length.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Jun 25 09:04:38 2008 +0000 (2008-06-25)
changeset 619 399b85eeb5be
parent 475 150c918bcb7b
permissions -rw-r--r--
Update samples.

/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 5 3 2 0 +++--
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 5 3 2 0 +++--
/trunk/samples/arm-unknown-linux-gnueabi/reported.by | 2 1 1 0 +-
/trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 5 3 2 0 +++--
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 5 3 2 0 +++--
/trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 7 3 4 0 +++----
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 5 3 2 0 +++--
/trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 5 3 2 0 +++--
/trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 5 3 2 0 +++--
/trunk/samples/i586-geode-linux-uclibc/crosstool.config | 5 3 2 0 +++--
/trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 5 3 2 0 +++--
/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 5 3 2 0 +++--
/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 5 3 2 0 +++--
13 files changed, 37 insertions(+), 27 deletions(-)
     1 Check LD_RUN_PATH length, copied from buildroot.
     2 
     3  binutils-2.18.50.0.6/ld/emultempl/elf32.em |    4     4     0     0 ++++
     4  1 file changed, 4 insertions(+)
     5 
     6 diff -durN binutils-2.18.50.0.6.orig/ld/emultempl/elf32.em binutils-2.18.50.0.6/ld/emultempl/elf32.em
     7 --- binutils-2.18.50.0.6.orig/ld/emultempl/elf32.em	2008-04-03 18:54:25.000000000 +0200
     8 +++ binutils-2.18.50.0.6/ld/emultempl/elf32.em	2008-05-02 23:30:08.000000000 +0200
     9 @@ -1220,6 +1220,8 @@
    10  	      && command_line.rpath == NULL)
    11  	    {
    12  	      lib_path = (const char *) getenv ("LD_RUN_PATH");
    13 +	      if ((lib_path) && (strlen (lib_path) == 0))
    14 +		  lib_path = NULL;
    15  	      if (gld${EMULATION_NAME}_search_needed (lib_path, &n,
    16  						      force))
    17  		break;
    18 @@ -1405,6 +1407,8 @@
    19    rpath = command_line.rpath;
    20    if (rpath == NULL)
    21      rpath = (const char *) getenv ("LD_RUN_PATH");
    22 +  if ((rpath) && (strlen (rpath) == 0))
    23 +      rpath = NULL;
    24    if (! (bfd_elf_size_dynamic_sections
    25  	 (link_info.output_bfd, command_line.soname, rpath,
    26  	  command_line.filter_shlib,