Fix bug in PDP11 assembler when handling a JSr instruction with deferred auto increment.
authorJames Patrick Conlon <cptjustice@gmail.com>
Wed, 1 Aug 2018 14:14:46 +0000 (15:14 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 1 Aug 2018 14:14:46 +0000 (15:14 +0100)
commit3cf2b6691cef024f7cdb48aaec5fab5189e1cffa
tree92a415246683a7a95ff238c5bf1d21bb5db95503
parentc25179e71fee952ace322ce26b3fe6b722ec77f9
Fix bug in PDP11 assembler when handling a JSr instruction with deferred auto increment.

PR 14480
* config/tc-pdp11.c (parse_op_noreg): Check for and handle auto
increment deferred.
* testsuite/gas/pdp11/pr14480.d: New test driver file.
* testsuite/gas/pdp11/pr14480.s: New test source file file.
* testsuite/gas/pdp11/pdp11.exp: Run the new test.
gas/ChangeLog
gas/config/tc-pdp11.c
gas/testsuite/gas/pdp11/pdp11.exp
gas/testsuite/gas/pdp11/pr14480.d [new file with mode: 0644]
gas/testsuite/gas/pdp11/pr14480.s [new file with mode: 0644]
This page took 0.038538 seconds and 4 git commands to generate.