This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH] h8300: Internal Error: fixup not contained within frag


On Friday, October 05, 2007 4:57 AM, Alan Modra wrote: 

>>Please post the .s file (add -S or -save-temps to the above command)
>>so we can see what is going on.

Following is the assembly file generated for the same test case:
================================================================
        .file   "demo.c"
        .h8300s
        .section .text
        .align 1
        .global _main
_main:
        mov.l   er6,@-er7
        mov.l   er7,er6
        sub.b   r2l,r2l
        mov.b   r2l,@-320:16
        sub.w   r0,r0
        mov.l   @er7+,er6
        rts
        .size   _main, .-_main
        .ident  "GCC: (GNU) 4.2-GNUH8_v0703"
        .end
=================================================================


Regards,		
Deepen Mantri		

KPIT Cummins InfoSystems Ltd.		
Pune, India		

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~	
Free download of GNU based tool-chains for Renesas' SH, H8, R8C,
M16C and M32C Series. The following site also offers free 
technical support to its users. Visit http://www.kpitgnutools.com
for details. Latest versions of KPIT GNU tools were released on 
October 1st,07	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~	


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]