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]

3.1 bootstrap failure on irix6.5: as error - must give attribute values for new section


Current CVS 3.1 won't bootstrap on irix6.5

When stage1 fails with:

./xgcc -B./ -B/exd4/billingd/tmp/gcc-mainline/mips-sgi-irix6.5/bin/ -isystem
/exd4/billingd/tmp/gcc-mainline/mips-sgi-irix6.5/include -O2   -DIN_GCC
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I.
-I/exd4/billingd/src/gcc-mainline/gcc
-I/exd4/billingd/src/gcc-mainline/gcc/.
-I/exd4/billingd/src/gcc-mainline/gcc/config
-I/exd4/billingd/src/gcc-mainline/gcc/../include  -DL_muldi3 -c
/exd4/billingd/src/gcc-mainline/gcc/libgcc2.c -o libgcc/./_muldi3.o
as: Error: /var/tmp//ccS1gjee.s, line 5: must give attribute values for new
section
      .section .debug_loc

The top of the (incorrect) .s file is:

        #.file  1 "/exd4/billingd/src/gcc-mainline/gcc/libgcc2.c"
        .set    nobopt
        .option pic2
        .section        .text
        .section        .debug_abbrev,0x7000001e,0,0,1
.Ldebug_abbrev0:
        .section        .text
.Ltext0:
        .section        .debug_info,0x7000001e,0,0,1
.Ldebug_info0:

The same file from the (working) 3.0 branch is:

        #.file  1 "libgcc2.i"
        .set    nobopt
        .option pic2
        .section        .text
        .section        .debug_abbrev,0x7000001e,0,0,1
.Ldebug_abbrev0:
        .section        .debug_info,0x7000001e,0,0,1
.Ldebug_info0:
        .section        .debug_line,0x7000001e,0,0,1
.Ldebug_line0:


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