|
From: Nicholas N. <nj...@cs...> - 2005-06-21 03:32:27
|
On Mon, 20 Jun 2005, Nicholas Nethercote wrote: >>> . = 0x08048000 + SIZEOF_HEADERS; >> >> Does the RH73 default script have any other hex numbers in it >> before the 0x08048000? How about we just modify the first line that >> has a hex number in it? > > Sounds ok to me. I tried to this but my sed-fu is too weak; I kept changing > every hex value in the file which is no good. I just committed something a little more robust -- it searches for a hex number followed by "+ SIZEOF_HEADERS", hopefully it will get both cases right. Confirmation of whether this fixed the broken platforms would be appreciated! Thanks. N |