Re: [U-Boot] [PATCH v3 2/2] README.arm-relocation: get relocated address in gdb

2011-05-12 Thread Wolfgang Denk
Dear Ben Gardiner, In message <7ed11e02b0db005231f5c6baa299761f3aa04f6f.1304024417.git.bengardi...@nanometrics.ca> you wrote: > When your emulator is connected at reset (or is used to load u-boot) > it is possible to get the relocation address from the gd->relocaddr > since gd is always in r8 (o

Re: [U-Boot] [PATCH v3 2/2] README.arm-relocation: get relocated address in gdb

2011-04-28 Thread Heiko Schocher
Hello Ben, Ben Gardiner wrote: > When your emulator is connected at reset (or is used to load u-boot) > it is possible to get the relocation address from the gd->relocaddr > since gd is always in r8 (on ARM) it is addressable before the > gdb has remapped symbols. > > Document this alternate meth

[U-Boot] [PATCH v3 2/2] README.arm-relocation: get relocated address in gdb

2011-04-28 Thread Ben Gardiner
When your emulator is connected at reset (or is used to load u-boot) it is possible to get the relocation address from the gd->relocaddr since gd is always in r8 (on ARM) it is addressable before the gdb has remapped symbols. Document this alternate method in-line with the original method written