From: <ato...@us...> - 2009-12-13 09:13:15
|
Revision: 64 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=64&view=rev Author: atomicdog407 Date: 2009-12-13 09:13:07 +0000 (Sun, 13 Dec 2009) Log Message: ----------- Changed the .comm directive back to use alignment (globals use it) __SREG__ and friends are now printed to top of asm file Global variables: Stopped .type directive from printing with .comm in order to match avr-gcc Removed printing of sections directive in order to match avr-gcc Added HACKS for __do_clear_bss and the .data directive Modified Paths: -------------- llvm/trunk/AVR/AVRMCAsmInfo.cpp llvm/trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |