> .rdata is an ecoff thing; it won't work for elf systems. I suggest > that you pass in this data from main and leave the symbol work to > the compiler. That is, Thanks for the couple of suggestions. Is the attached better? > I might also suggest that you test both branch directions. Good idea, and it apparently revealed another problem with single stepping. I will investigate that problem as soon as possible. 2005-05-25 Joel Brobecker * gdb.arch/alpha-step.c: New file. * gdb.arch/alpha-step.exp: New testcase. Tested on alpha-tru64 5.1a. Currently shows 2 FAILs, which I will investigate asap. Thanks, -- Joel