+2005-05-05 Paul Brook <paul@codesourcery.com>
+
+ * lib/gas-defs.exp (regexp_diff): Pass test if last line is "#...".
+
2005-04-26 H.J. Lu <hongjiu.lu@intel.com>
* gas/all/assign.s: Make `x' and `y' global.
} elseif [ string match "#..." $line_b ] {
if { [gets $file_b line_b] == $eof } {
set end_2 1
+ set diff_pass 1
break
}
verbose "looking for \"^$line_b$\"" 3
+2005-05-05 Paul Brook <paul@codesourcery.com>
+
+ * lib/ld-lib.exp (regexp_diff): Pass test if last line is "#...".
+ * ld-elfweak/elfweak.exp: Run size2.d.
+ * ld-elfwaek/size2.d: New file.
+ * ld-elfwaek/size2a.s: New file.
+ * ld-elfwaek/size2b.s: New file.
+
2005-04-26 Mark Kettenis <kettenis@gnu.org>
* ld-fastcall/fastcall.exp: Don't run on i*86-*-openbsd*.
}
build_exec "ELF weak size" size_main "size_main.o libsize_foo.so libsize_bar.so" "-Wl,-rpath,." size "" ""
+
+verbose "size2"
+run_dump_test $srcdir/$subdir/size2
--- /dev/null
+#source: size2a.s
+#source: size2b.s
+#ld:
+#readelf: -s
+Symbol table '.symtab' contains .* entries:
+#...
+ .*: [0-9a-f]* *1 *FUNC *GLOBAL *DEFAULT *[0-9] *_start
+#...
--- /dev/null
+ .text
+ .global _start
+ .type _start, "function"
+_start:
+ .byte 0
+ .size _start, 1
--- /dev/null
+ .text
+ .weak _start
+ .type _start, "function"
+_start:
+ .byte 0
+ .byte 0
+ .size _start, 2
} elseif [ string match "#..." $line_b ] {
if { [gets $file_b line_b] == $eof } {
set end_2 1
+ set diff_pass 1
break
}
verbose "looking for \"^$line_b$\"" 3