Hi. I was testing a code beautifier (indent) on one of my C code. After I generated a "beautified" C code, I compiled it with m68k-palmos-gcc with "-c" switch. I compared the two .o files from the old and new code with GNU diff 2.7. They are different. Surprising? Maybe not. BTW, this is a recommanded way to check the code beautifier.
http://new.linuxnow.com/docs/content/C-C++Beautifier-HOWTO-html/C-C++Beautifier-HOWTO-2.html However, I don't see any real difference in the C code before and after the indent run. So I compiled the same source code twice just to check what's going on. It appeared that m68k-palmos-gcc generate different binary each time, although the size remains the same. Is this a normal behavior? If so, how can I validate a code beautifier? Thanks. Max ===== http://www.weirdwww.com/ __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
