diff options
author | Faraz Shahbazker <fshahbazker@wavecomp.com> | 2019-08-05 23:38:46 +0000 |
---|---|---|
committer | Faraz Shahbazker <fshahbazker@wavecomp.com> | 2019-08-19 13:43:50 -0700 |
commit | 770c015139f038bd7b7abb5c6d84eb39d36d3080 (patch) | |
tree | 29807efdc505a9762d32ffb02fba43a1c3aa80a7 /gas/ChangeLog | |
parent | 7ce8f214f1af1dd593ad42665da416ac46033f97 (diff) | |
download | gdb-770c015139f038bd7b7abb5c6d84eb39d36d3080.zip gdb-770c015139f038bd7b7abb5c6d84eb39d36d3080.tar.gz gdb-770c015139f038bd7b7abb5c6d84eb39d36d3080.tar.bz2 |
MIPS/gas: Retain ISA mode bit for labels with .insn annotation
gas/
* config/tc-mips.c (mips_move_labels): Retain ISA mode bit
when moving labels in text segments.
(mips_align): Indicate text mode when aligning labels in
text segments.
* gas/testsuite/gas/mips/insn-isa-mode.d: New test.
* gas/testsuite/gas/mips/insn-isa-mode.s: New test source.
* gas/testsuite/gas/mips/mips.exp: Run the new test.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 51c6c87..cb81de4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2019-08-19 Faraz Shahbazker <fshahbazker@wavecomp.com> + + * config/tc-mips.c (mips_move_labels): Retain ISA mode bit + when moving labels in text segments. + (mips_align): Indicate text mode when aligning labels in + text segments. + * gas/testsuite/gas/mips/insn-isa-mode.d: New test. + * gas/testsuite/gas/mips/insn-isa-mode.s: New test source. + * gas/testsuite/gas/mips/mips.exp: Run the new test. + 2019-08-19 Barnaby Wilks <Barnaby.Wilks@arm.com> * config/tc-arm.c (md_atof): Add precision check. Formatting. |