ld/
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 30 May 2003 13:23:25 +0000 (13:23 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 30 May 2003 13:23:25 +0000 (13:23 +0000)
2003-05-30  H.J. Lu <hongjiu.lu@intel.com>

* genscripts.sh: Create tmpdir/libpath.exp.

ld/testsuite/

2003-05-30  H.J. Lu <hongjiu.lu@intel.com>

* config/default.exp: Load tmpdir/libpath.exp.
(gcc_ld_flag): Set from $libpath.

ld/ChangeLog
ld/genscripts.sh
ld/testsuite/ChangeLog
ld/testsuite/config/default.exp

index fbd7106..52620ac 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-30  H.J. Lu <hongjiu.lu@intel.com>
+
+       * genscripts.sh: Create tmpdir/libpath.exp.
+
 2003-05-30  Nick Clifton  <nickc@redhat.com>
 
        * emultempl/armelf.em (arm_elf_before_allocation): Replace ASSERT
index 39d97ae..fdfc37d 100755 (executable)
@@ -119,6 +119,15 @@ fi
 
 LIB_SEARCH_DIRS=`echo ${LIB_PATH} | sed -e 's/:/ /g' -e 's/\([^ ][^ ]*\)/SEARCH_DIR(\\"\1\\");/g'`
 
+# We need it for testsuite.
+case " $EMULATION_LIBPATH " in
+  *" ${EMULATION_NAME} "*)
+    test -d tmpdir || mkdir tmpdir
+    rm -f tmpdir/libpath
+    echo "set libpath \"${LIB_PATH}\"" | sed -e 's/:/ /g' > tmpdir/libpath.exp
+    ;;
+esac
+
 # Generate 5 or 6 script files from a master script template in
 # ${srcdir}/scripttempl/${SCRIPT_NAME}.sh.  Which one of the 5 or 6
 # script files is actually used depends on command line options given
index 8c6dc9b..f98a3a2 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-30  H.J. Lu <hongjiu.lu@intel.com>
+
+       * config/default.exp: Load tmpdir/libpath.exp.
+       (gcc_ld_flag): Set from $libpath.
+
 2003-05-27  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * ld-elf/elf.exp: Use if_elf_format.
index e883e87..8131f94 100644 (file)
@@ -69,6 +69,13 @@ if {![file isdirectory tmpdir/ld]} then {
 }
 set gcc_ld_flag "-B[pwd]/tmpdir/ld/"
 
+# load the linker path
+load_lib tmpdir/libpath.exp
+
+foreach dir $libpath {
+    set gcc_ld_flag "$gcc_ld_flag -L$dir"
+}
+
 # The mips64-*-linux-gnu compiler defaults to the N32 ABI after
 # installed, but to the O32 ABI in the build tree, because of some
 # specs-file hacks.  Make sure we use an ABI that is compatible with