https://sourceware.org/bugzilla/show_bug.cgi?id=23692

            Bug ID: 23692
           Summary: rx tests don't work with read-only binutils source
                    tree
           Product: binutils
           Version: 2.32 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---
            Target: rx-elf

gas/testsuite/gas/rx/rx.exp has

foreach test [lsort [glob $srcdir/$subdir/*.sm]] {
    regexp ".*/(.*)\.sm" $test rxjunk rxbase
    exec "$srcdir/$subdir/explode" "-I" "$srcdir/$subdir" "$test"
"$srcdir/$subdir/$rxbase.s"
    run_dump_test "$rxbase"
    # Commment out the next line if you want to retain the generated assembler
source files.
    remote_file host delete "$srcdir/$subdir/$rxbase.s"
}

This doesn't work with read-only binutils source tree.  Why not
put generated assembler source in the build directory?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to