This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Committed: typo in ld/testsuite/ld-lib.exp fixed


Oops.  My typo.  Effect was that you had to specify "source:" in
the dump-file, getting the variable defined elsewhere.
Committed as obvious.

	* lib/ld-lib.exp (run_dump_test): Fix typo: asflags(), not asflags{}.

Index: lib/ld-lib.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/lib/ld-lib.exp,v
retrieving revision 1.11
diff -p -c -r1.11 ld-lib.exp
*** ld-lib.exp	2001/09/15 00:56:42	1.11
--- ld-lib.exp	2001/10/14 15:58:58
*************** proc run_dump_test { name } {
*** 524,530 ****
      set opts(source) {}
      set opts(error) {}
      set opts(objcopy_linked_file) {}
!     set asflags{${file}.s} {}

      foreach i $opt_array {
  	set opt_name [lindex $i 0]
--- 524,530 ----
      set opts(source) {}
      set opts(error) {}
      set opts(objcopy_linked_file) {}
!     set asflags(${file}.s) {}

      foreach i $opt_array {
  	set opt_name [lindex $i 0]

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]