AS bug??

Sobhy Gad sgad@snafu.de
Thu Nov 9 09:09:00 GMT 2000


Hi,

i try to assemble my m68k-asm-file with as from
binutils-2.10.0.27 but i get some strange behaviour here:

the assembler does not calculte labels correctly, ie:

 	.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 an older as.exe from
binutils-2.9.1 it works as expected

strang is also when I first load the label in an addresse register an
then jump jmp (a0) it works fine.

can you please help.

Gru=df
S. Gad



More information about the Binutils mailing list