This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

as problem in termcap-2.0.8 on CygWin B19.1 / egcs 2.91.57


With Mumit's port of egcs-2.91.57 19980901 to CygWin32 B19.1, I get the
following output when trying to produce position-independent code:

gcc -O -I. -fPIC -c termcap.c -o pic/termcap.o
(Without -fPIC, everything works fine...)

/CYGNUS/B19/H-I386~1/i386-cygwin32/bin/as.exe: bfd assertion fail
/home/noer/src/97r2/devo/bfd/coff-i386.c:424
C:\WINDOWS\TEMP\ccNw0ZoL.s: Assembler messages:
C:\WINDOWS\TEMP\ccNw0ZoL.s:49: Error: Cannot represent relocation type
BFD_RELOC_386_GOTPC
/CYGNUS/B19/H-I386~1/i386-cygwin32/bin/as.exe: bfd assertion fail
/home/noer/src/97r2/devo/bfd/coff-i386.c:424
C:\WINDOWS\TEMP\ccNw0ZoL.s:79: Error: Cannot represent relocation type
BFD_RELOC_386_GOTPC
/CYGNUS/B19/H-I386~1/i386-cygwin32/bin/as.exe: bfd assertion fail
/home/noer/src/97r2/devo/bfd/coff-i386.c:424
C:\WINDOWS\TEMP\ccNw0ZoL.s:113: Error: Cannot represent relocation type
BFD_RELOC_386_GOTPC
/CYGNUS/B19/H-I386~1/i386-cygwin32/bin/as.exe: bfd assertion fail
/home/noer/src/97r2/devo/bfd/coff-i386.c:424
C:\WINDOWS\TEMP\ccNw0ZoL.s:219: Error: Cannot represent relocation type
BFD_RELOC_386_GOTPC
/CYGNUS/B19/H-I386~1/i386-cygwin32/bin/as.exe: bfd assertion fail
/home/noer/src/97r2/devo/bfd/coff-i386.c:424
C:\WINDOWS\TEMP\ccNw0ZoL.s:435: Error: Cannot represent relocation type
BFD_RELOC_386_GOTPC
/CYGNUS/B19/H-I386~1/i386-cygwin32/bin/as.exe: bfd assertion fail
/home/noer/src/97r2/devo/bfd/coff-i386.c:424
C:\WINDOWS\TEMP\ccNw0ZoL.s:583: Error: Cannot represent relocation type
BFD_RELOC_386_GOTPC
/CYGNUS/B19/H-I386~1/i386-cygwin32/bin/as.exe: bfd assertion fail
/home/noer/src/97r2/devo/bfd/coff-i386.c:424
C:\WINDOWS\TEMP\ccNw0ZoL.s:651: Error: Cannot represent relocation type
BFD_RELOC_386_GOTPC
/CYGNUS/B19/H-I386~1/i386-cygwin32/bin/as.exe: bfd assertion fail
/home/noer/src/97r2/devo/bfd/coff-i386.c:424
C:\WINDOWS\TEMP\ccNw0ZoL.s:731: Error: Cannot represent relocation type
BFD_RELOC_386_GOTPC
/CYGNUS/B19/H-I386~1/i386-cygwin32/bin/as.exe: bfd assertion fail
/home/noer/src/97r2/devo/bfd/coff-i386.c:424
C:\WINDOWS\TEMP\ccNw0ZoL.s:867: Error: Cannot represent relocation type
BFD_RELOC_386_GOTPC
/CYGNUS/B19/H-I386~1/i386-cygwin32/bin/as.exe: bfd assertion fail
/home/noer/src/97r2/devo/bfd/coff-i386.c:424
C:\WINDOWS\TEMP\ccNw0ZoL.s:1001: Error: Cannot represent relocation type
BFD_RELOC_386_GOTPC
/CYGNUS/B19/H-I386~1/i386-cygwin32/bin/as.exe: bfd assertion fail
/home/noer/src/97r2/devo/bfd/coff-i386.c:424
C:\WINDOWS\TEMP\ccNw0ZoL.s:1244: Error: Cannot represent relocation type
BFD_RELOC_386_GOTPC
/CYGNUS/B19/H-I386~1/i386-cygwin32/bin/as.exe: bfd assertion fail
/home/noer/src/97r2/devo/bfd/coff-i386.c:424
C:\WINDOWS\TEMP\ccNw0ZoL.s:1273: Error: Cannot represent relocation type
BFD_RELOC_386_GOTPC
/CYGNUS/B19/H-I386~1/i386-cygwin32/bin/as.exe: bfd assertion fail
/home/noer/src/97r2/devo/bfd/coff-i386.c:424
C:\WINDOWS\TEMP\ccNw0ZoL.s:1298: Error: Cannot represent relocation type
BFD_RELOC_386_GOTPC
/CYGNUS/B19/H-I386~1/i386-cygwin32/bin/as.exe: bfd assertion fail
/home/noer/src/97r2/devo/bfd/coff-i386.c:424
C:\WINDOWS\TEMP\ccNw0ZoL.s:1447: Error: Cannot represent relocation type
BFD_RELOC_386_GOTPC
make: *** [termcap.o] Error 1


Christoph



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