/[dejagnu]/dejagnu/baseboards/i386-bozo.exp
ViewVC logotype

Diff of /dejagnu/baseboards/i386-bozo.exp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by rsavoye, Mon Feb 5 04:18:08 2001 UTC revision 1.2 by bje, Thu Aug 7 03:42:42 2003 UTC
# Line 7  load_generic_config "i386-bozo" Line 7  load_generic_config "i386-bozo"
7  process_multilib_options ""  process_multilib_options ""
8    
9  # Default to COFF.  # Default to COFF.
10  set add_flags "";  set add_flags ""
11  if { [board_info $board obj_format] == "a.out" } {  if { [board_info $board obj_format] == "a.out" } {
12      set_board_info support_libs "${prefix_dir}/i386-aout/"      set_board_info support_libs "${prefix_dir}/i386-aout/"
13      set_board_info gdb_load_offset "0x41000000";      set_board_info gdb_load_offset "0x41000000"
14      set_board_info gdb_sect_offset "0x41000000";      set_board_info gdb_sect_offset "0x41000000"
15      set add_flags "-N ";      set add_flags "-N "
16  } elseif { [board_info $board obj_format] == "elf" } {  } elseif { [board_info $board obj_format] == "elf" } {
17      set_board_info support_libs "${prefix_dir}/i386-elf/"      set_board_info support_libs "${prefix_dir}/i386-elf/"
18  } else {  } else {
# Line 32  set_board_info ldscript "-Tbozo.ld" Line 32  set_board_info ldscript "-Tbozo.ld"
32  # The GDB protocol used with this board.  # The GDB protocol used with this board.
33  set_board_info gdb_protocol "remote"  set_board_info gdb_protocol "remote"
34  # It's running a GDB stub in ROM.  # It's running a GDB stub in ROM.
35  set_board_info use_gdb_stub 1;  set_board_info use_gdb_stub 1
36    
37  # There's no support for argument-passing.  # There's no support for argument-passing.
38  set_board_info noargs 1  set_board_info noargs 1
# Line 48  set_board_info gcc,stack_size 16384 Line 48  set_board_info gcc,stack_size 16384
48  set_board_info needs_status_wrapper 1  set_board_info needs_status_wrapper 1
49    
50  # This is the start symbol in crt0.o.  # This is the start symbol in crt0.o.
51  set_board_info gdb,start_symbol "_start";  set_board_info gdb,start_symbol "_start"

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26