kernel-hacking-2024-linux-s.../arch/ia64/hp/sim
Ian Wienand 4aec0fb122 [IA64] Simulator bootloader fails with gcc 4
After building a fresh tree with gcc 4 I can't boot the simulator as
the bootloader loader dies with 

loading /home/ianw/kerntest/kerncomp//build/sim_defconfig/vmlinux...
failed to read phdr

After some investigation I believe this is do with differences between
the alignment of variables on the stack between gcc 3 and 4 and the
ski simulator.  If you trace through with the simulator you can see
that the disk_stat structure value returned from the SSC_WAIT_COMPLETION
call seems to be only half loaded.  I guess it doesn't like the alignment
of the input.

Signed-off-by: Ian Wienand <ianw@gelato.unsw.edu.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2005-08-18 14:10:41 -07:00
..
boot [IA64] Simulator bootloader fails with gcc 4 2005-08-18 14:10:41 -07:00
hpsim.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hpsim_console.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hpsim_irq.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hpsim_machvec.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hpsim_setup.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hpsim_ssc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
simeth.c [IA64] assign_irq_vector() should not panic 2005-07-11 10:30:07 -07:00
simscsi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
simserial.c [IA64] assign_irq_vector() should not panic 2005-07-11 10:30:07 -07:00