arm-elf-as truncates branch offsets w/o warning

Grant Edwards grante@visi.com
Thu Mar 16 16:41:00 GMT 2000


> > I just noticed that a recent snapshot (000309) of the ARM
> > assembler truncates branch offsets without warning.  I haven't
> > had a chance yet to take look at the ARM assembler source.
> 
> There are two different (but related) problems:
> 
>   1) Legal, non-relocatible branch destinations >= 0x0400,00000
>      are not handled correctly and bad code is generated with
>      no error or warning messages.
> 
>   2) Illegal branches to non-relocatible branch destinations
>      with offsets >= +/- 0x0200,00000 aren't detected and bad
>      code is generated (also silently).

Both of these cases are handled correctly if the branch is
relocatable -- when the branch instruction and the destination
are in different sections.  

-- 
Grant Edwards
grante@visi.com


More information about the Binutils mailing list