On Fri, 2004-10-22 at 11:33, Ronald G. Minnich wrote:
On Fri, 22 Oct 2004 Stephen.Kimball@bench.com wrote:
Rod,
I'm using Source Point 7.0.0. I can see the source files. I can display source, disassembly or mixed. However, the disassembly doesn't match up with the source code. There is a way to give Source Point an offset when the symbols are loaded, but I can't seem to get the right value. I know the address of _start and __protected_start but these labels are not in linuxbios_c.o. I need to find the location of a symbol in linuxbios_c.o to compute the offset.
there is a file we create called linuxbios.map, did you check that out?
ron
Since you brought it up. What's the Lxxxx stuff in the linuxbios.map file. There seems to be lots of labels starting with a "L" on the crt0.s code?
It looks like crt0.s runs first. The crt0.s code resets the process or 3 times. crt0.s calls hardwaremain ...
Steve