On Saturday 03 April 2010 04:23:58 Michael Zaidman wrote:
> On Fri, Apr 2, 2010 at 9:22 PM, Mike Frysinger wrote:
> >> I have a doubt however -  what about location of similar staff such as
> >> BUG, BUG_ON, debug, error, etc. Should it also be moved into compiler.h
> >> file?
> > 
> > many should not.  BUG_ON requires functions that only u-boot implements
> > and are not available in host C libraries.
> 
> So why do not place all useful staff which pass the compilation into
> compiler.h file?

i just told you why: only things that work with general C libraries/compilers 
may go into compiler.h.  BUG_ON does not fall into that category.  
BUILD_BUG_ON does.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to