[PATCH] h8300: Internal Error: fixup not contained within frag
Alan Modra
amodra@bigpond.net.au
Fri Oct 5 02:08:00 GMT 2007
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
More information about the Binutils
mailing list