Re: [U-Boot] [PATCH v2 1/3] avr32: Print unrelocated PC on exception

2010-09-03 Thread Reinhard Meyer
Haavard Skinnemoen schrieb: > In addition to the real PC value, also print the value of PC after > subtracting the relocation offset. This value will match the address in > the ELF file so it's much easier to figure out where things went wrong. > > Signed-off-by: Haavard Skinnemoen > --- > arch/

Re: [U-Boot] [PATCH v2 1/3] avr32: Print unrelocated PC on exception

2010-09-03 Thread Andreas Bießmann
Dear Reinhard Meyer, Am 03.09.2010 13:51, schrieb Reinhard Meyer: > Hello Andreas, > > did/can you test that one as well? > Then I can take all 3 of the series in. Well I have applied this patch but have never tested this till now. Yes it works and shows correct information. >> In addition to t

Re: [U-Boot] [PATCH v2 1/3] avr32: Print unrelocated PC on exception

2010-09-03 Thread Reinhard Meyer
Hello Andreas, did/can you test that one as well? Then I can take all 3 of the series in. Thanks, Reinhard > In addition to the real PC value, also print the value of PC after > subtracting the relocation offset. This value will match the address in > the ELF file so it's much easier to figure o

[U-Boot] [PATCH v2 1/3] avr32: Print unrelocated PC on exception

2010-08-11 Thread Haavard Skinnemoen
In addition to the real PC value, also print the value of PC after subtracting the relocation offset. This value will match the address in the ELF file so it's much easier to figure out where things went wrong. Signed-off-by: Haavard Skinnemoen --- arch/avr32/cpu/exception.c |3 ++- 1 files