Home | History | Annotate | Download | only in ld-elfcomm

Lines Matching full:tmpdir

56     if { ![ld_assemble $as $srcdir/$subdir/sort-common.s tmpdir/sort-common.o] } {
61 if { ![ld_simple_link $ld tmpdir/sort-common.dx "--sort-common=descending tmpdir/sort-common.o"] } {
66 send_log "$objdump --syms tmpdir/sort-common.dx | grep var | sort\n"
67 set exec_output [run_host_cmd "$objdump" "--syms tmpdir/sort-common.dx | grep var | sort"]
85 if { ![ld_simple_link $ld tmpdir/sort-common.ax "--sort-common=ascending tmpdir/sort-common.o"] } {
90 send_log "$objdump --syms tmpdir/sort-common.ax | grep var | sort\n"
91 set exec_output [run_host_cmd "$objdump" "--syms tmpdir/sort-common.ax | grep var | sort"]
129 send_log "$READELF --syms tmpdir/common1.o | grep foo\n"
130 set exec_output [run_host_cmd "$READELF" "--syms tmpdir/common1.o | grep foo"]
147 set options "$options tmpdir/common1c.o"
149 if { ! [ld_simple_link $ld tmpdir/common.exe $options] } {
154 send_log "$READELF --syms tmpdir/common.exe | grep foo\n"
155 set exec_output [run_host_cmd "$READELF" "--syms tmpdir/common.exe | grep foo"]
172 if { ![ld_compile "$CC $CFLAGS -fcommon" $srcdir/$subdir/common1a.c tmpdir/common1a.o]
173 || ![ld_compile "$CC $CFLAGS -fcommon" $srcdir/$subdir/common1b.c tmpdir/common1b.o]
174 || ![ld_compile "$CC $CFLAGS -Wa,--elf-stt-common=yes -fcommon" $srcdir/$subdir/common1b.c tmpdir/common1c.o] } {
183 set options "-r tmpdir/common1a.o tmpdir/common1b.o"
194 if { [ld_simple_link $ld tmpdir/common1.o $options] } {
202 if { ![regexp "Warning: alignment (\[0-9\]+) of symbol \`_?foo1\' in tmpdir/common1b.o is smaller than 64 in tmpdir/common1a.o" $link_output] } {
208 if { ![regexp "Warning: alignment (\[0-9\]+) of symbol \`_?foo1\' in tmpdir/common1b.o is smaller than 64 in tmpdir/common1a.o" $link_output]
209 || ![regexp "Warning: size of symbol \`_?foo1\' changed from 2 in tmpdir/common1a.o to 21 in tmpdir/common1b.o" $link_output] } {
220 set options "-r tmpdir/common1b.o tmpdir/common1a.o"
231 if { [ld_simple_link $ld tmpdir/common1.o $options] } {
236 if { ![regexp "Warning: alignment (\[0-9\]+) of symbol \`_?foo1\' in tmpdir/common1b.o is smaller than 64 in tmpdir/common1a.o" $link_output] } {
274 "-r tmpdir/common-3x.o tmpdir/common-3y.o" "" "" \
279 "-r tmpdir/common-3y.o tmpdir/common-3x.o" "" "" \
284 "-r -z nocommon tmpdir/common-3x.o tmpdir/common-3y.o" "" "" \
289 "-r -z common tmpdir/common-3x.o tmpdir/common-3y.o" "" "" \
294 "-r -z common tmpdir/common-3y.o tmpdir/common-3x.o" "" "" \
299 "-r -z nocommon tmpdir/common-3y.o tmpdir/common-3x.o" "" "" \