Module Name:    src
Committed By:   christos
Date:           Sun May  6 14:46:58 UTC 2018

Modified Files:
        src/external/gpl3/binutils/dist/ld/emultempl: elf32.em

Log Message:
fix misapplied patch


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 \
    src/external/gpl3/binutils/dist/ld/emultempl/elf32.em

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/dist/ld/emultempl/elf32.em
diff -u src/external/gpl3/binutils/dist/ld/emultempl/elf32.em:1.15 src/external/gpl3/binutils/dist/ld/emultempl/elf32.em:1.16
--- src/external/gpl3/binutils/dist/ld/emultempl/elf32.em:1.15	Sun Apr 15 16:06:03 2018
+++ src/external/gpl3/binutils/dist/ld/emultempl/elf32.em	Sun May  6 10:46:58 2018
@@ -1484,7 +1484,7 @@ fragment <<EOF
 	  if (path)
 	    {
 	      path = gld${EMULATION_NAME}_add_sysroot (path);
-	      found = gld${EMULATION_NAME}_search_needed (path, &n, force, 0);
+	      found = gld${EMULATION_NAME}_search_needed (path, &n, force, 1);
 	      free ((char *) path);
 	      if (found)
 		break;

Reply via email to