PR29991, MicroMIPS flag erased after align directives
authorAlan Modra <amodra@gmail.com>
Thu, 12 Jan 2023 23:09:19 +0000 (09:39 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 16 Jan 2023 12:52:48 +0000 (23:22 +1030)
commit5999477d92aecd9df5fb0b2f04c33b987a7db40c
tree4701cb922714fc97b22e52f4b534bbbe1f3de9d2
parentf75c8fc014e2075ce36751565291afae898e2679
PR29991, MicroMIPS flag erased after align directives

PR 29991
* config/tc-mips.c (s_align): Call file_mips_check_options and
mips_mark_labels.
* testsuite/gas/mips/align-after-label.s,
* testsuite/gas/mips/mips-align-after-label.d,
* testsuite/gas/mips/micromips-align-after-label.d: New test.
* testsuite/gas/mips/mips.exp: Run it.
gas/config/tc-mips.c
gas/testsuite/gas/mips/align-after-label.s [new file with mode: 0644]
gas/testsuite/gas/mips/micromips-align-after-label.d [new file with mode: 0644]
gas/testsuite/gas/mips/mips-align-after-label.d [new file with mode: 0644]
gas/testsuite/gas/mips/mips.exp