[Bug bootstrap/24438] ARM cross compile build fails with assembler errors in crtstuff.c

2005-10-20 Thread newell at cei dot net
--- Comment #4 from newell at cei dot net 2005-10-20 13:51 --- As many of you suspected, I managed to royally FUBAR the configuration step. How embarrassing. I'm really sorry for the noise. -- newell at cei dot net changed: What|Removed |

[Bug regression/24438] New: ARM cross compile build fails with assembler errors in crtstuff.c

2005-10-18 Thread newell at cei dot net
) __deregister_frame_info (__EH_FRAME_BEGIN__); completed = 1; } static void __attribute__((__used__)) call___do_global_dtors_aux (void) { asm ("\t.section\t.fini"); __do_global_dtors_aux (); asm ("\t.text"); } # 311 "../../gcc-4.1-20050515/gcc/crtstuff.c" static void __attribute__((used)) frame_dummy (void) { static struct object object; if (__register_frame_info) __register_frame_info (__EH_FRAME_BEGIN__, &object); if (__JCR_LIST__[0]) { void (*register_classes) (void *) = _Jv_RegisterClasses; __asm ("" : "+r" (register_classes)); if (register_classes) register_classes (__JCR_LIST__); } } static void __attribute__((__used__)) call_frame_dummy (void) { asm ("\t.section\t.init"); frame_dummy (); asm ("\t.text"); } -- Summary: ARM cross compile build fails with assembler errors in crtstuff.c Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: regression AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: newell at cei dot net GCC build triplet: sparc64-unknown-openbsd3.6 GCC host triplet: sparc64-unknown-openbsd3.6 GCC target triplet: arm-unknown-rtems http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24438

[Bug bootstrap/24366] New: ICE while building cross compiler

2005-10-14 Thread newell at cei dot net
e); extern int __ctzsi2 (USItype); extern int __ffssi2 (USItype); extern int __ffsdi2 (DItype); extern int __ctzdi2 (UDItype); extern int __popcountsi2 (USItype); extern int __popcountdi2 (UDItype); extern int __paritysi2 (USItype); extern int __paritydi2 (UDItype); extern void __enable_execute_stack (void *); #pragma GCC visibility pop # 44 "../../gcc-4.1-20050515/gcc/libgcc2.c" 2 # 1237 "../../gcc-4.1-20050515/gcc/libgcc2.c" DItype __fixdfdi (DFtype a) { if (a < 0) return - __fixunsdfdi (-a); return __fixunsdfdi (a); } -- Summary: ICE while building cross compiler Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: newell at cei dot net GCC build triplet: sparc64-unknown-openbsd3.6 GCC host triplet: sparc64-unknown-openbsd3.6 GCC target triplet: m68k-unknown-rtems http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24366

[Bug c/22001] New: ICE while building cross compiler

2005-06-10 Thread newell at cei dot net
5 "../../gcc-4.0.0/gcc/libgcc2.h" 2 extern int __clzdi2 (UDItype); extern int __clzsi2 (USItype); extern int __ctzsi2 (USItype); extern int __ffssi2 (USItype); extern int __ffsdi2 (DItype); extern int __ctzdi2 (UDItype); extern int __popcountsi2 (USItype); extern int __popcountdi2 (UDItype);