This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

AS bug??


Dear Sir,

I try to compile my 68k-asm-file with as.exe (version 2.95.2) but
wounder why the assembler does not calculte the label when it
absolut jump. insted I get allways >> 0000 0000 << for the jmp

	.long label_x0	| =3d=3d> 0000 0000
	.long label_x1	| =3d=3d> 0000 0000
	.long label_x2	| =3d=3d> 0000 0000
	:
	:
	jmp	label_xx	| =3d=3d> 41F9 0000 0000
	some code
	some code
label_x0:
	:
	:
label_xx:

when I compile the same code with as.exe (version 2.9.1) it works fine.

can you please help.

Gru=df
S. Gad


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