This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Wrong jump/branch-offsets with assembler startup


Hello,

I am porting the Gnu Binutils and I managed to handle most of the stuff.
During testing I discovered the following problem:
Whenever I try assemble with two files let's call them start.s (that
handles setting the stack poiner and jumping to main) and hello.s (that
contains code to emit a string) the jump/branch offsets are off by one.
This is not the case for jumping to main, it is however everywhere
starting from main i.e. in main in a jump to foo this jump is off by one
(negative one) while the offset from start to main is spot on.

The problem vanishes when I put the stuff from start.s into hello.s

Could someone please give me a pointer on how to solve this problem?
Many thanks in advance
~Jens


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