public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Patch fixes bug for clearing the bss section
@ 2007-04-30 10:27 mushtaq khan
  2007-05-15 21:40 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: mushtaq khan @ 2007-04-30 10:27 UTC (permalink / raw)
  To: u-boot

Hi,
There is a bug in the code of clearing the bss section for processor 
i386.(File: cpu/i386/start.S)
In the code, bss_start addr (starting addr of bss section) is put into 
the register %eax, but the code which clears the bss section refers to 
the addr pointed by %edi.

This patch fixes this bug by putting bss_start into %edi register.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bss_clear.patch
Url: http://lists.denx.de/pipermail/u-boot/attachments/20070430/77637fd9/attachment.txt 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-06-05  9:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-30 10:27 [U-Boot-Users] Patch fixes bug for clearing the bss section mushtaq khan
2007-05-15 21:40 ` Wolfgang Denk
2007-06-01 13:01   ` mushtaq khan
2007-06-01 15:16     ` Wolfgang Denk
2007-06-05  9:31       ` mushtaq khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox