Since the copying ofthe individual files gets done more than once, make
sure the destinations can be copied to on subsequent copying attempts.
+2020-06-03 Jan Beulich <jbeulich@suse.com>
+
+ * testsuite/ld-elf/linux-x86.exp: Make copied source files
+ writeable.
+
2020-05-28 Nick Clifton <nickc@redhat.com>
PR 26047
}
exec cp $srcdir/$subdir/$srcfilea $srcfilea
+ exec chmod +w $srcfilea
set pr25749_bin "$objcopy -B $output_arch -I binary -O $output_target $srcfilea tmpdir/pr25749-bin.o"
send_log "$pr25749_bin\n"
set got [remote_exec host "$pr25749_bin"]
}
exec cp $srcdir/$subdir/$srcfilea $srcfilea
+ exec chmod +w $srcfilea
set pr25749_bin "$objcopy -B $output_arch -I binary -O $output_target $srcfilea tmpdir/pr25749-bin.o"
send_log "$pr25749_bin\n"
set got [remote_exec host "$pr25749_bin"]