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]

Re: bug in gnu-as 2.9.5 and later ?


>> The bootloader made with as 2.9.1 works, while with 2.9.5 doesn't. The
>> command line is :
>> 
>> as -o boot.o boot.S
>> 
>> I have attached the boot.S and the two results as well. If I add -a flag
>> and compare the results, I can see, that there is a difference between
>> the two outputs and it's only around instructions bne, b, beq, bl, bleq,
>> blt.

The new assembler leaves more work for the linker to do where branches are 
involved.  Sounds like you aren't actually running a final link phase at all.

p.



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