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]

irix6.5 bootstrap failure: must give attribute values for new section .section .debug_ranges


gcc-3.1 irix6.5 bootstrap fails in stage2 assembling gengenrtl.o with error

 as: Error: /gengenrtl.s, line 15709: must give attribute values for new
section
      .section .debug_ranges
as ERROR:  /usr/lib32/cmplrs/asm returned non-zero status 2

The file gengenrtl.s large.  The error occurs in the last few lines, which
are attached.  Line 15709 is the last .section.  Let me know if further
information is required.



	.section	.debug_aranges,0x7000001e,0,0,1
	.4byte	0x1c
	.2byte	0x2
	.4byte	.Ldebug_info0
	.byte	0x4
	.byte	0x0
	.2byte	0x0
	.2byte	0x0
	.4byte	.text
	.4byte	.Letext0-.text
	.4byte	0x0
	.4byte	0x0
	.section	.debug_ranges
	.4byte	.LBB3-.text
	.4byte	.LBE3-.text
	.4byte	.LBB5-.text
	.4byte	.LBE5-.text
	.4byte	0x0
	.4byte	0x0
	.4byte	.LBB7-.text
	.4byte	.LBE7-.text
	.4byte	.LBB8-.text
	.4byte	.LBE8-.text
	.4byte	0x0
	.4byte	0x0


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