dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in i386-bozo.exp?


From: Ben Elliston
Subject: Bug in i386-bozo.exp?
Date: Fri, 2 Jun 2006 16:11:33 +1000
User-agent: Mutt/1.2.5.1i

The following code in baseboards/i386-bozo.exp seems suspect to me:

  if { [board_info $board obj_format] == "a.out" } {
      # FIXME: ${prefix_dir} is never set.
      set_board_info support_libs "${prefix_dir}/i386-aout/"
      set_board_info gdb_load_offset "0x41000000"
      set_board_info gdb_sect_offset "0x41000000"
      set add_flags "-N "
  } elseif { [board_info $board obj_format] == "elf" } {
      set_board_info support_libs "${prefix_dir}/i386-elf/"
  } else {
      set_board_info support_libs "${prefix_dir}/i386-coff/"
  }

Where is ${prefix_dir} ever set?  Never, as far as I can tell.

Ben

Attachment: pgpEOkHrRfDXf.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]