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]

GCC 3.01 - unrecognizable insn - compiling Linux 2.4.7


Trouble compiling kernel 2.4.7 - see attached file acct.i.bz2

also including assembler output acct.s 

acct.i.bz2

	.file	"acct.i"
.globl acct_parm
	.data
	.align 4
	.type	acct_parm,@object
	.size	acct_parm,12
acct_parm:
	.long	4
	.long	2
	.long	30
	.text
	.align 16
	.type	acct_timeout,@function
acct_timeout:
	movl	$1, acct_needcheck
	ret
.Lfe1:
	.size	acct_timeout,.Lfe1-acct_timeout

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