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??


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


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