<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 21, 2009, at 2:08 PM, John Thompson wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div> > I chose to force the triple because I wasn't sure if all targets use "asciz" for string literals.<br></div> <div>There's no asciz.  Here's the output:</div> </blockquote><div><br></div>Ok, no debug info at all, lets go with a forced triple.</div><div><br></div><div>-Chris</div><div><br><blockquote type="cite"><div> </div> <div> .section .debug_frame,"dr"<br>$section_debug_frame:<br> .section .debug_info,"dr"<br>$section_info:<br> .section .debug_abbrev,"dr"<br>$section_abbrev:<br> .section .debug_aranges,"dr"<br> $section_aranges:<br> .section .debug_macinfo,"dr"<br>$section_macinfo:<br> .section .debug_line,"dr"<br>$section_line:<br> .section .debug_loc,"dr"<br>$section_loc:<br> .section .debug_pubnames,"dr"<br> $section_pubnames:<br> .section .debug_str,"dr"<br>$section_str:<br> .section .debug_ranges,"dr"<br>$section_ranges:<br> .text<br>$text_begin:<br> .data<br>$data_begin:</div> <div><br> .text<br> ALIGN 16<br> .globl _main<br>_main:                                                      ; @main<br>; BB#0:                                                     ; %entry<br> pushl %ebp<br>$label1:<br> movl %esp, %ebp<br> $label2:<br> subl $4, %esp<br>$label3:<br> movl $0, -4(%ebp)<br> movl $0, -4(%ebp)                                ; SrcLine 4:14<br> movl -4(%ebp), %eax                              ; SrcLine 4:14<br> addl $4, %esp                                    ; SrcLine 4:14<br>  popl %ebp                                        ; SrcLine 4:14<br> ret                                                 ; SrcLine 4:14<br> .section .data$linkonce_global,"w"<br> .comm _global,4,4                                 ; @global<br> <br>-- <br>John Thompson<br><a href="mailto:John.Thompson.JTSoftware@gmail.com">John.Thompson.JTSoftware@gmail.com</a><br><br></div> _______________________________________________<br>cfe-dev mailing list<br><a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev<br></blockquote></div><br></body></html>