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]

Re: egcs-971008: Assembler error in new1.cc for i686-sun-solaris2.5.1



>	Using gas will fix this.  You will need to run configure with
> --with-gnu-as to enable support.  Even if you do this and gas is in your

If anybody read fluently solaris as the generated faulty assembler in
cp/new1.cc and cp/new2.cc seems to be

in new1.cc:

__FRAME_BEGIN__:
        .4byte  .LECIE1-.LSCIE1
.LSCIE1:
        .4byte  0xffffffff
        .byte   0x1
        .ascii "e\0" <---- this line is the 944 in new2.s
        .byte   0x1
        .byte   0x7c
        .byte   0x8
        .byte   0xc
        .byte   0x4
        .byte   0x4
        .byte   0x88
        .byte   0x1
        .align 4

in new2.cc

__FRAME_BEGIN__:
        .4byte  .LECIE1-.LSCIE1
.LSCIE1:
        .4byte  0xffffffff
        .byte   0x1
        .ascii "e\0"  <---- this line is the 920 in new2.s
        .byte   0x1
        .byte   0x7c
        .byte   0x8
        .byte   0xc
        .byte   0x4
        .byte   0x4
        .byte   0x88
        .byte   0x1
        .align 4



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