At Sat, 4 Jan 2003 22:22:02 +0800 (WST), [EMAIL PROTECTED] wrote: > I thought it would be so simple to reproduce the problem.
It is a compiler-specific problem, so I couldn't reproduce it. Anyway, I've checked in a fix to the CVS. Thank you. BTW, The cause was that configure specifies -O2 even though -Os can be used accidentally. I don't know why, but GCC 3.2.x seems to implicitly insert references to memcpy when -O2 is used. This behavior of GCC is really questionable, so it might be better to report this as a bug. Does anybody know why GCC does this? Okuji _______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub
