Wolfgang Denk wrote:
> In message <[EMAIL PROTECTED]> you wrote:
>> These macros have been widely used by MIPS assemblers, and of course
>> make codes more readable and easily maintainable.
> 
> I have to admit  that  for  me  the  resulting  code  is  NOT  better
> readable.  Indead of just reading a single source file, I now have to
> look up a header file for a number of macros.

You need to look up a header file, true. But these macros are worth
doing so.

> Speaking for myself, I don't see an improvement.

as can be seen from macro definitions, they specify some more
information ecplicitly; alignment, type of symbols, stack frame info
which helps generating debug info.

These macros or their variants have been used in SGI or Algorithmics
early MIPS programming, PMON, YAMON and of course Linux. They are good
helper for MIPS assemblers, so I hope get them in.

  Shinya


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to