http://sourceware.org/bugzilla/show_bug.cgi?id=12111

           Summary: [xc16x] Error: internal error: fixup not contained
                    within frag with option -mlarge
           Product: binutils
           Version: 2.21 (HEAD)
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gas
        AssignedTo: unassig...@sources.redhat.com
        ReportedBy: ano...@emce.tuwien.ac.at


When trying to compile libtomcrypt-1.17 with current CVS binutils (checked out
2010/10/11) and memory model large (option -mlarge) the following error occurs:

xc16x-elf-gcc -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W
-Wshadow -Wno-unused-parameter -DLTC_SOURCE -DLTC_NO_TABLES -mlarge
-fomit-frame-pointer -Os -DLTC_SMALL_CODE -DENCRYPT_ONLY -c
src/ciphers/aes/aes.c -o src/ciphers/aes/aes_enc.o
xc16x-elf-gcc -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W
-Wshadow -Wno-unused-parameter -DLTC_SOURCE -DLTC_NO_TABLES -mlarge
-fomit-frame-pointer -Os -DLTC_SMALL_CODE   -c -o src/ciphers/aes/aes.o
src/ciphers/aes/aes.c
/tmp/cchgLBzD.s: Assembler messages:
/tmp/cchgLBzD.s:2538: Error: internal error: fixup not contained within frag
make: *** [src/ciphers/aes/aes.o] Error 1

This does not happen with -msmall or -mtiny.

I'm using current CVS newlib, checked out 2010/10/11 and a GCC 4.2 patched like
mentioned in this blog: http://www.menebroecker-web.de/?cat=4

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to