The LDR and STR instructions store their immediate offsets as a multiple
of the load/store's size. Therefore, if the target address is not
aligned, the relocation is not representable. We now emit an error if
that happens.
This commit removes a test case from loh-adrp-ldr.s that contained an
unaligned LDR.