Add addr2line, objcopy and strip tests for compressed debug sections.
[deliverable/binutils-gdb.git] / binutils / testsuite / config / default.exp
index 01fd8ccc306f4c07dbada44ac4a38e798e0ebfc7..c5595a183bd5ca7278d2a11982340a26f7eafc06 100644 (file)
@@ -123,5 +123,13 @@ proc binutils_run { prog progargs } {
 #      assemble a file
 #
 proc binutils_assemble { source object } {
-    default_binutils_assemble $source $object
+    default_binutils_assemble_flags $source $object ""
+}
+
+#
+# binutils_assemble_flags
+#      assemble a file
+#
+proc binutils_assemble_flags { source object asflags } {
+    default_binutils_assemble_flags $source $object $asflags
 }
This page took 0.022611 seconds and 4 git commands to generate.