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 Thu, Oct 04, 2007 at 08:52:19PM +0530, Deepen Mantri wrote:
> the error -> "internal error: fix up not contained within frag".
> 
> test.c
> ===================================================================
> int main(void)
> {
>   (*(volatile unsigned char *)(0xFFFFFEC0)) = 0x00;
>   return 0;
> }
> ===================================================================
> 
> Command line: h8300-elf-gcc test.c -ms -ms2600 -O2 -Wa,-ahls=test.list  

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

-- 
Alan Modra
Australia Development Lab, IBM


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