opcodes: blackfin: do not force align the PC
authorMike Frysinger <vapier@gentoo.org>
Sat, 26 Jul 2014 18:14:37 +0000 (23:44 +0530)
committerMike Frysinger <vapier@gentoo.org>
Wed, 13 Aug 2014 10:58:34 +0000 (06:58 -0400)
commited2c4879565a32432f6cbbf7569e0922835475b0
treec60fd67fc13c4c7782b00afb9ec772008dc389ad
parentba32981791a749df5e742abbc4bc2f71a3161d6e
opcodes: blackfin: do not force align the PC

If the user gives us an unaligned PC, then dump an error as such.
Otherwise if you try to disassemble at an odd address, the output
will look weird (it'll read one byte earlier).

This can be seen in one of the gas tests where data is in the middle
of .text, so move the data to .data like it should be in the first place.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
gas/testsuite/ChangeLog
gas/testsuite/gas/bfin/load.d
gas/testsuite/gas/bfin/load.s
opcodes/ChangeLog
opcodes/bfin-dis.c